@charset "utf-8";

:root {
     --nav-height: 10vh;
     --nav-background: #fff;
     --body-width: 720px;
}

body{
	/*
	background-color: rgb(249, 249, 249) !important;
	*/
    max-width: var(--body-width);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-family: Meiryo, "メイリオ","ＭＳ Ｐゴシック", "Poppins", "ヒラギノ角ゴ Pro W3", "MS PGothic", arial;
}

.mt50{
    margin-top: 50px;
}

.footermargin{
	margin-bottom: 100px;
}

.dnone{
	display: none;
}

.snsshare{
    margin-bottom: 20px;
    text-align: right;
    padding-right: 5px;
}

.snsshare svg{
    height: 15px;
}

.snsshare .fa-x-twitter, .snsshare .fa-line, .snsshare .fa-link{
    padding: 10px;
}

.snsshare .fa-link{
	color: #000;
    background-color: #fff;
    border: 1px solid;
    height: 12px;	
}

a{
	color: #323232;
}

.hover:hover{
	opacity: 0.7;
}

.nodata{
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 70px;
}

.gener .slick-arrow{
	display: none !important;
}

.gener .genediv h2 span{
	font-size: 23px;
}

.gener .genediv ul li img{
	width: 100%;
	max-width: 90px;
}

.gener .genediv{
    padding-top: 20px;
    padding-bottom: 0px;
}

.gener .genediv ul{
	display: inline-block;
}

.gener .genediv ul li{
	width: inherit;
}

.gener .genediv .in{
    text-align: center;
}

.gener .genediv ul li{
    margin-bottom: 30px;
}


.bodycontent.gener{
	padding-bottom: 0px
}



.mnetsmartapp{
    background-color: #000;
    position: relative;
    z-index: 99;
}

.mnetsmartapp .in{
    position: relative;
    line-height: 60px;
    display: inline-block;
}

.mnetsmartapp .in img{
    position: absolute;
    left: 5px;
    top: 10px;
}

.mnetsmartapp .in a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.mnetsmartapp .txt{
    color: #fff;
    text-align: left;
    padding-left: 45px;
    padding-right: 10px;
}

.mnetsmartapp .txt span{
    line-height: 20px;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
}

.mnetsmartapp .txt br{
	display: none;
}

.fa-house{
	color: #DF0170 !important;
}

.searchdiv{
	display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: 69.5px;
    z-index: 111111;
}

.searchdiv .in{
    position: relative;
    z-index: 50;
    margin-top: 16px;
    text-align: right;
    overflow: hidden;
    padding-left: 123px;
	padding-right: 90px;  
}

.searchdiv input{
	border: 1px solid #dfdfdf;
    max-width: 300px;
    width: 100%;
    display: inline-block;
    height: 40px;
    border-radius: 5px;
    padding: 5px;
    font-size: 25px;
}

.searchdiv input:focus, .searchdiv input:active{
	border: 3px solid #de0170;
}

.searchdiv a{
	display: inline-block;
}

.searchdiv a.sbtn{
    margin-right: 10px;
    color: #333;
    font-size: 30px;    
}

.searchdiv a.cbtn{
    color: #333;
    font-size: 30px;
}

.searchdiv .sallbtn{
    position: absolute;
    top: 4px;
    right: 10px;
}

.search span.resultkeyword{
	font-weight: bold;
}

.search .resultkeyword svg{
	color: #DF0070 !important;
}

/*
.search .gsc-search-box{
	display: none;
}

.search .gcsc-branding{
	display: none !important;
}
*/

.gcsc-more-maybe-branding-root{
	display: none;
}

.gsc-adBlockInvisible{
	display: none !important;
}

.sebtn, .gsc-search-box{
	display: none !important;
}

.gsc-adBlock, .gcsc-branding{
	display: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page{
    text-decoration: none;
    border: 1px solid #dfdfdf;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.gsc-results .gsc-cursor-box {
    margin: 10px;
    margin-top: 30px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: #E00271 !important;
    color: #fff !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #E00271 !important;
    color: #fff !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #E00271 !important;
    color: #E00271;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover{
    background-color: #E00271 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.gs-bidi-start-align{
	text-align: left !important;
}



/**/
.bodycontent{
    padding-top: 69.5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;    
}

.app .bodycontent{
    padding-top: 131.5px;
}

header{
	text-align: center;
}

header * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}

header nav{
	inset: 0px 0px auto;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    line-height: 50px;
    left: 0;
    top: 0;
    z-index: 50;
	align-items: center;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	line-height: 35px;
	z-index: 99;
}

header nav .top{
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

header nav .logo{
	position: relative;
    z-index: 9999999;
}

header nav .menu{
    position: relative;
    z-index: 100;
}

header nav .logo img{
    height: 30px;
    margin-top: 15px;
}

header nav .logo{
    display: inline-block;
    float: left;
    margin-top: -1px;
}

header nav .menu{
    display: inline-block;
    float: right;
    margin-top: 15px;	
}

header nav .loginlayout {
	text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
}

header nav .black_default_btn.login {
    background-color: #DD016D;
}

header nav .loginlayout a {
    display: inline-block;
    
}

header nav .black_default_btn {
    max-width: 270px;
    width: 100%;
    background-color: #000;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

header nav .loginlayout .waku{
    border: 1px solid #EAEAEA;
    max-width: 450px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

header nav .loginlayout .waku ul{
	overflow: hidden;
	width: 100%;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

header nav .loginlayout .waku ul li{
	float: left;
	font-weight: bold;
	line-height: 0;
}

header nav .loginlayout .waku ul li a{
	padding-top:10px;
	padding-bottom: 10px;
	display: inline-block;
	width: 100%;
	line-height: 20px;
	font-size: 13px;
    color: #000;	
}

header nav .loginlayout .waku ul li:nth-child(1) span.ids{
	color: #FE0002;
    font-weight: bold;
    max-width: 70px;
    display: inline-block;
    overflow: hidden;
    line-height: 20px;
    height: 14px;
    margin-right: 2px;
}

header nav .loginlayout .waku ul li:nth-child(1){

	width: 47.5%
}

header nav .loginlayout .waku ul li:nth-child(2){
	width: 1%;

}

header nav .loginlayout .waku ul li:nth-child(3){
	width: 47.5%;
	
}



header nav .waku .split{
	display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #D5D5D5;
    margin-top:10px;
}

/*menu*/
header nav .innav-links{
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;	
}

header nav .nav-links {
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: var(--nav-background);
	margin-top: var(--nav-height);
	transition: 0.1s ease-out;
    z-index: 50;
    margin-top: 0px;
	overflow-y: scroll;
	padding-bottom: 20px;
}

header nav .nav-links ul.smenu li {
	text-align: left;
    width: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    line-height: 60px;
}

header nav .nav-links ul.smenu li dd{
    line-height: 30px;	
}



header nav .nav-links{
    padding-top: 67px;
    padding-left: 10px;
    padding-right: 10px;    
}

.app header nav .nav-links{
	padding-top: 140px;
}

header nav .nav-links ul.smenu {
	align-items: center;
    overflow: hidden;
}

header nav .nav-links ul.smenu li {
     list-style: none;
	 border-bottom: 1px solid #CCCCCC;     
}

header nav .nav-links ul.smenu li a {
    text-decoration: none;
    position: relative;
	font-size: 17px;
    color: #323232;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

header nav .nav-links ul.smenu li span{
}

header nav .nav-links ul.smenu li .svg-inline--fa{
	color: #DF0170 !important;
	font-size: 22px;
}

header nav .nav-links ul.smenu li div{
    padding-left: 15px;
    margin-bottom: 15px;
}

header nav .nav-links ul.smenu li dt{
	position: relative;
}

header nav .nav-links ul.smenu li dt span{
    float: right;
}

header nav .nav-links ul.smenu li.single span{
    float: right;
}

header nav .nav-links ul.smenu li dd{
	display: none;
}

header nav .menu {
     cursor: pointer;
     /*background: var(--nav-background);*/
     border: none;
     outline: none;
     display: none;
     z-index: 99999;
}

header nav .menu .bar {
	width: 40px;
	height: 5px;
	background: #DF0070;
	border-radius: 5px;
	opacity: 1;
	visibility: visible;
	transition: 0.5s ease;
	transform-origin: left;
}

header nav .menu .bar1 {
     margin-bottom: 7px;
}

header nav .menu .bar3 {
     margin-top: 7px;
}

header nav .menu.toggle .bar1 {
     transform-origin: left;
     transform: rotate(45deg);
	 margin-bottom: 11px;
}

header nav .menu.toggle .bar2 {
     opacity: 0;
     visibility: hidden;
}

header nav .menu.toggle .bar3 {
     transform-origin: left;
     transform: rotate(-45deg);
}


header nav .menu {
	display: block;
	margin-left: auto;
}

header nav .menu.toggle + .nav-links {
	transform: translateX(-100%);
}

/*msmenu*/
header nav .msmenu{
	
}

header nav .msmenu{
	margin-bottom: 30px;
	list-style: none;
}

header nav .msmenu li span{
    border-bottom: 1px solid #DE6FA5;
    display: inline-block;
    width: 100%;
    
    padding-left: 10px;
    padding-right: 10px;    
    
}

header nav .msmenu li span a{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-weight: bold;
}

header nav .msmenu li span a:hover, .msmenu li span a:active{
	text-decoration: none;
}

header nav .smenu.bold a{
	font-weight: bold;
}

.mainbanner{
	line-height: 0;
}

.mainbanner a{
	text-decoration: none;
}

.mainbanner a:hover, .mainbanner a:active{
	text-decoration: none;
}

.topVideoArea iframe{
	width: 100%;
	height: 100%;
}

.topVideoArea{

}

.error {
    color: #df0070 !important;
    font-size: 13px;
    line-height: 25px;
    display: none;
    line-height: 15px;
}

#loading{
	text-align: center;
	margin-top: 10px;
	display: none;
}

.w100{
	width: 100%;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.defaultbtn{
	text-align: center;
}

.defaultbtn a{
	display: inline-block;
    border-radius: 50px;
    border: 2px solid #000;
    width: 85%;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #fff;
    font-weight: bold;
    max-width: 500px;
    line-height: 33px;
}

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

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

.defaultbtn_more a{
	display: inline-block;
    border-radius: 50px;
    width: 85%;
    font-size: 17px;
    color: #000;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #fff;
    font-weight: bold;
    max-width: 500px;
    line-height: 23px;
}

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

#loading{
	
}

#loading img{
	width: 30px;
	height: 30px;
}

/*footer>>*/
footer{
	background-color: #000;	
}

.infooter{

}

footer .fooitem1{
    text-align: center;
    background-color: #000;
    border-bottom: 1px solid #4D4D4D;
}

footer .fooitem1 .inner_wrap{
    text-align: center;
    padding-top: 55px;
    padding-bottom: 55px;
}

footer .fooitem1 .inner_wrap div{
	margin-bottom: 20px;
}

footer .fooitem1 .inner_wrap div:last-child{
	margin-bottom: 0px;
}

footer .fooitem1 .inner_wrap ul{
    overflow: hidden;
    padding-left: 0px;
    display: inline-block;
    margin-bottom: 0px;
}

footer .fooitem1 .inner_wrap ul li{
    float: left;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 20px;
}

footer .fooitem1 .inner_wrap ul li{
	border-right: 1px solid #fff;
}

footer .fooitem1 .inner_wrap ul li:last-child{
	border-right: 0px;
}

footer .fooitem1 .inner_wrap ul li a{
    color: #fff;
    font-size: 18px;
    line-height: 23px;
}

.bottomsnsdiv{
	padding: 0;
	overflow: hidden;
}

.bottomsnsdiv .fooitem2 .inner_wrap ul li{
	padding-left: 5px;
    padding-right: 5px;
}

/**/
.bottomsnsdiv{
	padding-left: 10px;
	padding-right: 10px;
}

.bottomsnsdiv .fooitem2{
	background-color: #fff;
}

.bottomsnsdiv .fooitem2 .inner_wrap{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.bottomsnsdiv .fooitem2 .inner_wrap .banner{
	margin-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.bottomsnsdiv .fooitem2 .inner_wrap .banner img{
	width: 100%;
}

.bottomsnsdiv .fooitem2 .inner_wrap ul{
    overflow: hidden;
    padding-left: 0px;
    display: inline-block;
    margin-bottom: 0px;
}

.bottomsnsdiv .fooitem2 .inner_wrap ul li{
    float: left;
    display: inline-block;

    line-height: 17px;
}

.bottomsnsdiv .fooitem2 .inner_wrap ul li.snsicon img{
	height: 70px;
}

.bottomsnsdiv .fooitem2 .inner_wrap ul li.snsicon .fab{

}

.bottomsnsdiv .fooitem2 .inner_wrap ul li{
}

.bottomsnsdiv .fooitem2 .inner_wrap ul li:last-child{
	border-right: 0px;
}

.bottomsnsdiv .fooitem2 .inner_wrap ul li a {
    color: #777777;
	font-size: 30px;
	display: inline-block;
}

.bottomsnsdiv .banner img{
	width: 100%;
}

.bottomsnsdiv{

}

.mnetsmartplus{
	text-align: center;
}

.mnetsmartplus a{
    background-color: #000;
    max-width: 700px;
    width: 90%;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;	
}

.mnetsmartplus2{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.mnetsmartplus2 img{
	width: 100%;
}

.fa-x-twitter{
	background-color: #000000;
	color: #fff;
    padding: 20px;
    border-radius: 50%;
}

.fa-x-twitter:hover { background-color: #000000; }

.fa-instagram{
	background-color: #fd533e;
	color: #fff;
    padding: 20px;
    border-radius: 50%;
}

.fa-instagram:hover { background-color: #fd533e; }

.fa-youtube{
	background-color: #ef4e41;
	color: #fff;
    padding: 20px;
    border-radius: 50%;
}

.fa-youtube:hover { background-color: #ef4e41; }

.fa-line{
	background-color: #00c854;
	color: #fff;
    padding: 20px;
    border-radius: 50%;
}

.fa-line:hover { background-color: #00c854; }

.fa-link{
	background-color: #000;
	color: #fff;
    padding: 20px;
    border-radius: 50%;
}

.fa-link:hover {  }

footer .fooitem3{
	padding-top: 50px;	
}

footer .fooitem3 .inner_wrap{
    text-align: center;
}

footer .fooitem3 .inner_wrap ul{
    padding-left: 0px;
    display: inline-block;
    margin-bottom: 0px;
}

footer .fooitem3 ul li{
    float: left;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 17px;
}

footer .fooitem3 .inner_wrap ul li.snsicon{
    width: 40px;
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 0px;   
}

footer .fooitem3 .inner_wrap ul li.snsicon img{
	width: 23px;
	height: 23px;
}

footer .fooitem3 .inner_wrap .kyotaku{
	text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    font-weight: normal;
}

footer .fooitem3 .inner_wrap .kyotaku span{
	display: block;
	color: #fff;
}

footer .fooitem3 .inner_wrap .kyotaku2{
}

footer .fooitem4{
    padding-bottom: 50px;
}

footer .fooitem4 .inner_wrap .copyrighttxt{
    text-align: center;
    font-size: 13px;
    margin-top: 35px;
    color: #CCCCCC;    
}

footer .fooitem4 .inner_wrap .copyrightimg{
	text-align: center;
	margin-top: 35px;
}

footer .fooitem4 .inner_wrap .copyrightimg img{
	height: 35px;
}
/*footer<<*/

.mb5{margin-bottom: 5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt40{margin-top:40px;}

.mt100{margin-top: 100px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 14px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb50{margin-bottom: 50px;}
.mb95{margin-bottom: 95px;}
.mb100{margin-bottom: 100px;}
.mt45{margin-top:45px;}

.pb20{padding-bottom: 20px;}
.pb50{padding-bottom: 50px;}
.pb100{padding-bottom: 100px;}
.pb150{padding-bottom: 150px;}
.pb200{padding-bottom: 200px;}


#pagetop {
    position: fixed;
	bottom: 30px;
    left: 7px;
    z-index: 55;
    display: none;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-left: 10px;
}

.pageTopBanner{
	bottom: 100px !important;
}

#pagetop a {
	text-decoration: none;
    color: #fff;
    text-align: center;
    top: 98px;
    display: block;
    font-size: 36px;
    border-radius: 32px;
    background-color: #f4a615;
    width: 50px;
    height: 50px;
}

#pagetop .outtxt{
	position: relative;
}

#pagetop .outtxt .txt{
	position: absolute;
    bottom: -82px;
    left: 0px;
    font-weight: bold;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    background-color: #DE0270;
    width: 100%;
    border-radius: 3px;
    line-height: 16px;
}

.mainbanner .slider .slick-slide img{
    width: 100%;
    z-index: 2;
    position: relative;
}

.mainbanner .slick-dotted.slick-slider{
	margin-bottom: 0;
}

.mainbanner .slider .slick-prev:before, .mainbanner .slick-next:before{
	color: #000 !important;
	font-size: 25px;
}

.mainbanner .slider .slick-dots li{
	margin-left: 0 !important;
	margin-right: 0 !important;
	display: inline-block !important;
	width: 12.5% !important;
	background-color: #000;
	opacity: 0.2;
	height: 10px !important;
	z-index: 5;
	position: relative;
}

.mainbanner .slider .slick-dots li button:before{
	color: transparent !important;
}

.mainbanner .slider .slick-dots li.slick-active button:before{
	color: transparent !important;
}

.mainbanner .slider .slick-dots li.slick-active{
	background-color: #de0170;
	opacity: 1;
}

.mainbanner .slider .slick-dots li:only-child{
	width: 100% !important;
}

.mainbanner .slider .slick-dots li:first-child:nth-last-child(2),
.mainbanner .slider .slick-dots li:first-child:nth-last-child(2) ~ * {
	width: 50% !important;
}

.mainbanner .slider .slick-dots li:first-child:nth-last-child(3),
.mainbanner .slider .slick-dots li:first-child:nth-last-child(3) ~ * {
	width: 33.3% !important;
}

.mainbanner .slider .slick-dots li:first-child:nth-last-child(4),
.mainbanner .slider .slick-dots li:first-child:nth-last-child(4) ~ * {
	width: 25% !important;
}

.mainbanner .slider .slick-dots li:first-child:nth-last-child(5),
.mainbanner .slider .slick-dots li:first-child:nth-last-child(5) ~ * {
	width: 20% !important;
}

.mainbanner .slider .slick-dots li:first-child:nth-last-child(6),
.mainbanner .slider .slick-dots li:first-child:nth-last-child(6) ~ * {
	width: 16.6% !important;
}

.mainbanner .slider .slick-dots li:first-child:nth-last-child(7),
.mainbanner .slider .slick-dots li:first-child:nth-last-child(7) ~ * {
	width: 14.2% !important;
}

.mainbanner .slider .slick-dots li:first-child:nth-last-child(8),
.mainbanner .slider .slick-dots li:first-child:nth-last-child(8) ~ * {
	width: 12.5% !important;
}

.mainbanner .slider .slick-dots{
    bottom: 95px !important;
}

.mainbanner .slider .out{
	display: inline-block;
    width: 100%;
    background-color: #F4F4F4;
    position: relative;
    z-index: 5;
    height: 95px;
    padding-top: 10px;
    padding-bottom: 10px;    
	/*overflow-y: scroll;*/
}

.mainbanner .slider .out{
   background-color: #f0f0f0;
   /*overflow-y: scroll;*/
}

.mainbanner .slider .out .ootxt{
	display: inline-block;
    height: 72px;
    overflow-y: scroll;
    width: 100%;
}

.mainbanner .slider .out::-webkit-scrollbar{
   width: 10px;
}
.mainbanner .slider .out::-webkit-scrollbar-track{
   background-color: #f0f0f0;
}
.mainbanner .slider .out::-webkit-scrollbar-thumb{
   background-color: #d22068;
}

.mainbanner .slider .txt{
    text-align: center;
    display: table;
    width: 100%;
    color: #383838;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    /*height: 100px;*/
}

.mainbanner .slider .txt .intxt{
    display: table-cell;
    vertical-align: middle;
    height: 72px;    
}

.mainbanner .slick-prev,
.mainbanner .slick-next{
	display: none !important;
}

.gnavicon{
    display: inline-block;
    float: right;
    margin-right: 27px;
    z-index: 99;
    position: relative;    
}

.gnavicon div{
    display: inline-block;

}

.gnavicon li:nth-child(1) div{
    width: 50px;
}

.gnavicon li:nth-child(2) div{
    width: 70px;
}

.gnavicon li:nth-child(3) div{
    width: 77px;
}

.gnavicon div a{
	color: #000;
	display: inline-block;
}

.gnavicon div a:active, .gnavicon div a:hover{
	text-decoration: none;
}

.gnavicon div img{
	height: 20px;
}

.gnavicon div span{
	font-size: 17px;
    font-weight: bold;
    display: block;
    line-height: 25px;
}

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

.gnavicon ul li{
	float: left;
}

.gnavicon ul li:nth-child(1), .gnavicon ul li:nth-child(2){
	margin-right: 20px;
}

.gnbbanner{
    padding-top: 50px;
    line-height: 0;
}

.gnbbanner ul{
    padding-left: 0;
    margin-bottom: 0;
    overflow: hidden;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.gnbbanner ul li{
    float: left;
    text-align: center;
}

/*
.gnbbanner ul li.cnt1{
	width: 100%;
}

.gnbbanner ul li.cnt2{
	width: 50%;
}

.gnbbanner ul li.cnt3{
	width: 33.3%;
}

.gnbbanner ul li.cnt4{
	width: 25%;
}

.gnbbanner ul li.cnt5{
	width: 20%;
}
*/

.gnbbanner .user-img {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  overflow: hidden;
  user-select: none;
  &::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='88px' height='88px' viewBox='0 0 88 88' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath d='M44%2c0.5 C59.8650505%2c0.5 70.7664452%2c3.40244096 77.6820021%2c10.3179979 C84.597559%2c17.2335548 87.5%2c28.1349495 87.5%2c44 C87.5%2c59.8650505 84.597559%2c70.7664452 77.6820021%2c77.6820021 C70.7664452%2c84.597559 59.8650505%2c87.5 44%2c87.5 C28.1349495%2c87.5 17.2335548%2c84.597559 10.3179979%2c77.6820021 C3.40244096%2c70.7664452 0.5%2c59.8650505 0.5%2c44 C0.5%2c28.1349495 3.40244096%2c17.2335548 10.3179979%2c10.3179979 C17.2335548%2c3.40244096 28.1349495%2c0.5 44%2c0.5 Z' fill='none' stroke='rgba(0,0,0,0.08)'%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .svg-profile {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .default-txt {
    font-size: 2em;
    fill: #fff;
  }

}

.gnbbanner ul li:only-child{
	width: 100% !important;
}

.gnbbanner ul li:first-child:nth-last-child(2),
.gnbbanner ul li:first-child:nth-last-child(2) ~ * {
	width: 50% !important;
}

.gnbbanner ul li:first-child:nth-last-child(3),
.gnbbanner ul li:first-child:nth-last-child(3) ~ * {
	width: 33.3% !important;
}

.gnbbanner ul li:first-child:nth-last-child(4),
.gnbbanner ul li:first-child:nth-last-child(4) ~ * {
	width: 25% !important;
}

.gnbbanner ul li:first-child:nth-last-child(5),
.gnbbanner ul li:first-child:nth-last-child(5) ~ * {
	width: 20% !important;
}

.gnbbanner .user-img{
	width: 100%;
	height: 100%;
	max-width: 130px;
	max-height: 130px;
}

.gnbbanner a{
	display: inline-block;
}

.sliderrepdiv{
	overflow: hidden;
}

.recommendedprograms{
    background-color: #F4F4F4;
    padding-top: 50px;
    padding-bottom: 50px;
}

.recommendedprograms h2{
	text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}

.recommendedprograms img{
	width: 465px;
	height: 264px;
	border-radius: 10px;
}

.recommendedprograms .in{
	width: 480px !important;
}

.recommendedprograms .txt{
	width: 465px;
	font-size: 20px;
	position: relative;
	margin-top: 10px;
}

.recommendedprograms .txt img{
	position: absolute;
    left: 0;
    top: -5px;
}

.recommendedprograms .liveicon ~ .intxt{
	padding-left: 43px;	
}

.recommendedprograms .txt .intxt{
    font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  color: #383838;
  margin-bottom: 10px;
}

.recommendedprograms .outsliderrepdiv{
	padding-left: 10px;
	padding-right: 10px;
}

.recommendedprograms .sliderrepdiv div.in{
	margin-right: 10px;
}

.recommendedprograms .sliderrepdiv div.in a{
	text-decoration: none;
}

.recommendedprograms .sliderrepdiv div.in a:hover, .recommendedprograms .sliderrepdiv div.in a:active{
	text-decoration: none;
}

/*
.recommendedprograms .liveicon{
	width: 35px;
	height: 35px;
}
*/

.recommendedprograms .slick-dotted.slick-slider{
	margin-bottom: 0px !important;
}

.recommendedprograms .listbtn{
	margin-top: 55px;
	text-align: center;
}

.recommendedprograms .listbtn a{
    display: inline-block;
    border-radius: 30px;
    border: 2px solid #000;
    width: 85%;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    font-weight: bold;
    max-width: 500px;
}

.recommendedprograms .listbtn a:hover{
	text-decoration: none;
}

/**/
.recmd .listbtn{
	margin-top: 55px;
	text-align: center;
}

.recmd .listbtn a{
    display: inline-block;
    border-radius: 30px;
    border: 2px solid #000;
    width: 85%;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    font-weight: bold;
    max-width: 500px;
}

.recmd .listbtn a:hover{
	text-decoration: none;
}

.genediv{
	background-color: #DF0070;
    padding-top: 85px;
    padding-bottom: 85px;	
}

.genediv .in{
	padding-left: 10px;
	padding-right: 10px;
}

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

.genediv ul li{
    float: left;
    width: 33.3%;
    padding: 10px;
    text-align: center;
    margin-bottom: 40px;
}

.genediv ul li img{
    width: 100%;
    max-width: 130px;
}

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

.genediv h2 span{
	color: #fff;
}

.mnetsmartvod{
	background-color: #000;
    padding-top: 85px;
    padding-bottom: 85px;	
}

.mnetsmartvod h2{
	color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    font-size: 35px;
    display: inline-block;
    width: 100%;
}

.mnetsmartvod h2 .logo{
    height: 37px;
    margin-top: -14px;
}

.mnetsmartvod .in{
	
}

.mnetsmartvod .outsliderrepdiv{
	
}

.mnetsmartvod .outsliderrepdiv .in{
    margin-right: 10px;
    position: relative;
}

.mnetsmartvod .outsliderrepdiv .in .tag{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 4px;
    font-weight: bold;
	z-index: 1;
}

.mnetsmartvod .outsliderrepdiv .in img{
	width: 262px;
	height: 379px;
	border-radius: 10px;
}

.mnetsmartvod .outsliderrepdiv .in .txt{
	color: #fff;
	font-size: 13px;
}

.mnetsmartvod .outsliderrepdiv .in .txt span{
    font-weight: bold;
    font-size: 80px;
    position: absolute;
	bottom: -29px;
    left: 0;
}

.mnetsmartvod .outsliderrepdiv{
    padding-left: 10px;
    padding-right: 10px;
}

.mnetsmartvod h2 br{
	display: none;
}

.sliderrepdiv .mask{
	position: absolute;
	left: 0;
	top: 0;
}

.latestnews{
	padding-top: 85px;
}

.latestnews h2{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 70px;
}

.latestnews h2 span{
}

.latestnews img {
	max-width: 465px;
    max-height: 186px;
    border-radius: 10px;
    display: inline-block !important;
}

.latestnews .post-image{
	text-align: center;
    width: 100%;
}

.latestnews .sliderrepdiv div:last-child {
    margin-right: 0px;
}

.latestnews .txt .intxt {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    margin-top: 15px;
}

.latestnews .datenm{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
}

.latestnews .datenm span{
background-color: #DF0070;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    float: left;
    margin-top: 1px;
    margin-right: 7px;
}

.latestnews .txt{
	margin-top: 15px;
	color: #383838;
}

.latestnews .listbtn{
	margin-top: 55px;
	text-align: center;
}

.latestnews .listbtn a{
    display: inline-block;
    border-radius: 30px;
    border: 2px solid #000;
    width: 85%;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    font-weight: bold;
    max-width: 500px;
}

.latestnews .listbtn a:hover{
	text-decoration: none;
}


.latestnews .in {
    width: 480px !important;
}

.latestnews .txt {
    width: 465px;
    font-size: 20px;
    position: relative;
    margin-top: 15px;
}

.latestnews .txt .intxt{
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    max-height: 47px;
}

.latestnews .outsliderrepdiv{
    padding-left: 10px;
    padding-right: 10px;
}

.latestnews .sliderrepdiv div.in {
    margin-right: 10px;
}

.latestnews .sliderrepdiv div.in a, .latestnews .sliderrepdiv div.in a:hover, .latestnews .sliderrepdiv div.in a:active{
	text-decoration: none;
}

/*community*/
.community{
	background-color: #000;
	padding-top: 75px;
	padding-bottom: 75px;
	position: relative;
}

.community h2{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 65px;
}

.community .artistslider{
	
}

.community .artistslider .frmlay{
	text-align: center;
}

.community h2 span{
	color: #fff;
}

.community .in{
	
}

.community .in a{
	text-decoration: none;
}

.community .in a:hover{
	text-decoration: none;
}

.community .in ul.arl{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	padding-left: 10px;
    padding-right: 10px;	
}

.community .slick-dots{
    bottom: -5px;
    overflow: inherit;
    position: relative !important;
}

.community .slick-dots li button:before{
	color: #fff !important;
}

.community .slick-dots li{
}

.community .slick-arrow{
	display: none !important;
}

.community .in ul.arl li.li{
	float: left;
	width: 33.3%;
	text-align: center;
}

.community .in ul.arl li.li img{
	max-width: 170px;
    border-radius: 50%;
    display: inline-block;
    height: 170px;      
}

.community .in ul.arl li.li .frmlay .txt{
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

/*gener*/
.gener .slider .slick-slide img{
    width: 100%;
    z-index: 2;
    position: relative;
}

.gener .slick-dotted.slick-slider{
	margin-bottom: 0;	
}

.gener .slider .slick-prev:before, .gener .slick-next:before{
	color: #000 !important;
	font-size: 25px;
}

.gener .slider .slick-dots li{
	margin-left: 0 !important;
	margin-right: 0 !important;
	display: inline-block !important;
	width: 12.5% !important;
	background-color: #000;
	opacity: 0.2;
	height: 10px !important;
	z-index: 5;
	position: relative;
}

.gener .slider .slick-dots li button:before{
	color: transparent !important;
}

.gener .slider .slick-dots li.slick-active button:before{
	color: transparent !important;
}

.gener .slider .slick-dots li.slick-active{
	background-color: #de0170;
	opacity: 1;
}

.gener .slider .slick-dots li:only-child{
	width: 100% !important;
}

.gener .slider .slick-dots li:first-child:nth-last-child(2),
.gener .slider .slick-dots li:first-child:nth-last-child(2) ~ * {
	width: 50% !important;
}

.gener .slider .slick-dots li:first-child:nth-last-child(3),
.gener .slider .slick-dots li:first-child:nth-last-child(3) ~ * {
	width: 33.3% !important;
}

.gener .slider .slick-dots li:first-child:nth-last-child(4),
.gener .slider .slick-dots li:first-child:nth-last-child(4) ~ * {
	width: 25% !important;
}

.gener .slider .slick-dots li:first-child:nth-last-child(5),
.gener .slider .slick-dots li:first-child:nth-last-child(5) ~ * {
	width: 20% !important;
}

.gener .slider .slick-dots li:first-child:nth-last-child(6),
.gener .slider .slick-dots li:first-child:nth-last-child(6) ~ * {
	width: 16.6% !important;
}

.gener .slider .slick-dots li:first-child:nth-last-child(7),
.gener .slider .slick-dots li:first-child:nth-last-child(7) ~ * {
	width: 14.2% !important;
}

.gener .slider .slick-dots li:first-child:nth-last-child(8),
.gener .slider .slick-dots li:first-child:nth-last-child(8) ~ * {
	width: 12.5% !important;
}

.gener .slider .slick-dots{
	bottom: 85px !important;
}

.gener .slider .slick-dots {
	bottom: 0px !important;
}

.gener .top .slick-slide img{
	width: 100%;
}

.bodycontent h1{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
    line-height: 35px;
    word-break: break-all;    
}

.gener .recommendedprograms h2{
	text-align: left;
	padding-left: 10px;
}

.gener .recommendedprograms .subdetail{
    font-size: 17px;
	color: #383838;
}

.gener .recommendedprograms{
	background-color: #fff;
}

.gener .generkinddiv{
	
}

.gener .generkinddiv ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	overflow: hidden;
	max-width: 720px;
}

.gener .generkinddiv ul li{
	float: left;
    width: 25%;
    text-align: center;
    background-color: #636363;
    padding-top: 10px;
    padding-bottom: 10px;  
}

.gener .generkinddiv ul li:last-child{
    margin-right: 0px;
}

.gener .generkinddiv ul li a{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.gener .generkinddiv ul li a:hover, .gener .generkinddiv ul li a:active{
	text-decoration: none;
}

.gener .generkinddiv ul li:first-child{
    border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -webkit-border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-bottom-left-radius: 30px;
}

.gener .generkinddiv ul li:last-child{
    border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -webkit-border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -webkit-border-bottom-right-radius: 30px;
}

.gener .generkinddiv ul li.active{
	background-color: #de0170;
}

.gener .generkinddiv ul li:hover, .gener .generkinddiv ul li:active{
	background-color: #de0170;
}

.gener .generkinddiv ul li:nth-child(1){
	width: 13%;
	border-right: 5px solid #fff;
}

.gener .generkinddiv ul li:nth-child(2){
	width: 36%;
	border-right: 5px solid #fff;	
}

.gener .generkinddiv ul li:nth-child(3){
	width: 36%;
	border-right: 5px solid #fff;	
}

.gener .generkinddiv ul li:nth-child(4){
	width: 15%;
}

.gener .generkinddiv .in{
	padding-left: 10px;
	padding-right: 10px;
    --sb-track-color: #232E33;
    --sb-thumb-color: #d22068;
    --sb-size: 0px;
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    height: 50px;	
}

.gener .generkinddiv .out{
	max-width: 720px;
	width: 100%;
}

.gener .scroll-hint-icon-wrap{
    top: 12px !important;
	height: 35px;
}

.gener .scroll-hint{
	/*overflow: inherit !important;*/	
}

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

.gener .scroll-hint-icon{
	padding: 5px 10px 5px 10px !important;
    height: 35px;  
}

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

.gener .scroll-hint-icon:after{
	margin-left: -17px;
}

.gener .generkinddiv .in::-webkit-scrollbar {
  width: var(--sb-size);
  height: 2px;
}

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

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

.gener .gerelist{
	
}

.gerelist .in{
	
}

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

.gerelist .in ul li{
	padding-left: 5px;
	padding-right: 5px;
    display: inline-block;
}

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

.gerelist .in ul li img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
    border: 1px solid #dfdfdf;	
}

.gerelist .in ul li .txt{
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
	color: #383838;
    text-align: left;
    margin-bottom: 10px;    
}

.gerelist .in ul li a{
	text-decoration: none;
	color: #212529;
}

.gerelist .in ul li a:hover, .gerelist .in ul li a:active{
	text-decoration: none;
	color: #212529;
}

.post-image{
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.relnews .post-image{
	
}

.post-item .post-image img{
    transition: 0.5s;
}

.post-item:hover .post-image img{
	transform: scale(0.9);
}

.page-title{
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    margin-top: 20px;
	padding-left: 10px;
    padding-right: 10px;    
}

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

.page-title ul li{
	float: left;
    line-height: 20px;
    margin-right: 10px;
	display: contents;
}

.page-title ul li:last-child{
	margin-right: 0;
}

.page-title ul li .fa-house{
	font-size: 15px;
	color: #888888;
}

.page-title ul li span{
	font-size: 15px;
	color: #333333;	
}

.page-title ul li.active a{
	text-decoration: underline;
	color: #333333;
}

.page-title ul li a:hover{
	text-decoration: underline;
	color: #333333;
}

/**/
.tnmonth{
    padding-bottom: 50px;
}

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

.tnmonth img{
    max-width: 465px;
    max-height: 264px;
    width: 100%;
	border-radius: 10px;
}

.tnmonth .in{
	max-width: 480px !important;
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;	
}

.tnmonth .in:last-child{
    border-bottom: 0;
}

.tnmonth .in a, .tnmonth .in a:hover, .tnmonth .in a:active{
	text-decoration: none;
}

.tnmonth .txt{
	max-width: 465px;
	width: 100%;
	display: inline-block;
	font-size: 20px;
	position: relative;
	margin-top: 5px;
	text-align: left;
}

.tnmonth .txt img{
	position: absolute;
    left: 0;
    top: 0;
}

.tnmonth .txt .intxt{
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  color: #383838;
  margin-bottom: 5px;
}

.tnmonth .liveicon ~ .intxt{
	padding-left: 43px;
    line-height: 23px;
    min-height: 30px;
}

.tnmonth .outsliderrepdiv{
	padding-left: 10px;
	padding-right: 10px;
}

.tnmonth .sliderrepdiv div.in{

}

.tnmonth .sliderrepdiv div.in a{
	text-decoration: none;
}

.tnmonth .sliderrepdiv div.in a:hover, .tnmonth .sliderrepdiv div.in a:active{
	text-decoration: none;
}

/*
.tnmonth .liveicon{
	width: 35px;
	height: 35px;
}
*/

.tnmonth .slick-dotted.slick-slider{
	margin-bottom: 0px !important;
}

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

.tnmonth .listbtn a{
    display: inline-block;
    border-radius: 30px;
    border: 2px solid #000;
    width: 85%;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    font-weight: bold;
    max-width: 500px;
}

.tnmonth .listbtn a:hover{
	text-decoration: none;
}

.tnmonth .sliderrepdiv2{
	text-align: center;
}

.tnmonth .subdetail{
    font-size: 15px;
	color: #383838;
}

/**/
.news{
    padding-bottom: 100px;
}

.newdetail{
	margin-bottom: 100px;
}

.news .newdetail{
	padding-left: 10px;
    padding-right: 10px;
}

.news .newdetail .title{
    margin-bottom: 15px;
}

.news .newdetail .contentdiv{
	border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.news .newdetail .imgdiv{
	
}

.news .newdetail .imgdiv p{
	
}

.news .newdetail .imgdiv p img{
	width: 100%;
}

.news .newdetail .txtdiv{
	
}

.news .newdetail .txtdiv p{
    font-size: 18px;
    line-height: 30px;
}

.news .newdetail .linkdiv{
	
}

.news .newdetail .linkdiv p{
	
}

.news .newdetail .linkdiv p a{
	font-size: 17px;
	text-decoration: underline;
	color: #007bff;
}

.news .newdetail .youtubediv{
	
}

.news .title .item1{
	margin-bottom: 10px;
}

.news .title .item1 span{
	background-color: #DF0070;
    color: #fff;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 15px;
    border-radius: 5px;    
}

.news .title .item2{
	margin-bottom: 5px;
}

.news .title .item2 span{
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;	
}

.news .title .item3{
	
}

.news .title .item3 span{
    font-size: 17px;
    letter-spacing: 2px;	
}

.news .copyrights{
    font-size: 12px;
	margin-bottom: 30px;
}

.news .tags{
    border: 1px solid #ededed;
    overflow: hidden;
    background: #f7f7f7;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 5px;
    padding-bottom: 13px;
}

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

.news .tags ul li{
	float: left;
    margin-right: 10px;
    display: contents;
}

.news .tags ul li:first-child{

}

.news .tags ul li:last-child{
	margin-right: 0px;	
}

.news .tags ul li a, .news .tags ul li .fa-tags{
    font-size: 20px;
    margin-top: 6px;
    line-height: 20px;
    color: #000;
}

.news .tags ul li .fa-tags{
    color: #DF0070;	
}

.news .relcontent{
	
}

.news .relcontent h2{
	font-size: 20px;
	margin-bottom: 0;
}

.news .relcontent ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.news .relcontent ul li{
	font-size: 20px;
}

.news .relcontent ul li a{
    color: #000;
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
}

.news .relcontent h2{
    border: 1px solid #ededed;
    overflow: hidden;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
    padding-bottom: 13px;
    font-weight: bold;
}

.news .relcontent ul li{
	border-bottom: 1px solid #dfdfdf;
	padding-top: 10px;
	padding-bottom: 10px;
}

.news .relcontent ul li:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}

.relcontent .fa-circle-info{
	color: #DF0070;
}




.latestnewslist{
	
}

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

.latestnewslist h2 span{
}

.latestnewslist img {
    border-radius: 5px;
    max-width: 323px;
    max-height: 172px;
    /* height: auto; */
    display: inline-block;
}

.latestnewslist .sliderrepdiv div:last-child {
    margin-right: 0px;
}

.latestnewslist .txt .intxt {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    margin-top: 15px;
    word-break: break-all;    
}

.latestnewslist .datenm{
    font-size: 18px;
    color: #000;
}

.latestnewslist .datenm span{
	background-color: #DF0070;
    color: #fff;
    padding: 3px;
    font-size: 10px;
    border-radius: 3px;
    float: left;
    margin-top: 1px;
    margin-right: 7px;
}

.latestnewslist .txt{
	margin-top: 15px;
	color: #616161;
	display: inline-block;
	width: 100%;
}

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

.latestnewslist .listbtn a{
    display: inline-block;
    border-radius: 30px;
    border: 2px solid #000;
    width: 85%;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    font-weight: bold;
    max-width: 500px;
}

.latestnewslist .listbtn a:hover{
	text-decoration: none;
}


.latestnewslist .in {
}

.latestnewslist .txt {
    font-size: 20px;
    position: relative;
    margin-top: 15px;
    display: inline-block;
}

.latestnewslist .txt .intxt{
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
}

.latestnewslist .outsliderrepdiv{
    padding-left: 10px;
    padding-right: 10px;
}

.latestnewslist .sliderrepdiv div.in {
    margin-right: 10px;
}

.latestnewslist .sliderrepdiv div.in a, .latestnewslist .sliderrepdiv div.in a:hover, .latestnewslist .sliderrepdiv div.in a:active{
	text-decoration: none;
}

.latestnewslist .sliderrepdiv2{
	overflow: hidden;
}

.latestnewslist .in{

}

.latestnewslist .post-image{
    padding: 5px;
    max-width: 350px;
    max-height: 201px;
    text-align: center;  
}

/**/
.news .generkinddiv{
}

.news .generkinddiv ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	overflow: hidden;
	max-width: 720px;
    width: 720px;
}

.news .generkinddiv ul li{
	float: left;
    width: 25%;
    text-align: center;
    background-color: #636363;
    padding-top: 10px;
    padding-bottom: 10px;  
}

.news .generkinddiv ul li:last-child{
    margin-right: 0px;
}

.news .generkinddiv ul li a{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.news .generkinddiv ul li a:hover, .news .generkinddiv ul li a:active{
	text-decoration: none;
}

.news .generkinddiv ul li:first-child{
    border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -webkit-border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-bottom-left-radius: 30px;
}

.news .generkinddiv ul li:last-child{
    border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -webkit-border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -webkit-border-bottom-right-radius: 30px;
}

.news .generkinddiv ul li.active{
	background-color: #de0170;
}

.news .generkinddiv ul li:hover, .news .generkinddiv ul li:active{
	background-color: #de0170;
}

.news .generkinddiv ul li{
	width: 25%;
}

.news .generkinddiv ul li:nth-child(1){

	border-right: 5px solid #fff;
}

.news .generkinddiv ul li:nth-child(2){

	border-right: 5px solid #fff;	
}

.news .generkinddiv ul li:nth-child(3){
	border-right: 5px solid #fff;    
}

.news .generkinddiv .in{

    /*
	padding-left: 10px;
	padding-right: 10px;
    --sb-track-color: #232E33;
    --sb-thumb-color: #d22068;
    --sb-size: 0px;
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    height: 50px;
    overflow-y: scroll;
    */
    
	margin-top: 3px;
	text-align: center;
	padding-top: 20px;
    overflow-x: scroll !important;    	
	--sb-track-color: #fff;
	--sb-thumb-color: #DF0070;
	--sb-size: 0px;
	/*
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    */

}

.news .generkinddiv .out{
	max-width: 720px;
	width: 100%;
}

.news .scroll-hint-icon-wrap{
    top: 12px !important;
	height: 35px;
}

.news .scroll-hint{
	/*overflow: inherit !important;*/	
}

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

.news .scroll-hint-icon{
	padding: 5px 10px 5px 10px !important;
    height: 35px;  
}

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

.news .scroll-hint-icon:after{
	margin-left: -17px;
}

.news .generkinddiv .in::-webkit-scrollbar {
  width: var(--sb-size);
  height: 2px;
}

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

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

.news .latestnewslist .txt{
    margin-top: 0px;
    text-align: left;
}

.news .latestnewslist .in{

}

.news .latestnewslist .in a{
	display: inline-block;
    text-align: center;
    width: 100%;
}

.news .latestnewslist{
	margin-top: 20px;
}

/*specialdiv*/

.specialdiv{
	margin-bottom: 100px;
}

.specialdiv .in{
    margin-bottom: 50px;
}

.specialdiv .in ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.specialdiv .in ul li{
    margin-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 30px;
}

.specialdiv .in ul li:last-child{
	margin-bottom: 0px;	
	border-bottom: 0px;
	padding-bottom: 0px;
}

.specialdiv .in ul li .toplay{
	text-align: center;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.specialdiv .in ul li .toplay img{
	max-width: 700px;
    width: 100%;
    border-radius: 10px;	
}

.specialdiv .in ul li .btmlay{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;   
}

.specialdiv .in ul li .btmlay .item1{
    margin-bottom: 10px;
}

.specialdiv .in ul li .btmlay .item1 .sp1{
    background-color: #DF0070;
    color: #fff;
    font-size: 23px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 15px;
}

.specialdiv .in ul li .btmlay .item1 .sp2{
    font-size: 23px;
    color: #DF0070;
}

.specialdiv .in ul li .btmlay .item2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 32px;
}

.specialdiv .in ul li .btmlay .item3{
	font-size: 18px;
    color: #DF0070;
    font-weight: bold;
}

.specialdiv.detail .btmlay{
	text-align: left !important;
}

.specialdiv.detail .descdiv{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 33px;
}

.specialdiv.detail .in ul li .toplay{
    margin-bottom: 20px;
}

.program h1{
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.program .programinfo{
    margin-bottom: 70px;
}

.program .programinfo .in{
	padding-left: 10px;
	padding-right: 10px;
}

.program .programinfo .in2{
	margin-bottom: 15px;
}

.program .programinfo .item1{
	line-height: 37px;
}

.program .programinfo .item1 span.gener{
	background-color: #DF0070;
    color: #fff;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 15px;
}

.program .programinfo .item8{
	margin-bottom: 10px;
}

.program .programinfo .item8 span.datenm{
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	font-size: 20px;
}

.program .programinfo .item9{
	margin-bottom: 10px;
    font-weight: bold;
    color: #de0170;
    font-size: 20px;
    font-weight: bold;
}

.program .programinfo .item10{
    font-weight: bold;
    color: #de0170;
    font-size: 20px;
    font-weight: bold;
}

.program .programinfo .item2 img{
	width: 100%;
}

.program .programinfo .item3{
	font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
	border-bottom: 1px solid #B4B4B4;
    padding-bottom: 10px;
}

.program .programinfo .item4{
	font-size: 15px;
    position: relative;
    padding-right: 65px;
}

.program .programinfo .item5{
	font-size: 15px;	
}

.program .programinfo .item6{
	font-size: 15px;	
}

.program .programinfo .item4 span{
	font-size: 18px;
	font-weight: bold;
}

.program .programinfo .item5 span{
	font-size: 18px;
	font-weight: bold;
}

.program .programinfo .item6 span{
	font-size: 18px;
	font-weight: bold;
}

.program .programinfo .item4 p{
	font-size: 17px;
}

.program .programinfo .item5 p{
	font-size: 17px;	
}

.program .programinfo .item6 p{
	font-size: 17px;	
}

.program .programinfo .item6 p a{
	color: #212529;
}

.program .programinfo .item7 p{
	font-size: 17px;
}

.program .programinfo .copyrights{
	font-size: 15px;
}

.program .programdetail{
    padding-top: 50px;
    padding-bottom: 50px;
}

.program .programdetail .in{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.program .programdetail .in .title{
	
}

.program .programdetail .in .title h2{
	font-size: 35px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px;
}

.program .programdetail .in .desc{
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 33px;
}

.program .programdetail .in .introdiv{
	/*height: 150px;*/
	overflow: hidden;
	text-align: left;
	position: relative;    
}
/*
.program .programdetail .in .introdiv2:before{
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: linear-gradient( rgba(234,234,234,0) 20%, rgba(234,234,234,0) 20%, #F6F6F6 100%);
}
*/
.program .programdetail .in .introdiv img{
    width: 100% !important;
    max-width: 650px;
    text-align: center;
    display: inline-block;
}

.program .programdetail .in .introdiv.open{
	height: auto;	
}

.program .programdetail .in .introdiv.open:before{
	background: none;
}



.program .programdetail .in .intro2div{
	height: 100px;
	overflow: hidden;
}

.program .programdetail .in .intro2div img{
    width: 100% !important;
    max-width: 650px;
    text-align: center;
    display: inline-block;
}

.program .programdetail .in .intro2div.open{
	height: auto;	
}


.gener .recommendedprograms h2.bkbn span{
	display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;	
}



.program .graybg{
	background-color: #F4F4F4;
}

/*programvideo*/
.program .programvideo{
    padding-top: 50px;
    padding-bottom: 50px;
}

.program .programvideo .in{
	
}

.program .programvideo .in .title h2{
	font-size: 35px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

/*programgallery*/
.program .programgallery{
    padding-top: 50px;
    padding-bottom: 50px;
}

.program .programgallery .in{
	padding-left: 10px;
	padding-right: 10px;
}

.program .programgallery .in .title h2{
	font-size: 35px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}




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

.program .programgallery .photodiv{
	width: 100%;
	display: inline-block;
	text-align: center;
}

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

.program .programgallery .photodiv h3{
	color: #fff;
}


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

.program .programgallery .slider-for img{
    max-width: 625px;
    height: auto;
    display: inline-block !important;
    border-radius: 10px;
    width: 100%;
}

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

.program .programgallery .phpoto_gallery_div{
	text-align: center;
}

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

.program .programgallery .in{
	display: inline-block;
    width: 100%;
    max-width: 720px;
    border-radius: 10px;
}

.program .programgallery .gin{
	text-align: center;
}

.program .programgallery .slick-prev, .program .programgallery .slick-next{
	display: inline-block !important;
}

.program .programgallery .slick-prev{
	left: 0px;
    z-index: 10;
}

.program .programgallery .slick-next{
	right: 0px;
    z-index: 10;
}

.program .programgallery .slider-nav{
	padding-left: 22px;
    padding-right: 19px;
}

.program .pfspecialdiv{
	
}

.program .pfspecialdiv .item1{
	margin-bottom: 30px;
}

.program .pfspecialdiv .item2{
	margin-bottom: 30px;
}

.program .pfspecialdiv .item2 img{
	width: 100%;
	border-radius: 10px;
}

.program .pfspecialdiv .item3{
	
}

.program .pfspecialdiv .item3 a {
    background-color: #DF0070;
    color: #fff;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 300px;
    display: inline-block;
    width: 100%;
}

.program .pfspecialdiv .item3 a:hover{
	text-decoration: none;
	opacity: 0.5;
}

/************************************************/
/*
.program .programinfo .item1 span{
	margin-bottom: 10px;
    display: inline-block;
    max-width: 200px;
    height: 30px;
    vertical-align: middle;
    padding-top: 15px;
    font-size: 12px;    
}
*/

/*日本初*/
.bro_icon_1{
    text-decoration: none;
    text-indent: 0px;
    line-height: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    height: 0px;
    padding: 8px;
    border-color: #659dab;
    border-width: 0px;
    border-style: solid;
    background-color: #ed569a;
    color: #ffffff;
    font-weight: bold;
}

/*Mnet 初*/
.bro_icon_2{
    text-decoration: none;
    text-indent: 0px;
    line-height: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    height: 0px;
    padding: 8px;
    border-color: #659dab;
    border-width: 0px;
    border-style: solid;
    background-color: #3eb9ad;
    color: #ffffff;
    font-weight: bold;
}

/*Mnet オリジナル*/
.bro_icon_3{
    text-decoration: none;
    text-indent: 0px;
    line-height: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    height: 0px;
    padding: 8px;
    border-color: #659dab;
    border-width: 0px;
    border-style: solid;
    background-color: #e75751;
    color: #ffffff;
    font-weight: bold;
}

/*プレミアム再放送*/
.bro_icon_4{
    text-decoration: none;
    text-indent: 0px;
    line-height: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    height: 0px;
    padding: 8px;
    border-color: #659dab;
    border-width: 0px;
    border-style: solid;
    background-color: #f0ca56;
    color: #ffffff;
    font-weight: bold;
}

/*アンコール再放送*/
.bro_icon_5{
    text-decoration: none;
    text-indent: 0px;
    line-height: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    height: 0px;
    padding: 8px;
    border-color: #659dab;
    border-width: 0px;
    border-style: solid;
    background-color: #6859a4;
    color: #ffffff;
    font-weight: bold;
}

/*一挙放送*/
.bro_icon_6{
    text-decoration: none;
    text-indent: 0px;
    line-height: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    height: 0px;
    padding: 8px;
    border-color: #659dab;
    border-width: 0px;
    border-style: solid;
    background-color: #e62274;
    color: #ffffff;
    font-weight: bold;
}

/*スペシャル*/
.bro_icon_7{
    text-decoration: none;
    text-indent: 0px;
    line-height: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    height: 0px;
    padding: 8px;
    border-color: #659dab;
    border-width: 0px;
    border-style: solid;
    background-color: #2ca268;
    color: #ffffff;
    font-weight: bold;
}

/*ナ・ヨンソクPDアワー*/
.bro_icon_8{
    text-decoration: none;
    text-indent: 0px;
    line-height: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    height: 0px;
    padding: 8px;
    border-color: #659dab;
    border-width: 0px;
    border-style: solid;
    background-color: #9559a0;
    color: #ffffff;
    font-weight: bold;
}

/*テレビ初放送*/
.bro_icon_9{
    text-decoration: none;
    text-indent: 0px;
    line-height: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    height: 0px;
    padding: 8px;
    border-color: #990085;
    border-width: 0px;
    border-style: solid;
    background-color: #990085;
    color: #ffffff;
    font-weight: bold;
}

/**/
.programdetail .imgdiv{
	
}

.programdetail .imgdiv img{
	width: 100%;
}

/*programdetail*/
.programdetail .desctxt{
	
}

.programdetail .desctxt ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.programdetail .desctxt ul li{
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
}

.programdetail .desctxt ul li:last-child{
	margin-bottom: 0;
	border-bottom: 0px;
}

.programdetail .desctxt ul li .frmlay{
	min-height: 115px;
}

.programdetail .desctxt ul li .img{
	display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.programdetail .desctxt ul li .img img{
	max-width: 150px;
	width: 100%;
	border-radius: 10px;
}

.programdetail .desctxt ul li .txt{
    padding-left: 163px;
}

.programdetail .desctxt ul li .txt .t1{
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}

.programdetail .desctxt ul li .txt .t2{
	font-size: 14px;
	text-align: left;
}

/*commentdiv*/
.program .commentdiv{
	
}

.commentdiv .t1{
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.commentdiv .t2{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #DF0070;
    margin-top: 10px;
}

.more_button_div{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    position: relative;
}

.moretxt{
	padding-top: 2px;
    display: inline-block;
    margin-right: 5px;
}

.more_button_div a{
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
}

.more_button_div a img{
	height: 20px;
}

.program .commentdiv ul{
	padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;	
}





/**/
.relnews{
	
}

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

.relnews h2 span{
}

.relnews img {
    max-width: 465px;
    max-height: 264px;
    width: 100%;
    border-radius: 10px;
}

.relnews .sliderrepdiv div:last-child {
    margin-right: 0px;
}

.relnews .txt .intxt {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    margin-top: 15px;
    text-align: left;    
}

.relnews .datenm{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: left;
}

.relnews .datenm span{
    background-color: #DF0070;
    color: #fff;
    padding: 5px;
	display: inline-block;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 1px;
    margin-right: 7px;
    float: left;
}

.relnews .txt{
	margin-top: 15px;
}

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

.relnews .listbtn a{
    display: inline-block;
    border-radius: 30px;
    border: 2px solid #000;
    width: 85%;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    font-weight: bold;
    max-width: 500px;
}

.relnews .listbtn a:hover{
	text-decoration: none;
}

.relnews .sliderrepdiv2{
    overflow: hidden;
}

.program .relnews .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;
}

.relnews .post-item {
	margin-bottom: 20px;
}

.relnews .txt {
    font-size: 20px;
    position: relative;
    margin-top: 15px;
}

.relnews .txt .intxt{
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;

    color: #383838;
}

.relnews .outsliderrepdiv{
	margin-bottom: 50px;
}

.relnews .sliderrepdiv div.in {
    margin-right: 10px;
}

.relnews a:hover, .relnews a:active{
	text-decoration: none;
}

.relnews .sliderrepdiv2{
	
}

/*mnetsmarticon*/
.mnetsmarticon{
	position: absolute;
	top: 0;
	right: 0;
}

.mnetsmarticon img{
	width:58px;
	border-top-left-radius: 3px;
    -moz-border-radius-bottomtop: 3px;
    -webkit-border-bottom-top-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;	
}

.mnetsmarticon div{
	background-color: #de0170;
    color: #fff;
    font-size: 13px;
    padding: 3px;
    font-weight: bold;
	border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    text-align: center;
}

.mnetsmarticon a:hover, .mnetsmarticon a:active{
	text-decoration: none;
}

.social-icons li:hover i { -webkit-animation: toTopFromBottom 0.3s forwards; animation: toTopFromBottom 0.3s forwards; }

@-webkit-keyframes toTopFromBottom { 49% { -webkit-transform: translateY(-100%); }
  50% { opacity: 0;
    -webkit-transform: translateY(100%); }
  51% { opacity: 1; } }

@keyframes toTopFromBottom { 49% { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
  50% { opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  51% { opacity: 1; } }
  
  
.slidemenu .bottomsnsdiv{
	margin-bottom: 0px;
}

.slidemenu .bottomsnsdiv .fooitem2 .inner_wrap{
    padding-top: 55px;
    padding-bottom: 55px;
}

.latestnewslist 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;	
}

.latestnewslist ul li{
    padding: 5px;    	
}

.endbtn{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background-color: #000;
}

.generlist .post-image{
	display: inline-block;
}

.gerelist .in ul li.post-item{
	text-align: center;
}

.bannerdiv{
	margin-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.bannerdiv a{
	display: inline-block;
}

.bannerdiv a img{
	width: 100%;
}

.bannerdiv div{
	margin-bottom: 10px;
	text-align: center;
}

.bannerdiv div:last-child{
	margin-bottom: 0px;	
}


/*
@media (max-width: 767px) {
	.generlist .post-image{
	    max-width: 342px;
	    max-height: 192px;
	}
	
	.generlist .post-image img{
		width: 100%;
	    height: auto;
	    max-width: 329px;
	    max-height: 100px;	
	}
}

@media (max-width: 600px) {
	
	.generlist .post-image{
	    max-width: 265px;
	    max-height: 149px;
	}
	
	.generlist .post-image img{
		width: 100%;
	    height: auto;
	    max-width: 265px;
	    max-height: 149px;	
	}
}
*/

#cookieNotify{
	font-size: 14px;
}

#cookieNotify button{
	font-size: 12px;
}

#cookieNotify a:hover{

}

.liveicon{
	background-color: #de0170;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    border-radius: 3px;
}


/*msmenu*/
.msmenu{
	
}

.msmenu{
	margin-bottom: 30px;
	list-style: none;
}

.msmenu li{
	line-height: 50px;
}

.msmenu li span{
    border-bottom: 1px solid #DE6FA5;
    display: inline-block;
    width: 100%;
}

.msmenu li span a{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #000;
	text-align: left;
}

.msmenu li span a:hover, .msmenu li span a:active{
	text-decoration: none;
}


.logo_fadein{
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein div.loading {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 50px;
	text-align: center;
}

.logo_fadein .loading img{
	width: 70px;
}

.logo_fadein div.loading p{
	margin-top: 10px;
}


/*lineupdiv*/
.program .lineupdiv{
	
}


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

.program .lineupdiv ul li{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFC6C6;
}

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

.program .lineupdiv ul li img{
	width: 100%;
	border-radius: 10px;
}

.program .lineupdiv ul li .frml{
	
}

.program .lineupdiv ul li .frml .item1{
	margin-bottom: 10px;
}

.program .lineupdiv ul li .frml .item2{
	margin-bottom: 10px;	
}

.program .lineupdiv ul li .frml .item3{
	
}

.program .lineupdiv ul li .frml .item3 a{
    background-color: #DF0070;
    color: #fff;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 300px;
    display: inline-block;
    width: 100%;
}

.program .lineupdiv ul li .frml .item3 a:hover{
	text-decoration: none;
	opacity: 0.5;
}

.relbroadcast .intxt{
	text-align: left;
}

.relbroadcast .subdetail{
	text-align: left;
}

.relbroadcast a:hover{
	color: #000;
}

.relbroadcast .in{
	width:inherit !important;
}

.relbroadcast.recommendedprograms{
	background-color: inherit;
}

.fingerprint-spinner, .fingerprint-spinner * {
  box-sizing: border-box;
}

.fingerprint-spinner {
  height: 64px;
  width: 64px;
  padding: 2px;
  overflow: hidden;
  position: relative;
}

.fingerprint-spinner .spinner-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #ff1d5e;
  animation: fingerprint-spinner-animation 1500ms cubic-bezier(0.680, -0.750, 0.265, 1.750) infinite forwards;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.fingerprint-spinner .spinner-ring:nth-child(1) {
  height: calc(60px / 9 + 0 * 60px / 9);
  width: calc(60px / 9 + 0 * 60px / 9);
  animation-delay: calc(50ms * 1);
}

.fingerprint-spinner .spinner-ring:nth-child(2) {
  height: calc(60px / 9 + 1 * 60px / 9);
  width: calc(60px / 9 + 1 * 60px / 9);
  animation-delay: calc(50ms * 2);
}

.fingerprint-spinner .spinner-ring:nth-child(3) {
  height: calc(60px / 9 + 2 * 60px / 9);
  width: calc(60px / 9 + 2 * 60px / 9);
  animation-delay: calc(50ms * 3);
}

.fingerprint-spinner .spinner-ring:nth-child(4) {
  height: calc(60px / 9 + 3 * 60px / 9);
  width: calc(60px / 9 + 3 * 60px / 9);
  animation-delay: calc(50ms * 4);
}

.fingerprint-spinner .spinner-ring:nth-child(5) {
  height: calc(60px / 9 + 4 * 60px / 9);
  width: calc(60px / 9 + 4 * 60px / 9);
  animation-delay: calc(50ms * 5);
}

.fingerprint-spinner .spinner-ring:nth-child(6) {
  height: calc(60px / 9 + 5 * 60px / 9);
  width: calc(60px / 9 + 5 * 60px / 9);
  animation-delay: calc(50ms * 6);
}

.fingerprint-spinner .spinner-ring:nth-child(7) {
  height: calc(60px / 9 + 6 * 60px / 9);
  width: calc(60px / 9 + 6 * 60px / 9);
  animation-delay: calc(50ms * 7);
}

.fingerprint-spinner .spinner-ring:nth-child(8) {
  height: calc(60px / 9 + 7 * 60px / 9);
  width: calc(60px / 9 + 7 * 60px / 9);
  animation-delay: calc(50ms * 8);
}

.fingerprint-spinner .spinner-ring:nth-child(9) {
  height: calc(60px / 9 + 8 * 60px / 9);
  width: calc(60px / 9 + 8 * 60px / 9);
  animation-delay: calc(50ms * 9);
}

@keyframes fingerprint-spinner-animation {
  100% {
    transform: rotate( 360deg );
  }
}


.catecd{
    border-bottom: 3px dotted #000;
    padding-bottom: 10px;
}

.catecd span{
	color: #de0170;
}

/*Strip*/
.modal-strip { background-color: #000000; bottom: 0; color: #fff; left: 0; padding: 20px; position: fixed; width: 100%; display: inline-block; -webkit-transform: translate3d(0px, 200px, 0px); transform: translate3d(0px, 200px, 0px); -webkit-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; z-index: 999 !important; }

.modal-strip .btn, .modal-strip h5, .modal-strip h4, .modal-strip h3, .modal-strip h2, .modal-strip h1 { margin-bottom: 0 !important; }

.modal-strip a, .modal-strip a:hover, .modal-strip a:active, .modal-strip a:visited { color: #fff; text-decoration: underline; }

.modal-strip.modal-top { bottom: auto; top: 0; -webkit-transform: translate3d(0px, -200px, 0px); transform: translate3d(0px, -200px, 0px); }

.modal-strip.modal-left { bottom: auto; top: auto; left: 0; right: auto; width: 30%; -webkit-transform: none; -ms-transform: none; transform: none; }

.modal-strip.modal-right { -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); bottom: auto; top: 0; }

.modal-strip.modal-active { -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px); }

@media (max-width: 991.98px) { .modal-strip.modal-active .vertical-align { top: 0 !important; -webkit-transform: translateY(0px) !important; -ms-transform: translateY(0px) !important; transform: translateY(0px) !important; } }

/*program_menu*/
.program_menu{
	
}

.program_menu ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	overflow: hidden;
	margin-top: 25px;
	width: max-content;
    display: inline-flex;
	margin-left: 10px;
    margin-right: 10px;    
}

.program_menu ul li{
	float: left;
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.program_menu ul li{
	margin-right: 20px;
}

.program_menu ul li:last-child{
	margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}

.program_menu .in{
    height: 70px;
    background-color: #DF0070;
    text-align: center; 
}

.program_menu .in a span{
	font-weight: bold;
    color: #fff;	
}

.program_menu .in a:hover{
	text-decoration: none;
}

.program_menu .scroll-hint-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 60px);
    box-sizing: border-box;
    width: 103px;
    height: 65px;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0;
    margin-top: -8px;
    text-align: center;
    padding: 17px 10px 10px 10px;
}

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

.program_menu .scroll-hint-icon-white .scroll-hint-text {
    color: #000;
}

/*epsodelist*/
.epsodelist{
	
}

.epsodelist .topep{
	
}

.epsodelist .topep ul{
	overflow: hidden;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	width: 100%;
}

.epsodelist .topep ul li{
	float: left;
	width: 33.3%;
	margin-bottom: 10px;
}

.epsodelist .topep ul li a{
	display: inline-block;
}

.epsodelist .topep ul li a span{
    display: inline-block;
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    width: 200px;
    font-weight: bold;
}

.epsodelist .topep ul li.on a span{
    background-color: #000;
    color: #fff;
}

.epsodelist .topep ul li a span:hover{
    background-color: #000;
    color: #fff;
    border: 2px solid #000;	
}

.epsodelist .bottomep{
    margin-top: 30px;
    margin-bottom: 30px;
}

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

.epsodelist .bottomep ul li:first-child{
	padding-top: 0px;	
}

.epsodelist .bottomep ul li{
	border-bottom: 2px dotted rgba(85, 85, 85, .5);
	padding-top: 15px;
    padding-bottom: 15px;	
}

.epsodelist .bottomep ul li:last-child{

}

.epsodelist .bottomep ul li .frmlay{
    overflow: hidden;
    position: relative;
    
    display: flex;
    justify-content: space-between;    
}

.epsodelist .bottomep ul li .frmlay .lf{
	width: 38.29%;
}

.epsodelist .bottomep ul li .frmlay .lf img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    max-height: 100%;
    margin: auto;
}

.epsodelist .bottomep ul li .frmlay .rf{
        width: 58.61%;
}

.epsodelist .bottomep ul li .frmlay .rf p{
    text-align: left;	
}

.epsodelist .bottomep ul li .frmlay .rf p span{
	font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
    color: #101077;
    border-bottom: 1px solid #101077;
}

.epsodelist .bottomep ul li .frmlay .rf .txt{
	font-size: 15px;	
	text-align: left;
	font-weight: bold;
}

.epsodelist .bottomep ul li .frmlay figure{
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    text-align: center;
    background: #dbdbea;	
}

/*************/

.listcontent{
	display: none;
}

.listcontent:nth-child(1){
	display: block;
}

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

.line-through {
  text-decoration: line-through; /* 취소선 */
  text-decoration-thickness: 2px; /* 선의 두께 (필요에 따라 조절 가능) */
  text-decoration-color: red; /* 취소선의 색상 (원하는 색으로 변경 가능) */
}

.spotifydiv{
  margin-top: 15px;
}

.broadcast_broadcast__DrjPp{
  
}

.broadcast_broadcast__DrjPp 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;  
}

.broadcast_broadcast__DrjPp ul li{
  padding: 5px;
}

.broadcast_broadcast__DrjPp ul li a{
  text-decoration: none;
}

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

.broadcast_broadcast__DrjPp ul li a p{
  text-align: center;
  margin-top: 3px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}

.broadcast_broadcast__DrjPp ul li span{
  word-break: break-all;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 7px;
}

.btitle{
  font-size: 20px;
  font-weight: bold;
  word-break: break-all;
  text-align: left;
}

.btitle:hover{
  text-decoration: none;
}

.lineupvod{
    margin-bottom: 0px;
    margin-top: 10px;
}

.lineupvod img.icon{
    width: 50px !important;
}

.lineupvod span{
    color: #DF0070;
    font-weight: bold;
}

.lineupvod a{
    text-decoration: none;
    display: inline-block;
}




.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2열 */
    grid-template-rows: repeat(3, auto); /* 3행 */
    gap: 5px; /* 뉴스 간 간격 */
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.news-grid .news-item {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: 1px solid #F6F6F6;    
}

.news-grid .news-item a{
    display: inline-block;
    width: 100%;
}

.news-grid .news-item a:hover{
    text-decoration: none;
}

.news-grid .image-container {
    width: 100%;
    aspect-ratio: 16/9; /* 일정한 사각형 비율 유지 */
    background-color: white; /* 빈 공간도 흰색 */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    overflow: hidden; /* 넘치는 부분 방지 */
}

.news-grid .news-item img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 이미지가 잘리지 않도록 유지 */
}

.news-grid .news-title {
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 최대 2줄 표시 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3.2em; /* 항상 2줄 높이 유지 */
    display: flex;
    align-items: flex-start; /* 텍스트를 위쪽 정렬 */
    word-break: break-all;
    margin-top: 10px;    
}

.news-grid .datenm{
    color: #333;    
    font-size: 15px;
    margin-top: 5px; /* 이미지와 텍스트 사이 여백 */    
}

.news-grid .news-item img{
    transition: 0.5s;
}

.news-grid .news-item:hover img{
	transform: scale(0.9);
}

/* 반응형 대응 */
@media (max-width: 360px) {
    .news-grid {
        grid-template-columns: 1fr; /* 1열 */
    }
}

.photos-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 5px;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.photos-grid .photos-item{
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    padding: 5px;
    border: 1px solid #F6F6F6;
    padding-bottom: 10px;
}

.photos-grid .photos-item .txt{
    color: #000;
    font-size: 15px;
}

.photos-grid .photos-item img{
    width: 100%;
    height: 100%;
    margin: 0px;
    transition: 0.5s;
    border-radius: 5px;
    object-fit: contain;    
}

.photos-grid .photos-item:hover img{
	transform: scale(0.9);
}

.photos-grid .image-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: white;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
}


/**/
.photos-grid-img{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 5px;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.photos-grid-img .photos-item{
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    padding: 5px;
    border: 1px solid #F6F6F6;
    padding-bottom: 25px;
}

.photos-grid-img .photos-item .txt{
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.photos-grid-img .photos-item img{
    width: 100%;
    height: 100%;
    margin: 0px;
    transition: 0.5s;
    border-radius: 5px;  
}

.photos-grid-img .photos-item:hover img{
	transform: scale(0.9);
}







  /* 모달 배경 */
.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 모달 본문 */
.modal-content {
  background-color: #fff;
  padding: 20px 10px;
  text-align: center;
  max-width: 500px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.modal-content h1 {
  color: #e91e63;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #aaa;
  margin: 0 0 16px;
}

.modal-content h2 {
  color: #e91e63;
  font-size: 36px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #aaa;
  margin-bottom: 30px;
}

.program-button {
  display: block;
  background-color: rgb(0, 88, 255);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 25px;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  margin: 0 auto;
  max-width: 400px;
  line-height: 1.6;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
  margin-top: 20px;
}

.program-button:hover {
  background-color: rgb(0, 88, 255);
  color: #fff;
  text-decoration: none;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
}