@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css);
* { font-family: "Nanum Gothic","S-Core", sans-serif; }
@font-face {
	font-family: 'Hamony';
	font-weight:600;
	src: url('../../assets/fonts/ha-B.woff') format('woff');
}
@font-face {
	font-family: 'Hamony';
	font-weight:400;
	src: url('../../assets/fonts/ha-M.woff') format('woff');
}
@font-face {
	font-family: 'Hamony';
	font-weight:200;
	src: url('../../assets/fonts/ha-L.woff') format('woff');
}

*{
	font-family:'NanumSquare';
	letter-spacing:-1px;
}
ul{
	padding:0;
}
li{
	list-style:none;
}

.boxed.wrapper .at-body .at-container{
	background:#f7f6f7;
}
/*custom*/
.backbg{
	margin-top: 50px;
}
.bottom-menu{
	width:100%;
	height:40px;
	background:url(../../assets/img/bottom-menu-bg.png) no-repeat;
	background-color:#323232;
	position:relative;
}
.loginbg{
	background:#431b88;
	padding: 20px;
	height: 320px;
}
.pull-left,
.pull-right{
	padding:0 !important;
}
.view-wrap .wr-notice{
	font-size:16px;
	padding:10px 20px;
	background:#2a91cc;
	border-radius:5px;
	margin-right:20px;
	color:#fff;
}
.customer img{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.row{
	margin-left:0;
	margin-right:0;
}
.row.top-b{
	background:#fff;
}
#notice-area{
	position:relative;
	display:flex;
	width: 800px;
	position:relative;
}
#notice-t{
	width: 50%;
	line-height: 40px;
	font-size: 15px;
	color:#fff;
}
#notice-area .basic-post-list{
	width:100%;
}
#rol-notice {
	width: 100%;
	position:relative;
	padding:0;
}
#rol-notice li{
	display:block;
	margin-left:0;
	width:100%;
}
#rol-notice li a{
	width: 100%;
	display:block;
	display:flex;
}
#rol-notice p{
	color:#fff;
	text-align:left;
	font-size: 14px;
	line-height: 40px;
	width: 80%;
}
#rol-notice span{
	color:#aaa;
	line-height: 40px;
	width:20%;
	margin-right: 30px;
}
#rol-notice span.wr-new,
#rol-notice span.lightgray{
	width: 20px;
	height: 20px;
	margin-top: 13px;
	margin-right:10px;
}
#rol-notice span.lightgray{
	margin-top:0;
}
#notice-area .basic-post-list,  #notice-area  .basic-post-list p{
		margin-bottom: 0 !important;
		line-height:40px !important;
		height:40px !important;
	}
    #notice-area .basic-post-list span{
		heighte:40px !important;
		line-height: 40px !important;
	}
.rolling-notice{
	position:relative;
	height:50px;
	width:100%;
}
.swiper-button-prev,
.swiper-button-next{
	position:absolute;
	height: 40px;
	line-height: 40px;
	top:22px;
	display:none;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size:11px;
	color: #fff;
	line-height: 40px !important;
	font-weight:900;
}
.swiper-button-prev{
	left: 90%;
}
.top1{
	display:none;
}
.top1.active{
	display:block;
}
.posb ul{
	padding:0;
	width: 100%;
	position:relative;
    height: 35px;
	margin-top: 0px;
	border-bottom: 1px solid #431b88;
}
.meu{
	position: absolute;
	right:300px;
	top:0;
}
.meu ul li{
	float:left;
	margin-top:10px;
	color:#fff;
}
.meu ul li a{
	color:#fff;
	margin-left: 20px;
}
.meu ul li button{
	background:#e73d51;
	color:#fef0a0;
	border:0;
	height:20px;
	padding: 0 10px;
	margin-left: 10px;
}
.cscneter.mo,
.mo{
	display: none !important;
}

.posb ul li{
	list-style:none;
	float:left;
	width: 33.3%;
	height: 30px;
	text-align:center;
	background:#ebebeb;
	border-top:1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom:1px solid #431b88;
	line-height: 30px;
	margin-top: 5px;
	cursor:pointer;
	margin-bottom:-1px;
	z-index:1000;
	position:relative;
	font-size:14px;
}
.posb ul li.active{
	background:#fff;
	height: 35px;
	margin-top:0;
	font-size: 16px;
	color:#431b88;
	line-height: 35px;
	border-left: 1px solid #431b88;
	border-right:1px solid #431b88;
	border-top: 1px solid #431b88;
	border-bottom: 1px solid #fff;
	font-weight:800;
	margin-bottom:-1px;
	z-index:1000;
	position:relative;
}
.posb ul li.active:before{
	position:absolute;
	width: 100%;
	height: 1px;
	background:#fff;
	left:0;
	bottom:-1px;
	content:'';
	z-index:1000;
}
.title-bnt{
	font-size:21px;
	margin-top: 5px;	
	margin-bottom: 20px;
	font-weight: 900;
}
.bottom-menu .right-menu ul li{
	display:inline-block;
	position: absolute;
	right:0;
	top:0;
	margin-top: 10px;
}

.bottom-menu .right-menu ul li a{
	font-size: 14px;
	color:#8b8b8b;
	padding: 0 10px;
	position:relative;
	display: inline-block;
}
.bottom-menu .right-menu ul li a:before{
	content:'';
	width:1px;
	height: 10px;
	background:#fff;
	position:absolute;
	top:5px;
	right:0;
}
.bottom-menu .right-menu ul li a:last-child:before{
	display:none;
}
.toto-sce1{
	border-right: 1px dashed #ddd;
	margin-top: 30px;
	height: 290px;
}
.toto-sce2{
	margin-top: 30px;
	height: 290px;
	
}
.cscneter{
	display:flex;
	border-bottom:1px solid #ddd;
	border-top: 1px solid #ddd;
	box-sizing:border-box;
	height:80px;
	overflow:hidden;
}
.cs1, .cs2{
	width: 50%;
}
.cs2{
	background:#fff;
	padding: 15px;
}
.cs2 .events{
	display: flex;
}
.cs2 .events #title-sv{
	font-size: 18px;
	font-weight:800;
	line-height: 18px;
}
.cs2 .events #title-sv span{
	display: block;
	color:#8645e9;
}
.customer{
	position:relative;
	overflow:hidden;
	height: 80px;
	background:#e4e3e3;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}
.cs1{
	background:#f4f1f1;
	text-align: center;
	height: 80px;
}
.cs1 img{
	height: 100%;
}
.ads-box {
	padding: 40px;
}
.ads-box ul{
	padding:5px;
	overflow:hidden; 
	position: relative;
	background:#f5f5f5;
	border-radius: 10px;
}
.ads-box ul li{
	width: 25%;
	float:left;
	list-style: none;
	padding: 5px;
}
.ads-box ul li a{
	display:inline-block;
	overflow:hidden;
	border-radius: 5px;
	width: 100%;
}
.ads-box ul li .top{
	background:linear-gradient(to right, #37c5eb,#143757,#c21d1d);
	display: flex;
	height: 30px;
	
}
.ads-box ul li .top h5{
	font-size: 14px;
	color:#fff;
	margin-left: 10px;
	width: 50%;
}
.ads-box ul li .top span{
	width:50%;
	text-align:right;
	margin-right: 10px;
	line-height: 35px;
	font-size: 11px;
	color:#fff;
}
.ads-box .thumb-tot1{
	height: 170px;
	overflow: hidden;
	position:relative;
}
.ads-box .thumb-tot1 img{
	position: absolute;
	left: 50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.hantoto-section{
	background:url(../../assets/img/hantoto-bg1.png) no-repeat;
	background-size: cover;
	background-position: center;
	width: 95%;
	margin:0 2.5%;
	border-radius: 10px;
	padding: 40px;
	margin-bottom: 40px;
}
.hantoto-section h3{
	font-size: 36px;
	text-align:center;
	padding-top: 40px;
	font-weight:800;
	background: linear-gradient(to right, #f0d5a6,#f0d5a6,#f0d5a6,#f0d5a6, #825a26,#f0d5a6,#f0d5a6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hantoto-section h5{
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	line-height: 30px;
	background: linear-gradient(to right, #f0d5a6,#f0d5a6,#f0d5a6,#f0d5a6, #825a26,#f0d5a6,#f0d5a6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.trns{
	border-radius: 10px;
	border: 2px solid #262426;
	background:#151515;
	padding: 20px;
}
.trns h6{
	text-align: center;
	padding: 5px;
	font-size: 24px;
	background: linear-gradient(to right, #f0d5a6,#f0d5a6,#f0d5a6,#f0d5a6, #825a26,#f0d5a6,#f0d5a6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.trns ul{
	padding:0;
}
.trns ul li{
	list-style:none;
	color:#fff;
	word-break:keep-all;
	margin-bottom: 20px;
}
.best-cont,
.best-rank{
	width: 90%;
	margin:0 5%;
	border:1px solid #ddd;
	margin-top: 50px;
	background:#fff;
}
.best-cont .bad1 ul {
	display:block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding:0;
}
.best-cont .bad1 ul li{
	float:left;
	list-style:none;
	width: 50%;
	text-align:center;
	height: 80px;
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
	font-size: 14px;
	border-right: 1px solid #ddd;
	cursor:pointer;
}
.best-cont .bad1 ul li:last-child{
	border-right:0;
}
.best-cont .bad1 ul li.active{
	background:url(../../assets/img/dotbg.png);
	color:#fff;
	
}
.best-cont .bad1 ul li .count{
	display: block;
	padding: 5px;
	background:#676666;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 20px;
	font-size: 12px;
	color:#fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.best-cont .bad1 ul li.active .count{
	background:#c56dfa;
}
.best-cont .widget{
	display: none;
	padding: 20px;
}
.best-cont .widget.active{
	display: block;
}
.bad2 ul{
	position:relative;
	overflow: hidden;
	width: 100%;
	padding:0;
}
.bad2 ul li{
	float:left;
	list-style: none;
	width: 50%;
	text-align: center;
	font-size: 16px;
	position:relative;
	height: 50px;
	line-height: 50px;
	cursor:pointer;
}
.bad2 ul li.active{
	color:#8529b8;
}
.bad2 ul li.active:before{
	position: absolute;
	width: 80%;
	height: 2px;
	left: 50%;
	top:0;
	transform:translate(-50%);
	display:block;
	content:'';
	background:#8529b8;
}
.best-rank .widget{
	display: none;
}
.best-rank .widget.active{
	display: block;
	
}
.best-rank .widget-basic-member-list ul li{
	padding: 15px 20px;
	height:50px;
	position:relative;
}
.best-rank .widget-basic-member-list ul li .count{
	color:#aaa;
	font-size:14px;
}
.best-rank .widget-basic-member-list ul li:first-child{
	background:url(../../assets/img/dotbg.png);
	height: 50px;
	line-height:0px;
	font-size: 16px;
	padding:7px 20px;
}
.best-rank .widget-basic-member-list ul li:nth-child(2n-1){
	background-color:#f1f0f0;
}
.best-rank .widget-basic-member-list ul li:first-child .count,
.best-rank .widget-basic-member-list ul li:first-child .member{
	color:#fff;
	line-height: 40px;
	
}
.best-rank .widget-basic-member-list ul li:nth-child(2n){
	background:#fff;
	border-bottom: 1px solid #ddd;
}
.board-list{
	padding: 20px;
}
.totosite .top-banner,
.mtview .top-banner,
.sportsanal .top-banner,
.list-ve .top-banner{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom:30px;
}
.totosite .top-banner img,
.mtview .top-banner img,
.sportsanal .top-banner img,
.list-ve .top-banner img{
	width: 100%;
}
.list-wrap{
	margin-top: 20px;
}
.list-item{
	background:#fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	padding: 10px;
	border: 1px solid #eee;
}
.list-item .img-item{
	border-radius: 10px;
	
}
.list-item .img-item img{
	height: 100%;
	width: auto;
}
.content-list{
	margin-top: 10px;
	
}
.site-info{
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #ddd;
	
}
.site-info ul {
	overflow: hidden;
	width:100%;
	position:relative;
	margin-bottom:0;
}
.site-info ul li{
	float:left;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.site-info ul li.t{
	width: 35%;
	text-align:center;
	color:#fff;
	background:#323432;
}
.site-info ul li.c{
	width: 65%;
	text-align: center;
	font-size: 15px;
}
.button-bs ul{
	width: 100%;
	display:block;
	position:relative;
	overflow: hidden;
	margin-top: 20px;
}
#sidebar-box .sidebar-wing{
	position:absolute;
	right:0 !important;
	left:95%;
	top:20px;
}
.button-bs ul li{
	float: left;
	width: 49%;
	text-align:center;
	height: 40px;
	border-radius:10px;
	border: 1px solid #666;
	line-height: 40px;
	font-size: 16px;
}
.button-bs ul li:first-child{
	height: 40px;
	border-radius:10px;
	background:linear-gradient(to bottom,#d1d2d2,#edeced,#bfbfbf);
	border:0;
	line-height: 40px;
	font-size: 16px;
	margin-right: 2%;
}
.button-bs ul li:last-child{
	background:linear-gradient(to bottom, #5733fb, #9833ea);
	border:0;
	color:#fff;
}
.button-bs ul li:last-child a{
	color:#fff;
}
.widget-box .post-content{
	text-align: center;
}
.widget-box .basic-post-gallery{
	padding: 20px;
	font-size: 16px;
}
.row .title h3{
	text-align: center;
	font-size: 36px;
	display: inline-block;
	position:relative;
	z-index:1000;
	background:#f7f6f7;
	padding:0 20px;
	font-weight: 900;
	
	
}
.basic-post-gallery .post-text{
	color:#000 !important;
	font-weight: 600;
	margin-top:0;
}
.row .title{
	width: 95%;
	position: relative;
	text-align:center;
	margin: 0 2.5%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.row .title:before{
	width: 100%;
	height: 1px;
	position: absolute;
	left:0;
	top:50%;
	content:'';
	background:#000;
}
.row .title h3 span{
	color:#7635fb;
}
.content-list .mv{
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
.content-list .mv li{
    float: left;
	width: 33.3%;
	text-align: center;
}
.button-bs.mtview li{
	width: 100%;
}
.nav-right {
	position:relative;
}
.nav-right .header-search input[type=text]{
	width: 100%;
	height: 45px;
	background:#5c5d5d;
	border:0;
	color:#fff;
}
.nav-right .header-search input[type=text]::placeholder{
	color:#fff;
}
.nav-right .header-search .input-group-btn{
	position: absolute;
	right:0;
	width: 35px;
}
.nav-right .header-search .input-group{
	width: 100%;
}
.pc-menu .nav-rw{
	width: 300px;
}
.nav-right .header-search .input-group-btn button{
	right:0;
	background:none;
	z-index:100;
	width: 35px;
	color:#fff;
}


.list-ve .table.list-pc th{
	background:#f3f6ff !important;
	height: 50px;
	font-size: 15px;
	color:#183492;
	border-top: 1px solid #4566b5 !important;
	text-align: center;
}
.list-ve .table.list-pc th a{
	color:#183492;
}
.list-ve .table.list-pc tbody td{
	 text-align: center; 
	font-size: 15px;
	height: 50px;
}
.list-ve{
	background:#fff;
}
.basic-outlogin .logint{
	font-size: 30px;
	color:#fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.basic-outlogin .auto{
	color:#9d989e;
	font-size:14px;
	margin-bottom: 20px;
	
}
.basic-outlogin .auto label input{
	vertical-align: middle;
	margin:0;
	width: 20px;
	height: 20px;
}
.login-se{
	display: flex;
}
.login-se .input-field{
	width: 70%;
	overflow: hidden;
	border-radius: 10px;
	border:1px solid #7456a6;;
}
.login-se .input-field input{
	background:none;
	border:0;
	height: 50px;
	font-size: 16px;
	color:#fff;
}
.login-se .input-field input[type=text]{
	border-bottom:1px solid  #7456a6;;
}
.login-se .input-field input[type=text]::placeholder,
.login-se .input-field input[type=password]::placeholder{
	color:#ad9bcb;
}
.login-se .input-field input[type=text]:focus,
.login-se .input-field input[type=password]:focus{
	background:#301069;
}
.btn-field{
	width:30%;
	padding-left:10px;
}
.btn-field button{
	width: 100% !important;
	height: 100%;
	background:#8645e9 !important;
	border-radius: 10px !important;
	font-size: 18px !important;
}
.bottom-btn{
	text-align:left;;
	margin-top: 40px;
}
.bottom-btn a {
	font-size:14px;
	margin: 0 10px;
}
.bottom-btn a span{
	color:#fff;
}
.basic-outlogin .profile.logged h3{
	color:#fff;
}
.basic-outlogin .profile.logged .text-muted{
	color:#ffffffaa;
}
.basic-outlogin .text-muted.logged a,
.basic-outlogin .login-line.logged a,
.basic-outlogin .login-line.logged .text-muted{
	color:#ffffffaa;
	font-size: 13px;
}
.logoutbtn{
	background:#8745e9 !important;
	height: 50px;
	padding:0;
	font-size: 16px;
	line-height: 50px;
	border-radius: 10px !important;
	margin-top: 30px;
}
.view-wrap,
.write-wrap{
	background:#fff;
	padding: 20px;
}
.basic-post-list ul li{
	font-size: 14px;
	line-height: 24px;
}
.input-sm, .form-horizontal .form-group-sm .form-control{
	height: 50px;
	border:0;
	font-size: 16px;
	background:#f5f5f5;
}
.input-group-addon{
	border:0;
}
.btn.btn-black{
	background:#421a87;
	font-size: 16px;
	padding:10px 15px;
	border-radius:12px !important;
	margin: 5px;
}
.btn.btn-color{
	font-size: 16px;
	padding:10px 15px;
	border-radius: 10px !important;
	margin: 5px;
}
form .btn.btn-color{
	padding: 10px !important;
	border-radius: 10px !important;
	
}
.form-group,
.btn-group{
	overflow: hidden;
	border-radius: 10px;
	text-align: right;
}
.pagination>li>a, .pagination>li>span{
	border:0;
	font-size: 16px;
	border-radius: 30px !important; 
	margin: 0 5px;
	display: inline-block;
	height: 30px;
	width: 30px;
}
.pagination li.active a{
	background:#5d21aa !important;
}
.at-title{
	display: none;
}
.pc-menu .nav-top.nav-both .menu-a{
	font-size: 18px;
	padding:0 25px;
	color:#333;
	
}
.pc-menu .nav-top.nav-both .menu-li .menu-a{
	position:relative !important;
	font-family:'Hamony' !important;
	font-weight:400;
}
 
.pc-menu .nav-top{
	background:#fff;
}
.pc-menu .nav-top.nav-both .menu-ul{
	width: auto;
}
.pc-menu .nav-top.nav-both .menu-li{
	/* padding: 0 20px; */
}
.pc-menu .nav-top .menu-li .menu-a:after{
	right:-20px;
}

.best-rank .widget-basic-member-list ul li:first-child .imgsd,
.best-rank .widget-basic-member-list ul li:nth-child(2) .imgsd,
.best-rank .widget-basic-member-list ul li:nth-child(3) .imgsd{
	background:url(../../assets/img/point-star1.png) no-repeat;
	background-size:contain;
}

.best-rank .widget-basic-member-list ul li .imgsd{
	width:20px;
	height:20px;
	position:absolute;
	right:140px;
	background:url(../../assets/img/point-star2.png) no-repeat;
	background-size:contain;
	top:15px;
}
.panel-heading{
	background:none !important;
	border:0;
	position:relative;
	border-bottom:1px solid #ddd;
}
.panel-heading .img1{
	width: 20px;
	height: 20px;
	display: inline-block;
	background:url(../../assets/img/view-icon1.jpg) no-repeat;
	background-size: contain;
	vertical-align:middle;
}
.panel-heading .img2{
	width: 20px;
	height: 20px;
	display: inline-block;
	background:url(../../assets/img/view-icon2.jpg) no-repeat;
	background-size: contain;
	vertical-align:middle;
}

.panel-heading .img3{
	width: 20px;
	height: 20px;
	display: inline-block;
	background:url(../../assets/img/view-icon3.jpg) no-repeat;
	background-size: contain;
	vertical-align:middle;
}
.datevw{
	display:flex;
	position:absolute;right:0;
	top:10px;
}
.datevw .date-gm{
	margin-left:20px;
}
.panel{
	border:0;
}
.panel.panel-default{
	font-size: 14px;
}
.panel>.list-group a{
	padding: 20px;
	background:#fafafa;
}

.table-settng > ul{
	display:flex;
	width: 100%;
	margin-bottom:0;
}
.table-settng{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
	border-radius: 20px;
	border:1px solid #ddd;
}
.table-settng > ul > li.tit{
	width: 20%;
	height: 50px;
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
	background:#555;
	color:#fff;
	border-bottom:1px solid #2b2b2b;
}
.table-settng > ul > li.cont{
	font-size:16px;
	width:80%;
	padding: 10px 0px;
	padding-left: 10px;
	border-bottom:1px solid #cacaca;
}
.view-content{
	font-size: 16px;
	margin-top: 40px;
	margin-bottom:40px;
}
.orangered, i.orangered{
	font-size: 14px;
	color:#ffffff;
	padding: 3px;
	border-radius: 10px;
	background:#8645e9;
}
.bottom-menu .right-menu ul li a:hover{
	color:#fffc00;
}
.pc-menu .nav-top .sub-1div{
	border:0;
}
.pc-menu .nav-top .sub-1div::before{
	display:none !important;
} 
.pc-menu .nav-top .sub-1da{
	background:#431b88;
	font-size: 16px;
	padding:10px 20px;
	border:0;
	color:#fff;
}
.ui-datepicker{
	z-index: 100 !important;
}
.mtview .list-wrap .list-row{
	width: 100% !important;
	
}
.mtview .list-wrap .list-row .list-item{
	display:flex;
	margin-bottom: 20px;
}
.mtview .list-wrap .list-row .list-item .imgframe{
	width: 45%;
	padding: 10px;
}
.mtview .list-wrap .list-row .list-item .content-list{
	width:66.7%;
	position:relative;
	overflow: hidden;
}
.mtview .list-wrap .list-row .list-item .content-list .mv{
	width:70%;
	float:left;
	background:#f8f6f5;
	height: 50px;
	line-height: 50px;
	border-radius: 10px 0px 0px 10px;
}
.mtview .list-wrap .list-row .list-item .content-list .button-bs{
	width:30%;
	float:right;
}
.mtview .list-wrap .list-row .list-item .content-list .button-bs li{
	border-radius:0px 10px 10px 0px;
	height: 50px;
	line-height: 50px;
	background:linear-gradient(to bottom, #5b33fa,#8233f0);
}
.mv-mo{
	display:none;
}

.at-footer{
	background:#000;
 
	margin-bottom: 100px;
}
.pc-header .at-container{
	height: 137px;
}
.pc-header .header-logo{
	height: 80px;
	margin-top: 20px;
}
.pc-header .header-logo a{
	display:block;
	height: 80px;
}
.pc-header .header-logo img{
	height: 80px;
	max-height:none;
}
.list-wrap .wr-notice{
	background:none;
	background:#4566b5;
	color:#fff;
	border-radius: 4px;
	height: auto;
	padding: 5px 10px;
	width: auto;
}
.list-wrap .wr-notice:before{
	content:'';
	font-size: 14px;
}
.slick-dots{
	display:none !important;
}

.indicaotr{
	display:flex;
}
.event-area{
	width: 280px;
	margin-left: 10px;
}
.indicaotr span{
	border:1px solid #ddd;
	display:inline-block;
	height: 15px;
	width: 15px;
	text-align: center;
	line-height:15px;
	cursor:pointer;
}
.nav.nav-tabs{
	background:#5d5c5c;
	border-radius:10px;
	padding:0 !important;
	overflow: hidden;
	margin-bottom: 20px !important;
}
.nav.nav-tabs li{
	margin:0 !important;
	background:none !important;
	border:0 !important;
}
.nav.nav-tabs li a{
	padding:20px 15px !important;
	color:#dadada !important;
	font-size:16px;
	background:none !important;
	border: 0 !important;
	
}

.nav.nav-tabs li.active{
	background:linear-gradient(to right, #cb4190,#0b4ec1) !important;
	border-radius: 10px !important;
}
.div-tab.tabs.trans-top ul.nav-tabs li.active a{
	background:none !important;
	color:#fff !important;
}
.total-count{
	font-size:14px;
}
.total-count b{
	color:#8645e9;
	margin-left:5px;
}
#footer-bg{
	display:flex;
	padding: 50px;
	position:relative;
}
#footer-bg .logo-footer{
    margin-right: 100px;
}
#footer-bg .right-menu{
	position:absolute;
	right: 30px;
}
#footer-bg .right-menu li a{
	background:#403f3f;
	display: inline-block;
	width: 100px !important;
	text-align:center;
	padding: 5px;
	font-size: 16px;
	font-weight:800;
	color:#fff;
	border-radius:5px;
	margin-top:10px;
}
#footer-bg .right-menu li:first-child a{
	background:#a22cb5;
}
.footer-copy{
	color:#727171;
}
#sidebar-box{
	border:0 ;
	width: 320px;
	background:#f4f1f1;
}
#sidebar-box > h3{
	color:#7e28b3;
	font-weight:600;
	padding-left:20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #7e28b3;
}

.mobile-login ul{
	display:flex;
}
.mobile-login ul li{
	width: 50%;
	padding: 5px ;
}

.mobile-login ul li a{
	display:block;
	background:#383839;
	color:#fff;
	border-radius:10px  !important;
	font-size:16px;
	border:0 !important;
	padding: 5px 10px !important;
	
}
.mobile-login ul li:first-child a{
	background:#8229b8;
}
#sidebar-menu{
	display: block !important;
}
.sidebar-icon-tbl,
.div-title-underline-thin,
.sidebar-list{
	display:none !important;
}
.sidebar-menu{
	display:block;
	position:relative;
	overflow: hidden;
}
.sidebar-menu .panel{
	float:left;
	width: 50%;
	text-align: center;
	padding:5px;
}
.sidebar-menu .panel a{
	background:#666;
	color:#fff;
	border-radius: 10px;
	border:2px solid #666;
	padding:10px 0px !important;
}
.sidebar-menu .panel a:hover,
#sidebar-box .sidebar-menu .ca-head.active a{
	color:#8229b8;
	background:#fff;
	border:2px solid #8229b8;
}
.sidebar-menu .panel a:after{
	display:none;
}
.customer-mobile img{
	width:100%;
	border-radius: 10px;
	margin-bottom:10px;
}
#sidebar-box .sidebar-menu .ca-head.active > a{
	color:#8229b8 !important;
}
#sidebar-box .cs2{
	width:100%;
	height: auto;
}
#sidebar-box .cs2 .events{
	display:block;
	width: 100%;
}
#sidebar-box .cs2 .event-area{
	width: 100%;
	margin-left: 0;
}
#sidebar-box .cscneter{
	height: auto;
}
#sidebar-box  .cs2 .events #title-sv{
	margin-bottom:10px;
}
.at-container .at-content{
	padding:20px 250px;
}
.basic-post-list .post-list a{
	font-size: 15px;
	line-height: 29px;
}
.basic-post-list .post-row.mtview2 .basic-post-gallery .post-text{
	color:#fff !importnat;
}
.post-row.mtview2 .ca_name{
	text-align: center;
	height: 40px;
	background:#000;
	color:#fff;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px 5px 0px 0px;
}
.post-row.mtview2 .ca_name.wh{
	background:#3b689f;
}
.post-row.mtview2 .ca_name.red{
	background:#ff4b4c;
}
.post-row.mtview2 .ca_name.green{
	background:#01b04d;
}
.post-row.mtview2 .ca_name.yell{
	background:#ff7907;
}
.post-row.mtview2 .widget-box .post-content{
	background:#aaa;
}
.post-row.mtview2 .post-content{
	background:#455a65;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 0px;
	color:#fff;
}
.post-row.mtview2 .post-content a{
	color:#fff;
	margin-top:5px;
	display:block;
}
.post-row.mtview2 .post-text{
	padding-bottom: 5px;
	font-size: 14px;
	color:#fff !important;
}
.basic-post-gallery .post-subject{
	font-weight:900;
}
.table-responsive .post-row{
	width: 33.3%;
	float:left;
	padding: 5px;
	text-align: center;
}
.table-responsive.mtview-aa{
	overflow:hidden;
	position:relative;
}
.table-responsive.mtview-aa .post-content{
	padding-bottom:10px;
}
.list-subject{
	width:55%;
}
@media all and (max-width:1024px){
	.ads-box ul li{
		width: 33.3%;
		padding: 10px;
	}
	.ads-box ul li a{
		width: 100%;
	}
	.ads-box ul li a img{
		height: 100%;
	}
}
@media all and (max-width:991px){
	.at-container{
		padding:0 10px;
	}
	.responsive .at-body .at-container{
		padding: 0 20px !important;
	}
	.backbg{
		margin-top:0;
	}
	.responsive .m-header{
		background:url(../../assets/img/headerbg.png) no-repeat;
		height: 130px;
		padding-top: 25px;
	}
	.m-header .header-icon a{
		font-size: 30px;

	}
	.responsive .m-menu,
	.m-menu .m-icon, .m-menu .m-list,
	.wrapper,
	.boxed.wrapper .at-body .at-container{
		background:none !important;
	}
	.at-container .at-content{
		padding:20px !important;
	}
	.responsive .m-menu{
		border:0;
	}
	.m-menu .m-icon, .m-menu .m-list{
		border:0 !important;
	}
	.at-container{
		max-width: 100% !important;
	}
	.mo{
		display:block !important;
	}
	.pc{
		display:none;
	}
	.m-menu .m-nav{
		margin:0;
		margin-bottom: 20px;
	}
	.m-menu .m-nav ul{
		transform: translate(0) !important;
	}
		.m-menu .m-nav ul{
			display:block;
			position: relative;
			overflow: hidden;
			width: 100% !important;
		}
	.m-menu .m-nav ul li{
		display:inline-block;
		white-space:normal !important;
		width: 25%;
		float:left;
		height: 50px;
		margin:0 !important;
	}
	.m-menu .m-nav ul{
		margin-top:20px;
	}
	.m-menu .m-nav ul li a{
		display:block;
		background:#656565;
		color:#ccc;
		text-align: center;
		border-radius: 10px;
	}
	.m-menu .m-nav ul li a:hover{
		background:#7e28b3;
		color:#fff;
	}
	.m-menu .m-nav ul li.active a{
		background:#7e28b3;
		color:#fff;
	}
	.row .title h3{
		background:none;
		color:#fff;
	}
	.row .title:before{
		display:none;
	}
	.row.top-b{
		background:none;
	}
	.toto-sce1,
	.toto-sce2{
		background:#fff;
		padding: 20px;
		border-radius: 20px;
	}
	.toto-sce1 .widget-box,
	.toto-sce2 .widget-box{
		border-top: 1px solid #ddd;
		padding-top: 20px;
	}
	#muk-list2 .widget-box{
		background:#fff;
		border-radius: 20px;
	}
	.ads-box{
		padding: 0px;
	}
	.posb ul li{
		background:none;
		border:0;
		font-size: 14px;
		width: auto;
		padding:0 7px;
		padding-bottom: 5px;
		height: auto;
		font-size:18px;
	}
	.posb ul li.active{
		border:0;
		padding: 2px 10px;
		border-bottom: 3px solid #431b88;
		padding-bottom: 5px;
		height: auto;
		font-size: 20px;
	}
	.posb ul{
		margin-bottom:-0;
		height: 45px;
		border-bottom: 2px solid #ddd;
	}
	.title-bnt{
		margin-bottom: 10px;
		color:#431b88;
		position: relative;
	}
	.title-bnt:before{
		display: block;
		content:'';
		position: absolute;
		width:100px;
		height: 2px;
		background:#431b88;
		bottom:-10px;
	}
	.mo .cs2,
	.mo .cs1{
		width: 100%;
		border-radius: 15px;
		border:0;
	}
	.mo .cs1{
		margin-top: 30px;
	}
	.cscneter.mo{
		height: auto;
		border:0;
	}
	.row.best-cont,
	.row.best-rank{
		margin:0;
		margin-top: 30px;
		width:100%;
	}
	.m-header .at-container{
		padding: 0 15px !important;
	}
	#notice-area.mo{
		background-color:#fff !important;
		background:url(../../assets/img/mobile-no-bg.png) no-repeat;
		background-position:center left;
		width: 95%;
		margin:0 auto;
		margin-top:20px;
		overflow: hidden;
		border-radius:5px;
		display:flex!important;
	}
	.basic-post-list,
	.basic-post-list p{
		color:#000 !important;
	}
	.basic-post-list p{
		font-size: 16px !important;
	}
	#notice-t{
		padding-left: 10px !important;
		font-size: 16px;
		margin-top:6px;
		width:  5%;
	}
	.rolling-notice{
		width:70%
	}
	#footer-bg{
		display:block !important;;
	}
	.right-menu{
		position:absolute !important;
		top:0;
		left:20px;
		padding: 20px;
	}
	.right-menu ul{
		display: flex;
		width:100%;
	}
	.right-menu ul li{
		width:50%;
	}
	}
    .right-menu ul li:first-child{
		margin-right:  1%;
	}
	#footer-bg .right-menu li a{
		/* width:100% !important; */
	}
     .logo-footer{
		 margin-top:20px;
		 margin-bottom:20px;
	 }
   
    #rol-notice li{
		line-height:70px;
	}
    
}

@media all and (max-width:768px){
	
}
@media all and (max-width:640px){
	#ads-section .basic-post-gallery{
		background:#fff !important;
		border-radius: 15px;
		margin-right: 0 !important;
	}
	 #notice-area .basic-post-list,  #notice-area  .basic-post-list p{
		margin-bottom: 0 !important;
		line-height:50px !important;
		height:50px !important;
	}
    #notice-area .basic-post-list span{
		heighte:50px !important;
		line-height: 50px !important;
	}
	.mtview .list-wrap .list-row .list-item{
		display:block
	
	}
	.mv-mo{
	    display:block !important;
    }
	.ads-box ul li{
		width: 50%;
		padding: 20px;
	}
	.ads-box ul li a{
		width: 100%;
	}
	.m-menu .m-nav ul li{
		padding: 5px;
	}
	.row .title h3{
		font-size: 30px;
	}
		.mtview .list-wrap .list-row .list-item {
			width:!00%;
			overflow: hidden;
			position:relative;
		}
	.mtview .list-wrap .list-row .list-item .imgframe{
		height:auto;
		width:80%;
		float:left;
	}
	.mtview .list-wrap .list-row .list-item .content-list.mo{
		float:left;
		width: 100%;
	}
	.mv-mo{
		 width: 20%;
		float:left;
		background:#f5f5f5;
		border-radius: 10px;
		text-align:center;
		height:100%;
		padding: 10px;
	}
	.mv-mo li{
		margin-top:40px;
		margin-bottom: 40px;
	}
	.mtview .list-wrap .list-row .list-item .content-list .button-bs li{
		width:100%;
		border-radius: 10px;
	}
	.mtview .list-wrap .list-row .list-item .content-list .button-bs{
		width:100% !important;
		border-radius: 10px;
		
	}
	.board-list{
		padding:0;
	}
	.list-ve{
		background:none;
	}
	.list-ve .list-mobile .media.list-notice,
	.list-ve .list-mobile .media{
		background:none;
		border:0;
		border-bottom:1px solid #fff;
		position:relative;
	}
	.list-ve .list-mobile .media .wr-icon{
		top:15px;
	} 
	.list-ve .list-mobile .media .nsu{
		font-size:17px !important;
		color:#fff;
		font-weight:800;
		display:inline-block;
		width:95%;
		text-align:left;
		margin-bottom: 13px;
	}
	.list-ve .list-mobile .media .pull-left ul{
		position:relative;
		overflow:hidden;
	}
	.list-ve .list-mobile .media .pull-left ul li{
		float:left;
	}
	.list-ve .list-mobile .media .pull-left ul li.t{
		width: 25%;
		color:#ccc;
		float: left;
	}
	.list-ve .list-mobile .media .pull-left ul li.c{
		color:#fff;
		margin-right: 5%;
	}
	.list-ve .list-mobile .media .pull-left ul li:nth-child(2){
		width:70%;
		text-align:left;
		float:left !important;
	}
	.totosite .list-row{
		width:100% !important;
	}
	.totosite .list-row .list-item{
		display:flex;
	}
	.totosite .list-row .list-item .imgframe{
		width:50%;
		height:200px;
	}
	.totosite  .list-item .img-item{
		height: 200px;
	}
	.totosite  .list-item .img-item img{
		width:100%;
		height: auto;
	}
	.totosite .list-row .list-item .content-list{
		width:50%;
		margin-left:15px;
	}
	.totosite .site-info ul li{
		height: 60px;
		line-height: 60px;
	}
	.list-page{
		text-align: center;
		margin-bottom:50px;
	}
	.list-btn-box{
		display: block;
		height: 50px;
		
	}
	#footer-bg .right-menu li a{
		width:100% !important;
	}
	#footer-bg .logo-footer{
		text-align: center;
		margin:0;
		margin-top: 50px;
	}
	.list-ve .total-count{
		color:#Fff;
	}
	.list-ve .list-wrap >p{
		color:#fff;
	}
	.table-responsive{
		border:0;
	}
	.table-responsive .post-row{
		width:50%;
	}
}

/* XXX */
.ccn_title {
	padding: 0 20px 0 20px;
	background-color: #fff;
}
hr.hr.ccn_title--underline::after {
	/* background-color: #431b88; */
	background-color: #8229b8;
}

@media all and (max-width:640px){
	.ccn_title {
		padding: unset;
		background-color: unset;
		color: white;
		margin-bottom: 10px;
	}
	hr.hr.ccn_title--underline::before {
		background-color: #555 !important;
	}
}
