@charset "UTF-8";
/*공통사항*/
.container_fix {
  width: 1440px;
}

ul, li, ol {
  list-style: none;
}

.at-content {
  padding: 0;
}

.ranking_icon_box {
  position: absolute;
  left: 5px;
  top: 0;
}
.ranking_icon_box .ranking_icon {
  width: 20px;
  height: 30px;
  background: url(/img/rank_icon.png) no-repeat center center/cover;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 23px;
}
@media (max-width: 991px) {
  .ranking_icon_box .ranking_icon {
    background: url(/img/mrank_icon.png) no-repeat center center/cover;
  }
}
@media (max-width: 480px) {
  .ranking_icon_box .ranking_icon {
    font-size: 11px;
    font-weight: 400;
  }
}

.body_icon {
  display: inline-block;
  vertical-align: bottom;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.body_icon.name {
  background-image: url(../img/icon01.png);
}
.body_icon.watch {
  background-image: url(../img/icon02.png);
}
@media (max-width: 991px) {
  .body_icon {
    width: 17px;
    height: 17px;
  }
  .body_icon.name {
    background-image: url(../img/micon01.png);
  }
  .body_icon.watch {
    background-image: url(../img/micon02.png);
  }
}
@media (max-width: 480px) {
  .body_icon {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
}

/*헤더*/
.at-menu {
  border-top: 0;
  border-bottom: 0;
}
.at-menu .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.at-menu .logo_box a {
  display: block;
}
@media (max-width: 1200px) {
  .at-menu .logo_box a img {
    height: 45px;
  }
}
.at-menu .pc-menu .nav-top {
  position: initial;
  padding: 0;
}
.at-menu .pc-menu .nav-top.nav-both {
  margin-left: 22px;
}
@media (max-width: 1200px) {
  .at-menu .pc-menu .nav-top.nav-both {
    margin-left: 17px;
  }
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:first-child {
  margin-right: 0;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .menu-a {
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .menu-a {
    padding: 0 8px;
  }
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:hover .menu-a {
  font-weight: 600;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:hover .menu-a span {
  color: #222;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:hover .menu-a span::after {
  height: 2px;
  background: #e83a8f;
  bottom: -27px;
  width: 120%;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1div {
  border-top: 0;
  width: 120px;
  top: 80px;
  padding: 9px 0;
  border: 0;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1da {
  border-bottom: 0;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  padding: 5px 0;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1da:hover {
  background: #fff;
  color: #222;
  font-weight: 500;
  border-bottom: 0;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1dli.on .sub-1da {
  color: #222;
  font-weight: 500;
}
.at-menu .pc-menu .nav-top.nav-both .menu-a {
  font-size: 18px;
  color: #222;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .at-menu .pc-menu .nav-top.nav-both .menu-a {
    font-size: 16px;
  }
}
.at-menu .right_box {
  position: absolute;
  /*right: 20px;*/
right: 245px;
  top: 0;
  line-height: 80px;
  z-index: 10;
}

@media (max-width: 1400px) {
.at-menu .right_box {
    right: 20px;
    }
}

.at-menu .right_box .right_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.at-menu .right_box .lnb_box {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.at-menu .right_box .lnb_box.heart_lnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.at-menu .right_box .lnb_box span {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.at-menu .right_box .lnb_box span.heart_icon {
  display: block;
  width: 15px;
  height: 14px;
  background: url(/img/heart_icon.png) no-repeat center center/cover;
  margin-right: 7px;
  width: 15px;
  height: 14px;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .at-menu .right_box .lnb_box span.heart_icon {
    width: 15px;
    height: 14px;
    background: url(/img/mheart_icon.png) no-repeat center center/cover;
    margin-right: 5px;
  }
}
.at-menu .right_box .lnb_box a {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.at-menu .right_box .lnb_box + div.txt_lnb a {
  position: relative;
  margin-left: 8px;
  padding-left: 13px;
}
.at-menu .right_box .lnb_box + div.txt_lnb a::after {
  content: "/";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 14px;
  color: #d2d2d2;
  font-weight: 400;
  line-height: 1;
}
.at-menu .right_box .sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .at-menu .right_box .sns_box {
    margin-left: 10px;
  }
}
.at-menu .right_box .sns_box a {
  display: block;
  width: 30px;
  height: 30px;
  background: #999;
  border-radius: 50%;
  margin: 0 3px;
  line-height: 1;
}
.at-menu .right_box .sns_box a.sns01:hover {
  background: url(/img/sns01_h.png) no-repeat;
}
.at-menu .right_box .sns_box a.sns02:hover {
  background: #ee2d23;
}
.at-menu .right_box .sns_box a.sns03:hover {
  background: #3d9cd6;
  background: #222;
}
.at-menu .right_box .sns_box a.sns04:hover {
  background: #3b5999;
}

.main_con {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .main_con {
    margin-bottom: 50px;
  }
}
.main_con .main_tt {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .main_con .main_tt {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .main_con .main_tt {
    font-size: 17px;
  }
}
.main_con .tt_img {
  display: inline-block;
  margin-right: 12px;
}
@media (max-width: 991px) {
  .main_con .tt_img {
    margin-right: 7px;
  }
  .main_con .tt_img img {
    height: 25px;
  }
}
@media (max-width: 480px) {
  .main_con .tt_img {
    margin-right: 5px;
  }
  .main_con .tt_img img {
    height: 20px;
  }
}
.main_con .border-bottom {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 14px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .main_con .border-bottom {
    margin-bottom: 25px;
  }
}
.main_con .tab_li {
  width: 10.414%;
}
.main_con .tab_li .tab_a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  height: 40px;
  line-height: 38px;
  background: #eee;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 991px) {
  .main_con .tab_li .tab_a {
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .main_con .tab_li .tab_a {
    font-size: 14px;
  }
}
.main_con .tab_li + li {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .main_con .tab_li + li {
    margin-left: 0;
  }
}
.main_con .widget_box .streaming_row .streaming_img {
  position: relative;
}
.main_con .widget_box .streaming_row .streaming_img img {
  width: 100%;
}
.main_con .widget_box .streaming_row .streaming_img .thumb_box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.main_con .widget_box .streaming_row .streaming_img .sticker {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_con .widget_box .streaming_row .streaming_img .sticker span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 8px 8px;
  border-radius: 3px;
  overflow: hidden;
  line-height: 1;
}
.main_con .widget_box .streaming_row .streaming_img .sticker span.best {
  background: #a200ff;
}
.main_con .widget_box .streaming_row .streaming_img .sticker span.new {
  background: #e83a8f;
}
.main_con .widget_box .streaming_row .streaming_img .sticker span.rec {
  background: #ff0000;
  
}
.main_con .widget_box .streaming_row .streaming_img .sticker span + span {
  margin-left: 5px;
}

.main_con .widget_box .streaming_row .streaming_img .st_video{position: relative; padding-bottom: 56.25%;}
.main_con .widget_box .streaming_row .streaming_img .st_video video{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

@media (max-width: 991px) {
  .main_con .widget_box .streaming_row .streaming_img .sticker span {
    font-size: 12px;
    padding: 7px 7px;
  }
}
.main_con .widget_box .streaming_row .wish {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
@media (max-width: 991px) {
  .main_con .widget_box .streaming_row .wish {
    right: 8px;
    bottom: 7px;
  }
}
.main_con .widget_box .streaming_row .wish .wish_btn {
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 480px) {
  .main_con .widget_box .streaming_row .wish .wish_btn {
    width: 26px;
    height: 26px;
  }
}
.main_con .widget_box .streaming_row .wish .wish_btn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/wish_off.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .main_con .widget_box .streaming_row .wish .wish_btn span {
    background: url(/img/mwish_off.png) no-repeat center center/cover;
  }
}
.main_con .widget_box .streaming_row .wish .wish_btn.on span {
  background: url(/img/wish_on.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .main_con .widget_box .streaming_row .wish .wish_btn.on span {
    background: url(/img/mwish_on.png) no-repeat center center/cover;
  }
}
.main_con .widget_box .streaming_row .streaming_cont {
  margin: 15px 0 0 0;
  padding: 0;
  height: 116px;
}
@media (max-width: 480px) {
  .main_con .widget_box .streaming_row .streaming_cont {
    margin: 15px 0 0;
    height: 100px;
  }
}
.main_con .widget_box .streaming_row .streaming_cont .top_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .main_con .widget_box .streaming_row .streaming_cont .top_box {
    line-height: 20px;
  }
}
.main_con .widget_box .streaming_row .streaming_cont .top_box .left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_con .widget_box .streaming_row .streaming_cont .top_box .left div {
  font-size: 14px;
  color: #888;
  font-weight: 300;
}
.main_con .widget_box .streaming_row .streaming_cont .top_box .left div + div {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .main_con .widget_box .streaming_row .streaming_cont .top_box .left div {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .main_con .widget_box .streaming_row .streaming_cont .top_box .left div {
    font-size: 12px;
  }
}
.main_con .widget_box .streaming_row .streaming_cont .top_box .right {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_con .widget_box .streaming_row .streaming_cont .top_box .right span.heart {
  display: block;
  width: 15px;
  height: 14px;
  background: url(/img/heart_icon.png) no-repeat center center/cover;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .main_con .widget_box .streaming_row .streaming_cont .top_box .right span.heart {
    width: 15px;
    height: 14px;
    background: url(/img/mheart_icon.png) no-repeat center center/cover;
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .main_con .widget_box .streaming_row .streaming_cont .top_box .right {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .main_con .widget_box .streaming_row .streaming_cont .top_box .right {
    font-size: 12px;
  }
  .main_con .widget_box .streaming_row .streaming_cont .top_box .right span.heart {
    width: 13px;
    height: 12px;
  }
}
.main_con .widget_box .streaming_row .streaming_cont .title_box {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin: 5px 0 10px;
}
@media (max-width: 991px) {
  .main_con .widget_box .streaming_row .streaming_cont .title_box {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .main_con .widget_box .streaming_row .streaming_cont .title_box {
    font-size: 14px;
    margin: 1px 0 6px;
  }
}
.main_con .widget_box .streaming_row .streaming_cont .info_box {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
@media (max-width: 991px) {
  .main_con .widget_box .streaming_row .streaming_cont .info_box {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .main_con .widget_box .streaming_row .streaming_cont .info_box {
    font-size: 13px;
  }
}
.main_con .widget_box .streaming_row .streaming_cont .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .main_con .widget_box .streaming_row .streaming_cont .tag_box {
    margin-top: 8px;
  }
}
.main_con .widget_box .streaming_row .streaming_cont .tag_box .tag_li {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  padding: 5px 5px;
  border: 1px solid #313131;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  line-height: 1;
}
.main_con .widget_box .streaming_row .streaming_cont .tag_box .tag_li + .tag_li {
  margin-left: 5px;
}
.main_con .widget_box .streaming_row .streaming_cont .tag_box .tag_li:hover {
  background: #313131;
  color: #fff;
}
.main_con .widget_box .streaming_row .streaming_cont .tag_box .tag_li:hover > a {
  color: #fff;
}
@media (max-width: 480px) {
  .main_con .widget_box .streaming_row .streaming_cont .tag_box .tag_li {
    font-size: 12px;
    padding: 4px 5px;
  }
}

/*
메인 > 메인배너
html > thema > fivesense-basic > main > main-basic-wide.php > index01
*/
.index01 .widget_box .banner_btn_box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 53%;
}
@media (max-width: 991px) {
  .index01 .widget_box .banner_btn_box {
    top: 45%;
  }
}
.index01 .widget_box .banner_btn_box a {
  width: auto;
  display: block;
  opacity: 1;
}
.index01 .widget_box .banner_btn_box a span {
  display: block;
  width: 24px;
  height: 45px;
}
@media (max-width: 991px) {
  .index01 .widget_box .banner_btn_box a span {
    width: 20px;
    height: 31px;
  }
}
@media (max-width: 480px) {
  .index01 .widget_box .banner_btn_box a span {
    width: 14px;
    height: 25px;
  }
}
.index01 .widget_box .banner_btn_box a.left {
  left: -10px;
}
@media (max-width: 1499px) {
  .index01 .widget_box .banner_btn_box a.left {
    left: 30px;
  }
}
@media (max-width: 991px) {
  .index01 .widget_box .banner_btn_box a.left {
    left: 15px;
  }
}
.index01 .widget_box .banner_btn_box a.left span {
  background: url(../img/main_Bprev.png) no-repeat center center/cover;
  margin-left: 0;
}
@media (max-width: 991px) {
  .index01 .widget_box .banner_btn_box a.left span {
    background: url(../img/mmain_Bprev.png) no-repeat center center/cover;
  }
}
.index01 .widget_box .banner_btn_box a.right {
  right: -20px;
}
@media (max-width: 1499px) {
  .index01 .widget_box .banner_btn_box a.right {
    right: 30px;
  }
}
@media (max-width: 991px) {
  .index01 .widget_box .banner_btn_box a.right {
    right: 15px;
  }
}
.index01 .widget_box .banner_btn_box a.right span {
  background: url(../img/main_Bnext.png) no-repeat center center/cover;
  margin-right: 0;
}
@media (max-width: 991px) {
  .index01 .widget_box .banner_btn_box a.right span {
    background: url(../img/mmain_Bnext.png) no-repeat center center/cover;
  }
}

/*
메인 > 검색하기
html > thema > fivesense-basic > main > main-basic-wide.php > index02
*/
.index02 {
  margin-bottom: 53px;
}
.index02 .search_wrapBox {
  background: #d5d5d5;
  padding: 13px 0;
}
.index02 .search_wrapBox .search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43.334%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .index02 .search_wrapBox .search_box {
    width: 100%;
  }
}
.index02 .search_wrapBox .search_box form {
  width: 100%;
}
.index02 .search_wrapBox .search_box .header_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index02 .search_wrapBox .search_box .header_search input, .index02 .search_wrapBox .search_box .header_search button {
  height: 45px;
  line-height: 43px;
  border-radius: 23px;
  display: block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991px) {
  .index02 .search_wrapBox .search_box .header_search input, .index02 .search_wrapBox .search_box .header_search button {
    height: 40px;
    line-height: 38px;
  }
}
@media (max-width: 480px) {
  .index02 .search_wrapBox .search_box .header_search input, .index02 .search_wrapBox .search_box .header_search button {
    height: 35px;
    line-height: 33px;
  }
}
.index02 .search_wrapBox .search_box .header_search input {
  width: 81.967%;
  font-size: 15px;
  background: #fff;
  padding: 0 22px;
}
.index02 .search_wrapBox .search_box .header_search input::-webkit-input-placeholder {
  color: #888;
}
.index02 .search_wrapBox .search_box .header_search input::-moz-placeholder {
  color: #888;
}
.index02 .search_wrapBox .search_box .header_search input:-ms-input-placeholder {
  color: #888;
}
.index02 .search_wrapBox .search_box .header_search input::-ms-input-placeholder {
  color: #888;
}
.index02 .search_wrapBox .search_box .header_search input::placeholder {
  color: #888;
}
@media (max-width: 991px) {
  .index02 .search_wrapBox .search_box .header_search input {
    width: 76.967%;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .index02 .search_wrapBox .search_box .header_search input {
    font-size: 12px;
    padding: 0 15px;
  }
  .index02 .search_wrapBox .search_box .header_search input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .index02 .search_wrapBox .search_box .header_search input::-moz-placeholder {
    font-size: 12px;
  }
  .index02 .search_wrapBox .search_box .header_search input:-ms-input-placeholder {
    font-size: 12px;
  }
  .index02 .search_wrapBox .search_box .header_search input::-ms-input-placeholder {
    font-size: 12px;
  }
  .index02 .search_wrapBox .search_box .header_search input::placeholder {
    font-size: 12px;
  }
}
.index02 .search_wrapBox .search_box .header_search button {
  width: 16.393%;
  background: #555;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 991px) {
  .index02 .search_wrapBox .search_box .header_search button {
    width: 21.393%;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .index02 .search_wrapBox .search_box .header_search button {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .index02 {
    margin-bottom: 50px;
  }
}

/*
메인 > 인기작,신작소개
html > thema > fivesense-basic > main > main-basic-wide.php > index03
*/
.index03 .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.126%;
}
@media (max-width: 991px) {
  .index03 .container_fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.index03 .idx03_con {
  width: 48.937%;
}
@media (max-width: 991px) {
  .index03 .idx03_con {
    width: 100%;
  }
  .index03 .idx03_con + div {
    margin-top: 50px;
  }
}

/*
메인 > 최신,신규,인기
html > thema > fivesense-basic > main > main-basic-wide.php > index04
*/
.index04 .tab_wrap .tab_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.index04 .tab_wrap .tab_ul .tab_li.active .tab_a {
  background: #e83a8f;
  border-color: #d21b75;
  color: #fff;
}
@media (max-width: 991px) {
  .index04 .tab_wrap .tab_ul .tab_li.active .tab_a {
    background: #eee;
    border-color: #e5e5e5;
    color: #666;
  }
}
@media (max-width: 991px) {
  .index04 .tab_wrap .tab_ul .tab_li.active .tab_a {
    background: #eee;
    border-color: #e5e5e5;
    color: #666;
  }
  .index04 .tab_wrap .tab_ul .tab_li:hover .tab_a {
    background: #e83a8f;
    border-color: #d21b75;
    color: #fff;
  }
}
.index04 .tab_wrap .tab_cont .tab_box {
  display: none;
}
.index04 .tab_wrap .tab_cont .tab_box.active {
  display: block;
}
@media (max-width: 991px) {
  .index04 .tab_wrap .dropdown {
    background: #e83a8f;
    border: 1px solid #d21b75;
    border-radius: 12px;
    margin-bottom: 30px;
  }
  .index04 .tab_wrap .dropdown .btn_drop {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    position: relative;
    height: 40px;
    line-height: 38px;
    padding: 0;
  }
  .index04 .tab_wrap .dropdown .btn_drop span {
    display: block;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .index04 .tab_wrap .dropdown .tab_ul {
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
  }
  .index04 .tab_wrap .dropdown .tab_ul .tab_li {
    width: 100%;
  }
  .index04 .tab_wrap .dropdown .tab_ul .tab_li + li {
    margin-left: 0;
  }
  .index04 .tab_wrap .dropdown.open .tab_ul {
    display: block;
  }
}
@media (max-width: 480px) {
  .index04 .tab_wrap .dropdown {
    border-radius: 6px;
  }
  .index04 .tab_wrap .dropdown .btn_drop {
    height: 35px;
    line-height: 33px;
    font-size: 14px;
  }
  .index04 .tab_wrap .dropdown .btn_drop span {
    top: 45%;
  }
  .index04 .tab_wrap .dropdown .btn_drop span img {
    height: 5px;
  }
}
.index04 .page_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
@media (max-width: 480px) {
  .index04 .page_btn {
    margin-top: 50px;
  }
}
.index04 .page_btn .page_go {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  border-radius: 25px;
  overflow: hidden;
  background: -webkit-gradient(linear, right top, left top, from(#e83a8f), to(#f676b4));
  background: linear-gradient(-90deg, #e83a8f, #f676b4);
}
.index04 .page_btn .page_go span {
  display: block;
  line-height: 1;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .index04 .page_btn .page_go {
    width: 61%;
  }
}
@media (max-width: 480px) {
  .index04 .page_btn .page_go {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
  }
  .index04 .page_btn .page_go span img {
    height: 12px;
  }
}
.index04 .page_btn::before {
  content: "";
  display: block;
  width: calc(100% - 874px);
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  .index04 .page_btn::before {
    width: 13%;
  }
}
.index04 .page_btn::after {
  content: "";
  display: block;
  width: calc(100% - 874px);
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .index04 .page_btn::after {
    width: 13%;
  }
}

/*
메인 > 광고
html > thema > fivesense-basic > main > main-basic-wide.php > index05
*/
.index05 .widget_box .advertising_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.126%;
}
.index05 .widget_box .advertising_wrap .banner_box {
  width: 48.937%;
}
@media (max-width: 991px) {
  .index05 .widget_box .advertising_wrap .banner_box {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .index05 .widget_box .advertising_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
}

/*
메인 > 모델
html > thema > fivesense-basic > main > main-basic-wide.php > index06
*/
.index06 .con_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .index06 .con_tit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index06 .con_tit .mob_tab {
    width: 100%;
    margin-top: 20px;
  }
  .index06 .con_tit .mob_tab .dropdown {
    background: #626262;
    border: 1px solid #313131;
    border-radius: 12px;
    margin-bottom: 30px;
  }
  .index06 .con_tit .mob_tab .dropdown .btn_drop {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    position: relative;
    height: 40px;
    line-height: 38px;
    padding: 0;
  }
  .index06 .con_tit .mob_tab .dropdown .btn_drop span {
    display: block;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .index06 .con_tit .mob_tab .dropdown .con_tit_tab_ul {
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
  }
  .index06 .con_tit .mob_tab .dropdown .con_tit_tab_ul .tab_sub_li {
    width: 100%;
  }
  .index06 .con_tit .mob_tab .dropdown .con_tit_tab_ul .tab_sub_li + li {
    margin-left: 0;
  }
  .index06 .con_tit .mob_tab .dropdown.open .con_tit_tab_ul {
    display: block;
  }
}
@media (max-width: 480px) {
  .index06 .con_tit .mob_tab .dropdown {
    border-radius: 6px;
    margin-bottom: 0;
  }
  .index06 .con_tit .mob_tab .dropdown .btn_drop {
    height: 35px;
    line-height: 33px;
    font-size: 14px;
  }
  .index06 .con_tit .mob_tab .dropdown .btn_drop span {
    top: 45%;
  }
  .index06 .con_tit .mob_tab .dropdown .btn_drop span img {
    height: 5px;
  }
}
.index06 .con_tit_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.index06 .con_tit_left .main_tt {
  margin-bottom: 0;
}
.index06 .con_tit_right .more_btn {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .index06 .con_tit_right .more_btn {
    font-size: 12px;
  }
}
.index06 .con_tit_right .more_btn span {
  display: block;
  width: 9px;
  height: 15px;
  position: relative;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .index06 .con_tit_right .more_btn span {
    width: 8px;
    height: 14px;
    margin-left: 8px;
  }
}
.index06 .con_tit_right .more_btn span:before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #000;
  position: absolute;
  right: 2px;
  top: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 480px) {
  .index06 .con_tit_right .more_btn span:before {
    width: 1px;
    height: 8px;
    top: 0;
  }
}
.index06 .con_tit_right .more_btn span:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #000;
  position: absolute;
  right: 2px;
  bottom: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 480px) {
  .index06 .con_tit_right .more_btn span:after {
    width: 1px;
    height: 8px;
    bottom: 0;
  }
}
.index06 .con_tit_tab {
  margin-left: 30px;
  width: calc(100% - 200px);
}
.index06 .con_tit_tab_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index06 .con_tit_tab_ul .tab_sub_li .tab_sub_a {
  height: 35px;
  line-height: 33px;
}
.index06 .con_tit_tab_ul .tab_sub_li.active .tab_sub_a {
  background: #626262;
  border-color: #313131;
  color: #fff;
}
@media (max-width: 991px) {
  .index06 .con_tit_tab_ul .tab_sub_li.active .tab_a {
    background: #eee;
    border-color: #e5e5e5;
    color: #666;
  }
  .index06 .con_tit_tab_ul .tab_sub_li:hover .tab_a {
    background: #626262;
    border-color: #313131;
    color: #fff;
  }
}
.index06 .idx06_con .widget_box {
  display: none;
}
.index06 .idx06_con .widget_box.active {
  display: block;
}
.index06 .idx06_con .widget_box .model_rwo .model_list {
  border: 1px solid #dcdcdc;
}
.index06 .idx06_con .widget_box .model_rwo .model_content {
  padding: 18px 19px 23px;
  height: 172px;
}
@media (max-width: 480px) {
  .index06 .idx06_con .widget_box .model_rwo .model_content {
    padding: 14px 15px;
    height: 175px;
  }
}
.index06 .idx06_con .widget_box .model_rwo .model_content .title {
  font-size: 18px;
  color: #222;
  font-weight: 600;
}
@media (max-width: 991px) {
  .index06 .idx06_con .widget_box .model_rwo .model_content .title {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .index06 .idx06_con .widget_box .model_rwo .model_content .title {
    font-size: 14px;
  }
}
.index06 .idx06_con .widget_box .model_rwo .model_content .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 18px 0;
}
.index06 .idx06_con .widget_box .model_rwo .model_content .cont li {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index06 .idx06_con .widget_box .model_rwo .model_content .cont li span {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 45px);
}
.index06 .idx06_con .widget_box .model_rwo .model_content .cont li span.tit {
  color: #222;
  font-weight: 500;
  width: 45px;
  margin-top: 0;
}
.index06 .idx06_con .widget_box .model_rwo .model_content .cont li:nth-child(3) {
  margin-top: 10px;
}
.index06 .idx06_con .widget_box .model_rwo .model_content .cont li:nth-child(4) {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .index06 .idx06_con .widget_box .model_rwo .model_content .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index06 .idx06_con .widget_box .model_rwo .model_content .cont li {
    width: 100%;
    line-height: 1.2;
  }
  .index06 .idx06_con .widget_box .model_rwo .model_content .cont li:nth-child(2) {
    margin-top: 6px;
  }
  .index06 .idx06_con .widget_box .model_rwo .model_content .cont li:nth-child(3) {
    margin-top: 6px;
  }
  .index06 .idx06_con .widget_box .model_rwo .model_content .cont li:nth-child(4) {
    margin-top: 6px;
  }
}
@media (max-width: 480px) {
  .index06 .idx06_con .widget_box .model_rwo .model_content .cont {
    margin: 15px 0;
  }
  .index06 .idx06_con .widget_box .model_rwo .model_content .cont li span {
    font-size: 12px;
    width: calc(100% - 45px);
  }
  .index06 .idx06_con .widget_box .model_rwo .model_content .cont li span.tit {
    width: 45px;
  }
}
.index06 .idx06_con .widget_box .model_rwo .model_content .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index06 .idx06_con .widget_box .model_rwo .model_content .tag_box li span {
  display: block;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  width: 45px;
  height: 25px;
  line-height: 23px;
  border: 1px solid #313131;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
@media (max-width: 480px) {
  .index06 .idx06_con .widget_box .model_rwo .model_content .tag_box li span {
    font-size: 12px;
    width: 40px;
    height: 22px;
    line-height: 20px;
  }
}
.index06 .idx06_con .widget_box .model_rwo .model_content .tag_box li + li {
  margin-left: 5px;
}
@media (max-width: 480px) {
  .index06 .idx06_con .widget_box .model_rwo .model_content .tag_box li + li {
    margin-left: 3px;
  }
}

/*
메인 > 인스타그램
html > thema > fivesense-basic > main > main-basic-wide.php > index07
*/
.index07 .con_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index07 .con_tit .main_tt {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .index07 .con_tit .main_tt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.index07 .con_tit .instagram {
  display: block;
  width: 8.511%;
  height: 35px;
  line-height: 33px;
  font-size: 16px;
  color: #666;
  font-weight: 400;
  background: #eee;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  text-align: center;
  margin-left: -10px;
}
@media (max-width: 991px) {
  .index07 .con_tit .instagram {
    width: 20.511%;
  }
}
@media (max-width: 480px) {
  .index07 .con_tit .instagram {
    font-size: 13px;
    width: 32%;
    height: 30px;
    line-height: 28px;
    margin-left: 0;
  }
}

/*
푸터
html > thema > fivesense-basic > shop.tail.php
*/
.fix_footer {
  margin-top: 0;
}
.fix_footer.margin {
  margin-top: 130px;
}
@media (max-width: 480px) {
  .fix_footer.margin {
    margin-top: 50px;
  }
}
.fix_footer.m_top {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .fix_footer.m_top {
    margin-top: 50px;
  }
}
.fix_footer .ft_info_text {
  background: #222;
  padding: 9px 0;
}
.fix_footer .ft_info_text .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .fix_footer .ft_info_text .container_fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px 0;
  }
}
.fix_footer .ft_info_text .left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.fix_footer .ft_info_text .left p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 991px) {
  .fix_footer .ft_info_text .left p {
    font-size: 15px;
    text-align: center;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .fix_footer .ft_info_text .left p {
    font-size: 12px;
    line-height: 21px;
  }
}
.fix_footer .ft_info_text .right .sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fix_footer .ft_info_text .right .sns_box li a {
  display: block;
}
.fix_footer .ft_info_text .right .sns_box li + li {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .fix_footer .ft_info_text .right .sns_box li img {
    height: 36px;
  }
  .fix_footer .ft_info_text .right .sns_box li + li {
    margin-left: 8px;
  }
}
@media (max-width: 480px) {
  .fix_footer .ft_info_text .right .sns_box li img {
    height: 33px;
  }
  .fix_footer .ft_info_text .right .sns_box li + li {
    margin-left: 6px;
  }
}
.fix_footer .ft_info_box {
  background: #373737;
  padding: 40px 0 50px;
}
@media (max-width: 480px) {
  .fix_footer .ft_info_box {
    padding: 20px 0;
  }
}
.fix_footer .ft_info_box .container_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  .fix_footer .ft_info_box .container_fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fix_footer .ft_info_box .left {
  width: 87%;
}
@media (max-width: 991px) {
  .fix_footer .ft_info_box .left {
    width: 100%;
  }
}
.fix_footer .ft_info_box .right {
  width: 13%;
}
@media (max-width: 991px) {
  .fix_footer .ft_info_box .right {
    width: 100%;
  }
}
.fix_footer .ft_info_box .fix_links {
  width: 100%;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .fix_footer .ft_info_box .fix_links {
    text-align: center;
  }
}
.fix_footer .ft_info_box .fix_links li {
  display: inline-block;
}
.fix_footer .ft_info_box .fix_links li a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  display: block;
}
@media (max-width: 991px) {
  .fix_footer .ft_info_box .fix_links li a {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .fix_footer .ft_info_box .fix_links li a {
    font-size: 12px;
  }
}
.fix_footer .ft_info_box .fix_links li + li {
  padding-left: 9px;
  margin-left: 10px;
  position: relative;
}
.fix_footer .ft_info_box .fix_links li + li::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #696969;
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 480px) {
  .fix_footer .ft_info_box .fix_links li + li {
    margin-left: 4px;
    padding-left: 5px;
  }
  .fix_footer .ft_info_box .fix_links li + li::after {
    height: 11px;
  }
}
@media (max-width: 991px) {
  .fix_footer .ft_info_box .fix_infos {
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  .fix_footer .ft_info_box .fix_infos {
    margin-top: 30px;
  }
}
.fix_footer .ft_info_box .fix_infos ul li {
  display: inline-block;
}
.fix_footer .ft_info_box .fix_infos ul li + li {
  position: relative;
  padding-left: 12px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .fix_footer .ft_info_box .fix_infos ul li + li {
    margin-bottom: 12px;
  }
  .fix_footer .ft_info_box .fix_infos ul li + li.m_inbk {
    padding-left: 0;
    margin-left: 0;
  }
  .fix_footer .ft_info_box .fix_infos ul li + li.m_inbk::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .fix_footer .ft_info_box .fix_infos ul li + li {
    padding-left: 5px;
    margin-left: 2px;
    margin-bottom: 9px;
  }
}
.fix_footer .ft_info_box .fix_infos ul li + li::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #8e8e8e;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fix_footer .ft_info_box .fix_infos ul li, .fix_footer .ft_info_box .fix_infos ul a {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}
@media (max-width: 991px) {
  .fix_footer .ft_info_box .fix_infos ul li, .fix_footer .ft_info_box .fix_infos ul a {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .fix_footer .ft_info_box .fix_infos ul li, .fix_footer .ft_info_box .fix_infos ul a {
    font-size: 12px;
  }
}
.fix_footer .ft_info_box .fix_infos ul + ul {
  margin-top: 11px;
}
@media (max-width: 991px) {
  .fix_footer .ft_info_box .fix_infos ul + ul:nth-child(3) {
    margin-top: 0;
  }
  .fix_footer .ft_info_box .fix_infos ul + ul:nth-child(3) li {
    display: block;
    margin-left: 0;
    padding: 0;
  }
  .fix_footer .ft_info_box .fix_infos ul + ul:nth-child(3) li::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .fix_footer .ft_info_box .fix_infos ul + ul {
    margin-top: 9px;
  }
}
.fix_footer .ft_info_box .fix_infos h4 {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .fix_footer .ft_info_box .fix_infos h4 {
    font-size: 12px;
  }
}
.fix_footer .ft_info_box .fix_cs {
  padding-top: 18px;
}
@media (max-width: 991px) {
  .fix_footer .ft_info_box .fix_cs {
    padding-top: 0;
  }
}
.fix_footer .ft_info_box .fix_cs p, .fix_footer .ft_info_box .fix_cs h2 {
  color: #fff;
}
.fix_footer .ft_info_box .fix_cs p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.fix_footer .ft_info_box .fix_cs p.cs_tit {
  line-height: 1;
}
@media (max-width: 480px) {
  .fix_footer .ft_info_box .fix_cs p {
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
  }
  .fix_footer .ft_info_box .fix_cs p.cs_tit {
    display: block;
  }
  .fix_footer .ft_info_box .fix_cs p + p {
    position: relative;
    margin-left: 9px;
    padding-left: 9px;
  }
  .fix_footer .ft_info_box .fix_cs p + p::after {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #696969;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.fix_footer .ft_info_box .fix_cs h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 11px 0 16px;
}
@media (max-width: 480px) {
  .fix_footer .ft_info_box .fix_cs h2 {
    font-size: 18px;
  }
}

/************************************************************************************
서브시작
*************************************************************************************/
/****************************
서브 > 공통
html > page > top_banner.php
****************************/
.top_banner {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .top_banner {
    margin-bottom: 55px;
  }
}
@media (max-width: 480px) {
  .top_banner {
    margin-bottom: 50px;
  }
}
.top_banner.m_b {
  margin-bottom: 0;
}
.top_banner.view_m {
  margin-bottom: 60px;
}
.top_banner .text_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_banner .text_box .container_fix {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top_banner .text_box .container_fix.m_t {
  margin-top: -3.5%;
}
@media (max-width: 991px) {
  .top_banner .text_box .container_fix {
    padding: 0;
  }
}
.top_banner .text_box .title {
  font-size: 45px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 991px) {
  .top_banner .text_box .title {
    font-size: 31px;
  }
}
@media (max-width: 480px) {
  .top_banner .text_box .title {
    font-size: 28px;
  }
}
.top_banner .text_box .sub_title {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin-top: 25px;
  text-align: center;
}
.top_banner .text_box .sub_title.br {
  line-height: 28px;
}
@media (max-width: 991px) {
  .top_banner .text_box .sub_title {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 400;
  }
  .top_banner .text_box .sub_title.br {
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .top_banner .text_box .sub_title {
    font-size: 13px;
    margin-top: 20px;
  }
  .top_banner .text_box .sub_title.br {
    line-height: 22px;
  }
}

.sub_menu_box {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .sub_menu_box {
    margin-bottom: 25px;
  }
}
.sub_menu_box.page_b {
  margin-bottom: 30px;
}
.sub_menu_box .sub_tabmenu {
  margin-bottom: 38px;
}
@media (max-width: 991px) {
  .sub_menu_box .sub_tabmenu .m_sub_menu .btn_drop {
    width: 100%;
    height: 45px;
    line-height: 43px;
    border-radius: 6px !important;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #e83a8f;
    border: 1px solid #d21b75;
    padding: 0;
    position: relative;
  }
  .sub_menu_box .sub_tabmenu .m_sub_menu .btn_drop .drop_arrow {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sub_menu_box .sub_tabmenu .m_sub_menu .dropdown-menu {
    width: 100%;
    min-width: 100%;
    padding: 0;
    border-radius: 0 !important;
  }
  .sub_menu_box .sub_tabmenu .m_sub_menu .dropdown-menu li a {
    text-align: center;
    padding: 3px 20px;
    background: #eee;
    font-size: 18px;
    color: #666;
    font-weight: 400;
    border: 1px solid #e5e5e5;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .sub_menu_box .sub_tabmenu .m_sub_menu .dropdown-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .sub_menu_box .sub_tabmenu .m_sub_menu .dropdown-menu li:hover a {
    background: #e83a8f;
    color: #fff;
  }
}
@media (max-width: 480px) {
  .sub_menu_box .sub_tabmenu {
    margin-bottom: 30px;
  }
  .sub_menu_box .sub_tabmenu .m_sub_menu .btn_drop {
    height: 38px;
    line-height: 36px;
    border-radius: 6px;
    font-size: 14px;
  }
  .sub_menu_box .sub_tabmenu .m_sub_menu .btn_drop .drop_arrow img {
    height: 7px;
  }
  .sub_menu_box .sub_tabmenu .m_sub_menu .dropdown-menu li a {
    padding: 6px 20px;
    font-size: 14px;
  }
}
.sub_menu_box .cate_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.sub_menu_box .cate_ul .cate_li {
  width: 10.639%;
}
@media (max-width: 991px) {
  .sub_menu_box .cate_ul .cate_li {
    width: 100%;
  }
}
.sub_menu_box .cate_ul .cate_li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  background: #eee;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sub_menu_box .cate_ul .cate_li a {
    border-radius: 0;
    height: 40px;
    line-height: 38px;
  }
}
@media (max-width: 480px) {
  .sub_menu_box .cate_ul .cate_li a {
    height: 35px;
    line-height: 33px;
  }
}
.sub_menu_box .cate_ul .cate_li + .cate_li {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .sub_menu_box .cate_ul .cate_li + .cate_li {
    margin-left: 0;
  }
}
.sub_menu_box .cate_ul .cate_li.on a {
  background: #e83a8f;
  border-color: #d21b75;
  color: #fff;
}
.sub_menu_box .sub_tabtite h2 {
  font-size: 24px;
  color: #222;
  font-weight: 500;
}
@media (max-width: 991px) {
  .sub_menu_box .sub_tabtite h2 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .sub_menu_box .sub_tabtite h2 {
    font-size: 17px;
  }
}

.top_search {
  margin-bottom: 60px;
}
.top_search .search_wrapBox {
  background: #d5d5d5;
  padding: 13px 0;
}
.top_search .search_wrapBox .search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43.334%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .top_search .search_wrapBox .search_box {
    width: 100%;
  }
}
.top_search .search_wrapBox .search_box form {
  width: 100%;
}
.top_search .search_wrapBox .search_box .header_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_search .search_wrapBox .search_box .header_search input, .top_search .search_wrapBox .search_box .header_search button {
  height: 45px;
  line-height: 43px;
  border-radius: 23px;
  display: block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991px) {
  .top_search .search_wrapBox .search_box .header_search input, .top_search .search_wrapBox .search_box .header_search button {
    height: 40px;
    line-height: 38px;
  }
}
@media (max-width: 480px) {
  .top_search .search_wrapBox .search_box .header_search input, .top_search .search_wrapBox .search_box .header_search button {
    height: 35px;
    line-height: 33px;
  }
}
.top_search .search_wrapBox .search_box .header_search input {
  width: 81.967%;
  font-size: 15px;
  background: #fff;
  padding: 0 22px;
}
.top_search .search_wrapBox .search_box .header_search input::-webkit-input-placeholder {
  color: #888;
}
.top_search .search_wrapBox .search_box .header_search input::-moz-placeholder {
  color: #888;
}
.top_search .search_wrapBox .search_box .header_search input:-ms-input-placeholder {
  color: #888;
}
.top_search .search_wrapBox .search_box .header_search input::-ms-input-placeholder {
  color: #888;
}
.top_search .search_wrapBox .search_box .header_search input::placeholder {
  color: #888;
}
@media (max-width: 991px) {
  .top_search .search_wrapBox .search_box .header_search input {
    width: 76.967%;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .top_search .search_wrapBox .search_box .header_search input {
    font-size: 12px;
    padding: 0 15px;
  }
  .top_search .search_wrapBox .search_box .header_search input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .top_search .search_wrapBox .search_box .header_search input::-moz-placeholder {
    font-size: 12px;
  }
  .top_search .search_wrapBox .search_box .header_search input:-ms-input-placeholder {
    font-size: 12px;
  }
  .top_search .search_wrapBox .search_box .header_search input::-ms-input-placeholder {
    font-size: 12px;
  }
  .top_search .search_wrapBox .search_box .header_search input::placeholder {
    font-size: 12px;
  }
}
.top_search .search_wrapBox .search_box .header_search button {
  width: 16.393%;
  background: #555;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 991px) {
  .top_search .search_wrapBox .search_box .header_search button {
    width: 21.393%;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .top_search .search_wrapBox .search_box .header_search button {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .top_search {
    margin-bottom: 50px;
  }
}

.page_title {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .page_title {
    margin-bottom: 35px;
  }
}
.page_title h1 {
  font-size: 24px;
  color: #222;
  font-weight: 500;
}
@media (max-width: 991px) {
  .page_title h1 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .page_title h1 {
    font-size: 17px;
    line-height: 27px;
  }
}

@media (max-width: 991px) {
  .board_style {
    margin-bottom: 0;
  }
}
.board_style .list-tsearch {
  margin-bottom: 20px;
  background: #fff;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.board_style .list-tsearch .tsearch_form {
  width: 17.731%;
}
@media (max-width: 991px) {
  .board_style .list-tsearch .tsearch_form {
    width: 100%;
  }
}
.board_style .list-tsearch .tsearch_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 8px 0 12px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
}
.board_style .list-tsearch .tsearch_wrap .search_input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.board_style .list-tsearch .tsearch_wrap .search_input input {
  border: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  height: 33px;
  line-height: 31px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  padding: 0;
}
.board_style .list-tsearch .tsearch_wrap .search_input input::-webkit-input-placeholder {
  color: #999;
}
.board_style .list-tsearch .tsearch_wrap .search_input input::-moz-placeholder {
  color: #999;
}
.board_style .list-tsearch .tsearch_wrap .search_input input:-ms-input-placeholder {
  color: #999;
}
.board_style .list-tsearch .tsearch_wrap .search_input input::-ms-input-placeholder {
  color: #999;
}
.board_style .list-tsearch .tsearch_wrap .search_input input::placeholder {
  color: #999;
}
@media (max-width: 480px) {
  .board_style .list-tsearch .tsearch_wrap .search_input input {
    height: 35px;
    line-height: 33px;
  }
  .board_style .list-tsearch .tsearch_wrap .search_input input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .board_style .list-tsearch .tsearch_wrap .search_input input::-moz-placeholder {
    font-size: 12px;
  }
  .board_style .list-tsearch .tsearch_wrap .search_input input:-ms-input-placeholder {
    font-size: 12px;
  }
  .board_style .list-tsearch .tsearch_wrap .search_input input::-ms-input-placeholder {
    font-size: 12px;
  }
  .board_style .list-tsearch .tsearch_wrap .search_input input::placeholder {
    font-size: 12px;
  }
}
.board_style .list-tsearch .tsearch_wrap .search_btn {
  width: 21px;
  height: 20px;
}
.board_style .list-tsearch .tsearch_wrap .search_btn button {
  width: 100%;
  height: 100%;
  background: url(/img/search_Btn.png) no-repeat center center/cover !important;
  border: 0 !important;
  padding: 0;
}
@media (max-width: 480px) {
  .board_style .list-tsearch .tsearch_wrap .search_btn {
    width: 18px;
    height: 17px;
  }
  .board_style .list-tsearch .tsearch_wrap .search_btn button {
    background: url(/img/msearch_Btn.png) no-repeat center center/cover !important;
  }
}
.board_style .div-head {
  background: #fff;
  padding: 16px 0;
  border-top: 1px solid #313131;
}
.board_style .div-head span {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
@media (max-width: 480px) {
  .board_style .div-head {
    padding: 12px 0;
  }
  .board_style .div-head span {
    font-size: 15px;
  }
}
.board_style .list-board .wr-notice {
  width: 45px;
  height: 25px;
  line-height: 23px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background: #e83a8f;
  border: 1px solid #d21b75;
  border-radius: 3px;
  overflow: hidden;
}
.board_style .list-board .wr-notice::after {
  content: "공지";
  display: block;
}
.board_style .list-board .wr-secret {
  margin: 0 0 0 10px;
}
.board_style .list-board .list-body li {
  border-bottom: 1px solid #dcdcdc;
}
.board_style .list-board .list-body li > div, .board_style .list-board .list-body li > div a, .board_style .list-board .list-body li > div b {
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
@media (max-width: 480px) {
  .board_style .list-board .list-body li > div, .board_style .list-board .list-body li > div a, .board_style .list-board .list-body li > div b {
    font-size: 14px;
  }
}
.board_style .list-board .list-body li > div a:hover {
  color: #222;
}
.board_style .list-board .list-body li.bg-light div {
  padding: 13px 0;
}
.board_style .list-board .list-body li.bg-light div.wr-subject {
  padding-left: 42px;
}
@media (max-width: 991px) {
  .board_style .list-board .list-body li.bg-light div.wr-subject {
    padding-left: 0;
  }
  .board_style .list-board .list-body li.bg-light div.wr-subject a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .board_style .list-board .list-body li.bg-light div.wr-subject .notice {
    background: #e83a8f;
    border: 1px solid #d21b75;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 2px 5px;
    font-size: 12px;
    margin-right: 5px;
  }
}
.board_style .list-board .list-body .wr-subject {
  padding-left: 42px;
}
@media (max-width: 991px) {
  .board_style .list-board .list-body .wr-subject {
    padding-left: 0;
  }
}

.view-wrap.view_style .view_wrap .widget .streaming_row .streaming_cont {
  margin: 20px 0 0 !important;
}
@media (max-width: 991px) {
  .view-wrap.view_style .view_wrap .widget .streaming_row .streaming_cont {
    margin: 15px 0 0 !important;
  }
}
.view-wrap.view_style .view-btn {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .view-wrap.view_style .view-btn {
    margin-bottom: 50px;
  }
}

.list-page {
  margin: 33px 0 80px !important;
}
@media (max-width: 991px) {
  .list-page {
    margin: 2px 0 50px !important;
  }
}
.list-page.board_page {
  margin: -45px 0 80px !important;
}
@media (max-width: 991px) {
  .list-page.board_page {
    margin: 8px 0 50px !important;
  }
}
.list-page.list_margin {
  margin: -47px 0 60px !important;
}
@media (max-width: 991px) {
  .list-page.list_margin {
    margin: -47px 0 50px !important;
  }
}
.list-page.list_margin01 {
  margin: -30px 0 60px !important;
}
@media (max-width: 991px) {
  .list-page.list_margin01 {
    margin: -35px 0 45px !important;
  }
}
.list-page.no_list {
  margin: 33px 0 60px !important;
}
.list-page .pagination li.sen a {
  margin-right: 20px;
}
.list-page .pagination li.mid a {
  margin-left: 20px;
}

.list-board {
  margin-bottom: 0 !important;
}
.list-board .wr-none {
  padding: 120px 0 !important;
}
@media (max-width: 991px) {
  .list-board .wr-none {
    padding: 60px 0 !important;
  }
}

.view_setit {
  font-size: 20px;
  color: #222;
  font-weight: 600;
  margin-bottom: 25px;
}
.view_setit span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-bottom;
}
@media (max-width: 991px) {
  .view_setit {
    font-size: 18px;
  }
  .view_setit span img {
    height: 25px;
  }
}
@media (max-width: 480px) {
  .view_setit {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 19px;
  }
  .view_setit span {
    margin-right: 8px;
  }
  .view_setit span img {
    height: 20px;
  }
}

/****************************
서브 > 스트리밍
html > skin > board > m01_streaming > list > basic > list.row.php
html > skin > board > m01_streaming > view > basic > view.skin.php
****************************/
.streaming_style .category_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-bottom: 40px;
}
.streaming_style .category_box .cate_li {
  width: 10.639%;
}
@media (max-width: 991px) {
  .streaming_style .category_box .cate_li {
    width: 100%;
  }
}
.streaming_style .category_box .cate_li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  background: #eee;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .streaming_style .category_box .cate_li a {
    border-radius: 0;
    height: 40px;
    line-height: 38px;
  }
}
@media (max-width: 480px) {
  .streaming_style .category_box .cate_li a {
    height: 35px;
    line-height: 33px;
  }
}
.streaming_style .category_box .cate_li + .cate_li {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .streaming_style .category_box .cate_li + .cate_li {
    margin-left: 0;
  }
}
.streaming_style .category_box .cate_li.on a {
  background: #e83a8f;
  border-color: #d21b75;
  color: #fff;
}
@media (max-width: 480px) {
  .streaming_style .category_box {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .streaming_style .category_box .cate_ul {
    width: 100%;
  }
  .streaming_style .category_box .cate_ul .btn_a {
    height: 40px;
    line-height: 38px;
    padding: 0;
    position: relative;
    border-radius: 6px !important;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
  }
  .streaming_style .category_box .cate_ul .btn_a .drop_arrow {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .streaming_style .category_box .cate_ul .dropdown-menu {
    width: 100%;
    min-width: 100%;
    padding: 0;
    border-radius: 0 !important;
  }
  .streaming_style .category_box .cate_ul .dropdown-menu li a {
    text-align: center;
    padding: 0 20px;
    background: #eee;
    font-size: 18px;
    color: #666;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    height: 40px;
    line-height: 38px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .streaming_style .category_box .cate_ul .dropdown-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .streaming_style .category_box .cate_ul .dropdown-menu li:hover a {
    background: #e83a8f;
    color: #fff;
  }
}
@media (max-width: 480px) {
  .streaming_style .category_box .cate_ul .btn_a {
    height: 38px;
    line-height: 36px;
    font-size: 14px;
  }
  .streaming_style .category_box .cate_ul .btn_a .drop_arrow img {
    height: 7px;
  }
  .streaming_style .category_box .cate_ul .dropdown-menu li a {
    padding: 6px 20px;
    font-size: 14px;
    height: 35px;
    line-height: 33px;
    padding: 0 20px;
  }
}
.streaming_style .category_box .cate_ul .cate_li a {
  padding: 0;
  margin: 0;
  text-align: center;
}
.streaming_style .streaming_row .streaming_img {
  position: relative;
}
.streaming_style .streaming_row .streaming_img img {
  width: 100%;
}
.streaming_style .streaming_row .streaming_img .thumb_box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.streaming_style .streaming_row .streaming_img .sticker {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_style .streaming_row .streaming_img .sticker span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 8px 8px;
  border-radius: 3px;
  overflow: hidden;
  line-height: 1;
}
.streaming_style .streaming_row .streaming_img .sticker span.best {
  background: #a200ff;
}
.streaming_style .streaming_row .streaming_img .sticker span.new {
  background: #e83a8f;
}
.streaming_style .streaming_row .streaming_img .sticker span.rec {
  background: #ff0000;
}
.streaming_style .streaming_row .streaming_img .sticker span + span {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .streaming_style .streaming_row .streaming_img .sticker span {
    font-size: 12px;
    padding: 7px 7px;
  }
}
.streaming_style .streaming_row .wish {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
@media (max-width: 991px) {
  .streaming_style .streaming_row .wish {
    right: 8px;
    bottom: 7px;
  }
}
.streaming_style .streaming_row .wish .wish_btn {
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 480px) {
  .streaming_style .streaming_row .wish .wish_btn {
    width: 26px;
    height: 26px;
  }
}
.streaming_style .streaming_row .wish .wish_btn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/wish_off.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .streaming_style .streaming_row .wish .wish_btn span {
    background: url(/img/mwish_off.png) no-repeat center center/cover;
  }
}
.streaming_style .streaming_row .wish .wish_btn.on span {
  background: url(/img/wish_on.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .streaming_style .streaming_row .wish .wish_btn.on span {
    background: url(/img/mwish_on.png) no-repeat center center/cover;
  }
}
.streaming_style .streaming_row .streaming_cont {
  margin: 15px 0 0 0;
  padding: 0;
  height: 116px;
}
@media (max-width: 480px) {
  .streaming_style .streaming_row .streaming_cont {
    margin: 15px 0 0;
    height: 100px;
  }
}
.streaming_style .streaming_row .streaming_cont .top_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .streaming_style .streaming_row .streaming_cont .top_box {
    line-height: 20px;
  }
}
.streaming_style .streaming_row .streaming_cont .top_box .left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_style .streaming_row .streaming_cont .top_box .left div {
  font-size: 14px;
  color: #888;
  font-weight: 300;
}
.streaming_style .streaming_row .streaming_cont .top_box .left div + div {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .streaming_style .streaming_row .streaming_cont .top_box .left div {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .streaming_style .streaming_row .streaming_cont .top_box .left div {
    font-size: 12px;
  }
}
.streaming_style .streaming_row .streaming_cont .top_box .right {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_style .streaming_row .streaming_cont .top_box .right span.heart {
  display: block;
  width: 15px;
  height: 14px;
  background: url(/img/heart_icon.png) no-repeat center center/cover;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .streaming_style .streaming_row .streaming_cont .top_box .right span.heart {
    width: 15px;
    height: 14px;
    background: url(/img/mheart_icon.png) no-repeat center center/cover;
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .streaming_style .streaming_row .streaming_cont .top_box .right {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .streaming_style .streaming_row .streaming_cont .top_box .right {
    font-size: 12px;
  }
  .streaming_style .streaming_row .streaming_cont .top_box .right span.heart {
    width: 13px;
    height: 12px;
  }
}
.streaming_style .streaming_row .streaming_cont .title_box {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin: 5px 0 10px;
}
@media (max-width: 991px) {
  .streaming_style .streaming_row .streaming_cont .title_box {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .streaming_style .streaming_row .streaming_cont .title_box {
    font-size: 14px;
    margin: 1px 0 6px;
  }
}
.streaming_style .streaming_row .streaming_cont .info_box {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
@media (max-width: 991px) {
  .streaming_style .streaming_row .streaming_cont .info_box {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .streaming_style .streaming_row .streaming_cont .info_box {
    font-size: 13px;
  }
}
.streaming_style .streaming_row .streaming_cont .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .streaming_style .streaming_row .streaming_cont .tag_box {
    margin-top: 8px;
  }
}
.streaming_style .streaming_row .streaming_cont .tag_box .tag_li {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  padding: 5px 5px;
  border: 1px solid #313131;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  line-height: 1;
}
.streaming_style .streaming_row .streaming_cont .tag_box .tag_li + .tag_li {
  margin-left: 5px;
}
.streaming_style .streaming_row .streaming_cont .tag_box .tag_li:hover {
  background: #313131;
  color: #fff;
}
.streaming_style .streaming_row .streaming_cont .tag_box .tag_li:hover > a {
  color: #fff;
}
@media (max-width: 480px) {
  .streaming_style .streaming_row .streaming_cont .tag_box .tag_li {
    font-size: 12px;
    padding: 4px 5px;
  }
}

@media (max-width: 991px) {
  .responsive .streaming_style .list-wrap .list-container.gallery_container .list-row {
    width: 100% !important;
  }
}
.streaming_view .view_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.streaming_view .view_wrap .view_section + div {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap .view_section + div {
    margin-top: 50px;
  }
}
.streaming_view .view_wrap_left {
  width: 70.923%;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left {
    width: 100%;
  }
}
.streaming_view .view_wrap_left .view_section01 {
  position: relative;
}
.streaming_view .view_wrap_left .view_section01 .video {
  position: relative;
}
.streaming_view .view_wrap_left .view_section01 .video .video_wrap {
  position: relative;
}
.streaming_view .view_wrap_left .view_section01 .video .video_wrap .view-img {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}
.streaming_view .view_wrap_left .view_section01 .video .video_wrap .view-img iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.streaming_view .view_wrap_left .view_section01 .video .video_wrap .view-img video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.streaming_view .view_wrap_left .view_section01 .video .video_wrap .view_img {
  padding-bottom: 0;
}
.streaming_view .view_wrap_left .view_section01 .video .video_wrap .view_img img {
  margin-bottom: 0;
  width: 100%;
}
.streaming_view .view_wrap_left .view_section01 .video .video_wrap .wish {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section01 .video .video_wrap .wish {
    right: 8px;
    bottom: 7px;
  }
}
.streaming_view .view_wrap_left .view_section01 .video .video_wrap .wish .wish_btn {
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section01 .video .video_wrap .wish .wish_btn {
    width: 26px;
    height: 26px;
  }
}
.streaming_view .view_wrap_left .view_section01 .video .video_wrap .wish .wish_btn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/wish_off.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section01 .video .video_wrap .wish .wish_btn span {
    background: url(/img/mwish_off.png) no-repeat center center/cover;
  }
}
.streaming_view .view_wrap_left .view_section01 .video .video_wrap .wish .wish_btn.on span {
  background: url(/img/wish_on.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section01 .video .video_wrap .wish .wish_btn.on span {
    background: url(/img/mwish_on.png) no-repeat center center/cover;
  }
}
.streaming_view .view_wrap_left .view_section01 .video .pop_up {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  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;
  z-index: 5;
}
.streaming_view .view_wrap_left .view_section01 .video .pop_up::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
.streaming_view .view_wrap_left .view_section01 .video .pop_up .pop_upBox {
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 5;
  background: #c61716;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  padding: 36px 91px 28px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section01 .video .pop_up .pop_upBox {
    padding: 25px 20px 20px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section01 .video .pop_up .pop_upBox {
    padding: 20px 0 15px;
    max-width: 300px;
  }
}
.streaming_view .view_wrap_left .view_section01 .video .pop_up .pop_upBox .info_box {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.streaming_view .view_wrap_left .view_section01 .video .pop_up .pop_upBox .info_box span {
  font-weight: 600;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section01 .video .pop_up .pop_upBox .info_box {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section01 .video .pop_up .pop_upBox .info_box {
    font-size: 13px;
    line-height: 21px;
  }
}
.streaming_view .view_wrap_left .view_section01 .video .pop_up .pop_upBox .close_box {
  width: 40.895%;
  margin: 23px auto 0;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section01 .video .pop_up .pop_upBox .close_box {
    margin: 20px auto 0;
  }
}
.streaming_view .view_wrap_left .view_section01 .video .pop_up .pop_upBox .close_box button {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  color: #222;
  font-weight: 600;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section01 .video .pop_up .pop_upBox .close_box button {
    font-size: 12px;
    height: 30px;
    line-height: 28px;
  }
}
.streaming_view .view_wrap_left .view_section01 .video_info {
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  padding: 28px 28px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section01 .video_info {
    padding: 20px 20px;
  }
}
.streaming_view .view_wrap_left .view_section01 .video_info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(232, 58, 143, 0.3);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section01 .video_info .top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 21px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section01 .video_info .top {
    padding-bottom: 18px;
    margin-bottom: 17px;
  }
}
.streaming_view .view_wrap_left .view_section01 .video_info .top_left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.streaming_view .view_wrap_left .view_section01 .video_info .top_left .view_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.streaming_view .view_wrap_left .view_section01 .video_info .top_left .view_icon > div {
  font-size: 14px;
  color: #888;
  font-weight: 400;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section01 .video_info .top_left .view_icon > div {
    font-size: 12px;
  }
}
.streaming_view .view_wrap_left .view_section01 .video_info .top_left .title_box {
  font-size: 24px;
  color: #222;
  font-weight: 600;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section01 .video_info .top_left .title_box {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section01 .video_info .top_left .title_box {
    font-size: 17px;
    margin-top: 9px;
  }
}
.streaming_view .view_wrap_left .view_section01 .video_info .top_right {
  font-size: 20px;
  color: #222;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_view .view_wrap_left .view_section01 .video_info .top_right span.heart {
  display: block;
  width: 15px;
  height: 14px;
  background: url(/img/heart_icon.png) no-repeat center center/cover;
  margin-right: 7px;
  width: 18px;
  height: 17px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section01 .video_info .top_right span.heart {
    width: 15px;
    height: 14px;
    background: url(/img/mheart_icon.png) no-repeat center center/cover;
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section01 .video_info .top_right {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section01 .video_info .top_right {
    font-size: 12px;
  }
  .streaming_view .view_wrap_left .view_section01 .video_info .top_right span.heart {
    width: 13px;
    height: 12px;
  }
}
.streaming_view .view_wrap_left .view_section01 .video_info .bottom .video_cont {
  font-size: 16px;
  color: #777;
  font-weight: 400;
  width: 87%;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  height: 54px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section01 .video_info .bottom .video_cont {
    width: 100%;
    -webkit-line-clamp: 2;
    line-height: 22px;
    height: 3em;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section01 .video_info .bottom .video_cont {
    font-size: 13px;
    margin-bottom: 15px;
    height: 3.5em;
  }
}
.streaming_view .view_wrap_left .view_section01 .video_info .bottom .video_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
}
.streaming_view .view_wrap_left .view_section01 .video_info .bottom .video_tag li {
  font-size: 14px;
  color: #222;
  font-weight: 300;
  padding: 5px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section01 .video_info .bottom .video_tag li {
    font-size: 12px;
    padding: 4px 5px;
  }
}
.streaming_view .view_wrap_left .view_section01 .video_info .bottom .video_tag li:hover {
  background: #e83a8f;
  border-color: #e83a8f;
  color: #fff;
}
.streaming_view .view_wrap_left .view_section01 .mob_player {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 57px;
  padding: 5px 0;
  text-align: center;
  background: #e83a8f;
  border-radius: 5px;
}
.streaming_view .view_wrap_left .view_section01 .mob_player a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}
.streaming_view .view_wrap_left .view_section02 .cut_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 20px;
}
.streaming_view .view_wrap_left .view_section02 .cut_ul li {
  width: 32%;
  position: relative;
  padding-bottom: 18%;
}
.streaming_view .view_wrap_left .view_section02 .cut_ul li .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.streaming_view .view_wrap_left .view_section02 .cut_ul li .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section02 .cut_ul {
    gap: 15px 15px;
  }
  .streaming_view .view_wrap_left .view_section02 .cut_ul li {
    width: 47.92%;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .rec_swiper {
  position: relative;
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .rec_swiper .btn_box {
  display: none;
  position: absolute;
  right: 0;
  top: -15%;
  z-index: 5;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .rec_swiper .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: -12.5%;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .rec_swiper .btn_box a {
  display: block;
  width: 11px;
  height: 19px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  outline: none;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .rec_swiper .btn_box a {
    width: 14px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .rec_swiper .btn_box a {
    width: 9px;
    height: 15px;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .rec_swiper .btn_box a + a {
  margin-left: 28px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .rec_swiper .btn_box a + a {
    margin-left: 30px;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .rec_swiper .btn_box a.prev_btn {
  background-image: url(/img/prev_btn.png);
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .rec_swiper .btn_box a.prev_btn {
    background-image: url(/img/mprev_btn.png);
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .rec_swiper .btn_box a.next_btn {
  background-image: url(/img/next_btn.png);
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .rec_swiper .btn_box a.next_btn {
    background-image: url(/img/mnext_btn.png);
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_img {
  position: relative;
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_img img {
  width: 100%;
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_img .thumb_box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_img .sticker {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_img .sticker span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 8px 8px;
  border-radius: 3px;
  overflow: hidden;
  line-height: 1;
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_img .sticker span.best {
  background: #a200ff;
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_img .sticker span.new {
  background: #e83a8f;
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_img .sticker span.rec {
  background: #ff0000;
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_img .sticker span + span {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_img .sticker span {
    font-size: 12px;
    padding: 7px 7px;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .wish {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .wish {
    right: 8px;
    bottom: 7px;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .wish .wish_btn {
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .wish .wish_btn {
    width: 26px;
    height: 26px;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .wish .wish_btn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/wish_off.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .wish .wish_btn span {
    background: url(/img/mwish_off.png) no-repeat center center/cover;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .wish .wish_btn.on span {
  background: url(/img/wish_on.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .wish .wish_btn.on span {
    background: url(/img/mwish_on.png) no-repeat center center/cover;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont {
  margin: 15px 0 0 0;
  padding: 0;
  height: 116px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont {
    margin: 15px 0 0;
    height: 100px;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .top_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .top_box {
    line-height: 20px;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .top_box .left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .top_box .left div {
  font-size: 14px;
  color: #888;
  font-weight: 300;
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .top_box .left div + div {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .top_box .left div {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .top_box .left div {
    font-size: 12px;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .top_box .right {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .top_box .right span.heart {
  display: block;
  width: 15px;
  height: 14px;
  background: url(/img/heart_icon.png) no-repeat center center/cover;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .top_box .right span.heart {
    width: 15px;
    height: 14px;
    background: url(/img/mheart_icon.png) no-repeat center center/cover;
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .top_box .right {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .top_box .right {
    font-size: 12px;
  }
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .top_box .right span.heart {
    width: 13px;
    height: 12px;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .title_box {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin: 5px 0 10px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .title_box {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .title_box {
    font-size: 14px;
    margin: 1px 0 6px;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .info_box {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .info_box {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .info_box {
    font-size: 13px;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .tag_box {
    margin-top: 8px;
  }
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .tag_box .tag_li {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  padding: 5px 5px;
  border: 1px solid #313131;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  line-height: 1;
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .tag_box .tag_li + .tag_li {
  margin-left: 5px;
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .tag_box .tag_li:hover {
  background: #313131;
  color: #fff;
}
.streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .tag_box .tag_li:hover > a {
  color: #fff;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .tag_box .tag_li {
    font-size: 12px;
    padding: 4px 5px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_left .view_section03 .se_cont .widget .streaming_row .streaming_cont .top_box .right span.heart {
    width: 13px;
    height: 12px;
  }
}
.streaming_view .view_wrap_right {
  width: 24.114%;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right {
    width: 100%;
    margin-top: 50px;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget {
  position: relative;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .btn_box {
  display: none;
  position: absolute;
  right: 0;
  top: -12.5%;
  z-index: 5;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .btn_box a {
  display: block;
  width: 11px;
  height: 19px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  outline: none;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .btn_box a {
    width: 14px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .btn_box a {
    width: 9px;
    height: 15px;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .btn_box a + a {
  margin-left: 28px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .btn_box a + a {
    margin-left: 30px;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .btn_box a.prev_btn {
  background-image: url(/img/prev_btn.png);
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .btn_box a.prev_btn {
    background-image: url(/img/mprev_btn.png);
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .btn_box a.next_btn {
  background-image: url(/img/next_btn.png);
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .btn_box a.next_btn {
    background-image: url(/img/mnext_btn.png);
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .swiper-wrapper .streaming_row + .streaming_row {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .swiper-wrapper .streaming_row + .streaming_row {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .swiper-wrapper {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_img {
  position: relative;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_img img {
  width: 100%;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_img .thumb_box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_img .sticker {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_img .sticker span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 8px 8px;
  border-radius: 3px;
  overflow: hidden;
  line-height: 1;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_img .sticker span.best {
  background: #a200ff;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_img .sticker span.new {
  background: #e83a8f;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_img .sticker span.rec {
  background: #ff0000;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_img .sticker span + span {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_img .sticker span {
    font-size: 12px;
    padding: 7px 7px;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .wish {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .wish {
    right: 8px;
    bottom: 7px;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .wish .wish_btn {
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .wish .wish_btn {
    width: 26px;
    height: 26px;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .wish .wish_btn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/wish_off.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .wish .wish_btn span {
    background: url(/img/mwish_off.png) no-repeat center center/cover;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .wish .wish_btn.on span {
  background: url(/img/wish_on.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .wish .wish_btn.on span {
    background: url(/img/mwish_on.png) no-repeat center center/cover;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont {
  margin: 15px 0 0 0;
  padding: 0;
  height: 116px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont {
    margin: 15px 0 0;
    height: 100px;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .top_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .top_box {
    line-height: 20px;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .top_box .left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .top_box .left div {
  font-size: 14px;
  color: #888;
  font-weight: 300;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .top_box .left div + div {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .top_box .left div {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .top_box .left div {
    font-size: 12px;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .top_box .right {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .top_box .right span.heart {
  display: block;
  width: 15px;
  height: 14px;
  background: url(/img/heart_icon.png) no-repeat center center/cover;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .top_box .right span.heart {
    width: 15px;
    height: 14px;
    background: url(/img/mheart_icon.png) no-repeat center center/cover;
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .top_box .right {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .top_box .right {
    font-size: 12px;
  }
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .top_box .right span.heart {
    width: 13px;
    height: 12px;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .title_box {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin: 5px 0 10px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .title_box {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .title_box {
    font-size: 14px;
    margin: 1px 0 6px;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .info_box {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .info_box {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .info_box {
    font-size: 13px;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .tag_box {
    margin-top: 8px;
  }
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .tag_box .tag_li {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  padding: 5px 5px;
  border: 1px solid #313131;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  line-height: 1;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .tag_box .tag_li + .tag_li {
  margin-left: 5px;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .tag_box .tag_li:hover {
  background: #313131;
  color: #fff;
}
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .tag_box .tag_li:hover > a {
  color: #fff;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont .tag_box .tag_li {
    font-size: 12px;
    padding: 4px 5px;
  }
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_img {
  position: relative;
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_img img {
  width: 100%;
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_img .thumb_box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_img .sticker {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_img .sticker span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 8px 8px;
  border-radius: 3px;
  overflow: hidden;
  line-height: 1;
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_img .sticker span.best {
  background: #a200ff;
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_img .sticker span.new {
  background: #e83a8f;
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_img .sticker span.rec {
  background: #ff0000;
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_img .sticker span + span {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_img .sticker span {
    font-size: 12px;
    padding: 7px 7px;
  }
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .wish {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .wish {
    right: 8px;
    bottom: 7px;
  }
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .wish .wish_btn {
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .wish .wish_btn {
    width: 26px;
    height: 26px;
  }
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .wish .wish_btn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/wish_off.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .wish .wish_btn span {
    background: url(/img/mwish_off.png) no-repeat center center/cover;
  }
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .wish .wish_btn.on span {
  background: url(/img/wish_on.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .wish .wish_btn.on span {
    background: url(/img/mwish_on.png) no-repeat center center/cover;
  }
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont {
  margin: 15px 0 0 0;
  padding: 0;
  height: 116px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont {
    margin: 15px 0 0;
    height: 100px;
  }
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .top_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .top_box {
    line-height: 20px;
  }
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .top_box .left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .top_box .left div {
  font-size: 14px;
  color: #888;
  font-weight: 300;
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .top_box .left div + div {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .top_box .left div {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .top_box .left div {
    font-size: 12px;
  }
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .top_box .right {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .top_box .right span.heart {
  display: block;
  width: 15px;
  height: 14px;
  background: url(/img/heart_icon.png) no-repeat center center/cover;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .top_box .right span.heart {
    width: 15px;
    height: 14px;
    background: url(/img/mheart_icon.png) no-repeat center center/cover;
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .top_box .right {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .top_box .right {
    font-size: 12px;
  }
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .top_box .right span.heart {
    width: 13px;
    height: 12px;
  }
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .title_box {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin: 5px 0 10px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .title_box {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .title_box {
    font-size: 14px;
    margin: 1px 0 6px;
  }
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .info_box {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .info_box {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .info_box {
    font-size: 13px;
  }
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .tag_box {
    margin-top: 8px;
  }
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .tag_box .tag_li {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  padding: 5px 5px;
  border: 1px solid #313131;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  line-height: 1;
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .tag_box .tag_li + .tag_li {
  margin-left: 5px;
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .tag_box .tag_li:hover {
  background: #313131;
  color: #fff;
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .tag_box .tag_li:hover > a {
  color: #fff;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .streaming_row .streaming_cont .tag_box .tag_li {
    font-size: 12px;
    padding: 4px 5px;
  }
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .relation_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section05 .relation_wrap .relation_ul {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
.streaming_view .view_wrap_right .view_section05 .relation_wrap .relation_ul .relation_li + li {
  margin-top: 28px;
}
.streaming_view .view_wrap_right .view_section06 {
  border: 1px solid #dcdcdc;
  border-top: 2px solid #222;
  padding: 17px 10px 20px;
}
.streaming_view .view_wrap_right .view_section06 .view_setit {
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .view_setit {
    margin-bottom: 15px;
  }
}
.streaming_view .view_wrap_right .view_section06 .tab_box {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .tab_box {
    margin-bottom: 20px;
  }
}
.streaming_view .view_wrap_right .view_section06 .tab_box li {
  display: inline-block;
}
.streaming_view .view_wrap_right .view_section06 .tab_box li a {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .tab_box li a {
    font-size: 13px;
  }
}
.streaming_view .view_wrap_right .view_section06 .tab_box li + li a {
  position: relative;
  margin-left: 8px;
  padding-left: 10px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .tab_box li + li a {
    margin-left: 6px;
    padding-left: 7px;
  }
}
.streaming_view .view_wrap_right .view_section06 .tab_box li + li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #cecece;
  position: absolute;
  left: 0;
  top: 22%;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .tab_box li + li a::after {
    height: 14px;
  }
}
.streaming_view .view_wrap_right .view_section06 .tab_box li.on a {
  color: #e83a8f;
}
.streaming_view .view_wrap_right .view_section06 .rank_cont {
  display: none;
}
.streaming_view .view_wrap_right .view_section06 .rank_cont.on {
  display: block;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_img {
  position: relative;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_img img {
  width: 100%;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_img .thumb_box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_img .sticker {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_img .sticker span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 8px 8px;
  border-radius: 3px;
  overflow: hidden;
  line-height: 1;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_img .sticker span.best {
  background: #a200ff;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_img .sticker span.new {
  background: #e83a8f;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_img .sticker span.rec {
  background: #ff0000;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_img .sticker span + span {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_img .sticker span {
    font-size: 12px;
    padding: 7px 7px;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .wish {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .wish {
    right: 8px;
    bottom: 7px;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .wish .wish_btn {
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .wish .wish_btn {
    width: 26px;
    height: 26px;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .wish .wish_btn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/wish_off.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .wish .wish_btn span {
    background: url(/img/mwish_off.png) no-repeat center center/cover;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .wish .wish_btn.on span {
  background: url(/img/wish_on.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .wish .wish_btn.on span {
    background: url(/img/mwish_on.png) no-repeat center center/cover;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont {
  margin: 15px 0 0 0;
  padding: 0;
  height: 116px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont {
    margin: 15px 0 0;
    height: 100px;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .top_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .top_box {
    line-height: 20px;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .top_box .left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .top_box .left div {
  font-size: 14px;
  color: #888;
  font-weight: 300;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .top_box .left div + div {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .top_box .left div {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .top_box .left div {
    font-size: 12px;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .top_box .right {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .top_box .right span.heart {
  display: block;
  width: 15px;
  height: 14px;
  background: url(/img/heart_icon.png) no-repeat center center/cover;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .top_box .right span.heart {
    width: 15px;
    height: 14px;
    background: url(/img/mheart_icon.png) no-repeat center center/cover;
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .top_box .right {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .top_box .right {
    font-size: 12px;
  }
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .top_box .right span.heart {
    width: 13px;
    height: 12px;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .title_box {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin: 5px 0 10px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .title_box {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .title_box {
    font-size: 14px;
    margin: 1px 0 6px;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .info_box {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .info_box {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .info_box {
    font-size: 13px;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .tag_box {
    margin-top: 8px;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .tag_box .tag_li {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  padding: 5px 5px;
  border: 1px solid #313131;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  line-height: 1;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .tag_box .tag_li + .tag_li {
  margin-left: 5px;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .tag_box .tag_li:hover {
  background: #313131;
  color: #fff;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .tag_box .tag_li:hover > a {
  color: #fff;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .tag_box .tag_li {
    font-size: 12px;
    padding: 4px 5px;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_li.one {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_li.one > div {
  width: 100%;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_li.one .ranking_icon_box {
  position: absolute;
  left: 5px;
  top: 0;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_li.one .ranking_icon_box .ranking_icon {
  width: 20px;
  height: 30px;
  background: url(/img/rank_icon.png) no-repeat center center/cover;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 23px;
}
@media (max-width: 991px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_li.one .ranking_icon_box .ranking_icon {
    background: url(/img/mrank_icon.png) no-repeat center center/cover;
  }
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_li.one .ranking_icon_box .ranking_icon {
    font-size: 11px;
    font-weight: 400;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_li.one .streaming_cont {
  padding-left: 0;
  margin: 15px 0 0;
  height: auto;
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_li.one .streaming_cont .title_box {
  font-size: 15px;
  margin: 8px 0 0;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_li.one .streaming_cont .title_box {
    font-size: 13px;
    margin: 2px 0 0;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_li + .streaming_li {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_li + .streaming_li {
    margin-top: 15px;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_li .ranking_icon_box .ranking_icon {
  width: 15px;
  height: 22px;
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_li .ranking_icon_box .ranking_icon {
    font-size: 10px;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_img {
  width: 44.03%;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_img {
    width: 37.03%;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont {
  width: 55.97%;
  height: auto;
  padding-left: 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont {
    width: 62.97%;
    padding-left: 15px;
  }
}
.streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .title_box {
  font-size: 15px;
  margin: 7px 0 0;
}
@media (max-width: 480px) {
  .streaming_view .view_wrap_right .view_section06 .ranking_box .streaming_row .streaming_cont .title_box {
    font-size: 13px;
    margin: 2px 0 0;
  }
}
.streaming_view.view_style .comment-media {
  border-top: 0;
}
.streaming_view.view_style .comment-media .media {
  border-top: 1px solid #dcdcdc;
  padding: 19px 0 !important;
}
@media (max-width: 480px) {
  .streaming_view.view_style .comment-media .media {
    padding: 17px 0 !important;
  }
}
.streaming_view.view_style .comment-media .media-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.streaming_view.view_style .comment-media .media-heading .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.streaming_view.view_style .comment-media .media-heading .left > div {
  font-size: 14px;
  color: #888;
  font-weight: 300;
}
@media (max-width: 480px) {
  .streaming_view.view_style .comment-media .media-heading .left > div {
    font-size: 12px;
  }
}
.streaming_view.view_style .comment-media .media-heading .left .info {
  margin-right: 10px;
  font-size: 14px;
  color: #888;
  font-weight: 300;
}
@media (max-width: 480px) {
  .streaming_view.view_style .comment-media .media-heading .left .info {
    font-size: 12px;
  }
}
.streaming_view.view_style .comment-media .media-heading .left .name span {
  font-size: 14px;
  color: #888;
  font-weight: 300;
}
@media (max-width: 480px) {
  .streaming_view.view_style .comment-media .media-heading .left .name span {
    font-size: 12px;
  }
}
.streaming_view.view_style .comment-media .media-heading .right a {
  display: inline-block;
}
.streaming_view.view_style .comment-media .media-heading .right a span {
  font-size: 14px;
  color: #888;
  font-weight: 300;
  margin-left: 0;
}
.streaming_view.view_style .comment-media .media-heading .right a + a {
  margin-left: 15px;
}
.streaming_view.view_style .comment-media .media-content {
  font-size: 15px;
  color: #222;
  font-weight: 400;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .streaming_view.view_style .comment-media .media-content {
    font-size: 13px;
    margin-top: 12px;
    line-height: 21px;
  }
}
.streaming_view.view_style .comment-box {
  border-top: 0;
  background: #fff;
  padding: 0;
  margin-bottom: 0;
  margin-top: 8px;
}
.streaming_view.view_style .comment-box .comment-content {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.streaming_view.view_style .comment-box .comment-content .comment-cell {
  width: 100%;
}
.streaming_view.view_style .comment-box .comment-content .comment-cell textarea {
  height: 100px;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  border-radius: 5px !important;
}
.streaming_view.view_style .comment-box .comment-content .re_write {
  width: 70px;
  height: 30px !important;
  line-height: 28px !important;
  margin-left: 0;
  border-radius: 3px !important;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
  background-color: #313131 !important;
}

/****************************
서브 > 모델프로필, 모델 우측 내용
html > skin > board > m02_model > list > basic > list.row.php
html > skin > board > m02_model > view > basic > view.skin.php
html > page > model_right.php
****************************/
.model_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .model_style {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.model_style_left {
  width: 70.923%;
}
@media (max-width: 991px) {
  .model_style_left {
    width: 100%;
  }
}
.model_style_left .category_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.model_style_left .category_box .cate_li {
  width: 10.639%;
}
@media (max-width: 991px) {
  .model_style_left .category_box .cate_li {
    width: 100%;
  }
}
.model_style_left .category_box .cate_li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  background: #eee;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .model_style_left .category_box .cate_li a {
    border-radius: 0;
    height: 40px;
    line-height: 38px;
  }
}
@media (max-width: 480px) {
  .model_style_left .category_box .cate_li a {
    height: 35px;
    line-height: 33px;
  }
}
.model_style_left .category_box .cate_li + .cate_li {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .model_style_left .category_box .cate_li + .cate_li {
    margin-left: 0;
  }
}
.model_style_left .category_box .cate_li.on a {
  background: #e83a8f;
  border-color: #d21b75;
  color: #fff;
}
@media (max-width: 991px) {
  .model_style_left .category_box {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .model_style_left .category_box {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .model_style_left .category_box .cate_ul {
    width: 100%;
  }
  .model_style_left .category_box .cate_ul .btn_a {
    height: 40px;
    line-height: 38px;
    background: #626262;
    border-color: #313131;
    padding: 0;
    position: relative;
    border-radius: 6px !important;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
  }
  .model_style_left .category_box .cate_ul .btn_a .drop_arrow {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .model_style_left .category_box .cate_ul .dropdown-menu {
    width: 100%;
    min-width: 100%;
    padding: 0;
    border-radius: 0 !important;
  }
  .model_style_left .category_box .cate_ul .dropdown-menu li a {
    text-align: center;
    padding: 0 20px;
    background: #eee;
    font-size: 18px;
    color: #666;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    height: 40px;
    line-height: 38px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .model_style_left .category_box .cate_ul .dropdown-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .model_style_left .category_box .cate_ul .dropdown-menu li:hover a {
    background: #626262;
    color: #fff;
  }
}
@media (max-width: 480px) {
  .model_style_left .category_box .cate_ul .btn_a {
    height: 38px;
    line-height: 36px;
    font-size: 14px;
  }
  .model_style_left .category_box .cate_ul .btn_a .drop_arrow img {
    height: 7px;
  }
  .model_style_left .category_box .cate_ul .dropdown-menu li a {
    padding: 6px 20px;
    font-size: 14px;
    height: 35px;
    line-height: 33px;
    padding: 0 20px;
  }
}
.model_style_left .category_box .cate_ul .cate_li {
  width: 16%;
}
@media (max-width: 991px) {
  .model_style_left .category_box .cate_ul .cate_li {
    width: 100%;
  }
}
.model_style_left .category_box .cate_ul .cate_li a {
  padding: 0;
  margin: 0;
  text-align: center;
  height: 35px;
  line-height: 33px;
}
.model_style_left .category_box .cate_ul .cate_li.on a {
  background: #626262;
  border-color: #313131;
}
.model_style_left .model_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .model_style_left .model_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .model_style_left .model_flex {
    margin-bottom: 30px;
  }
}
.model_style_left .model_info_top {
  padding: 30px 30px 30px;
  background: #eee;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .model_style_left .model_info_top {
    padding: 21px 20px;
    border-radius: 1.5;
    margin-bottom: 50px;
  }
}
.model_style_left .model_info_top .view_setit {
  margin-bottom: 18px;
}
.model_style_left .model_info_top .view_setit span {
  vertical-align: bottom;
}
@media (max-width: 480px) {
  .model_style_left .model_info_top .view_setit {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .model_style_left .model_info_top .widget {
    position: relative;
  }
  .model_style_left .model_info_top .widget .btn_box {
    display: none;
    position: absolute;
    right: 0;
    top: -5.5%;
    z-index: 5;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .model_style_left .model_info_top .widget .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991px) {
  .model_style_left .model_info_top .widget .btn_box a {
    display: block;
    width: 11px;
    height: 19px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    outline: none;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .model_style_left .model_info_top .widget .btn_box a {
    width: 14px;
    height: 20px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .model_style_left .model_info_top .widget .btn_box a {
    width: 9px;
    height: 15px;
  }
}
@media (max-width: 991px) {
  .model_style_left .model_info_top .widget .btn_box a + a {
    margin-left: 28px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .model_style_left .model_info_top .widget .btn_box a + a {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .model_style_left .model_info_top .widget .btn_box a.prev_btn {
    background-image: url(/img/prev_btn.png);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .model_style_left .model_info_top .widget .btn_box a.prev_btn {
    background-image: url(/img/mprev_btn.png);
  }
}
@media (max-width: 991px) {
  .model_style_left .model_info_top .widget .btn_box a.next_btn {
    background-image: url(/img/next_btn.png);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .model_style_left .model_info_top .widget .btn_box a.next_btn {
    background-image: url(/img/mnext_btn.png);
  }
}
.model_style_left .model_info_top .widget .model_content {
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 17px 22px;
  margin: 0;
}
.model_style_left .model_info_top .widget .model_content .title {
  font-size: 18px;
  color: #222;
  font-weight: 600;
}
@media (max-width: 991px) {
  .model_style_left .model_info_top .widget .model_content .title {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .model_style_left .model_info_top .widget .model_content .title {
    font-size: 14px;
  }
}
.model_style_left .model_info_top .widget .model_content .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 18px 0;
}
.model_style_left .model_info_top .widget .model_content .cont li {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.model_style_left .model_info_top .widget .model_content .cont li span {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 45px);
}
.model_style_left .model_info_top .widget .model_content .cont li span.tit {
  color: #222;
  font-weight: 500;
  width: 45px;
  margin-top: 0;
}
.model_style_left .model_info_top .widget .model_content .cont li:nth-child(3) {
  margin-top: 10px;
}
.model_style_left .model_info_top .widget .model_content .cont li:nth-child(4) {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .model_style_left .model_info_top .widget .model_content .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .model_style_left .model_info_top .widget .model_content .cont li {
    width: 100%;
    line-height: 1.2;
  }
  .model_style_left .model_info_top .widget .model_content .cont li:nth-child(2) {
    margin-top: 6px;
  }
  .model_style_left .model_info_top .widget .model_content .cont li:nth-child(3) {
    margin-top: 6px;
  }
  .model_style_left .model_info_top .widget .model_content .cont li:nth-child(4) {
    margin-top: 6px;
  }
}
@media (max-width: 480px) {
  .model_style_left .model_info_top .widget .model_content .cont {
    margin: 15px 0;
  }
  .model_style_left .model_info_top .widget .model_content .cont li span {
    font-size: 12px;
    width: calc(100% - 45px);
  }
  .model_style_left .model_info_top .widget .model_content .cont li span.tit {
    width: 45px;
  }
}
.model_style_left .model_info_top .widget .model_content .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.model_style_left .model_info_top .widget .model_content .tag_box li span {
  display: block;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  width: 45px;
  height: 25px;
  line-height: 23px;
  border: 1px solid #313131;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
@media (max-width: 480px) {
  .model_style_left .model_info_top .widget .model_content .tag_box li span {
    font-size: 12px;
    width: 40px;
    height: 22px;
    line-height: 20px;
  }
}
.model_style_left .model_info_top .widget .model_content .tag_box li + li {
  margin-left: 5px;
}
@media (max-width: 480px) {
  .model_style_left .model_info_top .widget .model_content .tag_box li + li {
    margin-left: 3px;
  }
}
.model_style_left .model_info_top .widget .model_content .cont {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .model_style_left .model_info_top .widget .model_content .cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .model_style_left .model_info_top .widget .model_content .cont li {
    width: 50%;
  }
}
.model_style_left .fix_gallery_content {
  margin-top: 0;
  border: 1px solid #dcdcdc;
  padding: 20px 17px;
  height: 158px;
}
@media (max-width: 991px) {
  .model_style_left .fix_gallery_content {
    height: 215px;
  }
}
@media (max-width: 480px) {
  .model_style_left .fix_gallery_content {
    padding: 13px 15px;
    height: 175px;
  }
}
.model_style_left .fix_gallery_content .title {
  font-size: 18px;
  color: #222;
  font-weight: 600;
}
@media (max-width: 991px) {
  .model_style_left .fix_gallery_content .title {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .model_style_left .fix_gallery_content .title {
    font-size: 14px;
  }
}
.model_style_left .fix_gallery_content .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 18px 0;
}
.model_style_left .fix_gallery_content .cont li {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.model_style_left .fix_gallery_content .cont li span {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 45px);
}
.model_style_left .fix_gallery_content .cont li span.tit {
  color: #222;
  font-weight: 500;
  width: 45px;
  margin-top: 0;
}
.model_style_left .fix_gallery_content .cont li:nth-child(3) {
  margin-top: 10px;
}
.model_style_left .fix_gallery_content .cont li:nth-child(4) {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .model_style_left .fix_gallery_content .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .model_style_left .fix_gallery_content .cont li {
    width: 100%;
    line-height: 1.2;
  }
  .model_style_left .fix_gallery_content .cont li:nth-child(2) {
    margin-top: 6px;
  }
  .model_style_left .fix_gallery_content .cont li:nth-child(3) {
    margin-top: 6px;
  }
  .model_style_left .fix_gallery_content .cont li:nth-child(4) {
    margin-top: 6px;
  }
}
@media (max-width: 480px) {
  .model_style_left .fix_gallery_content .cont {
    margin: 15px 0;
  }
  .model_style_left .fix_gallery_content .cont li span {
    font-size: 12px;
    width: calc(100% - 45px);
  }
  .model_style_left .fix_gallery_content .cont li span.tit {
    width: 45px;
  }
}
.model_style_left .fix_gallery_content .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.model_style_left .fix_gallery_content .tag_box li span {
  display: block;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  width: 45px;
  height: 25px;
  line-height: 23px;
  border: 1px solid #313131;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
@media (max-width: 480px) {
  .model_style_left .fix_gallery_content .tag_box li span {
    font-size: 12px;
    width: 40px;
    height: 22px;
    line-height: 20px;
  }
}
.model_style_left .fix_gallery_content .tag_box li + li {
  margin-left: 5px;
}
@media (max-width: 480px) {
  .model_style_left .fix_gallery_content .tag_box li + li {
    margin-left: 3px;
  }
}
.model_style_left .fix_gallery_content .cont li {
  width: 50%;
}
@media (max-width: 991px) {
  .model_style_left .fix_gallery_content .cont li {
    width: 100%;
  }
}
.model_style_left .fix_gallery_content .cont li span {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  display: block;
}
.model_style_left .fix_gallery_content .cont li span.tit {
  width: 35px;
  color: #222;
  font-weight: 500;
}
@media (max-width: 480px) {
  .model_style_left .fix_gallery_content .cont li span {
    font-size: 12px;
    width: calc(100% - 55px);
  }
  .model_style_left .fix_gallery_content .cont li span.tit {
    width: 55px;
  }
}
.model_style_left .fix_gallery_content .cont li:nth-child(3) {
  margin-top: 12px;
}
.model_style_left .fix_gallery_content .cont li:nth-child(4) {
  margin-top: 12px;
}
@media (max-width: 991px) {
  .model_style_left .fix_gallery_content .cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .model_style_left .fix_gallery_content .cont li:nth-child(2) {
    margin-top: 8px;
  }
  .model_style_left .fix_gallery_content .cont li:nth-child(3) {
    margin-top: 8px;
  }
  .model_style_left .fix_gallery_content .cont li:nth-child(4) {
    margin-top: 8px;
  }
}
.model_style_left .fix_gallery_content .tag_box li span {
  width: 35px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
}
.model_style.board_style .list-tsearch {
  width: 33.335%;
  margin-bottom: 0;
}
.model_style.board_style .list-tsearch .tsearch_form {
  width: 100%;
}
@media (max-width: 991px) {
  .model_style.board_style .list-tsearch {
    width: 100%;
  }
}
.model_style_right {
  width: 24.114%;
}
@media (max-width: 991px) {
  .model_style_right {
    width: 100%;
    margin-bottom: 50px;
  }
}

.model_right_top .advertising_widget .banner_box + div {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .model_right_top .advertising_widget .banner_box + div {
    margin-top: 10px;
  }
}
.model_right_top .advertising_widget img {
  width: 100%;
}
.model_right_bottom {
  border: 1px solid #dcdcdc;
  border-top: 2px solid #222;
  padding: 17px 10px 20px;
  margin-top: 60px;
}
.model_right_bottom .view_setit {
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .model_right_bottom .view_setit {
    margin-bottom: 15px;
  }
}
.model_right_bottom .tab_box {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .model_right_bottom .tab_box {
    margin-bottom: 20px;
  }
}
.model_right_bottom .tab_box li {
  display: inline-block;
}
.model_right_bottom .tab_box li a {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}
@media (max-width: 480px) {
  .model_right_bottom .tab_box li a {
    font-size: 13px;
  }
}
.model_right_bottom .tab_box li + li a {
  position: relative;
  margin-left: 8px;
  padding-left: 10px;
}
@media (max-width: 480px) {
  .model_right_bottom .tab_box li + li a {
    margin-left: 6px;
    padding-left: 7px;
  }
}
.model_right_bottom .tab_box li + li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #cecece;
  position: absolute;
  left: 0;
  top: 22%;
}
@media (max-width: 480px) {
  .model_right_bottom .tab_box li + li a::after {
    height: 14px;
  }
}
.model_right_bottom .tab_box li.on a {
  color: #e83a8f;
}
.model_right_bottom .rank_cont {
  display: none;
}
.model_right_bottom .rank_cont.on {
  display: block;
}
@media (max-width: 480px) {
  .model_right_bottom {
    margin-top: 50px;
  }
}
.model_right_bottom .rank_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.model_right_bottom .rank_row .img-box {
  width: 44.03%;
}
@media (max-width: 480px) {
  .model_right_bottom .rank_row .img-box {
    width: 27%;
  }
}
.model_right_bottom .rank_row .img-box .ranking_icon_box {
  position: absolute;
  left: 5px;
  top: 0;
}
.model_right_bottom .rank_row .img-box .ranking_icon_box .ranking_icon {
  width: 15px;
  height: 22px;
  background: url(/img/rank_icon.png) no-repeat center center/cover;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 23px;
}
@media (max-width: 991px) {
  .model_right_bottom .rank_row .img-box .ranking_icon_box .ranking_icon {
    background: url(/img/mrank_icon.png) no-repeat center center/cover;
  }
}
@media (max-width: 480px) {
  .model_right_bottom .rank_row .img-box .ranking_icon_box .ranking_icon {
    font-size: 11px;
    font-weight: 400;
  }
}
.model_right_bottom .rank_row .img-box .ranking_icon_box .ranking_icon {
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 480px) {
  .model_right_bottom .rank_row .img-box .ranking_icon_box .ranking_icon {
    font-size: 11px;
  }
}
.model_right_bottom .rank_row .img-box img {
  width: 100%;
}
.model_right_bottom .rank_row .cont-box {
  width: 55.97%;
  padding-left: 20px;
}
@media (max-width: 480px) {
  .model_right_bottom .rank_row .cont-box {
    width: 73%;
  }
}
.model_right_bottom .rank_row .cont-box .title_box {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
@media (max-width: 480px) {
  .model_right_bottom .rank_row .cont-box .title_box {
    font-size: 13px;
  }
}
.model_right_bottom .rank_row .cont-box .cont_box {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .model_right_bottom .rank_row .cont-box .cont_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .model_right_bottom .rank_row .cont-box .cont_box {
    margin-top: 13px;
  }
}
.model_right_bottom .rank_row .cont-box .cont_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
@media (max-width: 991px) {
  .model_right_bottom .rank_row .cont-box .cont_box li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .model_right_bottom .rank_row .cont-box .cont_box li {
    font-size: 12px;
  }
}
.model_right_bottom .rank_row .cont-box .cont_box li p {
  width: 45px;
  color: #222;
  font-weight: 500;
}
@media (max-width: 480px) {
  .model_right_bottom .rank_row .cont-box .cont_box li p {
    width: 35px;
  }
}
.model_right_bottom .rank_row .cont-box .cont_box li + li {
  margin-top: 9px;
}
@media (max-width: 991px) {
  .model_right_bottom .rank_row .cont-box .cont_box li + li {
    margin-top: 0;
  }
}
.model_right_bottom .rank_row .cont-box .cont_box li span {
  display: block;
  width: calc(100% - 45px);
}
@media (max-width: 480px) {
  .model_right_bottom .rank_row .cont-box .cont_box li span {
    width: calc(100% - 35px);
  }
}
@media (max-width: 991px) {
  .model_right_bottom .rank_row .cont-box .cont_box li:nth-child(3) {
    margin-top: 10px;
  }
  .model_right_bottom .rank_row .cont-box .cont_box li:nth-child(4) {
    margin-top: 10px;
  }
}
.model_right_bottom .rank_row + div {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .model_right_bottom .rank_row + div {
    margin-top: 15px;
  }
}

.model_view {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .model_view {
    margin-bottom: 50px;
  }
}
.model_view .model_view_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .model_view .model_view_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.model_view .model_view_flex .model_view_left {
  width: 70.923%;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left {
    width: 100%;
  }
}
.model_view .model_view_flex .model_view_left .view_section + div {
  margin-top: 60px;
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section + div {
    margin-top: 50px;
  }
}
.model_view .model_view_flex .model_view_left .view_section01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.model_view .model_view_flex .model_view_left .view_section01 .left {
  width: 42%;
  position: relative;
  border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section01 .left {
    width: 100%;
  }
}
.model_view .model_view_flex .model_view_left .view_section01 .left img {
  margin-bottom: 0;
  width: 100%;
}
.model_view .model_view_flex .model_view_left .view_section01 .left .modal_icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.model_view .model_view_flex .model_view_left .view_section01 .left .modal_icon a {
  display: block;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section01 .left .modal_icon a img {
    height: 100px;
  }
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section01 .left .modal_icon a img {
    height: 85px;
  }
}
.model_view .model_view_flex .model_view_left .view_section01 .right {
  width: 58%;
  border: 1px solid #dcdcdc;
  background: #eee;
  padding: 0 45px;
  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;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section01 .right {
    width: 100%;
    padding: 40px 25px;
  }
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section01 .right {
    padding: 34px 25px;
  }
}
.model_view .model_view_flex .model_view_left .view_section01 .right .top h2 {
  font-size: 30px;
  color: #222;
  font-weight: 600;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section01 .right .top h2 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section01 .right .top h2 {
    font-size: 20px;
  }
}
.model_view .model_view_flex .model_view_left .view_section01 .right .mid {
  margin: 20px 0 38px;
  padding: 35px 0 38px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section01 .right .mid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section01 .right .mid {
    margin: 15px 0 25px;
    padding: 25px 0;
  }
}
.model_view .model_view_flex .model_view_left .view_section01 .right .mid div {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section01 .right .mid div {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section01 .right .mid div {
    font-size: 13px;
  }
}
.model_view .model_view_flex .model_view_left .view_section01 .right .mid div span {
  display: block;
}
.model_view .model_view_flex .model_view_left .view_section01 .right .mid div .mid_tit {
  color: #222;
  font-weight: 500;
  width: 85px;
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section01 .right .mid div .mid_tit {
    width: 65px;
  }
}
.model_view .model_view_flex .model_view_left .view_section01 .right .mid div .mid_cont {
  width: calc(100% - 85px);
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section01 .right .mid div .mid_cont {
    width: calc(100% - 65px);
  }
}
.model_view .model_view_flex .model_view_left .view_section01 .right .mid div + div {
  margin-top: 14px;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section01 .right .mid div + div:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section01 .right .mid div + div {
    margin-top: 12px;
  }
}
.model_view .model_view_flex .model_view_left .view_section01 .right .bottom {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section01 .right .bottom {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section01 .right .bottom {
    font-size: 13px;
    line-height: 24px;
  }
}
.model_view .model_view_flex .model_view_left .view_section02 .video_container {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}
.model_view .model_view_flex .model_view_left .view_section02 .video_container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.model_view .model_view_flex .model_view_left .view_section03 .cut_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section03 .cut_ul {
    gap: 15px 0;
  }
}
.model_view .model_view_flex .model_view_left .view_section03 .cut_ul li {
  width: 32%;
  cursor: pointer;
}
.model_view .model_view_flex .model_view_left .view_section03 .cut_ul li img {
  width: 100%;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section03 .cut_ul li {
    width: 48%;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .work_swiper {
  position: relative;
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .work_swiper .btn_box {
  position: absolute;
  right: 0;
  top: -15%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .work_swiper .btn_box {
    top: -12%;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .work_swiper .btn_box a {
  display: block;
  width: 11px;
  height: 19px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  outline: none;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .work_swiper .btn_box a {
    width: 17px;
    height: 29px;
  }
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .work_swiper .btn_box a {
    width: 9px;
    height: 15px;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .work_swiper .btn_box a + a {
  margin-left: 28px;
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .work_swiper .btn_box a + a {
    margin-left: 30px;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .work_swiper .btn_box a.prev_btn {
  background-image: url(/img/prev_btn.png);
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .work_swiper .btn_box a.prev_btn {
    background-image: url(/img/mprev_btn.png);
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .work_swiper .btn_box a.next_btn {
  background-image: url(/img/next_btn.png);
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .work_swiper .btn_box a.next_btn {
    background-image: url(/img/mnext_btn.png);
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_img {
  position: relative;
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_img img {
  width: 100%;
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_img .thumb_box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_img .sticker {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_img .sticker span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 8px 8px;
  border-radius: 3px;
  overflow: hidden;
  line-height: 1;
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_img .sticker span.best {
  background: #a200ff;
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_img .sticker span.new {
  background: #e83a8f;
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_img .sticker span.rec {
  background: #ff0000;
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_img .sticker span + span {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_img .sticker span {
    font-size: 12px;
    padding: 7px 7px;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .wish {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .wish {
    right: 8px;
    bottom: 7px;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .wish .wish_btn {
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .wish .wish_btn {
    width: 26px;
    height: 26px;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .wish .wish_btn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/wish_off.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .wish .wish_btn span {
    background: url(/img/mwish_off.png) no-repeat center center/cover;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .wish .wish_btn.on span {
  background: url(/img/wish_on.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .wish .wish_btn.on span {
    background: url(/img/mwish_on.png) no-repeat center center/cover;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont {
  margin: 15px 0 0 0;
  padding: 0;
  height: 116px;
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont {
    margin: 15px 0 0;
    height: 100px;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .top_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .top_box {
    line-height: 20px;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .top_box .left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .top_box .left div {
  font-size: 14px;
  color: #888;
  font-weight: 300;
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .top_box .left div + div {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .top_box .left div {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .top_box .left div {
    font-size: 12px;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .top_box .right {
  font-size: 14px;
  color: #666;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .top_box .right span.heart {
  display: block;
  width: 15px;
  height: 14px;
  background: url(/img/heart_icon.png) no-repeat center center/cover;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .top_box .right span.heart {
    width: 15px;
    height: 14px;
    background: url(/img/mheart_icon.png) no-repeat center center/cover;
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .top_box .right {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .top_box .right {
    font-size: 12px;
  }
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .top_box .right span.heart {
    width: 13px;
    height: 12px;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .title_box {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin: 5px 0 10px;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .title_box {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .title_box {
    font-size: 14px;
    margin: 1px 0 6px;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .info_box {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .info_box {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .info_box {
    font-size: 13px;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .tag_box {
    margin-top: 8px;
  }
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .tag_box .tag_li {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  padding: 5px 5px;
  border: 1px solid #313131;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  line-height: 1;
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .tag_box .tag_li + .tag_li {
  margin-left: 5px;
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .tag_box .tag_li:hover {
  background: #313131;
  color: #fff;
}
.model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .tag_box .tag_li:hover > a {
  color: #fff;
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section04 .widget .streaming_row .streaming_cont .tag_box .tag_li {
    font-size: 12px;
    padding: 4px 5px;
  }
}
.model_view .model_view_flex .model_view_left .view_section05 {
  border-top: 1px solid #dcdcdc;
  padding-top: 60px;
}
.model_view .model_view_flex .model_view_left .view_section05 .widget .title {
  font-size: 18px;
  color: #222;
  font-weight: 600;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .title {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .title {
    font-size: 14px;
  }
}
.model_view .model_view_flex .model_view_left .view_section05 .widget .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 18px 0;
}
.model_view .model_view_flex .model_view_left .view_section05 .widget .cont li {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.model_view .model_view_flex .model_view_left .view_section05 .widget .cont li span {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 45px);
}
.model_view .model_view_flex .model_view_left .view_section05 .widget .cont li span.tit {
  color: #222;
  font-weight: 500;
  width: 45px;
  margin-top: 0;
}
.model_view .model_view_flex .model_view_left .view_section05 .widget .cont li:nth-child(3) {
  margin-top: 10px;
}
.model_view .model_view_flex .model_view_left .view_section05 .widget .cont li:nth-child(4) {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .model_view .model_view_flex .model_view_left .view_section05 .widget .cont li {
    width: 100%;
    line-height: 1.2;
  }
  .model_view .model_view_flex .model_view_left .view_section05 .widget .cont li:nth-child(2) {
    margin-top: 6px;
  }
  .model_view .model_view_flex .model_view_left .view_section05 .widget .cont li:nth-child(3) {
    margin-top: 6px;
  }
  .model_view .model_view_flex .model_view_left .view_section05 .widget .cont li:nth-child(4) {
    margin-top: 6px;
  }
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .cont {
    margin: 15px 0;
  }
  .model_view .model_view_flex .model_view_left .view_section05 .widget .cont li span {
    font-size: 12px;
    width: calc(100% - 45px);
  }
  .model_view .model_view_flex .model_view_left .view_section05 .widget .cont li span.tit {
    width: 45px;
  }
}
.model_view .model_view_flex .model_view_left .view_section05 .widget .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.model_view .model_view_flex .model_view_left .view_section05 .widget .tag_box li span {
  display: block;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  width: 45px;
  height: 25px;
  line-height: 23px;
  border: 1px solid #313131;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .tag_box li span {
    font-size: 12px;
    width: 40px;
    height: 22px;
    line-height: 20px;
  }
}
.model_view .model_view_flex .model_view_left .view_section05 .widget .tag_box li + li {
  margin-left: 5px;
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .tag_box li + li {
    margin-left: 3px;
  }
}
.model_view .model_view_flex .model_view_left .view_section05 .widget .model_content {
  border: 1px solid #dcdcdc;
  padding: 17px 17px 19px;
  margin: 0;
  height: 145px;
}
@media (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .model_content {
    padding: 10px 15px;
  }
}
.model_view .model_view_flex .model_view_left .view_section05 .widget .cont {
  margin: 18px 0 11px;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.model_view .model_view_flex .model_view_left .view_section05 .widget .cont li {
  width: 50%;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .cont li {
    width: 100%;
  }
}
.model_view .model_view_flex .model_view_left .view_section05 .widget .tag_box li span {
  width: 35px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .model_view .model_view_flex .model_view_left .view_section05 .widget .model03_swiper {
    position: relative;
  }
  .model_view .model_view_flex .model_view_left .view_section05 .widget .model03_swiper .btn_box {
    position: absolute;
    right: 0;
    top: -15%;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .model03_swiper .btn_box {
    top: -9%;
  }
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .model03_swiper .btn_box a {
    display: block;
    width: 11px;
    height: 19px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    outline: none;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .model03_swiper .btn_box a {
    width: 17px;
    height: 29px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .model03_swiper .btn_box a {
    width: 9px;
    height: 15px;
  }
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .model03_swiper .btn_box a + a {
    margin-left: 28px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .model03_swiper .btn_box a + a {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .model03_swiper .btn_box a.prev_btn {
    background-image: url(/img/prev_btn.png);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .model03_swiper .btn_box a.prev_btn {
    background-image: url(/img/mprev_btn.png);
  }
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .model03_swiper .btn_box a.next_btn {
    background-image: url(/img/next_btn.png);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .model_view .model_view_flex .model_view_left .view_section05 .widget .model03_swiper .btn_box a.next_btn {
    background-image: url(/img/mnext_btn.png);
  }
}
.model_view .model_view_flex .model_view_right {
  width: 24.114%;
}
@media (max-width: 991px) {
  .model_view .model_view_flex .model_view_right {
    width: 100%;
    margin-top: 60px;
  }
}
.model_view .modal_wrap {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}
.model_view .modal_wrap.on {
  display: block;
}
.model_view .modal_wrap .modal_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .model_view .modal_wrap .modal_container {
    padding: 0 15px;
  }
}
.model_view .modal_wrap .modal_box {
  width: 55.236%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .model_view .modal_wrap .modal_box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.model_view .modal_wrap .modal_box .modal_cont {
  width: 94.787%;
  height: 560px;
  background: #fff;
}
@media (max-width: 991px) {
  .model_view .modal_wrap .modal_box .modal_cont {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: 350px;
  }
}
.model_view .modal_wrap .modal_box .modal_cont .modal_video {
  position: relative;
  padding-bottom: 56.206%;
}
.model_view .modal_wrap .modal_box .modal_cont .modal_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.model_view .modal_wrap .modal_box .modal_close {
  display: block;
}
@media (max-width: 991px) {
  .model_view .modal_wrap .modal_box .modal_close {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
    margin-bottom: 12px;
  }
  .model_view .modal_wrap .modal_box .modal_close img {
    height: 15px;
  }
}

/****************************
서브 > 이벤트
html > skin > board > m03_event > list > basic > list.row.php
****************************/
.m03_style .list-item {
  position: relative;
}
.m03_style .list_category {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
@media (max-width: 480px) {
  .m03_style .list_category {
    top: 8px;
    left: 8px;
  }
}
.m03_style .list_category span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 8px 11px;
  background: #e83a8f;
  border-radius: 3px;
  overflow: hidden;
}
.m03_style .list_category span.end {
  background: #2b2b2b;
}
@media (max-width: 480px) {
  .m03_style .list_category span {
    font-size: 12px;
    padding: 7px 7px;
  }
}
.m03_style .fix_gallery_content {
  border: 1px solid #dcdcdc;
  margin-top: 0;
  padding: 30px 20px;
}
@media (max-width: 480px) {
  .m03_style .fix_gallery_content {
    padding: 20px 15px;
  }
}
.m03_style .fix_gallery_content h5 {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin-bottom: 17px;
}
@media (max-width: 480px) {
  .m03_style .fix_gallery_content h5 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.m03_style .fix_gallery_content .event_cont li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m03_style .fix_gallery_content .event_cont li div {
  font-size: 15px;
  color: #777;
  font-weight: 400;
}
.m03_style .fix_gallery_content .event_cont li div.ev_tit {
  width: 94px;
  color: #222;
  font-weight: 500;
}
.m03_style .fix_gallery_content .event_cont li div.ev_cont {
  width: calc(100% - 94px);
}
@media (max-width: 991px) {
  .m03_style .fix_gallery_content .event_cont li div.ev_cont {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 480px) {
  .m03_style .fix_gallery_content .event_cont li div {
    font-size: 13px;
  }
}
.m03_style .fix_gallery_content .event_cont li + li {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .responsive .m03_style .list-wrap .list-container.gallery_container .list-row {
    width: 100% !important;
  }
  .m03_style .list-wrap .list-container.gallery_container {
    margin-bottom: -40px !important;
  }
  .m03_style .list-wrap .list-container.gallery_container .list-item {
    margin-bottom: 40px !important;
  }
}
/****************************
서브 > 게시판 > faq
html > skin > basic > faq > list.skin.php
****************************/
.faq_box {
  margin-top: 34px;
}
@media (max-width: 480px) {
  .faq_box {
    margin-top: 25px;
  }
}
.faq_box .div-panel {
  border-top: 1px solid #313131;
  margin-bottom: 0;
}
.faq_box .div-panel div.text {
  width: calc(100% - 74px);
}
.faq_box .div-panel .faq_q_content {
  padding: 8px 0 !important;
}
.faq_box .div-panel .faq_q_content .faq_icon {
  width: 74px;
}
.faq_box .div-panel .faq_q_content .faq_icon span {
  width: 34px;
  height: 34px;
  line-height: 32px;
  border: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #333;
}
@media (max-width: 480px) {
  .faq_box .div-panel .faq_q_content .faq_icon span {
    width: 28px;
    height: 28px;
    line-height: 26px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .faq_box .div-panel .faq_q_content .faq_icon {
    width: 50px;
  }
}
.faq_box .div-panel .faq_q_content .text {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  margin-top: 9px;
}
@media (max-width: 480px) {
  .faq_box .div-panel .faq_q_content .text {
    font-size: 14px;
    margin-top: 5px;
  }
}
.faq_box .div-panel .faq_q_content .faq_arrow_icon {
  right: 20px;
}
@media (max-width: 480px) {
  .faq_box .div-panel .faq_q_content .faq_arrow_icon img {
    height: 10px;
  }
}
.faq_box .div-panel.panel-group .panel-heading a {
  border-top: 0 !important;
  border-bottom: 1px solid #dcdcdc !important;
}
.faq_box .div-panel.panel-group .panel-heading a.active {
  border-bottom: 1px solid #dcdcdc !important;
}
.faq_box .div-panel .faq_a_content {
  background: #eee;
  padding: 22px 0;
}
.faq_box .div-panel .faq_a_content .faq_icon {
  width: 74px;
  margin-top: 7px;
}
.faq_box .div-panel .faq_a_content .faq_icon span {
  width: 34px;
  height: 34px;
  line-height: 32px;
  border: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: #e83a8f;
}
@media (max-width: 480px) {
  .faq_box .div-panel .faq_a_content .faq_icon span {
    width: 28px;
    height: 28px;
    line-height: 26px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .faq_box .div-panel .faq_a_content .faq_icon {
    width: 50px;
  }
}
.faq_box .div-panel .faq_a_content .text {
  font-size: 16px;
  color: #222;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 480px) {
  .faq_box .div-panel .faq_a_content .text {
    font-size: 14px;
  }
}

/****************************
서브 > 게시판 > 배우지원
html > skin > board > m04_actor > write.skin.php
html > skin > board > m04_actor > write > basic > write.skin.php
****************************/
.m04_actor_write {
  background: #f3f3f3;
  border-radius: 60px;
  overflow: hidden;
  padding: 80px 84px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .m04_actor_write {
    padding: 50px 50px;
  }
}
@media (max-width: 480px) {
  .m04_actor_write {
    padding: 39px 30px;
    border-radius: 30px;
  }
}
.m04_actor_write .write_top {
  margin-bottom: 64px;
}
@media (max-width: 480px) {
  .m04_actor_write .write_top {
    margin-bottom: 30px;
  }
}
.m04_actor_write .write_top .title {
  font-size: 24px;
  color: #222;
  font-weight: 500;
  margin-bottom: 18px;
}
@media (max-width: 480px) {
  .m04_actor_write .write_top .title {
    font-size: 17px;
  }
}
.m04_actor_write .write_top .cont {
  font-size: 16px;
  color: #222;
  font-weight: 400;
  line-height: 28px;
}
.m04_actor_write .write_top .cont span {
  color: #e83a8f;
  font-weight: 600;
}
@media (max-width: 480px) {
  .m04_actor_write .write_top .cont {
    font-size: 13px;
    line-height: 22px;
  }
}
.m04_actor_write .write_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m04_actor_write .write_cont .left {
  width: 40.2%;
  border-radius: 10px;
  overflow: hidden;
}
.m04_actor_write .write_cont .right {
  width: 59.8%;
  padding-left: 109px;
  margin-top: -5px;
}
@media (max-width: 991px) {
  .m04_actor_write .write_cont .right {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}
.m04_actor_write .write_cont .right .inquiry_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .m04_actor_write .write_cont .right .inquiry_box {
    -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;
  }
}
.m04_actor_write .write_cont .right .inquiry_box.addcode_box, .m04_actor_write .write_cont .right .inquiry_box.cont_box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m04_actor_write .write_cont .right .inquiry_box.addcode_box > label, .m04_actor_write .write_cont .right .inquiry_box.cont_box > label {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .m04_actor_write .write_cont .right .inquiry_box.addcode_box > label, .m04_actor_write .write_cont .right .inquiry_box.cont_box > label {
    margin-top: 0;
  }
}
.m04_actor_write .write_cont .right .inquiry_box > label {
  font-size: 18px;
  color: #222;
  font-weight: 500;
  width: 107px;
  line-height: 1;
}
@media (max-width: 991px) {
  .m04_actor_write .write_cont .right .inquiry_box > label {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .m04_actor_write .write_cont .right .inquiry_box > label {
    font-size: 14px;
    margin-bottom: 9px;
  }
}
.m04_actor_write .write_cont .right .inquiry_box .answer {
  width: calc(100% - 107px);
  padding-right: 30px;
}
@media (max-width: 991px) {
  .m04_actor_write .write_cont .right .inquiry_box .answer {
    width: 100%;
    padding-right: 0;
  }
}
.m04_actor_write .write_cont .right .inquiry_box .answer input[type=text], .m04_actor_write .write_cont .right .inquiry_box .answer input[type=password] {
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  border-radius: 5px !important;
  width: 100%;
}
@media (max-width: 480px) {
  .m04_actor_write .write_cont .right .inquiry_box .answer input[type=text], .m04_actor_write .write_cont .right .inquiry_box .answer input[type=password] {
    height: 38px;
    line-height: 36px;
    padding: 0 15px;
  }
}
.m04_actor_write .write_cont .right .inquiry_box .answer input, .m04_actor_write .write_cont .right .inquiry_box .answer textarea {
  font-size: 14px;
  color: #222;
  font-weight: 400;
}
@media (max-width: 480px) {
  .m04_actor_write .write_cont .right .inquiry_box .answer input, .m04_actor_write .write_cont .right .inquiry_box .answer textarea {
    font-size: 12px;
  }
}
.m04_actor_write .write_cont .right .inquiry_box .answer input::-webkit-input-placeholder, .m04_actor_write .write_cont .right .inquiry_box .answer textarea::-webkit-input-placeholder {
  color: #999;
}
.m04_actor_write .write_cont .right .inquiry_box .answer input::-moz-placeholder, .m04_actor_write .write_cont .right .inquiry_box .answer textarea::-moz-placeholder {
  color: #999;
}
.m04_actor_write .write_cont .right .inquiry_box .answer input:-ms-input-placeholder, .m04_actor_write .write_cont .right .inquiry_box .answer textarea:-ms-input-placeholder {
  color: #999;
}
.m04_actor_write .write_cont .right .inquiry_box .answer input::-ms-input-placeholder, .m04_actor_write .write_cont .right .inquiry_box .answer textarea::-ms-input-placeholder {
  color: #999;
}
.m04_actor_write .write_cont .right .inquiry_box .answer input::placeholder, .m04_actor_write .write_cont .right .inquiry_box .answer textarea::placeholder {
  color: #999;
}
.m04_actor_write .write_cont .right .inquiry_box .answer input.input_w, .m04_actor_write .write_cont .right .inquiry_box .answer textarea.input_w {
  width: 59.326%;
}
@media (max-width: 991px) {
  .m04_actor_write .write_cont .right .inquiry_box .answer input.input_w, .m04_actor_write .write_cont .right .inquiry_box .answer textarea.input_w {
    width: 100%;
  }
}
.m04_actor_write .write_cont .right .inquiry_box .answer textarea {
  height: 200px;
  padding: 10px 20px;
}
@media (max-width: 480px) {
  .m04_actor_write .write_cont .right .inquiry_box .answer textarea {
    height: 140px;
    border-radius: 5px !important;
    padding: 10px 15px;
  }
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box {
    width: 48%;
  }
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input {
  display: none;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input + label {
  width: 120px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #222;
  font-weight: 500;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input + label span {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input + label span.woman {
  background: url(/img/woman.png) no-repeat center center/cover;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input + label span.man {
  background: url(/img/man.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input + label {
    width: 100%;
  }
  .m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input + label span {
    width: 23px;
    height: 23px;
  }
  .m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input + label span.woman {
    background: url(/img/mwoman.png) no-repeat center center/cover;
  }
  .m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input + label span.man {
    background: url(/img/mman.png) no-repeat center center/cover;
  }
}
@media (max-width: 480px) {
  .m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input + label {
    font-size: 14px;
    height: 38px;
    line-height: 36px;
  }
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input:checked + label {
  color: #fff;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input:checked + label.woman_label {
  background: #e83a8f;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input:checked + label.man_label {
  background: #4996cf;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input:checked + label span.woman {
  background: url(/img/woman_on.png) no-repeat center center/cover;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input:checked + label span.man {
  background: url(/img/man_on.png) no-repeat center center/cover;
}
@media (max-width: 991px) {
  .m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input:checked + label span.woman {
    background: url(/img/mwoman_on.png) no-repeat center center/cover;
  }
  .m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box input:checked + label span.man {
    background: url(/img/mman_on.png) no-repeat center center/cover;
  }
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_check .answer .check_box + div {
  margin-left: 9px;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_tel .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_tel .answer .hp_box {
  width: 19.775%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .m04_actor_write .write_cont .right .inquiry_box.inquiry_tel .answer .hp_box {
    width: 26.775%;
  }
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_tel .answer .hp_box + div {
  width: 24.715%;
}
@media (max-width: 480px) {
  .m04_actor_write .write_cont .right .inquiry_box.inquiry_tel .answer .hp_box + div {
    width: 38.715%;
  }
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_tel .answer .hp_box + div::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #313131;
  margin: 0 9px;
}
@media (max-width: 480px) {
  .m04_actor_write .write_cont .right .inquiry_box.inquiry_tel .answer .hp_box + div::before {
    width: 7px;
  }
}
.m04_actor_write .write_cont .right .inquiry_box.addcode_box .answer .post_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
}
.m04_actor_write .write_cont .right .inquiry_box.addcode_box .answer .post_code input.ex_pocode {
  width: 27.685%;
}
@media (max-width: 991px) {
  .m04_actor_write .write_cont .right .inquiry_box.addcode_box .answer .post_code input.ex_pocode {
    width: 65.685%;
  }
}
@media (max-width: 480px) {
  .m04_actor_write .write_cont .right .inquiry_box.addcode_box .answer .post_code input.ex_pocode {
    width: 60.685%;
  }
}
.m04_actor_write .write_cont .right .inquiry_box.addcode_box .answer .post_code input.ex_pocodeB {
  width: 15.82%;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
  overflow: hidden;
  background: #898989;
  border: 1px solid #e5e5e5;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .m04_actor_write .write_cont .right .inquiry_box.addcode_box .answer .post_code input.ex_pocodeB {
    width: 31.82%;
  }
}
@media (max-width: 480px) {
  .m04_actor_write .write_cont .right .inquiry_box.addcode_box .answer .post_code input.ex_pocodeB {
    width: 33.82%;
    font-size: 12px;
  }
}
.m04_actor_write .write_cont .right .inquiry_box.addcode_box .answer .add_code input + input {
  margin-top: 9px;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_file {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .m04_actor_write .write_cont .right .inquiry_box.inquiry_file {
    margin-top: 0;
  }
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_file .answer .title {
  margin-bottom: 10px;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_file .answer .title h3 {
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
@media (max-width: 480px) {
  .m04_actor_write .write_cont .right .inquiry_box.inquiry_file .answer .title h3 {
    font-size: 13px;
  }
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_file .answer .file_list .file_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_file .answer .file_list .file_content .file_label {
  width: 100px;
  height: 40px;
  line-height: 38px;
  background: #898989;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 0;
  text-align: center;
}
@media (max-width: 480px) {
  .m04_actor_write .write_cont .right .inquiry_box.inquiry_file .answer .file_list .file_content .file_label {
    width: 70px;
    height: 38px;
    line-height: 36px;
    font-size: 12px;
  }
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_file .answer .file_list .file_content input {
  width: calc(100% - 100px);
  height: 40px;
  line-height: 38px;
  border: 0;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  outline: none;
  background: #f3f3f3;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_file .answer .file_list .file_content input::-webkit-input-placeholder {
  color: #666;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_file .answer .file_list .file_content input::-moz-placeholder {
  color: #666;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_file .answer .file_list .file_content input:-ms-input-placeholder {
  color: #666;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_file .answer .file_list .file_content input::-ms-input-placeholder {
  color: #666;
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_file .answer .file_list .file_content input::placeholder {
  color: #666;
}
@media (max-width: 480px) {
  .m04_actor_write .write_cont .right .inquiry_box.inquiry_file .answer .file_list .file_content input {
    width: calc(100% - 70px);
    height: 38px;
    line-height: 36px;
  }
}
.m04_actor_write .write_cont .right .inquiry_box.inquiry_file .answer .file_list .file_content + div {
  margin-top: 10px;
}
.m04_actor_write .write_cont .right .well {
  width: 78.903%;
  margin-left: 17%;
}
.m04_actor_write .write_cont .right .well .captcha_imgbox, .m04_actor_write .write_cont .right .well .captcha_box, .m04_actor_write .write_cont .right .well .capcha_aid {
  display: inline-block;
}
.m04_actor_write .write_cont .right .well #captcha_info {
  display: block;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .m04_actor_write .write_cont .right .well {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .m04_actor_write .write_cont .right .well #captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m04_actor_write .write_cont .right .well #captcha .capcha_aid {
    width: 20px;
    position: relative;
  }
  .m04_actor_write .write_cont .right .well #captcha #captcha_mp3 {
    left: 0;
    top: -20px;
  }
  .m04_actor_write .write_cont .right .well #captcha #captcha_reload {
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  .m04_actor_write .write_cont .right .well #captcha #captcha_mp3 span,
  .m04_actor_write .write_cont .right .well #captcha.m_captcha #captcha_mp3 {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .m04_actor_write .write_cont .right .well #captcha.m_captcha #captcha_reload {
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: 0 -19px;
  }
}
.m04_actor_write .write_cont .right .btn_write {
  width: 78.903%;
  margin: 40px auto 0;
}
.m04_actor_write .write_cont .right .btn_write .btn {
  width: 100%;
  border-radius: 5px !important;
  margin-left: 8%;
}
.m04_actor_write .write_cont .right .btn_write .btn span {
  height: 58px;
  line-height: 56px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 991px) {
  .m04_actor_write .write_cont .right .btn_write {
    width: 100%;
  }
  .m04_actor_write .write_cont .right .btn_write .btn {
    margin-left: 0;
  }
  .m04_actor_write .write_cont .right .btn_write .btn span {
    height: 45px;
    line-height: 43px;
    font-size: 15px;
  }
}

/****************************
마이페이지
html > skin > member > basic > myapage.skin.php
****************************/
.mypage_style .playlist .orderform_title {
  border-bottom: 0;
}
.mypage_style .playlist .play_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px 20px;
}
.mypage_style .playlist .play_ul .play_li {
  width: 23.403%;
}
.mypage_style .playlist .play_ul .play_li .img-box img {
  width: 100%;
}
.mypage_style .playlist .play_ul .play_li .cont-box {
  margin-top: 15px;
}
.mypage_style .playlist .play_ul .play_li .cont-box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #888;
  font-weight: 400;
}
.mypage_style .playlist .play_ul .play_li .cont-box .top .time_box {
  margin-left: 9px;
}
.mypage_style .playlist .play_ul .play_li .cont-box .bottom {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  margin: 5px 0 0;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .mypage_style .playlist .play_ul .play_li {
    width: 24%;
  }
}
@media (max-width: 1299px) {
  .mypage_style .playlist .play_ul .play_li {
    width: 49%;
  }
}
.mypage_style .mypage-table .mypage-sections section {
  margin-bottom: 60px;
}
.mypage_style .mypage-table .mypage-sections section:last-child {
  margin-bottom: 80px;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-table-body .section-cell {
  padding: 17px 0;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-cell.od_sort {
  width: 18%;
}
.mypage_style .mypage-table .mypage-sections.mypage_sections .section_table .section-cell.od_subject {
  width: 62%;
}

.mypage_dashboard {
  margin-bottom: 60px;
}
.mypage_dashboard .quart_box {
  padding: 40px 40px;
  width: 26.5%;
}
.mypage_dashboard .quart_box:first-child {
  width: 45%;
}
@media (max-width: 991px) {
  .mypage_dashboard {
    margin-bottom: 0;
  }
  .mypage_dashboard .quart_box {
    padding: 20px 0px;
  }
}

.mypage_wing .mypage-sections02 {
  margin-top: 10px;
}

.my_sub_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 99px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .my_sub_page {
    gap: 0;
    margin-bottom: 65px;
  }
}
@media (max-width: 480px) {
  .my_sub_page {
    margin-bottom: 50px;
  }
}
.my_sub_page .my_sub_wrap {
  width: calc(100% - 200px);
  margin-top: 10px;
}
@media (max-width: 991px) {
  .my_sub_page .my_sub_wrap {
    width: 100%;
    margin-top: 0;
    padding: 0 15px;
  }
  .my_sub_page .my_sub_wrap .orderform_title {
    text-align: center;
    font-size: 23px;
    margin: 50px 0;
    padding-bottom: 0;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  .my_sub_page .my_sub_wrap .orderform_title {
    font-size: 18px;
    margin: 40px 0;
  }
}
.my_sub_page .my_sub_wrap .section_table {
  width: 100%;
  display: table;
}
.my_sub_page .my_sub_wrap .section_table .play_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px 20px;
}
@media (max-width: 480px) {
  .my_sub_page .my_sub_wrap .section_table .play_ul {
    gap: 14px 0;
  }
}
.my_sub_page .my_sub_wrap .section_table .play_ul .play_li {
  width: 23.403%;
}
@media (max-width: 1399px) {
  .my_sub_page .my_sub_wrap .section_table .play_ul .play_li {
    width: 24%;
  }
}
@media (max-width: 1299px) {
  .my_sub_page .my_sub_wrap .section_table .play_ul .play_li {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .my_sub_page .my_sub_wrap .section_table .play_ul .play_li {
    width: 100%;
  }
}
.my_sub_page .my_sub_wrap .section_table .play_ul .play_li .img-box img {
  width: 100%;
}
.my_sub_page .my_sub_wrap .section_table .play_ul .play_li .cont-box {
  margin-top: 15px;
}
.my_sub_page .my_sub_wrap .section_table .play_ul .play_li .cont-box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #888;
  font-weight: 400;
}
.my_sub_page .my_sub_wrap .section_table .play_ul .play_li .cont-box .top .time_box {
  margin-left: 9px;
}
@media (max-width: 480px) {
  .my_sub_page .my_sub_wrap .section_table .play_ul .play_li .cont-box .top {
    font-size: 12px;
  }
}
.my_sub_page .my_sub_wrap .section_table .play_ul .play_li .cont-box .bottom {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  margin: 5px 0 0;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .my_sub_page .my_sub_wrap .section_table .play_ul .play_li .cont-box .bottom {
    font-size: 14px;
  }
}
.my_sub_page .my_sub_wrap .section_table .section-table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.my_sub_page .my_sub_wrap .section_table .section-table-head .section-cell {
  font-size: 16px;
  color: #222;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  padding: 22px 0;
}
@media (max-width: 991px) {
  .my_sub_page .my_sub_wrap .section_table .section-table-head .section-cell {
    font-size: 16px;
    padding: 16px 0;
  }
}
@media (max-width: 480px) {
  .my_sub_page .my_sub_wrap .section_table .section-table-head .section-cell {
    font-size: 12px;
  }
}
.my_sub_page .my_sub_wrap .section_table .section-table-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.my_sub_page .my_sub_wrap .section_table .section-table-body .section-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.my_sub_page .my_sub_wrap .section_table .section-table-body .section-cell {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  border-bottom: 1px solid #eee;
  padding: 22px 0;
}
@media (max-width: 991px) {
  .my_sub_page .my_sub_wrap .section_table .section-table-body .section-cell {
    font-size: 16px;
    padding: 16px 0;
  }
}
@media (max-width: 480px) {
  .my_sub_page .my_sub_wrap .section_table .section-table-body .section-cell {
    font-size: 12px;
  }
}
.my_sub_page .my_sub_wrap .section_table .section-table-body .section-cell .ellipsis {
  color: #666;
  display: block;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my_sub_page .my_sub_wrap .section_table .section-cell {
  width: 30%;
  vertical-align: middle;
  text-align: center;
}
.my_sub_page .my_sub_wrap .section_table .section-cell.od_it_info {
  width: 20%;
}
.my_sub_page .my_sub_wrap .section_table .section-cell.od_it_info .img {
  margin-bottom: 5px;
}
.my_sub_page .my_sub_wrap .section_table .section-cell.od_it_info .description {
  display: block;
}
.my_sub_page .my_sub_wrap .section_table .section-cell.od_it_info .description p {
  font-size: 14px;
  margin-top: 7px;
}
.my_sub_page .my_sub_wrap .section_table .section-cell.od_it_info .description p + p {
  margin-top: 5px;
}
.my_sub_page .my_sub_wrap .section_table .section-cell.od_date {
  width: 20%;
}
.my_sub_page .my_sub_wrap .section_table .section-cell.od_num {
  width: 20.95%;
}
.my_sub_page .my_sub_wrap .section_table .section-cell.od_num button.order_cancel {
  border-radius: 5px !important;
  margin-top: 10px;
  background: #e83a8f;
  border-color: #e83a8f;
}
.my_sub_page .my_sub_wrap .section_table .section-cell.od_num #sod_fin_cancelfrm_0 {
  width: 500px;
}
.my_sub_page .my_sub_wrap .section_table .section-cell.od_num #sod_fin_cancelfrm_0 button {
  background: #e83a8f;
  border-color: #e83a8f;
}
.my_sub_page .my_sub_wrap .section_table .section-cell.od_price {
  width: 18.57%;
}
.my_sub_page .my_sub_wrap .section_table .section-cell.od_status {
  width: 20.95%;
}
.my_sub_page .my_sub_wrap .section_table .section-cell.od_sort {
  width: 18%;
}
.my_sub_page .my_sub_wrap .section_table .section-cell.od_subject {
  width: 62%;
}
.my_sub_page.playlist_page .my_sub_wrap .orderform_title {
  border-bottom: 0;
}

/****************************
포인트 충전
html > page > point_charge.php
****************************/
@media (max-width: 991px) {
  .points_pay .container_fix {
    padding: 0;
  }
}
.points_pay .pay_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.points_pay .pay_wrap .point_list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.points_pay .pay_wrap .point_list > div.pointh {
  background: #ececec;
}
@media (max-width: 480px) {
  .points_pay .pay_wrap .point_list > div.pointh .psection {
    padding: 19px 0;
  }
}
.points_pay .pay_wrap .point_list > div.pointh .p_heart, .points_pay .pay_wrap .point_list > div.pointh .p_total, .points_pay .pay_wrap .point_list > div.pointh .p_bonus {
  padding: 15px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.points_pay .pay_wrap .point_list > div.pointb {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.points_pay .pay_wrap .point_list > div.pointb .pointb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
  .points_pay .pay_wrap .point_list > div.pointb .p_heart, .points_pay .pay_wrap .point_list > div.pointb .p_total {
    padding: 13px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.points_pay .pay_wrap .point_list .psection {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  padding: 15px 0;
  text-align: center;
  border-left: 1px solid #dcdcdc;
  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;
}
@media (max-width: 480px) {
  .points_pay .pay_wrap .point_list .psection {
    font-size: 13px;
    padding: 13px 0;
  }
}
.points_pay .pay_wrap .point_list .psection:first-child {
  border-left: 0;
}
.points_pay .pay_wrap .point_list .psection .radio_box input {
  display: none;
}
.points_pay .pay_wrap .point_list .psection .radio_box input + label span {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #d2d2d2;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 480px) {
  .points_pay .pay_wrap .point_list .psection .radio_box input + label span {
    width: 18px;
    height: 18px;
  }
}
.points_pay .pay_wrap .point_list .psection .radio_box input:checked + label span {
  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;
}
.points_pay .pay_wrap .point_list .psection .radio_box input:checked + label span::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .points_pay .pay_wrap .point_list .psection .radio_box input:checked + label span::after {
    width: 7px;
    height: 7px;
  }
}
.points_pay .pay_wrap .point_list .p_width {
  width: 23.1882%;
}
@media (max-width: 480px) {
  .points_pay .pay_wrap .point_list .p_width {
    width: 22.1882%;
  }
}
.points_pay .pay_wrap .point_list .p_chk {
  width: 7.247%;
}
@media (max-width: 480px) {
  .points_pay .pay_wrap .point_list .p_chk {
    width: 13.247%;
  }
}
.points_pay .pay_wrap .point_list .p_heart, .points_pay .pay_wrap .point_list .p_total {
  padding: 15px 9%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.points_pay .pay_wrap .point_list .p_bonus {
  padding: 15px 5.9%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.points_pay .pay_wrap .point_list .p_bonus .slae {
  font-size: 14px;
  color: #e83a8f;
  font-weight: 500;
  margin-right: 30px;
}
.points_pay .pay_wrap .point_list .p_bonus .slae_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .points_pay .pay_wrap .point_list .p_bonus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
  .points_pay .pay_wrap .point_list .p_bonus .slae {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-right: 0;
    margin-top: 5px;
  }
  .points_pay .pay_wrap .point_list .p_bonus .slae_txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.points_pay .pay_wrap .point_list .p_bonus.first .slae {
  padding-left: 8px;
}
.points_pay .pay_wrap .point_total {
  margin: 25px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}
@media (max-width: 480px) {
  .points_pay .pay_wrap .point_total {
    margin: 20px 0 35px;
  }
}
.points_pay .pay_wrap .point_total .p_price_box {
  font-size: 24px;
  color: #222;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.points_pay .pay_wrap .point_total .p_price_box span {
  font-weight: 600;
  display: inline-block;
  margin-left: 20px;
}
.points_pay .pay_wrap .point_total .p_price_box p {
  font-size: 16px;
  color: #888;
  font-weight: 400;
  margin-left: 5px;
}
@media (max-width: 480px) {
  .points_pay .pay_wrap .point_total .p_price_box {
    font-size: 17px;
  }
  .points_pay .pay_wrap .point_total .p_price_box span {
    margin-left: 17px;
  }
  .points_pay .pay_wrap .point_total .p_price_box p {
    font-size: 13px;
  }
}
.points_pay .pay_wrap .point_total .p_price_con {
  font-size: 16px;
  color: #888;
  font-weight: 400;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .points_pay .pay_wrap .point_total .p_price_con {
    font-size: 13px;
  }
}
.points_pay .pay_wrap .point_paytBtn {
  width: 35.461%;
  margin: 0 auto;
}
.points_pay .pay_wrap .point_paytBtn button {
  display: block;
  width: 100%;
  padding: 15px 20px;
  text-align: center;
  background: #e83a8f;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  height: auto;
  line-height: normal;
  border: 0;
}
@media (max-width: 991px) {
  .points_pay .pay_wrap .point_paytBtn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .points_pay .pay_wrap .point_paytBtn button {
    font-size: 15px;
    padding: 15px 0;
  }
}
.points_pay .heart_icon {
  display: block;
  width: 15px;
  height: 14px;
  background: url(/img/heart_icon.png) no-repeat center center/cover;
  margin-right: 7px;
}
@media (max-width: 480px) {
  .points_pay .heart_icon {
    width: 15px;
    height: 14px;
    background: url(/img/mheart_icon.png) no-repeat center center/cover;
    margin-right: 5px;
  }
}

/****************************
회원가입
html > skin > member > basic > register_form.skin.php
****************************/
.register_form_box .sub_text {
  position: relative;
  margin: 0;
}
.register_form_box .sub_text::after {
  content: "";
  display: block;
  width: 200%;
  height: 150px;
  background: #e9e9e9;
  position: absolute;
  left: -20%;
  top: 0;
}
@media (max-width: 480px) {
  .register_form_box .sub_text::after {
    height: 100px;
  }
}
.register_form_box .sub_text h1 {
  position: relative;
  z-index: 5;
  font-size: 36px;
  color: #222;
  font-weight: 500;
  line-height: 150px;
}
@media (max-width: 480px) {
  .register_form_box .sub_text h1 {
    font-size: 23px;
    line-height: 100px;
  }
}
.register_form_box .register-wrap {
  padding-bottom: 0;
}

.register-logo-box h2 {
  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;
  margin: 40px 0 60px;
}
@media (max-width: 480px) {
  .register-logo-box h2 {
    margin: 50px 0 40px;
  }
  .register-logo-box h2 img {
    height: 92px;
  }
}

.register-wrap .register_sheet .reg_form_com .reg_form_name.input-box .reg_form_name_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.register-wrap .register_sheet .reg_form_com .reg_form_name.input-box .reg_form_name_box input {
  width: 54.656%;
}
@media (max-width: 991px) {
  .register-wrap .register_sheet .reg_form_com .reg_form_name.input-box .reg_form_name_box input {
    width: 100%;
  }
}

.register-wrap .register_sheet .reg_form_com .reg_form_name .cert-box {
  width: 43.523%;
  margin-top: 0;
  margin-left: 1.821%;
}
@media (max-width: 991px) {
  .register-wrap .register_sheet .reg_form_com .reg_form_name .cert-box {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .register-wrap .register_sheet .reg_form_com .input-box input {
    border-radius: 0;
  }
  .register-wrap .register_sheet .reg_form_com .reg_form_name .msg-box {
    margin-bottom: 0;
  }
  .register-wrap .register_sheet .reg_form_com .reg_form_name button.win_btn {
    border-radius: 3px !important;
  }
}
/****************************
로그인
html > skin > member > basic > login.skin.php
****************************/
.custom_login {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  height: 100vh;
  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;
}
@media (max-width: 991px) {
  .custom_login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.custom_login > div {
  width: 50%;
}
@media (max-width: 991px) {
  .custom_login > div {
    width: 100%;
  }
}
.custom_login_left {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .custom_login_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 25px;
  }
}
@media (max-width: 480px) {
  .custom_login_left {
    padding: 0 5px;
  }
}
.custom_login_left .icon {
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .custom_login_left .icon {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .custom_login_left .icon {
    width: 30%;
  }
  .custom_login_left .icon img {
    height: 58px;
  }
}
.custom_login_left .cont {
  text-align: center;
}
@media (max-width: 991px) {
  .custom_login_left .cont {
    width: 80%;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .custom_login_left .cont {
    width: 70%;
  }
}
.custom_login_left .cont h2 {
  font-size: 26px;
  color: #222;
  font-weight: 600;
  line-height: 40px;
  margin: 52px 0 37px;
}
@media (max-width: 991px) {
  .custom_login_left .cont h2 {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .custom_login_left .cont h2 {
    font-size: 14px;
    line-height: 22px;
  }
}
.custom_login_left .bottom {
  text-align: center;
}
@media (max-width: 991px) {
  .custom_login_left .bottom {
    width: 100%;
  }
}
.custom_login_left .bottom p {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 991px) {
  .custom_login_left .bottom p {
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .custom_login_left .bottom p {
    font-size: 12px;
    line-height: 19px;
    margin-top: 18px;
  }
}
.custom_login_right {
  padding: 0 100px;
}
@media (max-width: 991px) {
  .custom_login_right {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .custom_login_right {
    margin-top: 33px;
  }
}
@media (max-width: 991px) {
  .custom_login_right .icon {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .custom_login_right .icon img {
    height: 41px;
  }
}
.custom_login_right .tit {
  margin: 25px 0 18px;
}
@media (max-width: 480px) {
  .custom_login_right .tit {
    text-align: center;
    margin: 13px 0 19px;
  }
}
.custom_login_right .tit p {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
@media (max-width: 480px) {
  .custom_login_right .tit p {
    font-size: 13px;
  }
}
.custom_login_right .login-form .margin-t {
  margin-top: 10px;
}
.custom_login_right .login-form .form-group {
  margin-bottom: 0;
}
.custom_login_right .login-form .form-group input {
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  border: 1px solid #dcdcdc;
  border-radius: 25px !important;
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
.custom_login_right .login-form .form-group input::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
  font-weight: 300;
}
.custom_login_right .login-form .form-group input::-moz-placeholder {
  font-size: 16px;
  color: #999;
  font-weight: 300;
}
.custom_login_right .login-form .form-group input:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
  font-weight: 300;
}
.custom_login_right .login-form .form-group input::-ms-input-placeholder {
  font-size: 16px;
  color: #999;
  font-weight: 300;
}
.custom_login_right .login-form .form-group input::placeholder {
  font-size: 16px;
  color: #999;
  font-weight: 300;
}
@media (max-width: 480px) {
  .custom_login_right .login-form .form-group input {
    height: 40px;
    line-height: 38px;
    font-size: 13px;
  }
  .custom_login_right .login-form .form-group input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .custom_login_right .login-form .form-group input::-moz-placeholder {
    font-size: 13px;
  }
  .custom_login_right .login-form .form-group input:-ms-input-placeholder {
    font-size: 13px;
  }
  .custom_login_right .login-form .form-group input::-ms-input-placeholder {
    font-size: 13px;
  }
  .custom_login_right .login-form .form-group input::placeholder {
    font-size: 13px;
  }
}
.custom_login_right .login-form .login-btn {
  width: 100%;
  padding-bottom: 0;
}
.custom_login_right .login-form .login-btn button {
  width: 100%;
  height: 50px;
  line-height: 48px;
  padding: 0;
  text-align: center;
  background: #e83a8f;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  border: 0;
  border-radius: 25px !important;
}
@media (max-width: 480px) {
  .custom_login_right .login-form .login-btn button {
    height: 40px;
    line-height: 38px;
    font-size: 13px;
  }
}
.custom_login_right .login-form .lost-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom_login_right .login-form .lost-box a {
  display: block;
  width: 48.75%;
  height: 50px;
  line-height: 48px;
  padding: 0;
  text-align: center;
  background: #dcdcdc;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  border-radius: 25px;
}
.custom_login_right .login-form .lost-box a::after {
  display: none;
}
@media (max-width: 480px) {
  .custom_login_right .login-form .lost-box a {
    height: 40px;
    line-height: 38px;
    font-size: 13px;
  }
}

.custom_login_right .login-form .provision_list ul{display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 30px 0 0;}
.custom_login_right .login-form .provision_list li{padding: 0 10px; border-right: 1px solid #eaeaea; width: 50%;}
.custom_login_right .login-form .provision_list li:last-child{border-right: 0;}
.custom_login_right .login-form .provision_list ul a{color: #666666; font-size: 14px; display: block; text-align: center; padding: 15px 0;}

@media all and (max-width: 991px) {
    .custom_login_right .login-form .provision_list ul{margin: 15px 0 0;}
    .custom_login_right .login-form .provision_list ul a{font-size: 12px; padding: 5px 0;}
}

.custom_login_right .login-form .no_login {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .custom_login_right .login-form .no_login {
    margin-top: 30px;
  }
}
.custom_login_right .login-form .no_login p {
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
@media (max-width: 990px) {
  .custom_login_right .login-form .no_login p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .custom_login_right .login-form .no_login p {
    font-size: 13px;
  }
}
.custom_login_right .login-form .no_login a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  background: #111;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
  border-radius: 25px;
  text-align: center;
}
@media (max-width: 480px) {
  .custom_login_right .login-form .no_login a {
    height: 40px;
    line-height: 38px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  aside#sidebar-box {
    width: 100%;
  }
  aside#sidebar-box .sidebar_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 9px 15px;
  }
  aside#sidebar-box .sidebar_header .mob_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 36px;
  }
  aside#sidebar-box .sidebar_header .mob_sns a {
    display: block;
    width: 25px;
    height: 25px;
    background: #999;
    border-radius: 50%;
    overflow: hidden;
  }
  aside#sidebar-box .sidebar_header .mob_sns a + a {
    margin-left: 6px;
  }
  aside#sidebar-box .sidebar_header .mob_sns a img {
    display: block;
    width: 100%;
  }
  aside#sidebar-box .sidebar_log_box a {
    background: #fff !important;
    border: 0 !important;
    color: #222 !important;
    font-weight: 400;
    padding: 0 8px;
    font-size: 14px;
    font-weight: bold;
  }
  aside#sidebar-box .sidebar-wing-close {
    top: 15px;
    width: 18px;
    height: 18px;
  }
  aside#sidebar-box .sidebar-wing-close span::before,
  aside#sidebar-box .sidebar-wing-close span::after {
    background: #222;
  }
  aside#sidebar-box .sidebar_qmenu_li li {
    width: 33.333%;
    text-align: center;
    font-weight: bold;
  }
  aside#sidebar-box .sidebar_qmenu_li li span {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    font-weight: bold;
  }
  aside#sidebar-box .sidebar_qmenu_li li span.heart {
    color: #e83a8f;
    display: inline-block;
    margin-right: 5px;
  }
  aside#sidebar-box .sidebar_qmenu_li li a {
    padding: 14px 0;
  }
  aside#sidebar-box .sidebar_qmenu_li li a .tit {
    margin-top: 0;
    font-weight: bold;
  }
  aside#sidebar-box .sidebar-menu_divide {
    display: none;
  }
  aside#sidebar-box .sidebar-menu .menu_li_tt a {
    padding: 0 25px;
    font-size: 16px;
  }
  aside#sidebar-box .sidebar-menu .menu_li_tt a span {
    width: 17px;
    height: 8px;
  }
  aside#sidebar-box .sidebar-menu .menu_li_tt a span:before,
  aside#sidebar-box .sidebar-menu .menu_li_tt a span:after {
    background: #909090;
  }
  aside#sidebar-box .sidebar-menu .menu_li_tt a.open span:before,
  aside#sidebar-box .sidebar-menu .menu_li_tt a.open span:after {
    background: #e83a8f;
  }
  aside#sidebar-box .menu_li_sub {
    background: #f8f8f8;
    padding: 20px 0;
  }
  aside#sidebar-box .sidebar-menu .menu_li_sub li a {
    color: #666;
    font-size: 14px;
    line-height: 30px;
  }
  aside#sidebar-box .menu_li_sub > li > a:hover div {
    position: relative;
    display: inline-block;
  }
  aside#sidebar-box .menu_li_sub > li > a:hover div::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e83a8f;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #sidebar-box #sidebar-menu .sidebar-menu a:hover,
  #sidebar-box #sidebar-user .sidebar-list a:hover {
    color: #222 !important;
    position: relative;
  }
}/*# sourceMappingURL=style.css.map */

/* LSY 240610 */
.streaming_view .view_wrap_right .view_section05 .se_cont .widget .streaming_row .streaming_cont {height: auto;}