@charset "utf-8";

* {	margin: 0;	padding: 0;}
/* html, body {overflow-x: hidden;} */

body {
	font: 100% arial, verdana, tahoma, sans-serif;
	background-color: #fff;
	width: 100%;
}

#only_mpg{display: none;}
#wrapper_cont{max-width: 1200px; margin:0 auto;}
#wrapper2_cont{margin:0 auto;}

/****header****/
#header {
	background: #fff;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	width: 100%;
	position:relative;
	border-bottom: #CC0000 2px solid;
}
#header .header_nav{width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;}
#header .logo_w{width:280px;margin: 32px 0 16px;}
#header .menu-anchor, #header .header-back {	width:24px;	height: 24px;	display: inline-block;	vertical-align: middle;	position: relative;	cursor: pointer;}
#header .menu-anchor img{width: 24px;}
#header.sub_header{border-bottom:1px solid #f4f4f4; }
#header h3{position: absolute; left:50%; transform: translateX(-50%); font-size: 16px; color:#222; font-weight: 500;}
.header_state{display: none;}


/****login.html****/
#login_container{width: 700px;padding: 80px 0;}
#login_container .form-container:after{content:'';display:block;clear:both;}
#login_container .login_tit{margin-bottom: 60px;}
#login_container .login_tit h2{width: 280px;margin: 0 auto;}
#login_container select{width: 23.5%;height: 52px;float: left;border-radius: 6px;}
#login_container #userid {width: 75%;height: 52px;border-radius: 6px;margin-bottom: 12px;float: right;}
#login_container #password {width: 100%;height: 52px;border-radius: 6px;margin-bottom: 120px;}
#login_container #login {width: 100%;height: 60px;border-radius: 6px;background-color: #cc0000;color: #fff;font-size: 16px;font-weight: 600;display: block;margin:16px auto 20px;}
#login_container p{text-align: center;font-size: 16px;}
#login_container p span{color: #cc0000;}

/****register.html****/
#login_container .login_tit span{font-size: 16px; text-align: center;display: block;margin: 8px 0 60px;}

/****footer****/
footer{margin: 100px auto 0;text-align: center;color: #999;}
footer .line{width: 100%;height: 2px;background-color: #dfdfdf;display: block;}
footer div{padding: 30px 0;}
footer div a{color: #999 !important;}
footer div a:hover{color: #999 !important;}
footer div span{padding: 0 8px;}


/****main_banner****/
#pc_banner .swiper {
	width: 100%;
	height: 100%;
}

#pc_banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pc_banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#pc_banner>div{display: flex;justify-content: space-between;height: 433px;}
#pc_banner .banner_vod{width: 64%;height: 100%;}
#pc_banner .banner_notice{background: url(../images/notice_pc.jpg) no-repeat center top;width: 35%;background-size: cover;position: relative;}
#pc_banner .banner_notice ul{position: absolute;bottom: 18px;}
#pc_banner .banner_notice ul li{width: 58%;margin: 0 auto 4px;}



/****main menu****/
nav ul{display: flex; justify-content: space-around; width: 100%; padding:0 25px; height: 44px; border-bottom:5px solid #f7f7f7; margin-bottom: 0;}
nav ul li{font-size: 16px; color:#c4c4c4; font-weight: 500; height: 42px; line-height: 44px; text-align: center;}
nav ul li.active{font-weight: 500; color:#222; border-bottom:2px solid #f64f4c;}

/****live_list****/
.vimeo_wrap{
	position: relative;
	padding-bottom: 56.25%;
	height: auto;
	overflow: hidden;
	margin: 0;
	}
	 
	.vimeo_wrap iframe, .vimeo_wrap object, .vimeo_wrap embed{
	position: absolute;
	top: 0;
	left: 0;
	​​​​​​​width: 100%;
	​​​​​​​height: 100%;
	}
	
	
#live_list{padding:0; max-width: 1100px; position:relative;margin:0 auto;}
#live_list #rl_select{border:none; text-align: right; background: url('../images/icon/ic_down.png') no-repeat 100% 50% / 15px auto;}

#live_list h4{color:#000; font-size: 24px; font-weight: 600; margin-bottom: 30px;line-height: 30px;}
#live_list h4 .con_logo{width: 50px;margin-bottom:  3px;}
#live_list h4 .live_mtit{color:#000; font-size: 24px; font-weight: 600;vertical-align: bottom;}
#live_list h4 .live_stit{color:#999; font-size: 20px; font-weight: 400;vertical-align: bottom;}

.st_list{display: flex;width: 1100px;justify-content: space-between;flex-wrap: wrap;padding-bottom: 90px;}
.st_list li{width: 265px;	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);margin-bottom: 16px;position: relative;height: 270px;}
.st_list li .thumb{width: 100%;height: 148px;object-fit: cover;}
.st_list li>div{padding: 12px 10px;}
.st_list li .con_info{display: flex;justify-content: space-between;}
.st_list li .con_info .con_name{font-size: 16px; color:#000; font-weight: 400; line-height: 16px;}
.st_list li .con_info .con_date{font-size: 14px; color:#999; font-weight: 400; line-height: 16px;}
.st_list li .con_info .con_all{font-size: 14px; color:#999; font-weight: 400; line-height: 16px;}
.st_list li .con_tit{font-size: 18px; color:#000; font-weight: 600; line-height: 130%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding: 10px 0 12px;}
.st_list li a{display: block;width: 96px;position: absolute;bottom: 12px;right: 10px;}


.aca_list{display: flex;width: 1100px;justify-content: space-between;flex-wrap: wrap;padding-bottom: 90px;}
.aca_list li{width: 265px;	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);margin-bottom: 16px;position: relative;height: 260px;}
.aca_list li>div{padding: 12px 10px;}
.aca_list li .con_info{display: flex;justify-content: space-between;}
.aca_list li .con_info .con_name{font-size: 16px; color:#000; font-weight: 400; line-height: 16px;}
.aca_list li .con_info .con_date{font-size: 14px; color:#999; font-weight: 400; line-height: 16px;}
.aca_list li .con_info .con_all{font-size: 14px; color:#999; font-weight: 400; line-height: 16px;}
.aca_list li .con_tit{font-size: 18px; color:#000; font-weight: 600; line-height: 130%;padding: 10px 0 12px;}
.aca_list li a{display: block;width: 96px;position: absolute;bottom: 12px;right: 10px;}

.list_more_ul{display: flex ;width: 1100px;justify-content: space-between;flex-wrap: wrap}
.list_more3, .list_more4{display: flex ;width: 1100px;justify-content: space-between;flex-wrap: wrap;}

.list_more3, .list_more4{display: none;}

.btn_more3{position: absolute;bottom: 4vw;right: 0;}
.btn_more4{position: absolute;bottom: 4vw;right: 0;}

.more3, .more4 {
display:block;
width: 85px;
height: 24px;
background:url(../images/all_list2.png) center center no-repeat;
background-size: cover;
}

.close3, .close4{
display:none;
}


#aca_con{padding:0; max-width: 1100px; position:relative;margin:0 auto;}
#aca_con #rl_select{border:none; text-align: right; background: url('../images/icon/ic_down.png') no-repeat 100% 50% / 15px auto;}
#aca_con h4{color:#000; font-size: 24px; font-weight: 600; margin-bottom: 30px;line-height: 30px;}
#aca_con h4 .con_logo{width: 50px;margin-bottom:  3px;}
#aca_con h4 .live_mtit{color:#000; font-size: 24px; font-weight: 600;vertical-align: bottom;}
#aca_con h4 .live_stit{color:#999; font-size: 20px; font-weight: 400;vertical-align: bottom;}

.vod_list_bg{background-color: #F2F2F2;margin-top: 60px;padding: 60px 0 60px;}
.vod_list li{display: flex;justify-content: space-between;width: 100%;height: 88px;font-size: 24px;color: #000;letter-spacing: -1px;line-height: 88px;background-color: #fff;margin: 0 auto 20px;max-width: 1100px;}
.vod_list li .vod_tit{display: flex;}
.vod_list li .vod_tit .nth_vod{width:115px;display: inline-block;text-align: center;color:#CC0000;position: relative;}
.vod_list li .vod_tit .nth_vod::after{content: '';background-color: #d9d9d9;position: absolute;border: 1px solid #d9d9d9;height: 50px;top:50%;transform: translateY(-50%);margin-left: 40px;}
.vod_list li .vod_tit .vtit{margin-left: 40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:680px;display: block;}
.vod_btn{width: 240px;background-color: #F5B2B2;text-align: center;font-weight: 600;color:#CC0000;}


/****index tab****/
#index_tab .tabnav{font-size:0; width:100%; border:1px solid #CC0000; margin: 70px auto 60px;max-width: 1200px;}
#index_tab .tabnav li{display: inline-block;  height:60px; text-align:center;  width: 50%;}
#index_tab .tabnav li a{ position:relative; display:block;  color: #CC0000; padding:0 30px; line-height:60px; text-decoration:none; font-size:18px;font-weight: 600;}
#index_tab .tabnav li a:hover,
#index_tab .tabnav li a.active{background:#CC0000; color:#fff !important; }
#index_tab .tabcontent{padding: 0 ;  border-top:none;}

#pc_banner{display: none;}


/* responsive 반응형 - pc */
@media all and (min-width: 1200px){
	.only_pc{display: block !important;}
	.only_mobile{display: none !important;}
/* 	#only_mpg{display: none !important;} */

	body{zoom: 1;}

	.menu-anchor{display: none !important;}
	.header_state{display: flex; align-content: center; font-size: 18px; width: 30%; justify-content: space-between;align-items: flex-end;margin-bottom: 12px;}
	.header_state a{display: inline-block; margin-left: 10px; color:#000;}

}

@media (min-width: 1099px) and (max-width: 1200px){
	.only_pc{display: block !important;}
	.only_mobile{display: none !important;}
	#only_mpg{display: none !important;}

	body{zoom: 0.9;}

	#live_list{margin-top:30px;}

	.menu-anchor{display: none !important;}
	.header_state{display: flex; align-content: center; font-size: 18px; width: 30%; justify-content: space-between;align-items: flex-end;margin-bottom: 12px;}
	.header_state a{display: inline-block; margin-left: 10px; color:#000;}

	.popup{display: none !important;}
	.popup_bg{display: none !important;}

	#pc_banner{display: block; height: auto;}
	#pc_banner .pc_banner_swiper .swiper-slide{background: #000; color:#fff;}
	#pc_banner .pc_banner_swiper .swiper-slide:nth-child(2){background: #ddd; color:#000;}

	.popup2{max-width: 530px !important;}

	#header{padding:0px;}
	#header .logo_w{ margin-left: 0px;}

}

@media (min-width: 992px) and (max-width: 1098px){
	.only_pc{display: block !important;}
	.only_mobile{display: none !important;}
	#only_mpg{display: none !important;}

	.menu-anchor{display: none !important;}
	.header_state{display: flex; align-content: center; font-size: 18px; width: 30%; justify-content: space-between;align-items: flex-end;margin-bottom: 12px;}
	.header_state a{display: inline-block; margin-left: 10px; color:#000;}


	body{zoom: 0.8;}
}

/* responsive 반응형 - tablet, mobile  */

@media all and (max-width: 991px){
	

	#only_mpg{display: block !important;}
	.only_pc{display: none !important;}
	.only_mobile{display: block !important;}
	
	body{background-color: #F2F2F2 !important;}

	#header {
		background: #fff;
		height: auto;
		overflow: hidden;
		display: flex;
		align-items: center;
		width: 100%;
		position:relative;
		background-color: #CC0000;
		height: 48px;
	}
	#header .header_nav{width: 100%;}
	#header .onair_btn{width: 80px;margin-right: 15px;}
	#header .logo_m{width:40px;margin-left:25px;}
	
	#header .menu-anchor, #header .header-back {width:24px;	height: 24px;	display: inline-block;	vertical-align: middle;	position: relative;	cursor: pointer;}
	#header .menu-anchor img{width: 24px;margin: 0 10px 0 15px}
	
	#header.sub_header{border-bottom:1px solid #f4f4f4; }

	/****slide menu****/
	menu {position: fixed;	top: 0;	left: 0;	z-index: 100;	width: 100%;height: 100%;	padding-top: 0;	background: #fff ;}
	menu {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;
		-ms-transition: all .25s linear;
		transition: all .25s linear;
	}
	menu .menu1 {display: flex; align-items: center; padding:0 15px; height: 48px;background-color: #cc0000;}
	menu .menu1 p b{text-decoration: underline; color:#000; font-weight: bold;} 
	menu .menu1 img.close_icon{width: 24px; height: 24px; position: absolute; right:16px; }
	menu .menu2 ul li{height: 55px; border-bottom:1px solid #f4f4f4;line-height: 55px;font-size: 16px;padding-left: 16px;}
	menu .menu2 ul li a{color: #000;}

	header, .main {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;
		-ms-transition: all .25s linear;
		transition: all .25s linear;
	}
	.menu-active menu {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.menu-active header, 
	.menu-active .main {
		-webkit-transform: translateX(220px);
		-moz-transform: translateX(220px);
		-ms-transform: translateX(220px);
		transform: translateX(220px);
	}

	/* contents */
	#wrapper_cont{width: 100%;background-color: #F2F2F2;max-width: 530px;}
	#wrapper2_cont{width: 100%;background-color: #F2F2F2;max-width: 530px;}

	.banner_notice{background: url(../images/notice_mobile.jpg) no-repeat top center;background-size: 100%;height: 44vw;position: relative;max-height: 236px;}
	.banner_notice ul{display: flex;justify-content: center;position: absolute;bottom: 1vw;}
	.banner_notice ul li{width: 30%;margin: 0 5px;}

	.pop_wrap{position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,.5); font-size:0; text-align:center;z-index: 100;}
	.pop_wrap:after{display:inline-block; height:100%; vertical-align:middle; content:'';}
	.pop_wrap .pop_inner{display:inline-block; padding:36px 38px; background:#fff; width:auto; vertical-align:middle; font-size:15px;opacity: 0.9;border-radius: 4px;position: relative;font-weight: 600;}
	.pop_wrap .pop_inner span{display: block;font-size: 12px;line-height: 130%;padding-top: 6px;font-weight: 400;}
	.pop_wrap .pop_inner .btn_close{position: absolute;top: 8px;right: 14px;width: 12px;height: 12px;}

	#m_live_list{padding: 20px 15px;position: relative;max-width: 530px;margin: 0 auto}
	#m_live_list h4 .con_logo{width: 35px;}
	#m_live_list h4 .live_mtit{color: #000;font-size: 16px;vertical-align: bottom;}
	#m_live_list h4 .live_stit{color:#999;display: block;font-size: 12px;line-height: 130%;margin-bottom: 14px;}
	#m_live_list .all_btn{position: absolute;top: 22px;width: 10%;right: 15px;max-width: 100px;min-width:70px;}
	#m_live_list .all_btn img{width: 100%;}

	#m_live_list .m_st_list{display: block;width: 100%;max-width: 530px;margin: 0 auto;}
	#m_live_list .m_st_list li {
		width: 100%;
		box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
		margin-bottom: 10px;
		position: relative;
		height: auto;
		display: flex;
		justify-content: space-between;
	}

	#m_live_list .m_st_list li .l_list{width: 36%;}
	#m_live_list .m_st_list li .l_list>div{
		position: relative;
		padding-top: 75%;
		overflow: hidden;
	}
	#m_live_list .m_st_list li .l_list>div img{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		max-width: 100%;
		height: auto;
		object-fit: cover;
	}
	#m_live_list .m_st_list li .r_list{font-size: 14px;width: 64%;padding: 12px 10px 10px;position: relative;line-height: 130%;background-color: #fff;}
	#m_live_list .m_st_list li .r_list .con_tit{font-size: 14px;font-weight: 600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
	#m_live_list .m_st_list li .r_list .con_date{color:#999;font-size: 14px;position: absolute;bottom: 8px;}
	#m_live_list .m_st_list li .r_list .con_all{color:#999;font-size: 14px;position: absolute;bottom: 8px;}
	#m_live_list .m_st_list li .r_list a{width: 77px;;height: auto;position: absolute;right: 10px;bottom: 10px;}
	#m_live_list .m_st_list li .r_list a img{width: 100%;object-fit: contain}

	#list_more, #list_more2{display: none;}
	.btn_more{margin: 16px 0 0;display: flex;justify-content: center;}
    .more, .more2 {
	display:block;
	width: 57px;
	height: 14px;
	background:url(../images/more.png) center center no-repeat;
	background-size: cover;
  }

  .close, .close2 {
	display:block;
	width: 40px;
	height: 12px;
	background:url(../images/close.png) center center no-repeat;
	background-size: cover;
  }

  /* m_live_all.html, m_academy_all.html */
   #m_live_all #m_live_list h4,
   #m_academy_all #m_live_list h4{margin-bottom: 12px;}
   #m_live_all #m_live_list h4 .live_stit,
   #m_academy_all #m_live_list h4 .live_stit{display: inline;vertical-align: bottom;margin-left: 2px;}
   #m_live_all #m_live_list .m_st_list li .r_list .con_tit,
   #m_academy_all #m_live_list .m_st_list li .r_list .con_tit
   {font-size: 16px;
	white-space: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;}

	/* academy.html, academy_vod.html */
	#aca_con{max-width: 100%;margin-top: 16px !important;}
	#aca_con h4{padding:0 15px;margin-bottom: 12px;}
	#aca_con h4 .con_logo {width: 36px;}
	#aca_con h4 .live_mtit {color: #000;font-size: 18px;vertical-align: bottom;}
	#aca_con h4 .live_stit {display: inline;vertical-align: bottom;margin-left: 2px;font-size: 16px;}

	.vod_list_bg{margin-top: 12px;padding: 0;}

	.vod_list{padding: 0 15px;box-sizing: border-box;}
	.vod_list li {
		width: 100%;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
		margin: 0 auto 6px;
		max-width: 100%;
	}
	.vod_list li .vod_tit{width: 80%;}
	.vod_list li .vod_tit .nth_vod {
		width: 40px;
		display: inline-block;
		text-align: center;
		color: #CC0000;
		position: relative;
	}
	.vod_list li .vod_tit .nth_vod::after {
		content: '';
		height: 20px;
		top: 50%;
		transform: translateY(-50%);
		margin-left: 10px;
	}
	.vod_list li .vod_tit .vtit {
		margin-left: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		width: 90%;
	}
	.vod_list li .vod_btn{
		width: 20%;
		font-weight: 400;
		letter-spacing: 1px;
	}

	.vod_list {
		display: block;
		width: 100%;
	}

	.om_line{width:25%; height: 2px; margin: 24px auto;display: block;background-color: #DFDFDF;}
	#academy_om_list .m_st_list{display: block;width: 100%;padding: 0 15px 20px;max-width: 530px;margin: 0 auto;}
	#academy_om_list .m_st_list li {
		width: 100%;
		box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
		margin-bottom: 10px;
		position: relative;
		height: auto;
		display: flex;
		justify-content: space-between;
		background-color: #fff;
	}
	#academy_om_list .m_st_list li .l_list{
		width: 32%;
		height: 30vw;
		max-width: 168px;
		max-height: 120px;
	}
	#academy_om_list .m_st_list li .l_list img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#academy_om_list .m_st_list li .r_list{font-size: 14px;width: 68%;padding: 12px 10px 10px;position: relative;line-height: 130%;background-color: #fff;}
	#academy_om_list .m_st_list li .r_list .con_tit{font-size: 14px;font-weight: 600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
	#academy_om_list .m_st_list li .r_list .con_date{color:#999;font-size: 14px;position: absolute;bottom: 8px;}
	#academy_om_list .m_st_list li .r_list .con_all{color:#999;font-size: 14px;position: absolute;bottom: 8px;}
	#academy_om_list .m_st_list li .r_list a{width: 77px;;height: auto;position: absolute;right: 10px;bottom: 10px;}
	#academy_om_list .m_st_list li .r_list a img{width: 100%;object-fit: contain}
	#academy_om_list .m_st_list li .r_list .con_tit
	{font-size: 16px;
	  white-space: wrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;}

	
	  /* m_live_replay.html */
	
	#live_om_list .info{background-color: #fff;width: 100%;padding: 12px 15px;margin-bottom: 20px;box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);}
	#live_om_list .info p{font-size: 18px;font-weight: 600;line-height: 130%;margin-bottom: 10px;}
	#live_om_list .info span{font-size: 14px;font-weight: 400;line-height: 130%;color: #999;margin-right: 20px;}
	

	#live_om_list .m_st_list{display: block;width: 100%;padding: 0 15px 20px;max-width: 530px;margin: 0 auto;}
	#live_om_list .m_st_list li {
		width: 100%;
		box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16);
		margin-bottom: 10px;
		position: relative;
		height: auto;
		display: flex;
		justify-content: space-between;
		background-color: #fff;
	}
	#live_om_list .m_st_list li .l_list{
		width: 32%;
		height: 30vw;
		max-width: 168px;
		max-height: 120px;
	}
	#live_om_list .m_st_list li .l_list img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#live_om_list .m_st_list li .r_list{font-size: 14px;width: 68%;padding: 12px 10px 10px;position: relative;line-height: 130%;background-color: #fff;}
	#live_om_list .m_st_list li .r_list .con_tit{font-size: 14px;font-weight: 600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
	#live_om_list .m_st_list li .r_list .con_date{color:#999;font-size: 14px;position: absolute;bottom: 8px;}
	#live_om_list .m_st_list li .r_list .con_all{color:#999;font-size: 14px;position: absolute;bottom: 8px;}
	#live_om_list .m_st_list li .r_list a{width: 77px;;height: auto;position: absolute;right: 10px;bottom: 10px;}
	#live_om_list .m_st_list li .r_list a img{width: 100%;object-fit: contain}
	#live_om_list .m_st_list li .r_list .con_tit
	{font-size: 16px;
	  white-space: wrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;}

	/****login.html****/
	#login_container{width: 100%;padding: 90px 15px 40px;}
	#login_container .login_tit{margin-bottom: 60px;}
	#login_container .login_tit h2{width: 200px;margin: 0 auto;}
	#login_container select{width: 30%;height: 48px;background-color: #fff;word-wrap: break-word;text-align: center;}
	#login_container #userid {width: 69%;height: 48px;margin-bottom: 12px;}
	#login_container #password {width: 100%;height: 48px;border-radius: 6px;margin-bottom: 150px;}
	#login_container #login {width: 100%;height: 48px;border-radius: 6px;background-color: #cc0000;color: #fff;font-size: 16px;font-weight: 600;display: block;margin: 16px auto;}
	#login_container p{text-align: center;font-size: 14px;}

	/****register.html****/
	#login_container .login_tit span{font-size: 14px; text-align: center;display: block;margin: 8px 0 60px;}

	/****footer****/
	footer{margin: 0 auto;text-align: center;color: #999;font-size: 11px;}
	footer .line{width: 100%;height: 2px;background-color: #dfdfdf;display: block;}
	footer div{padding: 16px 0;}
	footer div span{padding: 0 8px;}
	footer div p{font-size: 10px;margin-top: 12px;}

}


@media all and (max-width: 400px){
	.only_pc{display: none !important;}
	.only_mobile{display: block !important;}

	#live_list h4 #rl_btn{display: none;}
}

/*popup*/
.popup{
    background-color: #ffffff;
    max-width: 330px;
	width: 100%;
    padding: 30px 20px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    display: none; 
	z-index: 100000;
    text-align: center;
}
.popup img{width: 100px;}
.popup_bg{
	position: absolute;
	top:0px;
	left:0px;
	content: '';
	background: #000;
	opacity: .6;
	width: 100%;
	height: 100%;
	z-index:10000;
}

.popup #close{text-decoration: underline !important;}
.popup #link_mat{background: #f64f4c; color:#fff; 
	padding:10px; border-radius: 10px;	
	margin-bottom: 20px;}
.popup p{
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}

.popup2{
    background-color: #ffffff;
    max-width: 330px;
	width: 100%;
    padding: 30px 20px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    display: none; 
	z-index: 100000;
    text-align: center;
}
.popup2 .p2_tit select{
	background:url('../images/icon/ic_down.png') no-repeat 97% 50%/15px auto;
	margin-bottom: 20px; border:1px solid #8c8c8c;
}
.popup2 textarea{border:1px solid #8c8c8c; resize: none;}
.popup2 .p2_link{display: flex; justify-content: center; margin-top: 10px; align-items: center;}
.popup2 .p2_link #close{background: #df514e; color:#fff; text-decoration: none !important; padding:10px 30px; display: block; }
.popup2 .p2_link .p2_link_alert{position:absolute; right:20px;}


.popup2 .p2_tit h4{font-size: 18px; margin-bottom: 20px;}
.popup_bg2{
	position: absolute;
	top:0px;
	left:0px;
	content: '';
	background: #000;
	opacity: .6;
	width: 100%;
	height: 100%;
	z-index:10000;
	display: none;
}

.popup2 #close{text-decoration: underline !important;}



.ad{cursor: pointer;}


.spc_result{margin:0 20px;}
