.evnet_special{
    font-family: source-han-sans-japanese, sans-serif;
    /*
    font-family: "noto-sans-cjk-kr", sans-serif;
    */
    /*
    background: linear-gradient(to bottom, #2bc8ff 10%, #0033FF 90%);
    */
    
    
    color: #000;
    padding-bottom: 100px;    
}

.latestnews img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0px;
}

.comingsoon {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #96DFFF;
    margin-top: 15px;
    text-align: center;
}

#pagetop a{
  background: linear-gradient(to right, #00B0FF, #A3F7E2, #FFFFFF, #FFA3FF);
  border: 1px solid #000;
  color: #000;
}

.channelbtndiv{
  margin-top: 20px;
}

.channelbtndiv ul{
  overflow: hidden;
  list-style: none;
}

.channelbtndiv ul li{
  width: 50%;
  float: left;
  padding: 10px;
}

.channelbtndiv ul li img{
  width: 100%;
}

.channelbtndiv div{
  background-color: #1D43FF;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  padding-top: 20px;
  display: inline-block;
  padding-bottom: 20px;
  width: 100%;
  font-size: 30px;
}

.channelbtndiv div span{
  font-size: 20px;
}


.biconlf{
  background-color: #FFA3FF !important;
}

.bicon{
    background-color: #00D9D2;
    color: #000;
    font-size: 10px;
    padding-left: 9px;
    border-radius: 7px;
    padding-right: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.outitem{
    text-align: center;
    overflow: hidden;
}

.outitem .item3{
    display: inline-block;
}

.outitem .item4{
    display: inline-block;    
}

.outitem .item3 span{
    float: left;

}

.outitem .bicon{
    margin-top: 3px;
}

.outitem .item4 span{
    float: left;
}

.outitem .item3 .hon{
    margin-top: 0px;
}

.biconlf{
    margin-right: 5px;
}

.mamaaside .mnet img{
    margin-right: -5px;
    margin-top: -5px;
}

.mamaaside .smart img{
    margin-top: -7px;
    margin-right: 0px;    
}

.PRESENTER_TITLE{
    font-size: 20px;
    font-weight: bold;
}

.PRESENTER{
    text-align: left;
    display: inline-block;
    font-weight: normal;
    font-size: 17px;
}

.host{
    text-align: left;
    font-size: 15px;
}

.howtoimg{

}

.l2024mama_list{
    margin-top: 30px;
}

.howtoimg ul{
    overflow: hidden;
}

.howtoimg ul li{
    width: 50%;
}

.howtoimg ul li img{
    width: 100%;
}


.latestnews .txt .intxt{
    color: #000;
    max-height: 100%;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    word-break: break-all;
}

.latestnews .outsliderrepdiv{
    padding-left: 0;
    padding-right: 0;
}

.latestnews .in{
    width: 100% !important;
}

.latestnews .txt{
    width: 100%;
}

.dpnone{
    display: none;
}

.artistlist{

}

.defaultbtn_more a{
    background-color: unset;
    color: #000;
}

.sliderrepdiv2{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-row-gap: 15px;
    row-gap: 15px;  
}

.sliderrepdiv2 a:hover{
    text-decoration: none;
}

.artistlist .title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #000;
}


.watch_method_go{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

.watch_method_go .in{
    display: inline-block;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    width: 100%;
    max-width: 500px;
}

.watch_method_go .in img{
    height: 200px;
}

.watch_method_go .in img{
    transition: 0.5s;
}

.watch_method_go .in:hover{

}

.watch_method_go .in:hover img{
	transform: scale(0.9);
}

.watch_method_go .in span{
    color: #000;
    font-size: 27px;
    font-weight: 300;
    border: 3px double #000;
    padding: 8px;
    display: inline-block;
    width: 100%;
}


.watch_method_go img {
    animation: flash 5s ease-in-out infinite;
  }
  
  @keyframes flash {
    0% {
        transform: translateX(0px) scale(0.7);
      }
      25% {
        transform: translateX(-20px) scale(0.7);
      }
      50% {
        transform: translateX(20px) scale(0.7);
      }
      75% {
        transform: translateX(-20px) scale(0.7);
      }
      100% {
        transform: translateX(0px) scale(0.9); /* 마지막에 살짝 커짐 */
      }
}

.howtodiv_txt .in2{
    text-align: center;
}

.howtodiv_txt img{
    height: 100px;
}

.mamatitle{
    font-size: 40px;
}

.gradient-border-box {
    font-size: 19px;
    padding: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
    text-align: center;
  }

  .gradient-border-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #00F787 0%, #0EF683 1%, #46F675 7%, #77F669 13%, #A1F65F 18%, #C3F656 24%, #DDF650 30%, #F0F64B 36%, #FBF648 42%, #FFF648 49%, #EBF457 55%, #BAF07E 67%, #6BEABD 84%, #1AE4FF 100%) border-box;
    border-radius: 15px;
    border: 3px solid transparent;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.gradient-text {
    font-weight: bold;
    background: linear-gradient(90deg, #FF00CC, #00FFFF, #00FF00, #FFCC00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }



.broadcasting-sky a{
    color: #000;
}

.broadcasting-sky__join__button a{
    border: 1px solid #fff;
}

.mama2024_bg{

}

.ssub span{
    color: #fff;
}

.ssub span:hover{
    color: #fff;
}

.mama2024_sp{
    font-size: 19px;
    color: #fff;
    margin-top: 20px;
}

.mobileimg{
	display: none;
}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  text-decoration: none;
  width: 100%;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
  text-decoration: none;  
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}


header .headermini .inner_wrap .minimenu.ml1{
	display: none;
}

.font__underline {

}

.watchbtn{
    margin-top: 50px;
    text-align: center;
}

.watchbtn a{

}

.watchbtn .in{
  background-color: #1D43FF;
  max-width: 300px;
  display: inline-block;
  color: #fff;
  width: 100%;
  font-size: 23px;
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.watchbtn .in span{
  font-size: 17px;
}

.titlediv{
	
}

.titlediv span{
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    
    /*
    background: url(https://static.mnetjp.com/mama/2025/mama2025_BG_20251009.jpg) no-repeat top center / cover, lightgray 0 0 / 101.959% 100.455% no-repeat;
    */
    
    border-radius: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 2px;
    background-color: #ED51ED;
    max-width: 600px;
    width: 100%;
}

.titlediv span.sub{
    font-size: 35px;
    font-weight: 700;
    display: inline-block;
    border-radius: 0px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 2px;
    background-color: unset;
    max-width: 600px;
    width: 100%;
    color: #1D43FF;
    border-top: 4px solid #1D43FF;
    border-bottom: 4px solid #1D43FF;
}

.newsdiv ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow: hidden;
}

.newsdiv ul li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    height: 100px;
}

.newsdiv ul li a {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
}

.newsdiv .outimgfrm {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    height: 85px;
    display: inline-block;
    overflow: hidden;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 10px;
}

.newsdiv .imgfrm {
    width: 123px;
    height: 83px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
    overflow: hidden;
    max-height: 100px;
}

.newsdiv ul li img {
    display: inline-block;
    max-width: 123px;
    max-height: 83px;
    height: auto;
}

.newsdiv ul li .frm {
    margin-top: 3px;
    width: 100%;
    font-size: 15px;
    text-align: left;
    padding-left: 133px;
    height: 93px;
    overflow-y: scroll;
    max-width: 900px;
    color: #fff;    
}

.newsdiv ul li .frm span {
    display: block;
    text-align: left;
    font-size: 17px;
    margin-bottom: 10px; 
}




.howtodiv{
	
}

.howtodiv ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	overflow: hidden;
}

.howtodiv ul li{
	float: left;
	width: 50%;
}

.howtodiv ul li img{
	width: 100%;
}

.howtoimg img{
	width: 100%;
}

.campaigindiv{
}

.campaigindiv img{
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
}

.campaigin a{
    color: #fff;
    text-decoration: underline;
    word-break: break-all;
}

.campaigin p{
	margin-bottom: 0;
}

.votelist2pm{
	text-align: center;
	margin-top: 30px;
}

.votelist2pm img{
	width: 99%;
}

.scroll-hint-icon{
	height: 57px !important;
    padding: 10px 10px 10px 10px !important;
}

.scroll-hint-icon:before{
    width: 12px !important;
    height: 12px !important;
}

.scroll-hint-text{
    margin-top: 0px;
}

.scroll-hint-icon{
	margin-top: 7px;
}

.pctop{
	
}

.mtop{
	display: none;
}

.copyrights{
    font-size: 11px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 5px;
    text-align: right;
    padding-right: 5px;
}

.copyrights2{
    font-size: 11px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 5px;
    padding-right: 5px;
}

.inner_wrap{
	max-width: 720px;
	width: 100%;
}

.global-nav{
  background: linear-gradient(to right, #00B0FF, #A3F7E2, #FFFFFF, #FFA3FF);
}

.global-nav .inner_wrap{
    text-align: center;
	background-position: center;
}

.mainimg{
	width: 100%;
}

.pcline{
	display: none;
}

.toplayoutdiv h1{
	display: none;
}


.toplayoutdiv{
    background-size: contain;	
}

.toplayoutdiv .inner_wrap{
    text-align: center;
    background-size: cover;
}

.coptrights{
	font-size: 12px;
}

.livetxt{
    font-size: 30px;
    font-weight: bold;
    padding-top: 30px;
    margin-bottom: 20px;
}


.mmenup {
	margin-top: 3px;
	text-align: center;
	padding-top: 20px;
    overflow-x: scroll !important;    	
	--sb-track-color: #fff;
	--sb-thumb-color: #000;
	--sb-size: 0px;
	/*
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    */
    border-bottom: 1px solid #000;
}

#scrollable {
    overflow: hidden; /* 스크롤바를 숨기기 위해 설정 */
    cursor: grab; /* 마우스 커서를 변경 */
}
#scrollable:active {
    cursor: grabbing; /* 드래그 중일 때 커서 변경 */
}
  

.mmenup::-webkit-scrollbar {
  width: var(--sb-size);
  height: 5px;
}

.mmenup::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}

.mmenup::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;
}

.mmenup ul{
    list-style: none;
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
    max-width: 1150px;
    width: 1150px;
    line-height: 70px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
}

.mmenup li{
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.mmenup li a{
    display: inline-block;
    color: #000;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 27px;
}

.mmenup li a:hover{
	text-decoration: none;
}

.mmenup li span{
	display: inline-block;
    background-color: #000;
    color: #A5EEE5;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    line-height: 65px;
}

.mmenup ul img{

}

.mmenup li a img.menu01{
	width: 144px;
	height: 66px;
}

.mmenup li a img.menu02{
	width: 136px;
	height: 66px;
}

.mmenup li a img.menu03{
	width: 144px;
	height: 66px;
}

.mmenup li a img.menu04{
	width: 185px;
	height: 66px;
}

.mmenup li a img.menu05{
	width: 217px;
	height: 66px;
}

.mmenup li a img.menu06{
	width: 196px;
	height: 66px;
}

.mmenup li a img.menu07{
	width: 145px;
	height: 66px;
}

.skapa-banner{
	text-align: center;
}

.skapa-banner img{
	max-width: 880px;
	width: 100%;
}


.global-nav.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.scroll-hint-icon:before{
    width: 20px;
    height: 20px;
}

.scroll-hint-icon{
	height: 75px;
    top: calc(50% - 36px);
    padding: 18px 10px 11px 10px;    
}

.toplayoutdiv img{
    max-width: 720px;
}

.outtoplayoutdiv{
  margin-bottom: 30px;
}

.outvideodiv{
    text-align: center;
    margin-top: 20px;
}

.outvideodiv .videodiv{
	max-width: 900px;
	width: 100%;
	display: inline-block;
}

/*layoutdiv*/
.layoutdiv{
}

.layoutdiv .titlediv{
	text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.layoutdiv .titlediv img{
	max-width: 250px;
	width: 100%;
}

/*layout01*/
.layout01{
}

.layout01 .inner_wrap{
  background: url(https://static.mnetjp.com/mama/2025/mama2025_BG_20251016.jpg) no-repeat top center / cover, lightgray 0 0 / 101.959% 100.455% no-repeat;
}

.layout01 .txt1{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

.layout01 .txt2{
	font-size: 19px;
	text-align: center;
}

.layout01 .txt2 p{
	text-align: center;
	margin-top: 30px;
	font-size: 19px;
	word-break: normal;
    line-height: 34px;
    color: #000;
}

.newline{
	display: inline-block;
}

.outtxt2{
	text-align: center;
}

.outtxt2 .txt2{
    display: inline-block;
    text-align: left;
    max-width: 995px;
    width: 100%;
}

.outtxt1{
    text-align: center;
}

.outtxt1 .txt1{
    border-radius: 10px;
    border: 1px solid #787878;
    display: inline-block;
    width: 100%;
    max-width: 700px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.outtxt1 .txt1 .t1{
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.outtxt1 .txt1 .t2{
	font-weight: bold;
	font-size: 18px;
}

.outtxt1 .txt1 .t3{
	font-weight: bold;
	color: #ee0d6c;
}

.t2 .tt2{
	margin-bottom: 20px;
}

.layout01 .inner_wrap{
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  border: 3px solid #dfdfdf;
  padding-bottom: 20px;
}

.imgdiv{
    text-align: center;
    margin-top: 15px;
}

.imgdiv img{
	max-width: 392px;
	width: 100%;
}

.out{
	text-align: center;
}

.out .txt2{
	display: inline-block;
	text-align: left;
}

.comingsoon{
	font-size: 30px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.mt20{
	margin-top: 20px;
}


.layout02{
	background-color: #FFF6ED;	
}

.layout02 .inner_wrap{
	padding-top: 10px;
	padding-bottom: 20px;
}

/**/
.outphotodiv{
    position: relative;
    z-index: 30;
    padding-bottom: 50px;
}

.photodiv{
	width: 900px;
	display: inline-block;
}

.photodiv img{
/*	display: inline-block;*/
}

.photodiv h3{
	color: #fff;
}


.slider-for{
	text-align: center;
	margin-bottom: 30px;
}

.slider-for img{
	width: 537px;
	height: auto;
	display: inline-block !important;
}

.slider-nav img{
    width: 185px;
	height: auto;
	display: inline-block !important;
}

.phpoto_gallery_div{
	text-align: center;
}

.slick-prev:before, .slick-next:before{
	color: #000;
}

.howto__inner{
	background-color: #000;
	border-radius: 20px;
}

.layout03{
    padding-top: 20px;
    color: #000;	
}

.season1{
	
}

.season1 span{
	text-decoration: underline;
	font-weight: bold;
	font-size: 25px;
}

.campaigndiv{
    text-align: center;
}

.campaigndiv .p1{
	
}

.campaigndiv .p1 span{
	font-weight: bold;
    font-size: 25px;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}

.campaigndiv .p2{
	
}

.campaigndiv img{
    max-width: 392px;
    width: 100%;	
}




.font-pink {
    color: #df0071;
}

a.hover-opacity {
    display: inline-block;
    transition: all 0.4s;
}

.bottom img {
    pointer-events: none;
}

.bottom {
  padding: 50px 0 80px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  padding-top: 10px;
  padding-bottom: 30px;

}

.bottom .col._1, .bottom .col._2, .bottom .col._3, .bottom .col._4, .bottom .col._5, .bottom .col._6, .bottom .col._7, .bottom .col._8{
  overflow: hidden;
}

.bottom p{
    margin-bottom: 0rem;	
}

.bottom .inner {
	max-width: 700px;
    display: inline-block;
}

.bottom .col {
  background: white;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 30px 20px;
  border: 1px solid #000;
}

.bottom .col._1 {
  margin-top: 0px;
}

.bottom .col .catch {
  font-size: 2rem;
  font-weight: bold;
}

.bottom .col > .txt {
	font-size: 1rem;
}

.bottom .col a.txt-link {
  color: #0024fe;
}

.bottom .col .kome-list-item {
  display: table;
  font-size: 0.9rem;
  width: 100%;
}

.bottom .col .kome-list-item > span {
  display: table-cell;
  text-align: left;
}

.bottom .col .kome-list-item > span.mk {
  width: 15px;
}

.bottom .col .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 20px auto;
}

.bottom .col .flex.justify-center {
  justify-content: center;
}

.bottom .col .flex-left, .bottom .col .flex-right {
  width: 49%;
}

.bottom .col .flex-left .img, .bottom .col .flex-right .img {
  text-align: center;
}

.bottom .col .flex-left .td, .bottom .col .flex-right .td {
  background: #e6e6e6;
  display: table;
  padding: 10px 40px;
  width: 80%;
  margin: 0 auto;
}

.bottom .col .flex-left .td:first-child, .bottom .col .flex-right .td:first-child {
  margin-bottom: 10px;
}

.bottom .col .flex-left .td > p, .bottom .col .flex-right .td > p {
  display: table-cell;
  vertical-align: middle;
}

.bottom .col .flex-left .td > p.mk, .bottom .col .flex-right .td > p.mk {
  line-height: 1;
  width: 20px;
  text-align: center;
}

.bottom .col .flex-left .td > p.mk img, .bottom .col .flex-right .td > p.mk img {
  line-height: 0.9;
}

.bottom .col .flex-left .td > p.txt, .bottom .col .flex-right .td > p.txt {
  font-size: 1.4rem;
}

.bottom .col .flex-left .tt, .bottom .col .flex-right .tt {
  border-bottom: 1px solid #333333;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
}

.bottom .col .flex-left .number, .bottom .col .flex-right .number {
  font-size: 1.5rem;
  font-weight: bold;
}

.bottom .col .flex-left .caption, .bottom .col .flex-right .caption {
  font-size: 1rem;
}

.bottom .col .link-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.bottom .col .link-list-item:first-child {
  margin-right: 20px;
}

.frmlay01{
	
}

.blay ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	overflow: hidden;
}

.blay ul li{
	float: left;
	width: 50%;
	margin-bottom: 30px;
    text-align: center;	
}

.blay .frmlay01{
	max-width: 530px;
    width: 100%;
    display: inline-block;
}

.blay .frmlay01 dl{
    background-color: #a84abc;
    margin-bottom: 0;
}

.blay .frmlay01 dl dt{
    text-align: center;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blay .frmlay01 dl dt span{
    font-size: 16px;
    font-weight: bold;
    color: #fff000;
}

.blay .frmlay01 dl dd{
	text-align: center;
	padding: 5px;
}

.blay .frmlay01 dl dd img{
	width: 100%;
}

.blay .frmlay01 .txt1{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #9c51b6;
}

.blay .frmlay01 .txt2{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #5f5f5f;
}

.blay .frmlay01 .txt2.dd{
    line-height: 57px;	
}

.blay .frmlay01 .txt3{
    text-align: center;
    margin-top: 10px;
}

.blay .frmlay01 .txt3 a{
    background-color: #56216f;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 37px;
    border-radius: 15px;
    max-width: 300px;
    width: 100%;
}

.blay .frmlay01 .txt3 a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.commingsoon{
	font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 70px;
}

.lineupdiv{
	
}

.lineupdiv ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	overflow: hidden;
}

.lineupdiv ul li{
	width: 100%;
	float: left;
}

.lineupdiv ul li:first-child{

}

.lineupdiv ul li:last-child{

}


.lineupdiv ul li:last-child{
	border-bottom: 0px;	
}

.lineupdiv .callist{
	position: relative;
}

.lineupdiv .callist .date{
	position: relative;

    font-weight: bold;
}

.dllist dt{
	position: relative;
    cursor: pointer;
    line-height: 20px;
}

.dllist dt p{
    font-weight: normal;
    margin-bottom: 0;
    color: #ABABAB;
    word-break: break-all;
    padding-right: 15px;
    font-size: 14px;
}

.dllist dt .obtn{
    position: absolute;
    right: 0;
    font-size: 15px;
    color: #ABABAB;
	top: 0px;
}

.dllist dt .obtn:hover{
	text-decoration: none;
}

.dllist dl dd{
	display: none;
	padding-top: 12px;
    padding-bottom: 10px;
    color: #fff;
    line-height: 22px;
    font-size: 15px;
}

.line{
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
}

.dllist{
    padding-top: 10px;
    margin-bottom: 10px;
}

.lineupdiv{
	
}

.other li{
	width: 100%;
	float: none;
}

.lineupdiv .callist .other {
    margin-top: 30px;
	display: inline-block;
    color: #fff;
    font-weight: bold;
}

.otherdiv .dllist{
	padding-left: 0;
}

.outpridiv{
	text-align: center;
}

.pridiv{
    display: inline-block;
    text-align: left;
    border-radius: 20px;
	border: 3px solid #a849bc;
    padding: 30px;
}

.pridiv h2{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
    text-decoration: underline;
}

.pridiv span{
    font-weight: bold;
}

.pridiv .tp1{
	font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.pridiv .tp2{
    font-size: 13px;
}

.pridiv .desc{
    margin-bottom: 20px;
    font-size: 14px;    
}

footer {
    padding-bottom: 35px;
}

/*------------------------------
	float
------------------------------*/
.float {
  background-color: #e20177;
  position: fixed;
  left: 0;
  bottom: -300px;
  width: 100%;
  z-index: 90;
}
.float__banners {
  margin: auto;
  max-width: 720px;
  width: 94%;
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding-left: 0;
}
.float__banners__item {
  padding: 20px 0;
  width: 45%;
}
.float__banners__item a {
	background-color: #fff;
	display: block;
	border-radius: 40px;
	text-align: center;
	margin-top: -1px;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 55px;
	transition: opacity 0.3s;
}
.float__banners__item a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .float__banners__item a:hover {
    opacity: 1;
  }
}
.float__banners__item a:before, .float__banners__item a:after {
  content: "";
  background-color: #000;
  display: inline-block;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 20px;
}
.float__banners__item a:before {
  transform: rotate(40deg) translateX(-4px);
}
.float__banners__item a:after {
  transform: rotate(-40deg) translateX(-4px);
}
.float__banners__item img {
  margin-right: 10px;
  max-width: 75px;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .float__banners {
    width: 98%;
  }
  .float__banners__item {
    padding: 5% 0;
    width: 48%;
  }
  .float__banners__item a {
    border-radius: 1.6em;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 3em;
  }
  .float__banners__item a:before, .float__banners__item a:after {
    right: 5%;
  }
}

#pagetop{

}

footer{
    padding-bottom: 130px;
}

aside{
	background-color: #F4F4F4;
	height: 0px !important;
}


.is-Sp {
    display: none;
}

.btdiv{
    text-align: center;
}

.btdiv .bt1{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.btdiv .bt2{
	
}

.btdiv .bt2 img{
	max-width: 500px;
	width: 100%;
	border-radius: 10px;
}

.btdiv .bt3{
    margin-top: 10px;
}

.btdiv .bt3 span{
	font-size: 18px;
    margin-top: 10px;
    display: block;
}

.linepart{
    border-bottom: 1px dotted #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btndiv{
	display: inline-block;
    background-color: #fff;
    color: #000;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 10px;
    border-radius: 10px;
    line-height: 27px;
    border-bottom: 2px solid #DE0270;
}

.btndiv:hover{
	text-decoration: none;
	opacity: 0.7;
}

.outbtndiv{
	text-align: center;
}

.programtxt{
	text-align: center;
}

.programtxt .item1{
    font-size: 30px;
    font-weight: bold;
}

.programtxt .item2{
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
}

.programtxt .item3{
    font-size: 20px;
    font-weight: 500;    
}

.programtxt .item4{
	margin-bottom: 20px;	
    font-size: 20px;
}

.programtxt .item5{
    font-size: 15px;
    text-align: left;
}

.programtxt .item6{
    font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  margin-top: 15px;
}

.programtxt .item7{
    font-size: 20px;	
}

.time_date {

    position: relative;

    text-align: center;
    color: #000;

}

.howtodiv_txt_title{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 15px;
}

.howtodiv_txt{
    text-align: center;
    font-size: 19px;
    margin-bottom: 20px;
    color: #000;
}

.howtodiv_txt .in{
    text-align: left;
    display: inline-block;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 50px;
}

.howtodiv_txt span{
    text-decoration: underline;
}

.time_date:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid transparent;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.time_date>div{
    /*
	width: 100%;
    gap: 11.733333333333333vw;
    background: linear-gradient(90deg,#771CC7 0%,#8518C8 3%,#000 9%,#000 15%,#000 22%,#000 29%,#000 36%,#000 51%,#000 75%,#000 78%,#000 81%,#000 85%,#878BEA 89%,#57ADF4 92%,#17C3F5 96%,#00E7FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    color: transparent;
    */
}


/*10.24 s.kim*/
.artistlist{
	
}

.artistlist h2{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
    margin-bottom: 30px;
}

.artistlist h2 .d{
    text-align: center;
  display: inline-block;
  width: 170px;
  line-height: 42px;
  border-radius: 10px;
  color: #1D43FF;
  padding-bottom: 3px;
  font-weight: bold;
}

.artistlist h2 .l{
    font-size: 20px;
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 13px;
    line-height: 33px;    
}

.artistlist h2 span{

	font-weight: normal;
}

.artistlist ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow: hidden;
    display: grid;
	grid-template-columns: repeat(2, 50%);
    grid-row-gap: 15px;
    row-gap: 15px;
}

.artistlist ul li{
	padding: 5px;
}

.artistlist ul img{
	width: 100%;
}

.andmore{
	text-align: center;
	margin-top: 20px;
	font-size: 25px;
}

.day1list{
	margin-bottom: 50px !important;
}

.day2list{
	margin-bottom: 50px !important;
}

/**/
.mnetsmart_hw{
    margin-top: 100px;
}

.mnetsmart_hw .titlediv3{
	text-align: center;
    margin-bottom: 50px;
}

.mnetsmart_hw .titlediv3 p{
	display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.mnetsmart_hw .titlediv3 p span{
	
}



.mnetsmart_hw .inner_wrap {
    padding-left: 10px;
    padding-right: 10px;
    background: url(https://static.mnetjp.com/mama/2025/mama2025_BG_20251016.jpg) no-repeat top center / cover, lightgray 0 0 / 101.959% 100.455% no-repeat;
    border: 3px solid #dfdfdf;
    border-radius: 10px;
}

.mnetsmart_hw .subtitle{
	font-size: 30px;
    text-align: center;
    position: relative;    
}

.mnetsmart_hw .subtitle::after{
    position: absolute;
    content: '';
    width: 130px;
    height: 4px;
    background: #000;
    left: calc(50% - 65px);
    bottom: -11px;
}

.mnetsmart-service__table{
	background-color: #e20177;
    overflow: hidden;	
}

.mnetsmart-service__table__fee--standard{
	color: #000;
}

.mnetsmart-service__table__fee--option{
	color: #000;
}

.mnetsmart-service__table__able th{
	color: #000;
}

.howtowatch--mnetsmart_section{
	margin-top: 30px;	
}

.mnetsmart-service__table__fee td.t1{
    border-left: 5px solid #ff0000;
    border-top: 5px solid #ff0000;
}

.mnetsmart-service__table__able td.t2{
    border-left: 5px solid #ff0000;
}

.mnetsmart-service__table__able td.t3{
    border-left: 5px solid #ff0000;
    border-bottom: 5px solid #ff0000;
}

.mnetsmart-service__table__fee td.rt1{
    border-right: 5px solid #ff0000;
    border-top: 5px solid #ff0000;
}

.mnetsmart-service__table__able td.rt2{
    border-right: 5px solid #ff0000;
}

.mnetsmart-service__table__able td.rt3{
    border-right: 5px solid #ff0000;
    border-bottom: 5px solid #ff0000;
}

.mnetsmart-service__table .rt4{
    border-top-right-radius: 15px !important;
    -moz-border-radius-topright: 15px !important;
    -webkit-border-top-right-radius: 15px !important;
    border-top-right-radius: 15px !important;
    -moz-border-radius-topright: 15px !important;
    -webkit-border-top-right-radius: 15px !important;
    
    /*
    border-right: 5px solid #e20177 !important;
    */
    
}

.mnetsmart-service__table__fee, .mnetsmart-service__table__able{
	background-color: #fff;
}


.mnetsmart-service__table table{

}

.howtowatch-broadcasting__section{
    margin-top: 35px;
}

.ssub{
    text-align: center;
    margin-top: 30px;
}

.ssub span{
    background-color: #e20177;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    line-height: 27px;
    padding-top: 10px;
    padding-bottom: 10px;    
}

.broadcasting-sky__30{
	font-size: 25px;
    text-decoration: underline;	
}

.broadcasting-sky__need__controller{
    font-size: 14px;
}

.broadcasting-sky__subtitle {
    font-size: 22px;
}

.bmama{
	margin-top: 20px;
}

.bmama img{
	width: 100%;
}

.defaultbtn{
	margin-top: 30px;
}

.descdiv{
	color: #fff;
    margin-top: 30px;
}

.partline{
    border-bottom: 1px dotted #fff;
    margin-top: 20px;
}

.mama_sp_txt{
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 19px;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 5px;    
}

.mama_sp_txt span.title{
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 20px;    
}

.howtowatch__notes{
	color: #000;
}

.howtowatch__notes li{
    color: #000;
}

.howtowatch-broadcasting__section{
    padding-bottom: 0px !important;
}

.float__banners a svg{
    margin-right: 5px;
}


/*SINGLE NEWS*/
/********************************************************************/
/* 4. Global RESPONSIVE STYLES
*********************************************************************/
/* ---------------------------------------------------------------------------
    Customized by Riaz Sagar
 ---------------------------------------------------------------------------
    Min-Width: Refers to everything greater than or equal to the amount given.
    Max-Width: Refers to everything less than or equal to the amount given.
 ---------------------------------------------------------------------------/*

/* -----------------------------------------------------------------------
    Large devices (large desktops, 1200px and up)
 ------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  /************** 1200 GLOBAl USE***********/

	.slider-nav img{
		width: 155px;
	}
  
  /************** 1200 GLOBAl USE END***********/
}

/* -----------------------------------------------------------------------
     Medium devices (desktops, UP TO 1199px~992px)
 ------------------------------------------------------------------------*/
@media (max-width: 1199px) {
  /************** 1199 GLOBAl USE***********/


	
	.mainlogo{
		display: none;
	}
	
	.m_mainlogo{
		display: block;
	}
	
	.global-nav {
	}
	
	.outphotodiv{
		margin-left: 0px;
		margin-top: 0px;
	}	
	
	.slider-for img{
		max-width: 537px;
		width: 100%;
		height: auto;
	}
	

	
  /************** 1199 GLOBAl USE END***********/
}


/* -----------------------------------------------------------------------
     Medium devices (desktops, UP TO 1199px~992px)
 ------------------------------------------------------------------------*/
@media (max-width: 1080px) {
  /************** 1080 GLOBAl USE***********/


	
  /************** 1199 GLOBAl USE END***********/
}


/* -----------------------------------------------------------------------
     Medium devices (desktops, UP TO 1023px~990px)
 ------------------------------------------------------------------------*/
@media (max-width: 1023px) {
  /************** 1024 GLOBAl USE***********/
  
  .blay ul li{
	  width: 100%;
	  float: none;
	  text-align: center;	  
  }
		
}

/* ----------------------------------------------------------------------
     Small devices (tablets, UP TO 991px~768px)
 -----------------------------------------------------------------------*/
@media (max-width: 991px) {
  /************** 991 GLOBAl USE***********/
  	
  	.lineupdiv ul li{
	  width: 100%;
	  float: none;
  	}
  	
  	.lineupdiv ul li:last-child{
	  	padding-left: 0;
  	}
  	
  	.lineupdiv ul li:first-child{
	  	padding-right: 0;	  	
  	}
  	
  	.lineupdiv .callist .other{
	  	margin-top: 20px;
  	}
  	
	.videodiv{

	}
	
	.topVideoArea{
		    padding-left: 0px;
			padding-right: 0px;
	}
	
	.pctop{
		display: none;
	}
	
	.mtop{
		display: inline-block;
	}
	
	.toplayoutdiv {
	}
	
	.photodiv {
	    width: 100%;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	
	.slider-nav img{
		width: 130px;
	}

  /************** 991 GLOBAl USE END ***********/
}
/* ---------------------------------------------------------------------
    Extra small devices (phones, less UP TO 767px)
 ----------------------------------------------------------------------*/
@media (max-width: 767px) {
  /************** 767 GLOBAl USE***********/

    .topt1{
        display: inline-block;
    }

	.mmenup li {

	}
	
	.mmenup li span {

	}	
	
	.mmenup{

	}
	
	.slider-nav img{
		width: 107px;
	}
	
	.bottom .link-list-item {
	width: 48%;
	}
	.bottom .link-list-item img {
	max-width: 100%;
	}
	.bottom .col .catch {
	font-size: 2.9vw;
	}
	.bottom .col > .txt {
	font-size: 2.9vw;
	}
	.bottom .col .kome-list-item {
	font-size: 2.1vw;
	}
	.bottom .col .flex {
	flex-direction: column;
	width: 100%;
	}
	.bottom .col .flex.w80 {
	width: 80%;
	}
	.bottom .col .flex.w80 img {
	max-width: 100%;
	}
	.bottom .col .flex .flex-left,
	.bottom .col .flex .flex-right {
	width: 100%;
	}
	.bottom .col .flex .flex-left {
	margin: 0 auto;
	width: 70%;
	}
	.bottom .col .flex .flex-left img {
	max-width: 100%;
	}
	.bottom .col .flex .flex-right {
	margin-top: 20px;
	display: flex;
	}
	.bottom .col .flex .flex-right.no-flex {
	flex-direction: column;
	}
	.bottom .col .flex .flex-right .tt {
	display: inline;
	font-size: 2.9vw;
	border-bottom: none;
	}
	.bottom .col .flex .flex-right .tt > span {
	border-bottom: 1px solid #333333;
	}
	.bottom .col .flex .flex-right .number {
	font-size: 5.3vw;
	}
	.bottom .col .flex .flex-right .caption {
	font-size: 2.6vw;
	}
	.bottom .col .flex .flex-right .td {
	width: 48%;
	padding: 10px 20px;
	height: 40px;
	}
	.bottom .col .flex .flex-right .td:first-child {
	margin-bottom: 0;
	}
	.bottom .col .flex .flex-right .td .txt {
	line-height: 1;
	font-size: 2.6vw;
	text-align: center;
	}
	.bottom .col .flex .flex-right .td .mk img {
	width: 88%;
	}
	.is-Pc {
	display: none;
	}
	.is-Sp {
	display: inline;
	}
	
	.lineupdiv .callist .date{
		position: relative;
	}
	
	.dllist{
		padding-left:0px;
		margin-top: 0px;
	}
	
	.dllist dt{
    	padding-right: 15px;
	}
	
	.blay ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
	

	
	.pcline{
		display: inline-block;
	}
	
	.layoutdiv .titlediv img{
		max-width: 200px;
	}
	
	.commingsoon{
	    margin-top: 45px;
	    margin-bottom: 45px;
	    font-size: 33px;
	}
	
	.mmenup::-webkit-scrollbar {
	  height: 2px;
	}	
	
  /************** 767 GLOBAl USE END***********/
}
/*767 END*/

@media screen and (max-width: 750px) {
	.howtowatch-index__header__titlebox {
	    top: 0 !important;
	    width: 31.4666666667% !important;
	    height: 42.9090909091% !important;
	}
	
	.howtowatch-index__header__titlebox__catch {
	    font-size: 2.6666666667vw;
	}
	
	
}


/* ---------------------------------------------------------------------
    Extra small devices (phones, less UP TO 767px)
 ----------------------------------------------------------------------*/
@media (max-width: 650px) {
  /************** 650 GLOBAl USE***********/

	.mmenup li{
	}

	.mmenup li:last-child{
		margin-bottom: 0px;
	}

    .mamatitle {
        font-size: 37px;
    }
    
    .channelbtndiv div{
      font-size: 25px;
    }
    
    .channelbtndiv div span {
        font-size: 17px;
    }

  /************** 650 GLOBAl USE END***********/
}
/*767 END*/

@media (max-width: 500px) {
    .mamatitle {
        font-size: 35px;
    }
}

/* ----------------------------------------------------------------
      Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 480px) {
  /************** 480 GLOBAl USE***********/  
  
    .watchbtn .in{
      max-width: 230px;
      font-size: 17px;
    }
    
    .channelbtndiv div{
      font-size: 17px;
      padding-top: 15px;
      padding-bottom: 15px;
    }
    
    .channelbtndiv div span {
        font-size: 13px;
    }

    .bicon{
        line-height: 27px;
    }

    .outitem .item3 span, .outitem .item4 span{
        float: none;
    }

    .programtxt .item2{
        font-size: 24px;
    }

    .PRESENTER{
        font-size: 21px;
    }

    .float__banners__item a:before, .float__banners__item a:after{
        right: 2%;
    }

    .latestnews img.m{
        width: 80% !important;
    }

    .latestnews .txt{
        width: 100% !important;
    }

    .titlediv span{
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .titlediv span.sub{
      font-size: 30px;
    }

    #pagetop{
        bottom: 86px !important;
    }
  
    .mamatitle {
        font-size: 30px;
    }

    .gradient-border-box{
        font-size: 17px;
    }

    .broadcasting-sky__join__button a{
        font-size: 5.5vw;
    }

    .mama2024_sp{
        font-size: 17px;
    }

    .mama_sp_txt{
        font-size: 17px;
    }

    .howtodiv_txt_title{
        font-size: 23px;
    }

    .howtodiv_txt{
        font-size: 17px;
    }

	.mnetsmart_hw .titlediv p{
		font-size: 25px;
	}
	
	.livetxt{
	    font-size: 25px;
	    margin-bottom: 20px;
	}
	
	.livetxt br{
		display: inline;
	}
	
	.titlediv span{
    	font-size: 30px;
	}
	
	.newline{
		display: none;
	}
	
	.layout01 .txt2 p{
		text-align: left;
        font-size: 17px;
	}
	
	.mobileimg{
		display: inline-block;
		width: 100%;
	}
	
	.mainimg{
		display: none;
	}
	
	.toplayoutdiv .inner_wrap{
	}
	
	.mbr{
		display: inline-block;
	}
	
	.slider-nav img{
		width: 75px;
	}
	
	.layout01 .txt1{
		font-size: 18px;	
	}
	
	.layout01 .txt2{
		font-size: 15px;
	}
	
	.layout01 .txt2 br{
	}
	
	.layoutdiv .titlediv{
    	margin-bottom: 20px;
	}
	
	.outtxt1 .txt1 .t2{
		font-size: 15px;
	}
	
	.season1 span{
		font-size: 20px;
	}
	
	.blay .frmlay01 .txt1{
		font-size: 17px;
	}
	
	.blay .frmlay01 .txt2.dd{
		line-height: 30px;
	}
	
	.blay .frmlay01 .txt2{
		font-size: 15px;
	}
	
	.pridiv .tp1{
		font-size: 16px;
	}
	
	.pridiv{
		padding: 5px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.pridiv h2{
		font-size: 23px;
	}

	
	.ssub span{

	}

}


@media (max-width: 414px) {
  /************** 360 GLOBAl USE***********/
  /************** 360 GLOBAl USE***********/


  
}

@media (max-width: 378px) {
    .mamatitle {
        font-size: 27px;
    }
}

/* ----------------------------------------------------------------
      Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 360px) {
  /************** 360 GLOBAl USE***********/
  /************** 360 GLOBAl USE***********/

	.slider-nav img{
		width: 50px;
	}

    .mamatitle {
        font-size: 33px;
    }
    
    .channelbtndiv div{
      font-size: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
    }
    
    .channelbtndiv div span {
        font-size: 10px;
    }    

}

/* ----------------------------------------------------------------
      Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 320px) {
  /************** 320 GLOBAl USE***********/
  /************** 320 GLOBAl USE***********/
  
}


@media (max-width: 280px) {
  /************** 280 GLOBAl USE***********/
  /************** 280 GLOBAl USE***********/
	.season1 span{
		font-size: 17px;
	}



}

@media screen and (min-width: 773px) and (max-width: 1200px) {


}

@media screen and (max-width: 1660px) {


}



@media screen and (max-width: 657px){

}