@charset "utf-8";
#wrap {width:100%;background-color: #222222;border-bottom: 1px solid #28ffbb; position:fixed; top: 0; z-index:1999;}
.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
	position:relative;
	left:49%;
	top:49%;
}
.loader_wraper {
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgb(0,0,0,0.9);
	opacity:0;
	position: absolute;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*-------------------------------------------------------------------------------------*
 *  Header                                                                             *
 *-------------------------------------------------------------------------------------*/
.header_wrap {
	width: 100%;
	height: 100px; /*background:url(../image/bg_header.jpg) center top no-repeat;*/
	background-size: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.header_box_wrap{width:100%; height:100%; position:relative; z-index:1000;}
.header_box{width:100%; margin:0 auto; transition:all 0.5s;}

.logo{float:left; line-height:100px;/* margin:0 0 0 20px;*/ position:relative; transition:all 0.5s;}
.pc_logo{ width: 280px; margin-left: 70px;}
/* 접근성고려 H1 숨기기 */
.a11y-hidden{position: absolute;width: 1px;height: 1px;margin: -1px;overflow: hidden;clip-path: polygon(0 0, 0 0, 0 0);}

.m_logo{display:none;}
.m_my_open{display:none;}
.m_my_log{display:none;}
.m_my_log2{display:none;}

.expandli >ul > li > ul { left: -10px !important;}
.expandli >ul > li > ul > li {
	font-family: 'EsaManru';
	font-weight: 300;
	height: 44px !important;
	background: none;
	padding: 0 0 0 0;
	box-shadow: none;
}

/*#headerLine1:hover ~ li > ul { left: -10px;}
#headerLine1:hover ~ li > ul > li {
	font-family: 'EsaManru';
	font-weight: 300;
	height: 44px;
	background: #222222;
	padding: 0 0 0 0;
	box-shadow: none;
}*/
.gnb{float:left; height:100px; line-height:100px; position:relative;left: calc(50% - 700px);max-width:1060px;}
.gnb ul{float:left; position:relative;}
.gnb>ul>li{float:left; margin:0 0 0 0; position:relative; z-index:1000; transition:all 0.5s;}
.gnb>ul>li>a{display:block; /*font-family:'EsaManru';*/ margin: 0 0 0 65px;font-weight:300;  font-size:17px; color:#fff; transition:all 0.5s;}
.gnb>ul>li>a:hover{color:#28ffbb;}
.gnb>ul>li.gnb_active>a{color:#ff00a9;}
/* 기본으로 있어야 하는 CSS */
.gnb,.gnb ul,.gnb ul li,.gnb ul li a{display: block; z-index:1000000;}
.gnb ul ul {position: absolute; left: -9999px; top:70px;}
.gnb li:hover > ul {left: -10px;}
.gnb ul ul li {height: 0; -webkit-transition: height .3s ease;-moz-transition: height .3s ease;-ms-transition: height .3s ease;-o-transition: height .3s ease;transition: height .3s ease;margin-left: 50px;} /* 투뎁스 부드럽게 나오는 효과 */
.gnb ul li:hover > ul > li {/*font-family:'EsaManru';*/ font-weight:300;   height:44px; background: #222222; padding:0 0 0 0; /*box-shadow:2px 2px 5px rgba(0,0,0,0.5);*/ } /*  투뎁스 메뉴의높이 */
	.gnb ul ul li a {
		text-align: left;
		padding: 0 0 0 25px;
		line-height: 44px;
		width: 130px;
		font-size: 16px;
		color: #99ffdf;
		font-weight: 100;
		letter-spacing: 0pt;
	} /* 뎁스 스타일 */
.gnb ul ul li:hover > a,.gnb ul ul li a:hover {background:none;color:#fff;} /* 뎁스 오버시 폰트컬러 */


.list_tab>ul>li{float:left; margin:0 0 0 0px; position:relative; z-index:998; transition:all 0.5s;}
.list_tab>ul>li>ul>li{margin:0 0 0 0px;}
.list_tab>ul>li>a{display:block; /*font-family:'EsaManru';*/ font-weight:300;  font-size:17px; color:#fff; transition:all 0.5s;}
.list_tab>ul>li>a:hover{color:#28ffbb;}
.list_tab>ul>li.list_tab_active>a{color:#ff00a9;}
/* 기본으로 있어야 하는 CSS */
.list_tab,.list_tab ul,.list_tab ul li,.list_tab ul li a{display: block; z-index:998;}
.list_tab ul ul {position: absolute; left: -9999px; top:34px; width: 65px;}
.list_tab ul ul li:first-child { border-radius: 10px 10px 0 0;}
.list_tab ul ul li:last-child { border-radius: 0 0 10px 10px;}
.list_tab li:hover > ul {left: 44px;}
.list_tab ul ul li {height: 0; -webkit-transition: height .3s ease;-moz-transition: height .3s ease;-ms-transition: height .3s ease;-o-transition: height .3s ease;transition: height .3s ease;} /* 투뎁스 부드럽게 나오는 효과 */
.list_tab ul li:hover > ul > li {/*font-family:'EsaManru';*/ font-weight:300;   height:44px; background: #444444; padding:0 0 0 0; /*box-shadow:2px 2px 5px rgba(0,0,0,0.5);*/} /*  투뎁스 메뉴의높이 */
.list_tab ul ul li a {text-align:left; padding:0 0 0 18px; line-height: 44px; width:100px; font-size:16px; color:#fff; font-weight:100; letter-spacing:0pt;} /* 뎁스 스타일 */
.list_tab ul ul li:hover > a,.list_tab ul ul li a:hover {background:none;color:#28ffbb;} /* 뎁스 오버시 폰트컬러 */


.usermenu{height: 140px;width: 100%;display: flex;align-items: center;justify-content: center;}
.usermenu a { margin: 0 auto;}
.usermenu a div { display: flex;flex-direction: column;align-items:center;}
.usermenu a div span { text-align: center; font-size: 15px; color: #fff;  font-weight: 500;padding-top: 5px; white-space: nowrap;}
.usermenu a div img { max-height:px;}

.my{float:right; margin:30px 0 0 0; transition:all 0.5s;}
.my li{float:left; color:#ebebeb; margin: 0 0 0 5px; font-size:14px; font-weight:500; line-height:40px; transition:all 0.5s;}
.my li:last-child{margin-right:15px;}
.my li a{color:#ebebeb; font-size:14px;}
.my_btn1 {
	display: inline-block;
	min-width: 150px;
	height: 28px;
	line-height: 25px;
	padding: 0 10px 0 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	background: #333333;
	border: 2px solid #333333;
	border-radius: 50px;
	transition: all 0.5s;
}
.my_btn1:hover{background:#28ffbb;}

.my_btn2{display:inline-block; min-width:110px; height:40px; line-height:38px; padding:0 10px 0 10px; text-align:center; font-size:16px; font-weight:500; color:#ffffff; background:#595959; border:1px solid #595959; transition:all 0.5s;}
.my_btn2:hover{background:#777777;}

.my_btn3{display:inline-block; min-width:110px; height:34px; border-radius:34px; line-height:34px; padding:0 10px 0 10px; text-align:center; font-size:14px; font-weight:500; color:#ffffff; background:#ff00a9; border:1px solid #ff00a9; transition:all 0.5s;}
.my_btn3:hover{background:#434343; border:1px solid #5837ff;}

.loginbtn {
	display: block;
	width: 230px;
	height: 35px;
	background: #393939;
	border-radius: 50px;
	color: #28ffbb;
	/*background-image: url(../image/login.png);*/
	background-position: center;
	background-repeat: no-repeat;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
	margin-left: 50px;
	padding-left: 11px;
}

	.loginbtn:hover {
		background: #fff;
		color: #000;
		/*background-image: url(../image/login_on.png);*/
	}

.m_my_log1 {
	display:none;
}


.leftad img{
	width:100%;
	height:100%;
}

.sideads_m {
	display: none;
	margin-top: 70px;
}

.sideads_m a{
	display:block;
	height:105px;
	padding:0 5px;
}
	.sideads_m a img {
		display:block;
		width:100%;
	}



@media screen and (max-width:1890px) {
	.header_wrap{height:auto;}
	/*.gnb{float:right;}*/
	.gnb>ul>li:first-child{margin-left:0px;}
	.gnb>ul>li:last-child{margin-right:10px;}
	.my{margin:0; padding:5px 0 0 0; width:100%; text-align:center; background:#26177e;}
	.my ul{display:inline-block;}
	.my li:last-child{margin-right:0px;}
}

@media screen and (max-width:1640px) {
	.my_btn1,.my_btn2,.my_btn3{min-width:80px; font-size:14px;}
}

@media screen and (max-width:1440px) {
	.my li{font-size:13px;}
	.gnb>ul>li{margin: 0 0 0 35px;}
	.gnb>ul>li>a{font-size:15px;margin:0 0 0 10px;}
	.gnb{ float:right;left:unset;}
}

@media screen and (max-width:1240px) {
	.gnb>ul>li{margin: 0 0 0 10px;}
	.gnb>ul>li>a{font-size:15px;margin:0 0 0 10px;}
}

@media screen and (max-width:1024px) {
.gnb>ul>li{margin: 0 0 0 5px;}
.gnb>ul>li>a{margin:0 0 0 5px;}
.header_wrap{height:60px;}
.logo{width:100%; margin-left:0px; padding:0 0 0 0px; line-height:60px;}
.logo_center{position:absolute; left:60px;}
.game{display:none;}
.my{display:none;}
.gnb{display:none;}
.m_my_open{display:inline-block; position:absolute; left:20px;}
	.m_my_log {
		display: inline-block;
		position: absolute;
		right: 50px;
		top: 3px;
	}
	.m_my_log1 {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 3px;
	}
.m_my_log2{display:inline-block; position:absolute; right:50px;}
.usermenu a { margin: 0;width:20%;}
.usermenu a div img{ width:95%;}
}

@media screen and (max-width:768px) {
.pc_logo{width:140px; margin-left: 0;}
.my_btn1,.my_btn2,.my_btn3{min-width:90px; font-size:12px; padding:0 5px;}
.my_btn1 img,.my_btn2 img,.my_btn3 img{display:none;}
.usermenu {height:80px;gap:5%;}
.usermenu a { margin: 0;width:15%}
.list_tab>ul{float:left; position:relative;display:inline-flex !important;width:100%;overflow:hidden;overflow-x:scroll;}
.list_tab>ul>li{width:25%;}
.list_tab ul ul{right:unset;left:-9999px;}
.list_tab li:hover > ul{left: -9999px;}
	.sideads_m {
		display: block;
	}
}

@media screen and (max-width:375px) {
.pc_logo{width:110px; margin-left: 0;}
.my_btn1,.my_btn2,.my_btn3{min-width:50px;}
}


/*-------------------------------------------------------------------------------------*
 *  Contents                                                                           *
 *-------------------------------------------------------------------------------------*/
.title_wrap {float:left; width:100%; overflow:hidden;}
.title {width:100%; /*font-family:'EsaManru';*/ font-weight:500;  color:#28ffbb; font-size:20px; line-height:60px; transition:all 0.5s;}
.title_more{float:right; font-family:Arial; font-weight:600; font-size:16px; color:#28ffbb; padding:5px 0 0 0;transition:all 0.5s;}


.s_title1 {width:100%; /*font-family:'EsaManru';*/ font-weight:300;  color:#545454; font-size:20px; line-height:60px; transition:all 0.5s;}

.contents_wrap{float:left; width:100%; margin:40px 0 0 0; display:flex; padding:0 50px 50px 50px; transition:all 0.5s;}
.contents_box {width:1400px; margin:0 auto;}

.contents_left{float:left; width:320px;}
.contents_center{float:left;width:100%; /*width:calc(100% - 680px); margin:0 20px 0 20px;*/}
.contents_right{float:right; width:320px;}

.con_box00 {float:left; width:100%; margin:0 0 0 0;}
.con_box05 {float:left; width:100%; margin:5px 0 0 0;}
.con_box10 {float:left; width:100%; margin:1px 0 0 0;}
.con_box20 {float:left; width:100%; margin:20px 0 0 0;}
.con_box30 {float:left; width:100%; margin:30px 0 0 0;}
.con_box40 {float:left; width:100%; margin:40px 0 0 0;}
.con_box50 {float:left; width:100%; margin:50px 0 0 0;}
.con_box60 {float:left; width:100%; margin:60px 0 0 0;}

/*--------------------------------------------------------left start-------------------------------------------------------- */


/* left_customer */
.left_customer{float:left; width:100%;}
.left_customer{width:100%; height:80px; background:url(../image/bg_customer.jpg) center center no-repeat; background-position:0 -6px; background-size:cover; padding:25px; display:flex;flex-direction: column-reverse; justify-content: flex-end;justify-content: center}
.left_customer_tit{font-size:14px; color:#ffffff; font-weight:400; margin:5px 0 0 0; text-align:right; display:none;}
.left_customer li{text-align:right;}
.left_customer li a{/*font-family:'EsaManru';*/ font-weight:700; font-size:20px; color:#ffffff;}
.left_customer li a:hover{color:#5837ff;}
.left_domain{float:left; width:100%; margin:0px 0 0 0; /*background:url(../image/bg_domain.jpg) center top no-repeat; background-size:cover;*/ text-align:center;}
/*.left_domain img{width:100%; max-width:320px;}*/
/* left_shortcut */
.left_shortcut{float:left; width:100%; margin:10px 0 0 0; border:1px solid #b090da; border-bottom:none;}
.left_shortcut ul{}
.left_shortcut ul li{width:100%; height:54px; line-height:54px; background:#ffffff; border-bottom:1px solid #b090da; position:relative; padding:0 0 0 15px; transition:all 0.5s;}
.left_shortcut ul li:hover{border-bottom:1px solid #5837ff; box-shadow:inset 1px 0 20px #b090da;}
.left_shortcut ul li a{display:block; /*font-family:'EsaManru';*/ font-weight:300;   font-size:15px; color:#545454; transition:all 0.5s;}
.shortcut_text{color:#5837ff; font-weight:700; padding:0 0 0 20px;}
.shortcut_arrow{position:absolute; right:20px; top:20px;}

/* left_chat */
.left_chat{float:left; width:100%; height:500px; background:#ffffff; margin:20px 0 0 0;}

/* left_rank */
.left_rank{float:left; width:100%; margin:60px 0 0 0;}
.left_rank_title{/*font-family:'EsaManru';*/ font-weight:300; font-size:20px; color:#545454;}
.left_rank_title span{font-size:16px; color:#bebebe;}

.left_rank_list{width:100%; margin:20px 0 0 0;}
.left_rank_list ul{}
.left_rank_list ul li{width:100%; height:51px; line-height:51px; background:#ffffff; border-bottom:1px solid #f2f2f7; /*font-family:'EsaManru';*/ display:flex;}
.rank_num{background:#e2e2ed; width:50px; text-align:center; font-size:22px; font-weight:900; color:#7a7979;}
.rank_top_num{color:#5837ff;}
.rank_name{font-family:'Noto Sans KR', sans-serif; font-weight:500; font-size:14px; color:#555555; padding:0 5px 0 10px; width:140px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.rank_point{width:130px; text-align:right;  padding:0 15px 0 0; font-size:16px; font-weight:500; color:#ff00a9; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-style:italic;}


/*--------------------------------------------------------left end-------------------------------------------------------- */

/*--------------------------------------------------------right start-------------------------------------------------------- */

.right_title{/*font-family:'EsaManru';*/ font-weight:500; font-size:20px; color:#545454;}
.right_title a{display:block; float:right; font-family:Arial; font-weight:600; font-size:15px; color:#ff00a9; padding:5px 0 0 0;transition:all 0.5s;}
.right_title a:hover{text-decoration:underline; color:#ff00a9;}

/* right_fixter */
.right_fixter{float:left; width:100%; background:#ffffff; border:1px solid #e0e0e5; padding:40px 20px;}

.right_fixter_list{float:left; width:100%; margin:20px 0 0 0; display:flex; align-items:center; cursor:pointer; transition:all 0.5s;}
.right_fixter_list:hover .right_fixter_list_thumb img{transform:scale(1.08);}
.right_fixter_list_thumb{margin:0 15px 0 0; width:100px; height:70px; overflow:hidden;}
.right_fixter_list_thumb img{width:100%; transition:all 0.5s;}
.right_fixter_list_info{width:calc(100% - 120px);}
.rfli_title{/*font-family:'EsaManru';*/ font-weight:300; font-size:14px; color:#545454; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.rfli_name{font-size:15px; color:#7171d0; font-weight:400; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.rfli_date{font-size:14px; color:#1aa7ef; font-weight:400;}

/* right_view */
.right_view{float:left; width:100%; margin:20px 0 0 0; background:#ffffff; border:1px solid #e0e0e5; padding:40px 20px;}
.right_view_list{float:left; width:100%; margin:20px 0 0 0; display:flex; cursor:pointer; transition:all 0.5s;}
.right_view_list:hover .right_view_list_thumb img{transform:scale(1.08);}
.right_view_list_thumb{margin:0 15px 0 0; width:100px; height:140px; overflow:hidden;}
.right_view_list_thumb img{width:100%; transition:all 0.5s;}
.right_view_list_info{width:calc(100% - 120px);}
.rvli_title{/*font-family:'EsaManru';*/ font-weight:300; font-size:15px; line-height:1.8; color:#545454; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.rvli_genre{font-size:14px; color:#7171d0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.rvli_view{font-size:14px; color:#7171d0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.rvli_view span{color:#1aa7ef;}
.rvli_distributor{font-size:14px; color:#787878; font-weight:400;}

.right_iframe{float:left; width:100%; height:500px; background:#ffffff; border:1px solid #e0e0e5; margin:20px 0 0 0;}

/*--------------------------------------------------------right end-------------------------------------------------------- */

@media screen and (max-width:1890px) {
.contents_wrap{margin:20px 0 0 0; padding:0 10px 50px 10px;}
}

@media screen and (max-width:1280px) {
.contents_center{width:calc(100%); /*margin:0 0 0 20px;*/}
.contents_right{display:none;}
}

@media screen and (max-width:1024px) {
.contents_wrap{padding:0 10px 20px 10px;}
.contents_left{display:none;}
.contents_center{width:100%; margin:0;}
.title{font-size:18px;}
.s_title1{font-size:18px;}
.title_more{display:block;}

.rank_num{font-size:22px;}
.rank_name{font-size:12px;}
.rank_point{font-size:14px;}
}

@media screen and (max-width:768px) {
.contents_wrap{padding:0 5px 20px 5px;}	
.title{font-size:16px; line-height:40px;}
.title_more{font-weight:400; font-size:14px;}

.right_fixter{padding:20px 10px;}
.right_fixter_list{margin:10px 0 0 0;}
.right_title{font-size:16px;}
.right_title a{font-weight:400; font-size:14px;}

.rfli_name{font-size:12px;}
.rfli_date{font-size:10px;}

.right_view{padding:20px 10px;}
.right_view_list{margin:10px 0 0 0;}
.rvli_genre{font-size:14px;}
.rvli_view{font-size:14px;}
.rvli_distributor{font-size:10px;}
.rank_num{font-size:16px;}
}

/*-------------------------------------------------------------------------------------*
 *  Footer                                                                             *
 *-------------------------------------------------------------------------------------*/
.footer_wrap {float:left; width:100%; margin:0 0 0 0; padding:40px 50px 36px 50px; background:#222222; overflow:hidden;}
.footer_box {width:100%; display:flex; align-items: center; max-width: 1400px; margin:0 auto;/*padding-left: 360px;*/flex-direction: column;}

.footer_left{width:100%; font-size:12px; line-height:20px; color:#8f8f8f; letter-spacing:-1pt; font-weight:400; transition:all 0.5s;}
.footer_left span{color:#616161;}
.footer_left img{ margin: 10px 0;}

.footer_center{width:20%; text-align:right; transition:all 0.5s;}
.footer_center li{margin:10px 0; font-size:16px; /*font-family:'EsaManru';*/ font-weight:300; color:#545454;}
.t_font{font-size:18px; color:#00b3ff; font-weight:700;}
.k_font{font-size:18px; color:#fddc3f; font-weight:700;}

.footer_right{width:20%; transition:all 0.5s;}
.footer_right li{float:left; margin:0 0 0 20px;}
.footer_right img{width:44px; filter: grayscale(0%);}

.footer_menu{ width:100%; margin:10px 0;border-top:1px solid #8f8f8f;padding-top:10px;}
.footer_menu ul li {float:left;}
.footer_menu ul > li:first-child{margin-left: 0px;}
.footer_menu ul > li{margin-left: 50px; color:#8f8f8f}
.footer_menu ul > li > a{color:#8f8f8f}

@media screen and (max-width:1440px) {
	.footer_wrap{padding:30px 10px 25px 10px;}
	.footer_box{flex-direction: column;}
	.footer_left,.footer_center,.footer_right{width:100%; margin:0 0 20px; text-align:left;}
	.footer_left{font-size:12px;}
	.footer_right li{margin:0 10px 0 0;}
}

@media screen and (max-width:1024px) {
	.footer_wrap{padding:30px 10px 80px 10px;}
	.footer_box{padding-left: 0;}
}

@media screen and (max-width:768px) {
	.footer_box{font-size:10px;}
	.footer_right img{width:40px;}
	.footer_center img{width:40px;}
	.footer_menu ul > li{margin-left: 0px; width:33%;}
}


/*-------------------------------------------------------------------------------------*
 *  Main                                                                               *
 *-------------------------------------------------------------------------------------*/
.main_contents_wrap{/*float:left;*/ width:100%; margin:0 auto 0 auto; display:flex; /*padding:0 50px 50px 50px;*/ transition:all 0.5s; max-width: 1400px;gap:20px; padding-top: 125px;}
.main_contents_box {width:1400px; margin:0 auto;}

.main_contents_left{float:left; width:340px; /*position:fixed;*/}
.main_contents_right{float:right; width:calc((100% - 20px) - 340px); padding:0px 0 0 0px; /*margin-left:360px;*/}

.main_contents_right_center{float:left; width:calc(100%); margin:20px 20px 0px 0px;}
.main_contents_right_right{float:left; width:320px;}

.hulk_text{float:left; width:100%; margin:20px 0 0 0; background: #ffffff; padding:40px 20px;}
.hulk_text h2{/*font-family:'EsaManru';*/ font-weight:700; font-size:20px; color:#454545;}
.hulk_text h2 span{color:#5837ff;}
.hulk_text h3{margin:20px 0 0 0; padding:0 0 10px 0; /*font-family:'EsaManru';*/ font-weight:500; font-size:16px; color:#444444; border-bottom:1px solid #5837ff;}
.hulk_text p{margin:10px 0 0 0; font-size:14px;}
.hulk_text p strong{color:#5837ff;}

.main_contents_visual { float: left; width: 100%; display: flex; background: #272727; }
.main_visual{float:left; width:78.38%;}
.main_domain{float:left; width:21.62%; background:url(../image/bg_main_domain.jpg) center top no-repeat; background-size:100% 100%; text-align:center; display: flex;flex-direction: column; align-items: center; justify-content: center;}
.main_visual img{width:100%;}
.main_domain_text{margin:10px 0 0 0; /*font-family:'EsaManru';*/ font-weight:300; font-size:24px; color:#727272;}
.domain_font01{color:#ff00a9;}
.domain_font02{font-weight:700;}

.main_domain_title{margin:20px 0 0 0; /*font-family:'EsaManru';*/ font-weight:700; font-size:50px; color:#5837ff;}
.main_domain_text2{margin:20px 0 0 0; /*font-family:'EsaManru';*/ font-weight:300; font-size:12px; color:#555555;}

.main_marquee {margin: 100px 0 0;background:#00000000;}
#m_main_marquee{display: none; height:40px;}

.scrollul {
	display: inline-flex;
}
	.scrollul li {
		/*width: 20%;*/
		float: left;
		line-height: 40px;
		font-size: 18px;
		margin: 0 150px;
	}
	.scrollul li a:hover{
		color: #28ffbb;
	}

.m_scrollul {
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align: center;
	position:absolute;
	overflow:hidden;
	height:40px;
	width:100%;
}
	.m_scrollul li {
		float: left;
		line-height: 40px;
		font-size: 18px;
		margin: 0 5px;
		width:100%;
	}
		.m_scrollul li a {
			white-space: nowrap;
			text-overflow: ellipsis;
			width: 100%;
			display: block;
			overflow: hidden;
		}

		.m_scrollul li a:hover {
			color: #28ffbb;
		}

@keyframes marquee {
	0% {
		left: 100%;
	}

	100% {
		left: -100%;
	}
}


@media screen and (max-width:1200px) {
	iframe { width: 100% !important;
	}
}

@media screen and (max-width:1890px) {
.main_contents_wrap{/* margin:20px 0 0 0;padding:0 10px 50px 10px;*/}
}

@media screen and (max-width:1440px) {
.main_contents_visual{flex-wrap:wrap;}
.main_visual{float:left; width:100%;}
.main_domain{float:left; width:100%; padding:20px 0; flex-direction: row; flex-wrap:wrap;}
.main_domain_text{margin:5px;}
.main_domain_title{margin:5px;}
.main_domain_text2{margin:5px;}
}

@media screen and (max-width:1280px) {
.main_contents_right_center	{width:100%; margin:0;}	
.main_contents_right_right{width:100%; margin:20px 0 0 0;}
}

@media screen and (max-width:1024px) {
.main_contents_wrap{padding:0 10px 20px 10px; padding-top:131px}
.main_contents_left{display:none;}
.main_contents_right{width:100%; margin:0;}
.main_contents_right_center	{width:100%; margin-top:10px;}	
} 

@media screen and (max-width:768px) {
.main_contents_wrap{padding:0 0 20px 0; /*padding-top:85px*/}
.main_marquee {margin: 60px 0 0;}
#main_marquee{display: none;}
#m_main_marquee{display: block;}

.hulk_text h2{font-size:16px;}
.hulk_text h3{font-size:14px; padding:0 0 5px 0;}
.hulk_text p{font-size:10px;}


.main_contents_visual{position:fixed;bottom:0;z-index:999;}
} 

/*-------------------------------------------------------------------------------------*
 *  Sports_wrap                                                                         *
 *-------------------------------------------------------------------------------------*/
.sports_wrap{float:left; width:100%;}
.sports_list{float:left; width:100%; margin:10px 0 0 0; background:#ffffff; border:1px solid #e0e0e5; height:70px; display:flex; justify-content: space-between;}
.sports_list_l{display:flex; width:calc(100% - 60px);}
.sports_list_l_1{display:flex; align-items: center; width:35%;}
.sports_list_l_2{display:flex; align-items: center; width:65%;}
.sports_list_l div{/*font-family:'EsaManru';*/ font-weight:500; cursor:default; transition:all 0.5s}
.sports_list_r{display:flex;}

.sports_sports{width:17%; text-align:center;}
.sports_league{width:17%; text-align:center;}
.sports_league_name{width:28%; text-align:center; color:#8a8a8a; font-size:16px; font-style:italic;}
.sports_time{width:38%; text-align:center; color:#8a8a8a; font-size:16px; font-style:italic;}
.sports_team1{width:35%; display:flex; align-items:center;}
.sports_vs{width:12%; text-align:center; margin:0 0.5%;}
.sports_team2{width:35%; display:flex; align-items:center;}
.sports_multi{width:18%; display:flex; justify-content: center;}

.sports_sports img{width:34px; transition:all 0.5s;}
.sports_league img{width:34px; transition:all 0.5s;}
.team1_team{display:inline-block; width:85%; color:#434343; font-size:17px; padding:0 10px 0 0; text-align:right; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.team1_logo{display:inline-block; text-align:center; width:15%;}
.team1_logo img{width:34px;}
.team2_team{display:inline-block; width:85%; color:#434343; font-size:17px; padding:0 0 0 10px; text-align:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.team2_logo{display:inline-block; text-align:center; width:15%;}
.team2_logo img{width:34px;}
.multi1,.multi2,.multi3{display:flex; justify-content: center; align-items:center; margin:0 1px; width:25px; height:25px; border-radius:5px; background:#e2e2ed; /*font-family:'EsaManru';*/ font-weight:300; color:#7171d0; font-size:14px;}

@media screen and (max-width:1890px) {

}

@media screen and (max-width:1640px) {
.sports_list_l{flex-direction: column; justify-content: space-around; position:relative;}
.sports_list_l_1{width:100%;}
.sports_list_l_2{width:100%;}

.sports_sports{width:auto; padding:5px;}
.sports_league{width:auto; padding:5px;}
.sports_league_name{width:auto; padding:5px; font-size:14px;}
.sports_time{width:auto; padding:5px; text-align:left; font-size:14px;}
.sports_multi{position:absolute; right:5px; top:10px; width:30%;}
.sports_team1{width:45%;}
.sports_vs{width:10%;}
.sports_team2{width:45%;}

.team1_logo img{width:30px;}
.team2_logo img{width:30px;}
.sports_sports img{width:24px;}
.sports_league img{width:24px;}

}

@media screen and (max-width:1024px) {
	.team1_team{width:100%;}
	.team2_team{width:100%;}
	.team1_logo{display:none;}
	.team2_logo{display:none;}
}

@media screen and (max-width:768px) {
	.sports_list{height:60px;}
	.multi1,.multi2,.multi3{width:20px; height:20px; font-size:10px;}
	.sports_list_l{width:calc(100% - 60px);}
	.sports_list_l div{}
	.sports_video1 img,.sports_video2 img{width:60px;}
	
	.sports_league_name{font-size:10px;}
	.sports_time{width:24%;}
	.sports_time{font-size:10px;}
	.sports_team1{width:44%;}
	.sports_vs{width:12%;}
	.sports_team2{width:44%;}
	.sports_vs img{width:100%; transition:all 0.5s;}
	.sports_sports img{width:20px;}
	.sports_league img{width:20px;}

	.team1_team{font-size:12px;}
	.team2_team{font-size:12px;}

}

/*-------------------------------------------------------------------------------------*
 *  sport_hl_wrap                                                                      *
 *-------------------------------------------------------------------------------------*/
.sport_hl_wrap{float:left; width:100%; display:flex; flex-wrap: wrap;}
.sport_hl{float:left; /*min-width:270px;*/ width:47%; height:auto; margin:5% 1% 1% 2%; border-radius: 10px;overflow:hidden; display: flex; flex-direction: column; justify-content: space-between; transition:all 0.5s;}
/*.sport_hl:nth-child(5n){margin:0 0 3% 0;}*/
.sport_hl_thumb{width:100%; position:relative; height:0; padding-bottom:56.25%; overflow:hidden; transition:all 0.5s;}
.sport_hl_thumb img{position:absolute; top:0; left:0; width:100%; height:100%; background:#5b5b5b; transition:all 0.5s;}
.sport_hl_thumb:hover img{transform:scale(1.08);}

.sport_hl_title{width:100%; margin:2px 0 5px 0; border-left:2px solid #28ffbb; height:36px; line-height:36px; transition:all 0.5s;}
.sport_hl_title span{display:inline-block; padding:0 10px 0 10px; background-color:#444444; /*background:linear-gradient(to right, #ffffff 0%, #e2e2ed 100%);*/ /*font-family:'EsaManru';*/ font-weight:300; font-size:14px; color:#fff; max-width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:100%;}


.sport_hl_info{/*font-family:'EsaManru';*/ font-weight:300; font-size:14px; display:flex;}
.hl_info_name{width:50%; padding:0 0 0 5px; color:#545454; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.hl_info_date{width:30%; text-align:right; color:#888888;}
.hl_info_view{width:20%; text-align:right; color:#5837ff;}

.sport_hl_event{width:100%; height:22px; overflow:hidden;}
.sport_hl_event span{display:inline-block; line-height:22px; background:#b090da; padding:0 10px 0 10px; font-size:12px; color:#ffffff; font-weight:700;}
.sport_hl_ex{float:left; width:100%; margin:10px 0 0 0; font-size:14px; color:#545454; font-weight:400; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition:all 0.5s;}


@media screen and (max-width:2205px) {
.sport_hl{width:47%;}
}

@media screen and (max-width:1920px) {
.sport_hl{width:47%;}
}

@media screen and (max-width:1560px) {
.sport_hl{width:47%;}

}

@media screen and (max-width:1024px) {
.sport_hl{width:49.5%;}
}

@media screen and (max-width:890px) {
.sport_hl{width:96%; min-width:0; margin:0 2% 3% 2%;}

}

@media screen and (max-width:768px) {
.sport_hl_info{font-size:12px;}
.sport_hl_title span{font-size:16px; font-weight:400;}
.sport_hl_event span{font-size:11px;}
.sport_hl_ex{margin:5px 0 0 0; font-size:12px;}
}


.company_wrap {
	float: left;
	width: calc(100% - 10px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 8px;
	border: 1px solid #555;
	border-radius: 10px;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 3px;
	padding-bottom: 5px;
}

.company_div {
	width: calc(33.33% - 20px);
	/* max-width: 320px; */
	/* min-width: 320px; */
	margin: 8px 10px;
}

	.company_div .company_item {
		width: 100%;
	}

	.company_div .company_item1 {
		width: 100%;
		position: relative;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
		transition: all 0.5s;
	}

		.company_div .company_item1 a img {
			/*width: 320px;
		height: 200px;*/
			width: 100%;
			border-radius: 10px;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}

.company_item2, .company_item3, .company_item4 {
	display: flex;
	margin: 2px 0;
}

.company_item2 {
	margin-top: 6px;
}

.company_item3 div a {
	color: #28ffbb;
	text-decoration: underline;
}

.company_item div:nth-child(1) {
	width: 80px;
	background: #28ffbb;
	color: #000;
	font-size: 15px;
	/* font-weight: 500; */
	line-height: 24px;
	text-align: center;
	/* text-shadow: 2px 0 3px #222; */
	border-left: 1px solid #28ffbb;
	border-radius: 5px;
}

.company_item div:nth-child(2) {
	text-align: center;
	width: calc(100% - 80px);
	font-size: 16px;
	/*font-weight: 600;*/
}

@media screen and (max-width:1024px) {

	.company_div {
		width: calc(50% - 20px);
	}
}

@media screen and (max-width:890px) {
}

@media screen and (max-width:768px) {

	.company_div {
		width: calc(100% - 20px);
	}
}




/*-------------------------------------------------------------------------------------*
 *  fixter_wrap                                                                      *
 *-------------------------------------------------------------------------------------*/
.fixter_m{display:none;}
.fixter_wrap{float:left; width:100%;}
.fixter_list{width:49%; margin:0 2% 2% 0; float:left; background:#ffffff; display:flex; align-content: center;}
.fixter_list:nth-child(2n){margin:0 0 2% 0;}
.fixster_thumb{width:150px; height:120px; overflow:hidden;}
.fixster_info{width:calc(100% - 150px); padding:25px 20px 5px 20px;}
.fixster_info_title{/*font-family:'EsaManru';*/ font-weight:300; font-size:18px; color:#454545; transition:all 0.5s;}
.fixster_info_text{margin:15px 0 0 0; font-size:15px; color:#545454; font-weight:300; line-height:20px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition:all 0.5s;}

.fixter_more_btn{float:left; width:100%;}
.fixter_more_btn a{margin:0 auto; display:block; text-align:center; width:190px; height:40px; background:#ffffff; border: 1px solid #5837ff; font-size:16px; font-weight:500; color:#5837ff; line-height:40px; transition:all 0.5s;}
.fixter_more_btn a:hover{background:#5837ff; color:#000000;}
 
.fixter_writ_wrap{float:left; width:100%;}
.fixter_writ_list{float:left; width:100%; margin:10px 0 0 0; background:#ffffff; border-bottom:1px solid #f2f2f7; height:70px; display:flex; justify-content: space-between; padding:0 0 0 5px;}
.fixter_writ_list div{/*font-family:'EsaManru';*/ font-weight:300; cursor:default; transition:all 0.5s}
.fixter_writ_list_l{display:flex; align-items: center; width:15%;}
.fixter_writ_list_r{display:flex; align-items: center; width:85%;}

/* .fixter_sports{width:20%; text-align:center;} 11/7 제거요청 */
/* .fixter_league{width:20%; text-align:center;} 11/7 제거요청 */
/* .fixter_league_name{width:20%; text-align:center; color:#ffffff; font-size:14px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; transition:all 0.5s;} 11/7 제거요청 */
.fixter_name{width:100%; padding:0 0 0 20px; text-align:left; color:#5837ff; font-size:14px; transition:all 0.5s;}

.fixter_writ_title{width:70%; text-align:left; color:#545454; font-size:18px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding:0 5px 0 5px; transition:all 0.5s;}
.fixter_date{width:20%; text-align:center; color:#8a8a8a; font-size:16px;}
.fixter_hit{width:10%; text-align:center; color:#8a8a8a; font-size:16px;}
.fixter_hit span{color:#ffffff;}

.fixter_sports img{width:34px; transition:all 0.5s;}
.fixter_league img{width:34px; transition:all 0.5s;}

.hot_list{background:linear-gradient(to right, #f2f2f7 0%, #ffffff 100%); position:relative;}
.hot_list:before{display:block; position:absolute; left:0; top:0; content:''; width: 0; height: 0;
  border-bottom: 20px solid transparent;
  border-top: 20px solid #ff0000;
  border-left: 20px solid #ff0000;
  border-right: 20px solid transparent;}
.hot_list:after{display:block; width:40px; content:'HOT'; position:absolute; left:-1px; top:1px; transform:rotate(-45deg); /*font-family:'EsaManru';*/ font-weight:300; color:#ffffff; font-size:11px;}

@media screen and (max-width:1560px) {
.fixter_list{width:100%; margin:0 0 2% 0;}

.fixter_writ_list{flex-direction: column; justify-content: space-around;}
.fixter_writ_list_l{width:100%;}
.fixter_writ_list_r{width:100%;}
.fixter_sports{width:10%;}
.fixter_league{width:7%;}
.fixter_league_name{width:15%;}
.fixter_name{width:40%;}


}

@media screen and (max-width:1280px) {
.fixter_list{width:49%; margin:0 2% 2% 0;}

.fixter_league_name{font-size:10px;}
.fixter_name{font-size:10px;}
.fixter_writ_title{font-size:14px;}
.fixter_date{font-size:12px;}
.fixter_hit{font-size:12px;}
.fixter_sports img{width:24px;}
.fixter_league img{width:24px;}
}

@media screen and (max-width:1024px) {
	.fixter_m{display:block;}
	.fixter_m.con_box40{margin:0;}
	.fixter_m.fixter_wrap{margin:40px 0 0 0;}
	.fixter_pc{display:none;}
}

@media screen and (max-width:768px) {
.fixster_info_title{font-size:14px;}
.fixster_info_text{font-size:12px;}
.fixter_list{width:100%; margin:0 0 2% 0;}
.fixter_date{font-size:10px;}
.fixter_hit{font-size:10px;}
.fixter_more_btn a{font-size:14px;}
}

/*-------------------------------------------------------------------------------------*
 *  ranking_box                                                                        *
 *-------------------------------------------------------------------------------------*/
.ranking_box{float:left; width:100%; background:#; border:1px solid #e0e0e5; padding:25px 20px;}
.rank_list ul{width:32%; float:left; margin:0 2% 2% 0;}
.rank_list ul:nth-child(3n){margin:0 0 2% 0;}
.rank_list ul li{width:100%; height:51px; line-height:51px; background:#ffffff; border-bottom:1px solid #f2f2f7; /*font-family:'EsaManru';*/ font-weight:300; display:flex;}

.rank_list ul li .rank_num{width:50px;}
.rank_list ul li .rank_name{width:calc((100% - 50px)/2);}
.rank_list ul li .rank_point{width:calc((100% - 50px)/2);}

.rank_list ul li.rank_list_title{background:#e0e0e5; text-align:center; font-size:20px; color:#545454; display: flex; justify-content: center; align-items: center;}

@media screen and (max-width:1640px) {
	.rank_list ul{width:49%; float:left; margin:0 2% 2% 0;}
	.rank_list ul:nth-child(3n){margin:0 2% 2% 0;}
	.rank_list ul:nth-child(2n){margin:0 0 2% 0;}
}

@media screen and (max-width:768px) {
	.ranking_box{padding:10px 10px;}
	.rank_list ul{width:100%; float:left; margin:0 0 2% 0;}
	.rank_list ul:nth-child(3n){margin:0 2% 2% 0;}
	.rank_list ul:nth-child(2n){margin:0 2% 2% 0;}
	
	.rank_list ul li.rank_list_title{font-size:15px;}
}

/*-------------------------------------------------------------------------------------*
 *  roulette_wrap                                                                      *
 *-------------------------------------------------------------------------------------*/
.roulette_wrap{float:left; width:100%;}
.roulette_title1{width:100%; text-align:center; /*font-family:'EsaManru';*/ font-weight:300; font-size:60px; color:#434343; line-height:1.5; transition:all 0.5s;}
.roulette_title2{width:100%; text-align:center; /*font-family:'EsaManru';*/ font-weight:300; font-size:36px; color:#545454; line-height:1.5; transition:all 0.5s;}
.roulette_title2 span{color:#5837ff;}
.roulette_box{width:100%; min-height:800px; position:relative; overflow:hidden;}
 
 .pop_roulette{width:520px; height:364px; line-height:1.2; text-align:center; position:absolute; z-index:100; left:50%; top:30px; transform:translate(-50%); transition:all 0.5s;}
 .pop_roulette_font{width:100%; position:absolute; z-index:101; left:50%; top:85px; transform:translate(-50%); /*font-family:'EsaManru';*/ font-weight:300; font-size:60px; color:#ffffff;}
 .pop_roulette_font span{color:#ffde00;}
 .roulette_item{position:absolute; left:50%; transform:translate(-90%); transition:all 0.5s;}
 .roulette{position:absolute; left:50%; top:60px; transform:translate(-20%); transition:all 0.5s;}
 .roulette_pin{position:absolute; left:50%; top:34px; transform:translate(247%); transition:all 0.5s;}
 .roulette_btn{position:absolute; left:50%; top:242px; transform:translate(27%); transition:all 0.5s;}
 .roulette_btn img{filter:drop-shadow(0 0 57px rgba(0,0,0,0.7));}
 
 @media screen and (max-width:1725px) {
	.roulette_item{}
	.roulette{transform:translate(-50%);}
	.roulette_pin{transform:translate(-50%);}
	.roulette_btn{transform:translate(-50%);}
}

 @media screen and (max-width:1280px) {
	.roulette_title1{font-size:48px;}
	.roulette_title2{font-size:24px;}
}

 @media screen and (max-width:768px) {
	.roulette_box{min-height:110vw;}
	.pop_roulette{width:90%;}
	.pop_roulette img{width:100%;}
	.roulette_item{display:none;}
	.roulette{width:100%; text-align:center;}
	.roulette img{width:90%;}
	.roulette_pin{top:25px;}
	.roulette_pin img{width:45px;}
	.roulette_btn{width:100%; text-align:center; top:50%; transform:translate(-50%,-58%);}
	.roulette_btn img{width:40%;}
	
	.roulette_title1{font-size:30px;}
	.roulette_title2{font-size:16px;}	
}

 @media screen and (max-width:560px) {
	.pop_roulette_font{top:14vw; font-size:40px;}
	.roulette_btn{transform:translate(-50%,-40%);}
}

 @media screen and (max-width:480px) {
	.pop_roulette_font{font-size:30px;}
}
 @media screen and (max-width:340px) {
	.roulette_btn{transform:translate(-50%,-30%);}
}
/*-------------------------------------------------------------------------------------*
 *  att_wrap                                                                      *
 *-------------------------------------------------------------------------------------*/
.att_wrap{float:left; width:100%;}
.att_top{width:100%; height:159px; overflow:hidden; display:flex; justify-content:space-between; align-items:center;}
.att_title{text-align:left; /*font-family:'EsaManru';*/ font-weight:300; font-size:40px; color:#fff; line-height:1.2; letter-spacing:-1pt; transition:all 0.5s;}
.att_title span{color:#28ffbb;}

.att_info{width:30%; height:109px; border-radius:50px; background:none; display:flex; align-items:center;}
.att_info1{width:100%; padding:10px 0 10px 0; text-align:center; /*font-family:'EsaManru';*/ font-weight:300; font-size:20px; color:#fff; line-height:1.2; transition:all 0.5s;}
.att_info1 span{color:#28ffbb;}
.att_info2{width:50%; padding:10px 0 10px 0; text-align:center; /*font-family:'EsaManru';*/ font-weight:300; font-size:20px; color:#fff; line-height:1.2; border-left: 1px solid #484848; transition:all 0.5s;}
.att_info2 span{color:#28ffbb;}

.att_rank_wrap{float:left; width:100%;}
.att_rank{width:100%; min-width:990px; height:50px; background:linear-gradient(to right, #e2e2ed 0%, #e2e2ed 100%); display:flex; align-items: center; justify-content: space-between;}
.att_rank_title{width:18%; padding:0 0 0 20px; /*font-family:'EsaManru';*/ font-weight:300; font-size:18px; color:#545454;}
.att_rank_list{width:15%; padding:0 10px 0 10px; font-size:14px; color:#545454; display:flex; align-items: center; justify-content: space-evenly;}

.att_rank_num{display:inline-block; text-align:center; width:25px; height:25px; border-radius:0px; background:#5837ff; color:#ffffff; font-weight:700; line-height:25px;}

.att_calendar_wrap{float:left; width:100%;}
.att_calendar_top{float:left; width:100%; background:none; height:60px;}
.att_calendar_title{width:calc(100%/7); float:left; line-height:60px; text-align:center; /*font-family:'EsaManru';*/ font-weight:300; font-size:16px; color:#545454;border:1px solid #222;}
.sun{color:#ff0000;}
.sat{color:#0000cd;}

.att_calendar_center{float:left; width:95%;margin-left: 2.5%;}
.att_calendar_day{width:calc(100%/7); height:120px; float:left; background:none; /*border:1px solid #222;*/ position:relative; transition:all 0.5s;}
.att{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}

@media screen and (max-width:1680px) {
	.att_item{width:30%; margin:0 0 0 -40px; transition:all 0.5s;}
	.att_item img{width:100%; transition:all 0.5s;}
	.att_title{font-size:32px;}
	.att_info1{font-size:16px;}
	.att_info2{font-size:16px;}
	.att_rank_wrap{overflow:hidden; overflow-x:scroll;}
	.att_rank_wrap::-webkit-scrollbar{height:3px;}
	.att_rank_wrap::-webkit-scrollbar-thumb{width:33%; background:#5837ff; border-radius: 10px;}
	.att_rank_wrap::-webkit-scrollbar-track {background:var(--bgalphacolor1);}	
	
	.att{width:90%;}
	.att img{width:100%;}
}

@media screen and (max-width:1240px) {
	.att_rank_title{font-size:16px;}
	.att_rank_list{font-size:12px;}
	.att_rank_num{width:20px; height:20px; line-height:20px;}
	
	.att_calendar_day{height:90px;}
}

@media screen and (max-width:768px) {
	.att_top{flex-direction: column; height:auto; padding:10px 0 10px;}
	.att_item{display:none;}
	.att_title{font-size:16px; line-height:1.5;}
	.att_title span{font-size:18px; letter-spacing:1px;}
	.att_info1{font-size:14px;}
	.att_info2{font-size:14px;}	
	.att_info{width:100%; height:60px; margin:10px 0 0 0; padding:0 10px; }
	.att_rank_title{padding:0 0 0 5px;}
	.att_rank_list{padding:0 5px 0 5px;}
	/*.att_calendar_day{height:60px;}*/
}

/*-------------------------------------------------------------------------------------*
 *  play_list                                                                          *
 *-------------------------------------------------------------------------------------*/
.play_list{width:100%; display: flex; justify-content: space-between; align-items: center; margin:20px 0 30px 0; position:relative;}
.play_containner{width: 100%; max-width: 100%; transition: transform 0.3s; overflow:hidden;}

.thumb{position: relative; width: 100%; max-width: 100%; overflow: hidden; padding-top: 140%; display: block;}
.thumb .image-back img{display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition:all 0.8s;}
.thumb .image-back img:hover{transform:scale(1.2);}

.play-info{width:100%; height:80px; overflow:hidden; padding:10px 0 0 0;}
.small-tit{width:100%; border-left:2px solid #5837ff; height:36px; line-height:36px; transition:all 0.5s;}
.small-tit span{display:inline-block; padding:0 0 0 8px; background:linear-gradient(to right, #ffffff 0%, #e2e2ed 100%); /*font-family:'EsaManru';*/ font-weight:300; font-size:14px; color:#545454; max-width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.subject{display:inline-block; padding:2px 5px 0 5px;}
.subject img{width:60px;}

.videoarea{margin-bottom:10px; padding:0 10px 0 10px; float:left;}

.sub_video_zone{float: left; margin:10px 0 0 0; width: 100%; background-color:#d9d9e6;}
.sub_videoarea{position:relative; width:100%; height:auto; max-height:700px; margin:0 auto; padding:0 10px; background:#d9d9e6; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.main_play_btn{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}

.play_contents{width:100%;}
.program_info{font-size:18px; color:#aaaaaa;}
.play_contents_1{padding:10px 0;}
.play_contents_2{min-height:100px; font-size:16px; color:#888888; padding:10px; overflow:hidden; line-height:30px; border-top:1px solid #e2e2ed; border-bottom:1px solid #e2e2ed; background:#ffffff;}
.play_contents_3{line-height:50px; overflow:hidden;}
.play_contents_3_1{float:left; font-size:18px; color:#545454;}
.play_contents_3_1 span{font-weight:500;}
.play_contents_3_2{float:right;}
.play_select{background:#ffffff; width:100px; height:30px;}
.play_contents_4{width:100%; margin:20px 0 0 0; display:flex; flex-wrap:wrap;}

.thumb2{width: 170px; max-width: 100%; margin-right: 25px; position: relative; float: left; padding-top:20%; display:block;}
.thumb2 img{display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.videoarea2{width:50%; float: left; margin-bottom: 20px; padding-right: 30px; transition:all 0.5s;}
.videoarea2 a{display:flex; align-items:center;}
.videoarea2:hover{box-shadow:rgba(0,0,0,0.15) 2px 2px 3px 0px; background:rgba(255,255,255,0.5);}

.play_contents_info{padding:10px; width:70%; height:auto; overflow:hidden;}
.play_contents_info>*{padding:5px 0 5px 0;}
.play_title{font-size:17px; color:#444444; font-weight:500;}
.play_title.active{color:#5837ff;}
.program_info1{font-size:13px; color:#aaaaaa;}
.program_info2{font-size:15px; color:#808080; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden;}


@media screen and (min-width:1800px) {
	.con-la{width:20%;}
	.con-lb{width:25%;}
}

@media screen and (max-width:1799px) {
	.con-la{width:25%;}
}

@media screen and (max-width:1600px) {
 .sub_videoarea{width:98%;}
}

@media screen and (max-width:1500px) {
 .videoarea2{width:100%;}
}

@media screen and (max-width:1440px) {
	.con-la{width:33.3333%;}
}

@media screen and (max-width:1024px) {
	.con-la{width:25%;}
}

@media screen and (max-width:900px) {
	.videoarea{margin-bottom:20px;}
	.play-info{height:70px;}
	.small-tit span{font-size:14px;}
	.prev,.next{display:none;}
	.play_contents_info{padding:5px;}
	.play_contents_info>*{padding:0 0 0 0;}
	.play_title{font-size:15px;}
	.program_info1{font-size:12px; color:#aaaaaa;}
	.program_info2{font-size:14px; -webkit-line-clamp: 2; }	

}

@media screen and (max-width:768px) {
	.program_info{font-size:14px;}
	.play_contents_2{font-size:12px;}
	.play_contents_3_1{font-size:14px;}
	.play_select{font-size:12px;}
	.play_title{font-size:14px;}
	.program_info2{font-size:12px;}
	.videoarea{margin-bottom:10px; padding:0 5px;}
	.videoarea2{margin-bottom:10px; padding:0 5px 0 0;}
	.small-tit span{font-size:12px; font-weight:400;}
}

 
/*-------------------------------------------------------------------------------------*
 *  loding_wrap                                                                        *
 *-------------------------------------------------------------------------------------*/
.loding_wrap{float:left; width:100%; height:100vh; position:relative; background:rgba(0,0,0,0.7);}
.loding{position:absolute; left:50%; top:50%; transition:all 0.5s;}
.loding img{transition:all 0.5s;}

@media screen and (max-width:640px) {
	.loding{width:60%;}
	.loding img{width:100%;}
}

/*-------------------------------------------------------------------------------------*
 *  login                                                                          *
 *-------------------------------------------------------------------------------------*/
.pop_login_wrap{float:left; width:100%; height:100%; display:flex; align-items:center; justify-content:center;}
.login_box{width:500px;height: 350px; margin:0 auto; padding:70px; background:#222222; border-radius:15px; transition:all 0.5s; padding-top: 0;}
.join_box1{width:550px;height: 570px; margin:0 auto; padding:20px; background:#222222; transition:all 0.5s;border-radius:10px;margin-left: 2%; margin-right: 2%;}
.reg_box1{width:550px;height: 650px; margin:0 auto; padding:20px; background:#222222; transition:all 0.5s;border-radius:10px;margin-left: 2%; margin-right: 2%;overflow:scroll;max-height:100%;}
.login_logo{width:100%; text-align:center; margin:0 0 20px 0;}
.login_title{width:100%; text-align:center; /*font-family:'EsaManru';*/ font-weight:300; font-size:18px; line-height:2; line-height:20px;}

.login_write_box{width:100%; margin:20px 0 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; transition:all 0.5s;}
.login_write_tr{width:100%; display:flex; flex-direction: column; margin:0 0 30px;}
.login_write_tr.small{width:48%;}
.login_write_title{color:var(--color1-basic); width:100%; font-size:18px; display:flex; align-items: center; justify-content: flex-start; /*font-family:'EsaManru';*/ font-weight:300; padding:0 0 10px;}
.login_write_basic{color:var(--color2-basic); width:100%;}

.loginu {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 2px solid #222222;
	padding: 0 50px;
	font-size: 18px;
}

.loginp {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 2px solid #222222;
	padding: 0 50px;
	font-size: 18px;
}

.login_close_btn {
	position: relative;
	top: 0px;
	height: 60px;
	width: 60px;
	left: 103%;
	background: url(../image/close.png);
	background-size: cover;
	cursor: pointer;
	background-repeat: no-repeat;
}
.join_close_btn {
	position: relative;
	top: -10px;
	height: 50px;
	width: 50px;
	left: 92%;
	background: url(../image/close.png);
	background-size: cover;
	cursor: pointer;
	background-repeat: no-repeat;
}

.join_box {
	width: 100%;
	height: auto;
	margin-top: 20px;
	position: relative;
}
.join_item {
	width: 100%;
	height: auto;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 2px solid #222222;
}
.join_item .join_input_box {
	width: 100%;
	height: auto;
	position: relative;
	/*border-right: 1px solid #484848;*/
	padding: 5px;
}
.join_input {
	width: 100%;
	height: 45px;
	position: relative;
}
	.join_input > input {
		width: 85%;
		height: 100%;
		background-color: #000;
		border: 1px solid #484848;
		padding: 0 15px;
		color: #fff;
		font-size: 17px;
		border-radius: 10px;
	}
.join_check {
	width: 50px;
	height: auto;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.join_check > span {
	width: 40px;
	height: 40px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.join_check > span.check_icon_01 {
	background-image: url(../image/join_icon_01.png);
}
.join_button {
	width: 100%;
	height: 50px;
	position: relative;
	margin-top: 20px;
}
.join_button > button {
	width: 81%;
	height: 100%;
	border: none;
	background-color: #28ffbb;
	font-size: 1rem;
	font-weight: 900;
	color: #1b1b1b;
	border-radius: 5px;
}
	.join_button > button:hover {
		background-color: #fff;
	}


.reg_close_btn {
	position: relative;
	top: -10px;
	height: 50px;
	width: 50px;
	left: 92%;
	background: url(../image/close.png);
	background-size: cover;
	cursor: pointer;
	background-repeat: no-repeat;
}

.reg_box {
	width: 100%;
	height: auto;
	margin-top: 20px;
	position: relative;
}

.reg_help {
	text-align:left;
	padding-left:12px;
}

.reg_item {
	width: 100%;
	height: auto;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 2px solid #222222;
	margin-top: 10px;
}
.reg_item .reg_input_box {
	width: calc(100% - 150px);
	height: auto;
	position: relative;
	/*border-right: 1px solid #484848;*/
	/*padding: 5px;*/
	/*margin-top:10px;*/
}

.reg_label {
	width: 150px;
	background-color: #d1d1d1;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	color: #000;
	padding: 10px;
	font-size: 14px;
	height: 40px;
	text-align: left;
	font-weight: 500;
}
.reg_input {
	width: 100%;
	height: 40px;
	position: relative;
	margin-left: 10px;
	border: 1px solid #a5a5a5;
	border-radius: 4px;
	display: flex;
	align-items: center;
}
	.reg_input > input[type="text"], .reg_input > input[type="password"] {
		width: 100%;
		height: 100%;
		background-color: unset;
		border: none;
		padding: 0 15px;
		color: #fff;
		font-size: 14px;
		border-radius: 4px;
	}
	.reg_input > input[type="radio"] {
		color: #fff;
		font-size: 14px;
	}
	.reg_input > label {
		margin-right:10px;
	}

.reg_check {
	height: 25px;
	background: #c2c2c2;
	border: 1px solid #c2c2c2;
	cursor: pointer;
	width: 110px;
	text-align: center;
	margin-right: 10px;
	border-radius: 4px;
	color: #000;
	font-size: 12px;
	line-height: 25px;
	font-weight: 400;
}
.reg_button {
	width: 100%;
	height: 50px;
	position: relative;
	margin-top: 20px;
}
.reg_button > button {
	width: 81%;
	height: 100%;
	border: none;
	background-color: #28ffbb;
	font-size: 1rem;
	font-weight: 900;
	color: #1b1b1b;
	border-radius: 5px;
	display:block;
	margin:auto;
}
	.reg_button > button:hover {
		background-color: #fff;
	}

.reg_logo img {
	width: 280px;
	left: 50%;
	position: relative;
	transform: translateX(-100px);
}

.reg_notice {
	text-align:center;
	margin:20px 0;
}

.reg_terms {
	border: 1px solid rgb(194, 194, 194);
	display: flex;
	flex-wrap: wrap;
}
	.reg_terms div:nth-child(1) {
		width: 160px;
		background: rgb(194, 194, 194);
		color: #000;
		padding: 12px;
	}
	.reg_terms div:nth-child(2) {
		width: calc(100% - 160px);
		background: rgb(194, 194, 194);
		color: #000;
		padding: 12px;
		justify-content: flex-end;
		display: flex;
	}
	.reg_terms div:nth-child(3) {
		width: 100%;
		color: #fff;
		padding: 12px;
		line-height:1.5;
	}


.reg_policy {
	border: 1px solid rgb(194, 194, 194);
	display: flex;
	flex-wrap: wrap;
}

	.reg_policy > div:nth-child(1) {
		width: 160px;
		background: rgb(194, 194, 194);
		color: #000;
		padding: 12px;
	}

	.reg_policy > div:nth-child(2) {
		width: calc(100% - 160px);
		background: rgb(194, 194, 194);
		color: #000;
		padding: 12px;
		justify-content: flex-end;
		display: flex;
	}

	.reg_policy > div:nth-child(3) {
		width: 100%;
		color: #fff;
		padding:8px
	}

.reg_policy_items > div {
	display: flex;
	justify-content: space-between;
	margin:5px 0;
}

.reg_policy_items > div > div {
	width:33%;
}


	.reg_policy_items > div:nth-child(1) > div {
		align-items: center;
		border: 1px solid #d1d1d1;
		display: flex;
		font-size: 14px !important;
		height: 30px !important;
		justify-content: center;
		padding: 0 8px !important;
		background: #d1d1d1;
		color:#000;
	}

	.reg_policy_items > div:nth-child(2) > div {
		align-items: center;
		border: 1px solid #d1d1d1;
		display: flex;
		font-size: 12px !important;
		height: 45px !important;
		justify-content: center;
		padding: 0 8px !important;
	}


	.reg_policy_items > div:nth-child(3) > div {
		align-items: center;
		border: 1px solid #d1d1d1;
		display: flex;
		font-size: 12px !important;
		height: 45px;
		justify-content: center;
		padding: 0 8px !important;
	}

.reg_form {
	display:none;
}



/* LATEST BOARD */
.latest_board {
	width: 100%;
	height: 190px;
	position: relative;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

	.latest_board .latest_item {
		background-color: #2e2e2e;
		border: 1px solid #484848;
		height: auto;
		position: relative;
	}

	.latest_board .notice_latest {
		width: 450px;
	}

	.latest_board .tab_latest {
		width: -webkit-calc((100% - 20px) - 450px);
		width: -moz-calc((100% - 20px) - 450px);
		width: calc((100% - 20px) - 450px);
	}

	.latest_board .latest_box {
		width: 100%;
		height: auto;
		position: relative;
	}

	.latest_board .latest_tit {
		width: 100%;
		height: 49px;
		position: relative;
		padding: 0px 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background-color: #464646;
		border-bottom: 2px solid #28ffbb;
	}

		.latest_board .latest_tit > h3 {
			font-size: 0.9375rem;
			font-weight: 600;
			color: #fff;
			letter-spacing: -0.5px;
		}

		.latest_board .latest_tit .latest_more {
			width: auto;
			height: auto;
			position: relative;
		}

			.latest_board .latest_tit .latest_more > a {
				display: block;
				width: auto;
				height: auto;
				font-size: 0.75rem;
				font-weight: 600;
				color: #1b1b1b;
				background-color: #28ffbb;
				padding: 5px 10px;
				border-radius: 5rem;
			}

				.latest_board .latest_tit .latest_more > a:hover {
					background-color: #ffbf44;
				}

	.latest_board .latest_tab {
		width: 100%;
		height: auto;
		position: relative;
	}

		.latest_board .latest_tab .tab_box {
			width: 100%;
			height: auto;
			position: relative;
			display: -webkit-box;
			display: -webkit-flex;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-moz-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}

			.latest_board .latest_tab .tab_box > li {
				width: -webkit-calc(100% / 5);
				width: -moz-calc(100% / 5);
				width: calc(100% / 5);
				height: auto;
				position: relative;
			}

				.latest_board .latest_tab .tab_box > li > a {
					display: block;
					padding: 12px 5px;
					border-bottom: 2px solid #28ffbb;
					font-size: 0.9375rem;
					font-weight: 600;
					line-height: 23px;
					text-align: center;
					background-color: #464646;
					color: #fff;
				}

					.latest_board .latest_tab .tab_box > li > a:hover,
					.latest_board .latest_tab .tab_box > li.active > a {
						background-color: #28ffbb;
						color: #000;
					}

	.latest_board .latest_cont {
		width: 100%;
		height: auto;
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px;
		padding: 5px 20px;
	}

		.latest_board .latest_cont.tab_latest_cont {
			display: none;
		}

		.latest_board .latest_cont .latest_listbox {
			width: 100%;
			height: auto;
			position: relative;
		}

		.latest_board .latest_cont .latest_listbox_50 {
			width: -webkit-calc((100% - 15px) / 2);
			width: -moz-calc((100% - 15px) / 2);
			width: calc((100% - 15px) / 2);
			height: auto;
			position: relative;
		}

		.latest_board .latest_cont .latest_listbox .txt_item {
			width: 100%;
			height: auto;
			position: relative;
			display: -webkit-box;
			display: -webkit-flex;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
			margin-bottom: 14.5px;
		}

			.latest_board .latest_cont .latest_listbox .txt_item:last-of-type {
				margin-bottom: 0;
			}

			.latest_board .latest_cont .latest_listbox .txt_item .subject_txt {
				width: -webkit-calc(100% - 70px);
				width: -moz-calc(100% - 70px);
				width: calc(100% - 70px);
				height: auto;
				position: relative;
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-moz-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				gap: 5px;
			}

		.latest_board .latest_cont .latest_listbox_50 .txt_item .subject_txt {
			width: 100%;
		}

		.latest_board .latest_cont .latest_listbox .txt_item .subject_txt > a {
			width: auto;
			max-width: 90%;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			font-size: 0.875rem;
			font-weight: 500;
			color: #bbb;
			padding-left: 10px;
		}

			.latest_board .latest_cont .latest_listbox .txt_item .subject_txt > a:hover {
				color: #28ffbb;
				text-decoration: underline;
			}

			.latest_board .latest_cont .latest_listbox .txt_item .subject_txt > a::before {
				content: '';
				width: 2px;
				height: 2px;
				background-color: #28ffbb;
				position: absolute;
				top: 50%;
				left: 0;
				-webkit-transform: translateY(-50%);
				-moz-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				-o-transform: translateY(-50%);
				transform: translateY(-50%);
			}

		.latest_board .latest_cont .latest_listbox .txt_item .subject_txt > span {
			font-size: 0.8125rem;
			font-weight: 400;
			color: #28ffbb;
		}

		.latest_board .latest_cont .latest_listbox .txt_item > p {
			width: 65px;
			height: auto;
			font-size: 0.875rem;
			text-align: right;
			color: #7d7d7d;
		}

		.latest_board .latest_cont.tab_latest_cont.active {
			display: -webkit-box;
			display: -webkit-flex;
			display: -moz-box;
			display: -ms-flexbox;
			display: flex;
		}

/* LATEST BOARD END */

.view_upbox {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin: 20px 0;
}
.view_upbox .star_rate_area {
	width: 100%;
	height: auto;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
}
.view_upbox .star_rate_area > p {
	font-size: 0.9375rem;
	font-weight: 400;
	color: #ccc;
}
.view_upbox .star_rate_area > p > span {
	color: #28ffbb;
}
.view_upbox .up_btn {
	width: 150px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
}
.view_upbox .up_btn > a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	background-color: #28ffbb;
	border-radius: 10px;
}
.view_upbox .up_btn > a > span {
	width: 33px;
	height: 30px;
	position: relative;
	background-image: url(/image/view_up.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.writer_allbox {
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid #484848;
}
.writer_allbox .writer_all {
	width: 100%;
	height: 46px;
	position: relative;
	background-color: #222222;
	padding: 0 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.writer_allbox .writer_all > h2 {
	font-size: 0.9375rem;
	font-weight: 500;
	color: #fff;
}
.writer_allbox .writer_all > h2 > span {
	color: #28ffbb;
}
.writer_allbox .writer_all .view_more {
	width: auto;
	height: auto;
	position: relative;
}
.writer_allbox .writer_all .view_more > a {
	display: block;
	width: auto;
	height: auto;
	font-size: 12px;
	font-weight: 600;
	color: #1b1b1b;
	background-color: #28ffbb;
	padding: 5px 10px;
	border-radius: 10px;
	line-height: 12px;
}

.writer_allbox .writer_alllist .all_listbox > li > a::after {
	content: '';
	width: 2px;
	height: 2px;
	background-color: #28ffbb;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.writer_allbox .writer_alllist .all_listbox > li > a:hover {
	color: #28ffbb;
	text-decoration: underline;
}
.writer_allbox .writer_alllist {
	width: 100%;
	height: auto;
	position: relative;
	padding: 15px 20px;
}
.writer_allbox .writer_alllist .all_listbox {
	width: 100%;
	height: auto;
	position: relative;
}
.writer_allbox .writer_alllist .all_listbox > li {
	width: 100%;
	height: auto;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 14px;
}
.writer_allbox .writer_alllist .all_listbox > li > a {
	width: auto;
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-weight: 500;
	color: #fff;
	padding-left: 10px;
}
.writer_allbox .writer_alllist .all_listbox > li > p {
	font-size: 0.875rem;
	font-weight: 400;
	color: #7d7d7d;
}



/*writer*/

.view_writer {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #1b1b1b;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
	margin-bottom:20px;
}

.writer_infobox {
	width: auto;
	height: auto;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

	.writer_infobox .writer_img {
		width: 76px;
		height: 76px;
		position: relative;
		border-radius: 5rem;
		overflow: hidden;
		border: 1px solid #484848;
	}

		.writer_infobox .writer_img > img {
			width: 100%;
			height: 100%;
		}

	.writer_infobox .writer_info {
		width: auto;
		height: auto;
		position: relative;
	}

	.writer_infobox .writer_comt {
		width: -webkit-calc((100% - 15px) - 76px);
		width: -moz-calc((100% - 15px) - 76px);
		width: calc((100% - 15px) - 76px);
		height: auto;
		position: relative;
	}

	.writer_infobox .writer_info .writer_name_comt {
		width: 100%;
		height: auto;
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 10px;
	}

	.writer_infobox .writer_info .writer_name {
		width: auto;
		height: auto;
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 20px;
		margin-bottom: 10px;
	}

	.writer_infobox .writer_info .writer_name_comt .writer_name {
		margin-bottom: 0;
	}

	.writer_infobox .writer_info .writer_name .writer_box::after {
		content: '';
		width: 1px;
		height: 10px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 35px;
		background-color: #7d7d7d;
	}

	.writer_infobox .writer_info .writer_name > p {
		font-size: 0.875rem;
		font-weight: 300;
		color: #fff;
	}

	.writer_infobox .writer_info .writer_more {
		width: auto;
		height: auto;
		position: relative;
	}

		.writer_infobox .writer_info .writer_more > a {
			display: inline-block;
			padding: 5px 15px;
			background-color: #28ffbb;
			color: #1b1b1b;
			font-size: 14px;
			font-weight: 700;
			border-radius: 5px;
			line-height: 20px;
		}

			.writer_infobox .writer_info .writer_more > a:hover {
				background-color: #ffbf44;
			}

.view_writer .writer_stat {
	width: auto;
	height: auto;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

	.view_writer .writer_stat > li {
		width: auto;
		height: auto;
		position: relative;
		font-size: 0.875rem;
		font-weight: 400;
		color: #ccc;
	}

		.view_writer .writer_stat > li::after {
			content: '';
			width: 1px;
			height: 10px;
			position: absolute;
			top: 50%;
			right: -10px;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			transform: translateY(-50%);
			background-color: #7d7d7d;
		}

		.view_writer .writer_stat > li:last-of-type:after {
			content: none;
		}
/*writer end*/

@media screen and (max-width:1440px) {
	.join_box{width:100%;}
}

@media screen and (max-width:1024px) {
	.pop_login_wrap{padding:80px 0 0 0;}
	.login_box{width:90%; padding:0px 30px 40px 30px;}
	.join_box{padding:0px 0px 0px 0px;}
	.login_write_box{margin:30px 0 0 0;}
	.login_title{font-size:16px; letter-spacing:-1pt;}
	.login_write_title{font-size:14px;}

	.login_close_btn {
		top: 5px;
		left: 90%;
	}
}

@media screen and (max-width:768px) {
	.pop_login_wrap{}

	.login_write_tr{margin:0 0 10px;}
	.login_write_tr.small{width:100%;}

	.view_writer {
		flex-direction: column;
		align-items:flex-start;
	}

	.reg_policy_items > div:nth-child(3) > div {
		height: 80px;
	}

	.reg_box1 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin: 0 auto;
		padding: 0 5px;
	}
	.reg_close_btn {
		top: 0px;
		left: 86%;
	}
	.reg_input {
		margin-left: 1px;
	}
	.reg_label {
		width: 130px;
	}
	.reg_item .reg_input_box {
		width: calc(100% - 130px);
	}
	.reg_check {
		width: 130px;
	}
}

@media screen and (max-width:480px) {
	.login_logo img{width:80%;}	
	.pop_login_wrap{}
}

/*-------------------------------------------------------------------------------------*
 *  레이어팝업                                                                         *
 *-------------------------------------------------------------------------------------*/

 
/*-------------------------------------------------------------------------------------*
 *  모달창(팝업)                                                                       *
 *-------------------------------------------------------------------------------------*/
.popup_none{ position:fixed; top:0; left:0; background:rgba(0,0,0,0.8); z-index:999999; width:100%; height:100%;}
.pop_chat_wrap{float:left; width:100%; position:fixed; bottom:40px;}
.pop_chat{width:100%; min-height:300px; margin:0 auto; background:#ff0000;}
.pop_chat_close{width:100%; float:left; position:relative;}
.chat_close{float:left; position:absolute; top:-30px; right:4%;}

#chat.popup_none{background:none;}
#chat_wrapper{height:auto !important;}

#chat2{position:fixed; top:0; left:0; z-index:999999; width:100%; display:none;}
.pop_chat_wrap2{float:left; width:100%; position:fixed; bottom:-100%; transition:all 0.5s;}
.pop_chat_wrap2.active{bottom:80px;}
.pop_chat2{width:100%; min-height:247px; margin:0 auto; background:#333333;}
.pop_chat_close2{width:100%; float:left; position:relative;}
.chat2_close{float:left; position:absolute; top:-30px; right:4%;}

/*-------------------------------------------------------------------------------------*
 *  특별한                                                                             *
 *-------------------------------------------------------------------------------------*/
/* top ▲ */
.go-top {position:fixed; display:block; width:63px; height:63px; line-height:63px; text-align:center; font-size:40px; bottom:-10%; right:20px; z-index:999; font-size:20px;background-color:#28ffbb;border-radius:100%;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
background-image:url(/image/top_icon.png);
background-position:center;
background-repeat:no-repeat;
background-size:auto;
}
.go-top.show{bottom:100px;}

.your-class_slide_pc{max-width:1920px; margin:0 auto;}
.class_slide_pc img{width:100%!important;}

/* 스포츠 */
.sporst_box {width:100%; float:left; padding:1px 1px; background:#e0e0e5;}
.swiper-slide{padding:10px 20px 10px; background:#f2f2f7; text-align:center;}
.swiper-slide:hover{background:#ffffff;}
.swiper-slide a{display:block;}

.sporst_more {min-width:20px; background:#5837ff; border:1px solid #5837ff; color:#ffffff; border-radius:3px; position:absolute; left:50%; margin-left:8px; top:0px; text-align:center; font-size:12px; font-weight:500; padding:0 2px 0 2px;}

.sporst_box.t{display:none;}
.sporst_box.m{display:none;}

/* 하단메뉴 */
.m_fix_menu{position:fixed; width:100%; bottom:0px; display:none; z-index: 999999}
.swiper-container-menu{box-shadow:2px 0 15px rgba(0,0,0,0.1);}
.swiper-container-menu .swiper-wrapper{display:flex;justify-content:center;align-items:center;}
.swiper-container-menu .swiper-slide{width:33.3%;background:linear-gradient(#222222 0%, #222222 100%); padding:10px 0 10px 0; opacity:1;}
.swiper-container-menu .swiper-slide a{display:block; /*font-family:'EsaManru';*/ font-weight:600; font-size:15px; color:#fff; letter-spacing:-1pt; white-space:nowrap;}
.swiper-container-menu .swiper-slide a img{width:22px; margin:0 5px 0 0;}

/* 가놀머니 */
.radio_box{width:100%; display:flex; justify-content: flex-start;}
.fix_1{display:none;}
.fix_1 + label{display:inline-block; width:19.5%; margin:0.2%; height:44px; line-height:44px; overflow:hidden; text-align:center; border-radius:3px; border:2px solid #888888; /*font-family:'EsaManru';*/ font-weight:300; font-size:18px; color:#888888; transition:all 0.3s;}
.fix_1 + label:hover{border:2px solid #5837ff; color:#5837ff;}
.fix_1:checked + label{border:2px solid #5837ff; color:#5837ff;}

/* 정보수정 내정보 */
.my_info{line-height:60px; /*font-family:'EsaManru';*/ font-weight:300; font-size:18px; color:#888888; padding:0 10px 0 10px;}

/* 정보수정 내이미지 */
.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0;
}

.filebox label {
  display: inline-block;
  padding: .5em .75em;
  color: #ffffff;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background:#5837ff; border:1px solid #5837ff;
  cursor: pointer;
  border: none;
  border-radius: 0;
}

/* named upload */
.filebox .upload-name {
  display: inline-block;
  padding: .5em .75em;  /* label의 패딩값과 일치 */
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #f2f2f7;
  border: 1px solid #f2f2f7;
  border-radius: 0;
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}

/* imaged preview */
.filebox .upload-display {  /* 이미지가 표시될 지역 */
  margin-bottom: 5px;
}

@media(min-width: 768px) { 
  .filebox .upload-display {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
  }
}

.filebox .upload-thumb-wrap {  /* 추가될 이미지를 감싸는 요소 */
  display: inline-block;
  width: 54px;
  padding: 2px;
  vertical-align: middle;
  border: 1px solid #212121;
  border-radius: 0;
  background-color: #141414;
}

.filebox .upload-display img {  /* 추가될 이미지 */
  display: block;
  max-width: 100%;
  width: 100% \9;
  height: auto;
}

/* 포인트 */
.point01{background:#ff005a; color:#ffffff; display:flex; justify-content: center; align-items: center; width:25px; height:25px; margin:0 2px 0 0; border-radius:0px; font-weight:700;}
.point02{background:#008aff; color:#ffffff; display:flex; justify-content: center; align-items: center; width:25px; height:25px; margin:0 2px 0 0; border-radius:0px; font-weight:700;}

/* 모바일메뉴 */
.m_gnb{float:left; width:100%; height:50px; display:none; overflow:hidden;}
.swiper-container-gnb{}
.swiper-container-gnb .swiper-wrapper{display:flex;}
.swiper-container-gnb .swiper-slide{width:25%; background:#28ffbb; padding:0;}
.swiper-container-gnb .swiper-slide a{display:block; line-height:50px; /*font-family:'EsaManru';*/ font-weight:300; font-size:16px; color:#fff; transition:all 0.5s; letter-spacing:-1pt; white-space:nowrap;}
.swiper-container-gnb .swiper-slide a:hover{color:#fff;}

@media screen and (max-width:1890px) {
.sporst_box.pc{display:none;}
.sporst_box.t{display:block;}
}

@media screen and (max-width:1440px) {
.swiper-slide{padding:5px 10px 5px;}
}

@media screen and (max-width:1240px) {
.sporst_box.t{display:none;}
.sporst_box.m{display:block;}
}

@media screen and (max-width:1024px) {
.m_fix_menu{display:block;}
.m_gnb{display:block;}
.fix_1 + label{font-size:14px;}
}

@media screen and (max-width:768px) {
	/* For mobile phones: */
	[class*="col-"] {
		width: 100%;  padding:0 10px 0 10px;
	}
	.go-top{width:45px; height:45px;}
	.go-top img{width:100%;}
	.point_tip{width:100%}
	
	.radio_box{flex-wrap: wrap;}
	.fix_1 + label{width:32.8%; font-size:12px; line-height:44px; letter-spacing:0pt;}
	
	.swiper-container-gnb .swiper-slide a{font-size:14px; line-height:44px; letter-spacing:0pt;}
	.swiper-container-menu .swiper-slide a{font-size:14px; letter-spacing:0pt; height: 40px;line-height: 30px;}
	.swiper-container-menu .swiper-slide a img{margin:0 2px 0 0;}
	.swiper-slide a img{width:40px}
	
	.my_info{font-size:14px; line-height:40px;}
	.point01,.point02{width:20px; height:20px;}
	
	
}

@media screen and (max-width:375px) {
}

/*-------------------------------------------------------------------------------------*
 *  23년1월 추가                                                                          *
 *-------------------------------------------------------------------------------------*/
.sub08_img{float:left; width:100%; text-align:center; padding:0 0 20px 0; margin:0 0 10px 0; border-bottom: 1px solid #5837ff; transition:all 0.5s;}
.sub08_img img{max-width:1645px; width:100%; transition:all 0.5s;}
.sub08_active a{color:#ffe400 !important; font-weight:500;}

.hot .team1_team{color:#5837ff;}
.hot .team2_team{color:#5837ff;}

.banner_wrap{float:left; width:100%;}
.banner_box{float:left; width:100%;}
.banner_box li{float:left; width:49%; margin:0 2% 0 0;}
.banner_box li:nth-child(2n){margin:0;}
.banner_box li a{display:block;}
.banner_box li a img{width:100%; transition:all 0.5s;}

@media screen and (max-width:1024px) {
.sub08_active a{color:#ff007e !important; font-weight:500;}
}

@media screen and (max-width:375px) {
.banner_box li{width:100%; margin:0 0 0.5% 0;}	
}

 /* 웹진형 게시판 */
.board_list{float:left; width:100%; margin:10px 0 0 0; display:flex; padding-top:20px;  background:#ffffff; border:1px solid #e0e0e5; transition:all 0.5s;}
/*.board_list:hover{border:1px solid #5f00e1;}*/
.board_list>a{width:100%; display:flex; transition:all 0.5s;}


.board_list_l{float:left; width:250px; display: flex; align-items: center; overflow:hidden; transition:all 0.5s;}
.board_list_img{float:left; width:100%; background:#adadad; overflow:hidden; position:relative; height:0; padding-bottom:56.25%; transition:all 0.5s;}
.board_list_img img{position:absolute; top:0; left:0; width:100%; height:100%;}

.board_list_r{width:calc(100% - 400px); padding:10px 20px; display: flex; flex-direction: column; justify-content: center; transition:all 0.5s;}
.board_title1{/*font-family:'EsaManru';*/ font-weight:500; font-size:18px; color:#545454; transition:all 0.5s;}
.board_title2{/*font-family:'EsaManru';*/ font-weight:300; font-size:16px; color:#707070; transition:all 0.5s;}
.board_view{padding:7px 0px; display:flex; align-items:center; /*font-family:'EsaManru';*/ font-weight:500; font-size:12px; color:#707070; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.board_text{/*font-family:'EsaManru';*/ font-weight:300; font-size:14px; color:#8a8a8a; transition:all 0.5s; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.board_po       {background:#f2f2f7; border:1px solid #e0e0e5; color:#3b289b; padding:5px 3px 3px 3px; line-height:12px; text-align:center; display:inline-block;  font-size:12px; margin:0 5px 0 0; font-weight:300;}

.boardfont01{color:#ff00a9;}

.board_list_btn{float:right; width:150px; display: flex; align-items: center; overflow:hidden; transition:all 0.5s; justify-content: center; padding:0 10px;}
.board_list_btn button{border:none; padding:0; margin:0; cursor:pointer; width:100%; height:40px; line-height:40px; background:#8863ff; border:1px solid #8863ff; /*font-family:'EsaManru';*/ font-weight:300; font-size:14px; color:#ffffff;}
.board_list_btn button:hover{background:#b090da;}
@media screen and (max-width:1440px) {
	.board_list_r{padding:10px 10px;}
	.board_title1{font-size:16px;}
	.board_title2{font-size:14px;}
	.board_text{font-size:12px;}
	.board_list_title{font-size:16px;}
	
	.board_list{padding:5px; overflow: hidden;}
	.board_list a{/*flex-direction: column;*/justify-content:flex-start;}
	.board_list_l{width:100%; padding:10px 40px;}
	.board_list_r{width:100%;}
	.board_list_btn{width:100%;}
	
	.board_list{width:49.5%; margin:0 1% 1% 0;}
	.board_list:nth-child(2n){margin:0 0 1% 0;}	
}



@media screen and (max-width:1240px) {

	
}

@media screen and (max-width:768px) {
	
	.board_list{padding:0px;}
}

@media screen and (max-width:520px) {
	.board_list{width:100%; margin:10px 0 0 0;}
	.board_list:nth-child(2n){margin:10px 0 0 0;}	
}
/*-------------------------------------------------------------------------------------*
 *  23년7월 추가                                                                        *
 *-------------------------------------------------------------------------------------*/
.m_gnb{position:relative;}
.m_gnb_scroll{position:absolute; right:0; top:12px; z-index:999;}

.m_gnb_scroll span {position: absolute; top: 0; left: 0; width: 16px; height: 16px; margin-left: -12px; border-right: 2px solid #333333; border-bottom: 2px solid #333333; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-animation: sdb 2s infinite; animation: sdb 2s infinite; opacity: 0; box-sizing: border-box;}
.m_gnb_scroll span:nth-of-type(1) {left:-16px;-webkit-animation-delay: 0.3s; animation-delay: 0.3s;}
.m_gnb_scroll span:nth-of-type(2) {left:-32px; -webkit-animation-delay: 0.15s; animation-delay: 0.15s;}
.m_gnb_scroll span:nth-of-type(3) {left:-48px; -webkit-animation-delay: 0s; animation-delay: 0s;}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.mgb_20{margin-bottom:20px;}
.subject2{width:100%; margin:5px 0 0 0; font-size:14px; color:#707070; max-width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.play_list{overflow:hidden;}
.play_containner{overflow:visible;}
.play_containner .swiper-slide{padding:0; text-align:left; background:none;}
.badge1{position:absolute; right:5px; top:5px; z-index:1; width:30px; height:30px; line-height:30px; text-align:center; font-size:13px; border-radius:30px; box-shadow:1px 0 5px rgba(0,0,0,0.5); overflow:hidden; transition:all 0.3s;}
.badge_bg1{background:#5837ff; color:#ffffff; font-weight:400;}
.badge_bg2{background:#fff600; color:#000000; font-weight:400;}
.badge_bg3{background:#ff007e; color:#ffffff; font-weight:400;}
@media screen and (max-width:768px) {
    .subject2{font-size:10px;}
}

/*-------------------------------------------------------------------------------------*
 *  23년8월 추가                                                                        *
 *-------------------------------------------------------------------------------------*/
.sport_hl_title{position:relative;}
.sport_hl_btn{display:inline-block; position:absolute; right:0; top:0; float:right; padding:0 10px; height:36px; line-height:36px; background:#28ffbb; border:1px solid #28ffbb; /*font-family:'EsaManru';*/ font-weight:300; font-size:14px; color:#000000;width: 80px;text-align:center;}
/*.sport_hl_btn:hover{background:#b090da;}*/

@media screen and (max-width:520px) {
	.sport_hl_btn{padding:0 5px; font-size:12px;}
}



.ck .ck-widget.ck-widget_selected, .ck .ck-widget.ck-widget_selected:hover {
	outline: none !important;
}

.ck.ck-editor__editable a span.image-inline:after, .ck.ck-editor__editable figure.image > a:after {
	background: none !important;
}

.popup_wrap_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
	background: rgb(0,0,0,0.7);
	top:65px;
}

.popup_wrap {
	position: absolute;
	top: 150px;
	/*width: 90%;*/
	/*left: calc(50% - 150px);*/
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}

.popup {
	position: relative;
	width: 330px;
	display: block;
	margin: auto;
}

	.popup img {
		width: 330px !important;
		height: 440px !important;
		border-radius: 30px;
	}

	.popup .close {
		position: relative;
		width: 100%;
		height: 40px;
		/* background: #000; */
		color: #000;
		opacity: 1;
		/* padding-top: 10px; */
		line-height: 40px;
		font-size: 15px;
		margin-bottom: 10px;
	}

		.popup .close span {
			padding-left: 5px;
		}

			.popup .close span:hover {
				/*background-color: #fff !important;*/
			}

.livepcad {
	width: 100%;
	max-width: 1040px;
	height: 605px;
	padding: 12.8px 15px 0 15px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.5s;
}

	.livepcad > .hd_pops_reject1 {
		position: absolute;
		bottom: 50px;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		font-size: 15px;
		background: #333;
		color: #fff;
		border-radius: 20px;
		padding: 2px 30px;
		font-weight: 600;
		cursor: pointer;
		line-height: 36px;
	}

	.livepcad > div:nth-child(1) {
		overflow: hidden;
		width: 990px;
		height: 480px;
		margin: 10px;
		transition: all 0.5s;
	}

	.livepcad > div > a > img {
		transition: all 0.5s;
	}

	.livepcad:hover > div > a > img {
		transform: scale(1.08);
	}

.livepcad {
	display: none;
}

.livemad, .popup_wrap_bg {
	display: none !important;
}

@media (max-width: 768px) {
	.popup_wrap {
		top: 50px;
	}

	.popup {
	}

}


@media (max-width: 1400px) {
	.livepcad {
		display: none !important;
	}

	.livemad, .popup_wrap_bg {
		display: unset !important;
	}
}