@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Roboto:400,700');
/* Ionicons : https://ionicons.com/v2/ */
@import url('../../../nariya/css/ionicons/css/ionicons.min.css');
@import url('../../../nariya/css/g5.css');
@import url('../../../nariya/css/mask.css');

/********************************************************
■ Theme Common
********************************************************/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.en {
	font-family: "Roboto", sans-serif;
}

.list-group-item {
	background: #f7f8fa;
}

.is-mobile .f-md {
	font-size: 18px !important;
}

.bg_gray_boxshadow_slope {
	position: relative;
	box-shadow: 5px 5px 8px rgb(50 60 70 / 10%), -3px -3px 6px #fff;
	-webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%), -3px -3px 6px #fff;
	-moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%), -3px -3px 6px #fff;
	background: #f7f8fa;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px;
}

.bg_gray_boxshadow_slope img {
	max-width: 100%;
}

#row-area-side .bg_gray_boxshadow_slope:last-child {
	margin-bottom: 0 !important;
}

.bg_gray_boxshadow_half {
	position: relative;
	box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
	-webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
	-moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
}

#row-area-side {
	-ms-flex: 0 0 26.6%;
	flex: 0 0 26.6%;
	max-width: 26.6%;
}

#row-area-content {
	-ms-flex: 0 0 73.4%;
	flex: 0 0 73.4%;
	max-width: 73.4%;
}

@media (max-width: 767px) {

	#row-area-side,
	#row-area-content {
		-ms-flex: unset;
		flex: unset;
		max-width: unset;
	}
}

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper {
	background: #f7f8fa;
	height: 100%;
}

@media all and (max-width:991px) {
	.responsive .wrapper {
		overflow-x: hidden;
	}
}

.nt-container,
.nt-container-wide {
	margin: 0 auto;
}

@media all and (min-width:992px) {
	.responsive .boxed-a.wrapper .nt-container.px-xl-0 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.responsive .boxed-b.wrapper {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
	.responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
}

/* 비반응형 */
.no-responsive .boxed-a.wrapper .nt-container.px-xl-0 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.no-responsive .boxed-b.wrapper {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.no-responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
.no-responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

@media all and (max-width:1199px) {
	.no-responsive .wrapper.wided .nt-container.px-xl-0 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	.no-responsive .wrapper.wided #nt_title .nt-container.px-xl-0,
	.no-responsive .wrapper.wided #nt_wing .nt-container.px-xl-0 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
}

/********************************************************
■ Loader : 페이지 로딩바
********************************************************/
#nt_loader {
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;          /* Flexbox 활성화 */
    justify-content: center; /* 수평 중앙 정렬 */
    align-items: center;    /* 수직 중앙 정렬 */
    position: fixed;
    z-index: 10000;
}

#nt_loader .loader {
    position: static;       /* 절대 위치 제거, Flexbox 흐름에 참여 */
}

/********************************************************
■ LNB
********************************************************/
#nt_lnb {
	padding: 10px 0;
	border-bottom: 1px solid #edeef0;
	background: #fff;
}

#nt_lnb ul {
	list-style: none;
	margin: 0;
}

#nt_lnb ul>li {
	float: left;
	padding: 0px 13px;
	height: 30px;
	line-height: 30px;
}

#nt_lnb ul>li.b_dot {
	*padding: 0 3px;
}

#nt_lnb ul>li.b_dot::after {
	float: right;
	color: #333;
	content: "·";
	margin-right: -16px;
}

#nt_lnb ul>li:first-child {
	padding-left: 0;
}

#nt_lnb ul>li:last-child {
	padding-right: 0;
}

#nt_lnb ul>li:last-child::after {
	content: "";
	margin-right: 0;
}

#nt_lnb ul>li>a {
	float: left;
	white-space: nowrap;
	display: inline-block;
	height: 30px;
	/*height:30px; line-height:30px;*/
	border-radius: 5px;
	*padding: 0 10px;
}

#nt_lnb .dropdown-toggle::after {
	color: #ccc;
}

#nt_lnb ul>li img.icon_yellow_star {
	vertical-align: top;
	margin-top: 6px;
	margin-right: 3px;
}

#nt_lnb ul>li img.icon_event {
	vertical-align: top;
	margin-top: 2px;
	margin-right: 2px;
}

#nt_lnb ul>li>a.btn_event {
	font-weight: bold;
}

#nt_lnb ul>li>a.btn_nt_lnb_01 {
	border: 2px solid #db3232;
	color: #db3232;
	padding: 0 10px;
	line-height: 28px;
	font-weight: bold;
}

/* #nt_lnb ul > li > a.btn_nt_lnb_02 {background:#db3232; color:#fff; padding:0 10px; line-height:30px; font-weight:bold;} */
#nt_lnb ul>li>a.btn_register {
	margin-left: 5px;
	font-weight: bold;
}

#nt_lnb ul>li.header-search-wrap {
	padding: 0;
}

#nt_lnb ul>li.header-search-wrap .header-search {}

#nt_lnb ul>li.header-search-wrap .header-search input.form-control {
	width: 210px;
	height: 30px;
	border: 0;
	border-radius: 5px;
	background: #f6f7fb;
	font-size: 13px;
	padding: 7px 33px 7px 10px;
}

#nt_lnb ul>li.header-search-wrap .header-search button[type=submit] {
	position: absolute;
	top: 0;
	right: 3px;
	width: 30px;
	height: 30px;
	font-size: 12px;
	z-index: 3;
}

#nt_lnb ul>li.header-search-wrap .header-search button[type=submit] i {
	color: #626266 !important;
}

/********************************************************
■ PC 헤더(Header)
********************************************************/
#header_pc .nt-container {}

#header_pc .header-logo img {
	max-width: 100%; max-width: 100%;
}

#header_pc .header-search {
	width: 100%;
	max-width: 400px;
}

#header_pc .header-search form {
	padding: 0;
	border-width: 2px;
	border-style: solid;
	width: 100%;
}

#header_pc .header-search input {
	font-size: 16px !important;
	background: #fff;
	border: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

#header_pc .header-search .form-control:focus {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

#header_pc .header-search .btn {
	border: 0;
	background: none !important;
	outline: none;
}

/* .me-sticky #header_pc .nt-container {padding:0 !important;} */

/********************************************************
■ 모바일 헤더(Header)
********************************************************/
#header_mo {
	box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
	-webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
	-moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
	background: #fff;
}

#header_mo h3 {
	position: relative;
}

@media(max-width: 767px) {
	#header_mo h3 #logo_img {
		max-width: 165px;
	}
}

#header_mo_search {
	margin-top: 9px;
	font-size: 22px;
	line-height: 1;
}

#header_mo_alarm {
	position: relative;
	margin-top: 9px;
	line-height: 1;
}

#header_mo_alarm .icon_header_mo_bell {
	width: 20px;
}

#header_mo_alarm #header_mo_alarm_cnt {
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	top: -4px;
	left: 10px;
	line-height: 1;
	min-width: 10px;
	padding: 4px 5px 3px;
	background: #db3232;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 4px -2px #ababab;
	-webkit-box-shadow: 0px 4px 4px -2px #ababab;
	-moz-box-shadow: 0px 4px 4px -2px #ababab;
	white-space: nowrap;
	vertical-align: baseline;
}

/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu {
	position: relative;
	z-index: 20;
	/* box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); */
	background: #fff !important;
}

#nt_menu .header-logo {
	padding-left: 10px;
}
#nt_menu .header-logo a img{ width:250px; }

#nt_menu .nt-container,
#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli {
	position: relative;
}

#nt_menu .sub-1dli {
	margin: 0;
}

#nt_menu .d-flex {
	align-items: center;
}

#nt_menu .sub-slide {
	display: none;
	visibility: visible;
	width: 100% !important;
}

#nt_menu .me-sw {
	width: 100% !important;
}

#nt_menu .sub-icon::after {
	font-family: "FontAwesome";
	float: right;
	position: relative;
	content: "\f105";
}

#nt_menu .me-icon {
	width: 4.0rem;
	text-align: center;
}

#nt_menu .me-icon-sidebar {
	padding-right: 0 !important;
}

#nt_menu .me-a {
	display: block;
	position: relative;
	text-align: center;
	font-weight: bold !important;
}

/*
#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a { color:#fff; background:rgba(0,0,0,0.2) !important; }
*/
#nt_menu .sub-2div {
	left: 100%;
	top: 0;
	position: absolute;
	z-index: 22;
	background: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#nt_menu .sub-2dul {}

#nt_menu .sub-2dli {}

#nt_menu .sub-2da {
	display: block;
	color: #000;
	border-bottom: 1px solid #eee;
}

#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da {
	color: #000;
	background: #fafafa;
	border-color: #eee;
	font-weight: bold;
}

#nt_menu .sub-2line {
	display: block;
	color: #000;
	font-weight: bold;
	background: #f5f5f5;
}

#nt_menu #me-list-pc {
	padding-left: 30px;
}

#nt_menu #me-list-pc ul li {
	margin: 0 3px;
}

#nt_menu #me-list-pc ul li:last-child {
	margin-right: 0;
}

#nt_menu #me-list-pc>ul>li>a>span {
	height: 90px;
	line-height: 90px !important;
	padding: 0;
}

#nt_menu #me-list-pc .nt_menu_icon {
	position: absolute;
	top: 30px;
	left: -12px;
	max-width: 30px;
}

#nt_menu #me-list-pc .nt_menu_icon_hot {}

#nt_menu #me-list-pc .nt_menu_icon_new {}

#nt_menu #me-list-pc .nt_menu_icon_pointzone {
	top: 24px;
	right: -7px;
}

#nt_menu #me-list-pc .nt_menu_icon_pointzone_2 {
	top: unset;
	right: unset;
	bottom: 0;
	left: 0;
}

#nt_menu #me-list-pc .nt_menu_text_underline {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #999;
}

#nt_menu #btn_sidebar_pc {
	position: relative;
	margin-top: -2px;
	width: 40px;
	height: 40px;
	line-height: 42px !important;
	border-radius: 50%;
	box-shadow: 4px 4px 10px #e3e3e3;
	-webkit-box-shadow: 4px 4px 10px #e3e3e3;
	-moz-box-shadow: 4px 4px 10px #e3e3e3;
}

/* 3px 3px 10px 3px #e9e9e9 */
#nt_menu #btn_sidebar_pc i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #db3232;
}

/* 일반형 */
.nt-menu .sub-1div {
	position: absolute;
	left: 50%;
	margin-left: 0 !important;
	transform: translateX(-50%);
	z-index: 21;
	width: auto;
	text-align: left;
	top: 100%;
	border-top: 4px solid #db3232;
	background: #db3232;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

/* .nt-menu .sub-1div::before { left: 50%; margin-left:-8px; } */
.nt-menu .sub-1div-triangle {
	display: none;
	content: '';
	position: absolute;
	bottom: 0;
	*top: -24px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-bottom: 10px solid #db3232;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.nt-menu .sub-1da {
	display: block;
	color: #fff;
	*border-bottom: 1px solid #eee;
}

.nt-menu .sub-1da:hover {
	background:
}

.nt-menu .sub-1line {
	position: relative;
	display: block;
}

.nt-menu .sub-1dli {
	margin: 0.3rem 0.5rem !important;
}

.nt-menu .sub-1dli .sub-1da {
	padding: 0.29rem;
	*padding: 0.29rem 0.5rem;
}

.nt-menu .sub-1dli.on .sub-1da {
	background: #db5454;
	color: #fff !important;
	font-weight: bold;
	border-color: #eee;
}

.nt-menu .sub-1dli:hover .sub-1da {
	color: #fff !important;
	*font-weight: bold;
	border-color: #eee;
}

.nt-menu .sub-1dli:hover .sub-1da:hover {
	background: #db5454;
}

.nt-menu .sub-1line {
	color: #000;
	font-weight: bold;
	background: #fafafa;
}

.nt-menu .me-sh {
	padding: 0.59rem 1.0rem;
}

/* 서브메뉴 높이설정 : 페딩값으로 조절 */

/* 풀다운형 */
.nt-menu-full .me-list {
	position: relative;
	width: 100%;
}

.nt-menu-full .me-ul {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	background: rgba(255, 255, 255);
}

.nt-menu-full .me-li {
	margin-right: -1px;
}

.nt-menu-full .nav-full {
	box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
	-webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
	-moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
}

.nt-menu-full .sub-full {
	display: none;
	visibility: visible;
}

.nt-menu-full .sub-1div {
	text-align: left;
	padding: 1.0rem 0;
	border: 1px solid #eee;
	border-top: 0;
}

.nt-menu-full .me-li:hover .sub-1div {
	background: rgb(253, 253, 253);
}

.nt-menu-full .sub-1da {
	color: #000;
}

.nt-menu-full .sub-1line {
	position: relative;
	display: block;
	background: #f5f5f5;
	font-weight: bold;
}

.nt-menu-full .sub-1dli.on .sub-1da,
.nt-menu-full .sub-1dli:hover .sub-1da {
	color: orangered;
	font-weight: bold;
}

.nt-menu-full .sub-1div .me-sh {
	display: block;
	padding: 0.25rem 1.25rem;
}

/* 1차 서브메뉴 높이설정 : 페딩값으로 조절 */
.nt-menu-full .sub-2div .me-sh {
	padding: 0.59rem 1.0rem;
}

/* 2차 서브메뉴 높이설정 : 페딩값으로 조절 */

/* 메뉴 상단 고정 */
#nt_sticky_wrap {
	padding: 0;
	border-bottom: 4px solid #db3232;
	background: #fff;
}

#nt_sticky_wrap.me-sticky {
	position: fixed;
	width: 100%;
	z-index: 900;
	left: 0;
	top: 0;
}

@media (max-width: 1200px) {
	#nt_menu .me-icon-sidebar {
		padding-right: 1.5rem !important
	}
}

@media (max-width: 767px) {
	#nt_sticky_wrap {
		padding: 0;
		border-bottom: 0;
	}

	#nt_sticky_wrap.me-sticky {
		padding: 0;
	}
}

@media all and (min-width:992px) {
	.wrapper.m-lg-auto #nt_sticky_wrap.me-sticky nav {
		margin: 0 auto !important;
	}

	.wrapper.ml-lg-auto #nt_sticky_wrap.me-sticky nav {
		margin: 0 0 0 auto !important;
	}

	.wrapper.mr-lg-auto #nt_sticky_wrap.me-sticky nav {
		margin: 0 auto 0 0 !important;
	}
}

/********************************************************
■ 모바일 상단 주메뉴
********************************************************/
#nt_menu_mobile .d-block.on {
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
}

#nt_menu_mobile .gra {
	content: " ";
	position: absolute;
	z-index: 1;
	top: 0;
	width: 1.25rem;
	height: 100%;
}

#nt_menu_mobile .gra-left-primary {
	left: 0;
}

#nt_menu_mobile .gra-right-primary {
	right: 0;
}

#nt_menu_mobile .gra-left-white {
	left: 0;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, #fff 60%);
}

#nt_menu_mobile .gra-right-white {
	right: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #fff 60%);
}

#nt_menu_mobile #mobile_sub ul li a {
	position: relative;
}

#nt_menu_mobile #mobile_sub ul li.active a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #db3232;
}

/********************************************************
■ 페이지 타이틀
********************************************************/
#nt_title {
	position: relative;
	overflow: hidden;
}

#nt_title .nt-container {
	position: relative;
	z-index: 2;
}

#nt_title .page-title {
	font-size: 26px;
	letter-spacing: -1px;
	line-height: 1.4;
}

#nt_title .breadcrumb-item+.breadcrumb-item::before {
	font-family: dotum;
	font-weight: normal;
	content: ">";
}

#nt_title a {
	background: none !important;
}

.pt-nav-wrap {
	margin-right: -2px;
}

.pt-nav {
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	z-index: 10;
}

@media all and (max-width:767px) {
	.responsive #nt_title .page-title {
		font-size: 24px;
	}
}

@media all and (max-width:575px) {
	.responsive #nt_title .page-title {
		font-size: 22px;
	}
}

/********************************************************
■ 메인페이지
********************************************************/
#nt_body {
	background: #f7f8fa;
	margin-top: 10px;
	margin-bottom: 30px;
}

@media (max-width: 575px) {
	#nt_body {
		padding: 0 15px;
	}
}

/* 상단 소개 */
/* #main_con_1 {position:relative; display:flex; align-items:center; background:url('../img/img_main_bg_1.png') no-repeat; background-size:cover; padding:40px; background-position:center; line-height:1; height:170px;} */
#main_con_1 img {
	max-width: 100%;
}

#main_con_1 .main_con_1_text_b {
	position: relative;
	font-size: 21px;
	color: #434341;
	margin-bottom: 15px;
	z-index: 1;
}

#main_con_1 .main_con_1_text_b span {
	color: #db3232;
	font-weight: bold;
}

#main_con_1 .main_con_1_text_s {
	position: relative;
	color: #434341;
	opacity: 0.6;
	z-index: 1;
}

#main_con_1 .main_con_1_img_inner {
	position: absolute;
	bottom: 0;
	right: 0;
}

@media (max-width: 1024px) {

	/* #main_con_1 {padding:20px; *padding:40px 20px; height:auto; line-height:1.4;} */
	#main_con_1 .main_con_1_img_inner {
		right: -40px;
	}

	#main_con_1 .main_con_1_text_b {
		font-size: 18px;
	}

	#main_con_1 .main_con_1_text_s {
		font-size: 13px;
	}

	#main_con_1 .main_con_1_img_inner {
		opacity: 0.4;
	}
}

@media (max-width: 767px) {
	#main_con_1 .img_inner {
		*right: -100px;
		opacity: 0.4;
	}
}

/* 먹튀 신고, 사이트 평점, 꽁머니 교환 PC */
#main_con_2 {
	margin-bottom: 30px;
}

#main_con_2:after {
	display: block;
	content: '';
	visibility: hidden;
	clear: both;
}

#main_con_2>div {
	display: flex;
	align-items: center;
	float: left;
	width: calc((100% - 34px) / 3);
	margin-left: 17px;
	text-align: center;
	height: 130px;
	cursor: pointer;
}

#main_con_2>div:first-child {
	margin-left: 0;
}

#main_con_2 .main_con_2_div {
	width: 100%;
	margin-top: 3px;
}

#main_con_2 .main_con_2_title {
	position: relative;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -0.08rem;
}

#main_con_2 .main_con_2_title img {
	position: absolute;
}

/*
#main_con_2_1 .main_con_2_title img {top:-10px;}
#main_con_2_2 .main_con_2_title img {top:-14px;}
#main_con_2_3 .main_con_2_title img {top:-2px;}
#main_con_2_1 .main_con_2_title span {margin-left:60px;}
#main_con_2_2 .main_con_2_title span {margin-left:68px;}
#main_con_2_3 .main_con_2_title span {margin-left:75px;}
#main_con_2 .main_con_2_text {font-size:13px; color:#666; margin-top:5px;}
*/
#main_con_2_1 .main_con_2_title img {
	top: -8px;
}

#main_con_2_2 .main_con_2_title img {
	top: -3px;
}

#main_con_2_3 .main_con_2_title img {
	top: -4px;
}

#main_con_2_1 .main_con_2_title span {
	margin-left: 70px;
}

#main_con_2_2 .main_con_2_title span {
	margin-left: 75px;
}

#main_con_2_3 .main_con_2_title span {
	margin-left: 70px;
}

#main_con_2 .main_con_2_text {
	font-size: 13px;
	color: #666;
	margin-top: 10px;
}

#main_con_2 .main_con_2_btn {
	margin-top: 15px;
}

#main_con_2 .main_con_2_btn a {
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	border-radius: 6px;
	font-size: 13px;
}

#main_con_2 .main_con_2_btn a span {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}

/*
@media (max-width: 1024px) {
	#main_con_2 > div {width:100%; margin-left:0; margin-top:10px;}
	#main_con_2 > div:first-child {margin-top:0;}
	#main_con_2 .main_con_2_title {font-size:24px;}
	#main_con_2_1 .main_con_2_title img {top:-12px;}
	#main_con_2_2 .main_con_2_title img {top:-16px;}
	#main_con_2_3 .main_con_2_title img {top:-4px;}
	#main_con_2 .main_con_2_text {margin-top:10px;}
}
*/
@media (max-width: 1024px) {
	#main_con_2>div {
		width: calc((100% - 20px) / 3);
		height: 110px;
		margin-left: 10px;
	}

	#main_con_2 .main_con_2_div {
		margin-top: 15px;
	}

	#main_con_2 .main_con_2_title {
		font-size: 16px;
	}

	#main_con_2 .main_con_2_title img {
		width: 40px;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
	}

	#main_con_2_2 .main_con_2_title img {
		top: -15px;
	}

	#main_con_2 .main_con_2_title span {
		margin-left: 0;
		display: inline-block;
		margin-top: 15px;
	}

	#main_con_2 .main_con_2_text {
		display: none;
	}

	#main_con_2 .main_con_2_btn {
		margin-top: 3px;
	}
}

@media (max-width: 767px) {
	#main_con_2 {
		display: none;
	}
}

/* 먹튀 신고, 사이트 평점, 꽁머니 교환, 이벤트, 출석부 Mobile */
#main_con_2_m {
	display: none;
	margin-top: 40px;
	margin-bottom: 30px;
}

#main_con_2_m ul {
	font-size: 0;
}

#main_con_2_m ul:after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}

#main_con_2_m ul li {
	display: inline-block;
	width: 20%;
	text-align: center;
}

#main_con_2_m ul li a {
	position: relative;
	display: block;
	padding: 0 4px;
	text-align: center;
}

#main_con_2_m ul li a .bg_circle {
	padding-top: 100%;
	background: #fff;
	border-radius: 50%;
	box-shadow: 2px 2px 4px 1px #e9e9e9;
	-webkit-box-shadow: 2px 2px 4px 1px #e9e9e9;
	-moz-box-shadow: 2px 2px 4px 1px #e9e9e9;
}

#main_con_2_m ul li a .img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#main_con_2_m ul li a .img img {
	max-width: 45%;
	vertical-align: middle;
}

#main_con_2_m ul li .text {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin-top: 8px;
}

@media(max-width: 767px) {
	#main_con_2_m {
		display: block;
	}
}

/* 메인 배너 */
#main_banner {
	margin: 60px 0 50px;
}

.main_banner_title {
	text-align: center;
}

.main_banner_title h2 {
	display: inline-block;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: -0.08rem;
}

.main_banner_title .icon_main_banner_title {
	display: inline-block;
	vertical-align: top;
	margin-top: -4px;
}

.main_banner_title .icon_main_banner_title:first-child {
	margin-right: 11px;
}

.main_banner_title .icon_main_banner_title:last-child {
	margin-left: 10px;
}

.main_banner_title h2 span {
	color: #dc3545;
}

.main_banner_title2 {
	color: #666;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 35px;
}

/*
@media (max-width: 1024px) {
	#main_banner {margin:50px 0;}
}
*/
@media (max-width: 767px) {
	.main_banner_title h2 {
		font-size: 26px;
	}

	.main_banner_title .icon_main_banner_title:first-child {
		margin-right: 0;
	}

	.main_banner_title .icon_main_banner_title:last-child {
		margin-left: 0;
	}

	.main_banner_title .icon_main_banner_title img {
		width: 80%;
	}
}

/* 메인 컨텐츠들 */
.main_explain_title_wrap {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.main_explain_title,
.main_explain_title h2,
.main_explain_title h3 {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: -0.08rem;
	word-break: keep-all;
}

.main_explain_title h2,
.main_explain_title h3 {
	display: inline;
}

.main_explain_title2 {
	color: #666;
	text-align: center;
	margin-top: -4px;
}

@media (max-width: 767px) {

	.main_explain_title,
	.main_explain_title h2,
	.main_explain_title h3 {
		font-size: 26px;
	}
}

.main_explain_con_wrap {
	margin-bottom: 30px;
}

#row-area-content .main_explain_con_wrap:last-child {
	margin-bottom: 0;
}

.main_explain_con_div {
	position: relative;
	padding-top: 35px;
}

.main_explain_con_wrap .main_explain_con_div:first-child {
	padding-top: 0;
}

.main_explain_con_title {
	position: relative;
	padding: 10px 40px;
	display: inline-block;
	border-radius: 0 30px 30px 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	word-break: break-all;
	line-height: 1.4;
	z-index: 1;
}

.main_explain_con_title h3,
.main_explain_con_title h4 {
	display: inline;
	font-weight: bold;
	font-size: inherit;
	line-height: inherit;
}

.main_explain_con {
	position: relative;
	padding: 30px 40px;
	z-index: 1;
	color: #333;
	font-weight: bolder;
}

.main_explain_con>div {
	word-break: keep-all;
	margin-top: 20px;
	font-size: 16px;
	letter-spacing: -0.04rem;
}

.main_explain_con>div:first-child {
	margin-top: 0;
}

.main_explain_con>div strong {
	position: relative;
	font-size: 28px;
	line-height: 1.5;
	z-index: 1;
}

.main_explain_con .main_explain_con_inner_end {
	text-align: center;
	color: #666;
	font-size: 14px;
	letter-spacing: -0.04rem;
}

.main_explain_con_img {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.main_explain_con>div ul {}

.main_explain_con>div ul li {
	display: flex;
	font-size: 14px;
	margin-top: 10px;
	letter-spacing: -0.04rem;
}

.main_explain_con>div ul li:first-child {
	margin-top: 0;
}

.main_explain_con>div ul li span.main_explain_con_num_icon {
	display: inline-block;
	min-width: 24px;
	width: 24px;
	height: 24px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	background: crimson;
	color: #fff;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: bold;
	vertical-align: middle;
	*margin-top: 2px;
	margin-right: 10px;
	padding-right: 1px;
}

.main_explain_con>div ul li span.main_explain_con_list_img {
	min-width: 175px;
}

.main_explain_con>div ul li span.main_explain_con_list_img img {
	max-width: 100%;
}

.main_explain_con>div ul li h3 {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

#main_con_3 {
	margin-top: 89px;
	overflow: visible;
}

#main_con_3_1 {
	background: #dcdfe5;
	padding-top: 35px;
	border-radius: 10px 10px 0 0;
}

#main_con_3_1 .main_explain_con_title {
	background: #251965;
	color: #fff;
	font-size: 1.4em;
	font-weight: bolder;
	word-break: keep-all;
}

#main_con_3_1 .main_explain_con>div strong span {
	color: #251965;
}

#main_con_3_1 .main_explain_con_img {
	top: -54px;
}

#main_con_3_2 {
	overflow: hidden;
}

#main_con_3_2 .main_explain_con_title {
	background: #e33030;
}

#main_con_3_2 .main_explain_con_img {
	top: -75px;
	right: 50px;
}

#main_con_3_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #e33030;
}

#main_con_3_2 .main_explain_con .main_explain_con_inner_end {
	color: #999;
}

#main_con_4_1 {
	/*
	background: url('../img/img_main_con_4_1_bg.png') no-repeat;
	*/
	background-size: cover;
	background-position: center;
}

#main_con_4_2 .main_explain_con_title {
	background: #26f2c0;
	color: #251965;
}

#main_con_4_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #26f2c0;
}

#main_con_5_1 {
	background: #ffc400;
	overflow: hidden;
}

#main_con_5_1 .main_explain_con_img {
	top: -18px;
}

#main_con_5_1 .main_explain_con_img img {
	width: 100%;
}

#main_con_5_2 .main_explain_con_title {
	background: #ffc400;
	color: #000;
}

#main_con_5_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #ffc400;
	color: #000;
}

#main_con_6_1 .main_explain_con_img {
	top: -10px;
	right: 55px;
}

#main_con_6_2 {
	padding-top: 0;
}

#main_con_6_2 .main_explain_con_title {
	background: #1bbf87;
}

#main_con_6_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #1bbf87;
}

#main_con_6_3 {
	padding-top: 0;
}

#main_con_6_3 .main_explain_con_title {
	background: #e33030;
}

#main_con_6_3 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #e33030;
}

#main_con_7_1 {
	background: #161223;
	padding: 19px 0;
	overflow: hidden;
}

#main_con_7_1 .main_explain_con {
	color: #fff;
	text-align: center;
}

#main_con_7_1 .main_explain_con>div strong {
	display: block;
	color: #7e38ff;
	font-size: 34px;
	margin-top: 15px;
}

#main_con_7_1 .main_explain_con_img_left {
	left: 0;
	right: unset;
	transform: rotateY(180deg);
}

#main_con_7_1 .main_explain_con_img {
	height: 100%;
}

#main_con_7_1 .main_explain_con_img img {
	width: auto;
	height: 100%;
}

#main_con_7_2 .main_explain_con_title {
	background: #7138da;
}

#main_con_7_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #7138da;
}

#main_con_7_3 {
	padding-top: 0;
}

#main_con_7_3 .main_explain_con_title {
	background: #f04ca5;
}

#main_con_7_3 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #f04ca5;
}

#main_con_8_1 {
	background: url('../img/img_main_con_8_1_bg.png') no-repeat;
	background-size: cover;
	background-position: center;
}

#main_con_8_1 .main_explain_con {
	text-align: center;
	color: #fff;
}

#main_con_8_1 .main_explain_con>div strong {
	display: block;
	color: #feba3e;
	margin-top: 15px;
}

#main_con_8_2 .main_explain_con_title {
	background: #191766;
}

#main_con_8_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #191766;
}

#main_con_8_3 {
	padding-top: 0;
}

#main_con_8_3 .main_explain_con_title {
	background: #9130d1;
}

#main_con_8_3 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #9130d1;
}

#main_con_9 {
	overflow: visible;
}

#main_con_9_1 .main_explain_con_img {
	top: -34px;
	right: 24px;
}

#main_con_9_2 {
	padding-top: 0;
}

#main_con_9_2 .main_explain_con_title {
	background: #32327f;
}

#main_con_9_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #32327f;
}

#main_con_9_3 {
	padding-top: 0;
}

#main_con_9_3 .main_explain_con_title {
	background: #32327f;
}

#main_con_9_3 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #32327f;
}

#main_con_9_3 .main_explain_con .main_explain_con_inner_end {
	font-weight: bold;
}

#main_con_9_4 {
	padding-top: 0;
}

#main_con_9_4 .main_explain_con_title {
	background: #ff7200;
}

#main_con_9_4 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #ff7200;
}

#main_con_10_1 .main_explain_con_img {
	top: 54px;
	right: 70px;
}

#main_con_10_2 {
	padding-top: 0;
}

#main_con_10_2 .main_explain_con_title {
	background: #ed2026;
}

#main_con_10_2 .main_explain_con>div ul li {
	align-items: center;
}

#main_con_10_2 .main_explain_con>div ul li {
	margin: 40px 0;
}

#main_con_10_2 .main_explain_con .main_explain_con_inner_end {
	color: #999;
	margin-bottom: 20px;
}

#main_con_10_3 {
	padding-top: 0;
}

#main_con_10_3 .main_explain_con_title {
	background: #222;
}

#main_con_10_3 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #222;
}

#main_con_10_4 {
	padding-top: 0;
}

#main_con_10_4 .main_explain_con_title {
	background: #222;
}

#main_con_10_4 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #222;
}


@media (max-width: 1024px) {
	.main_explain_con_title {
		display: block;
		border-radius: 0;
	}

	.main_explain_con_title,
	.main_explain_con {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.main_explain_con_img img {
		width: 60%;
	}

	#main_con_3 {
		margin-top: 0;
	}

	#main_con_3_1 .main_explain_con_img {
		top: 120px;
		right: -10px;
		opacity: 0.4;
	}

	#main_con_3_2 .main_explain_con_img {
		top: -1px;
		right: 15px;
	}

	#main_con_5_1 .main_explain_con_img {
		top: 0;
		opacity: 0.4;
	}

	#main_con_6_1 .main_explain_con_img {
		right: 15px;
		opacity: 0.4;
	}

	#main_con_7_1 .main_explain_con_img_left {
		display: none;
	}

	#main_con_9_1 .main_explain_con_img {
		top: 15px;
		right: 0;
		opacity: 0.4;
	}

	#main_con_10_1 .main_explain_con_img {
		top: 15px;
		right: 15px;
		opacity: 0.4;
	}
}

@media (max-width: 767px) {
	#row-area-content .main_explain_con_wrap:last-child {
		margin-bottom: 30px;
	}

	.main_explain_con_wrap br.hide_sm {
		display: none;
	}

	.main_explain_con_title {
		font-size: 18px;
	}

	.main_explain_con>div strong {
		font-size: 20px;
	}

	.main_explain_con>div ul li span.main_explain_con_list_img {
		margin-bottom: 30px;
		text-align: center;
	}

	.main_explain_con>div ul li h3 {
		font-size: 18px;
	}

	.main_explain_con .main_explain_con_inner_end {
		text-align: left;
	}

	#main_con_4_1 {
		background-position: 90%;
	}

	#main_con_7_1 .main_explain_con {
		text-align: left;
	}

	#main_con_7_1 .main_explain_con>div strong {
		font-size: 26px;
	}

	#main_con_8_1 {
		background-position: 3%;
	}

	#main_con_8_1 .main_explain_con {
		text-align: left;
	}

	#main_con_10_2 .main_explain_con>div ul li {
		display: block;
	}

	#main_con_10_2 .main_explain_con>div ul li span {
		display: block;
	}

	#main_con_10_2 .main_explain_con>div ul li {
		margin-top: 30px;
		margin-bottom: 0;
	}

	#main_con_10_2 .main_explain_con>div ul li:first-child {
		margin-top: 10px;
	}

	#main_con_10_2 .main_explain_con .main_explain_con_inner_end {
		margin-bottom: 0;
	}
}

/* 파워볼 내용 */
#main_con_11 .main_explain_con_img {
	top: 42px;
	right: 56px;
}

#main_con_11_2 {
	padding-top: 0;
}

#main_con_11_2 .main_explain_con_title {
	background: #3a1ea0;
}

#main_con_11_2 .main_explain_con div:first-child span {
	font-weight: bold;
	color: #3a1ea0;
}

#main_con_11_2 .main_explain_con_inner_end {
	color: #999;
}

.main_con_11_2_2 {}

.main_con_11_2_2 li {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 25px;
}

.main_con_11_2_2 li:first-child {
	margin-top: 40px;
}

.main_con_11_2_2 li:last-child {
	margin-bottom: 40px;
}

.main_con_11_2_2 li>div:first-child {
	flex-basis: 23%;
	padding-top: 5px;
	padding-left: 8px;
}

.main_con_11_2_2 li>div:first-child img {
	margin-left: 3px;
}

.main_con_11_2_2 li>div:first-child img:first-child {
	margin-left: 0;
}

.main_con_11_2_2 li>div:last-child {
	flex-basis: 77%;
}

.main_con_11_2_2 li>div:last-child strong {
	display: block;
	font-size: 16px;
	color: #000;
	margin-bottom: 8px;
}

.main_con_11_2_2 li>div:last-child div {
	*line-height: 1.4;
	font-size: 14px;
}

#main_con_11_3 {
	padding-top: 20px;
}

#main_con_11_3 .main_explain_con_title {
	background: #222;
}

#main_con_11_3 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #222;
}

#main_con_11_3 .main_explain_con_inner_end {
	text-align: left;
}

@media (max-width: 1200px) {
	.main_con_11_2_2 li>div:first-child {
		flex-basis: 30%;
	}

	.main_con_11_2_2 li>div:last-child {
		flex-basis: 70%;
	}

	#main_con_11 .main_explain_con_img {
		opacity: 0.4;
	}
}

@media (max-width: 1024px) {
	#main_con_11 .main_explain_con_img {
		top: 15px;
		right: 15px;
	}

	.main_con_11_2_2 li {
		display: block;
	}

	.main_con_11_2_2 li:first-child {
		margin-top: 30px;
	}

	.main_con_11_2_2 li>div:first-child {
		padding-left: 0;
		text-align: center;
	}

	.main_con_11_2_2 li>div:last-child {
		margin-top: 15px;
	}

	#main_con_11_3 {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.main_con_11_2_2 li:last-child {
		margin-bottom: 30px;
	}
}

/********************************************************
■ 서브페이지
********************************************************/

/* 서브페이지 배너광고 PC */
.totohot_sub_bn ul {
	display: block;
}

.totohot_sub_bn ul::after {
	content: '';
	display: block;
	clear: both;
}

.totohot_sub_bn ul li {
	float: left;
	/* width: calc((100% - 12px) / 3); */
	/* margin-left: 6px; */
	margin-top: 6px;
}

.totohot_sub_bn ul li:nth-child(1),
.totohot_sub_bn ul li:nth-child(2),
.totohot_sub_bn ul li:nth-child(3) {
	margin-top: 0 !important;
}

.totohot_sub_bn ul li:nth-child(3n+1) {
	margin-left: 0;
}

.totohot_sub_bn ul li img {
	/* width: 100%; */
}

@media (max-width: 767px) {
	.totohot_sub_bn ul li {
		width: calc((100% - 6px) / 3);
		margin-left: 3px;
		margin-top: 3px;
	}
}

/* 서브페이지 배너광고 Mobile */
.totohot_sub_bn_m ul {
	display: block;
}

.totohot_sub_bn_m ul::after {
	content: '';
	display: block;
	clear: both;
}

.totohot_sub_bn_m ul li {
	float: left;
	width: calc((100% - 6px) / 2);
	margin-left: 6px;
	margin-top: 6px;
	text-align: center;
}

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

.totohot_sub_bn_m ul li:nth-child(1),
.totohot_sub_bn_m ul li:nth-child(2) {
	margin-top: 0 !important;
}

.totohot_sub_bn_m ul li:nth-child(odd) {
	margin-left: 0;
}

@media (max-width: 767px) {
	.totohot_sub_bn_m ul li {
		width: calc((100% - 3px) / 2);
		margin-left: 3px;
		margin-top: 3px;
	}
}

/* 게시판 상단 배너 */
.bo_top_bn img {
	max-width: 100%;
}

/* 게시판 네비바 */
#bo_nav {
	border: 3px solid #db3232;
	border-radius: 8px;
	float: left;
	width: 100%;
	margin-top: 6px;
}

#bo_nav ul:after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}

#bo_nav ul li {
	float: left;
	height: 54px;
	line-height: 54px;
}

#bo_nav ul li:first-child {
	background: #db3232;
	color: #fff;
	font-weight: bold;
	padding: 0 25px;
	font-size: 20px;
	line-height: 55px;
}

#bo_nav ul li a {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding: 0 10px;
}

#bo_nav ul li a.first_tab {
	padding-left: 20px;
}

#bo_nav ul li.on a {
	color: #db3232;
}

#bo_nav ul li.on a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 11px;
	left: 10px;
	width: calc(100% - 20px);
	height: 3px;
	background: #db3232;
}

#bo_nav ul li.on a.first_tab:after {
	width: calc(100% - 30px);
	left: 20px;
}

@media(max-width: 767px) {
	#bo_nav {
		display: none;
	}
}

/* 닉네임 복사 버튼 */
.btn_mb_nick_copy {
	position: relative;
	cursor: pointer;
	color: #db3232;
	font-size: 16px;
}

.btn_mb_nick_copy .toast_msg {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	line-height: 1;
	font-size: 14px;
}

/* 포인트 즉시지급 버튼 */
.btn_insert_point_event {
	cursor: pointer;
	color: #db3232;
	font-size: 16px;
}

/********************************************************
■ Wing
********************************************************/
#nt_wing .nt-container {
	position: relative;
	overflow: visible !important;
}

#nt_wing img {
	max-width: 100%;
}

#nt_wing .wing-left,
#nt_wing .wing-right {
	position: absolute;
	width: 160px;
}

#nt_wing .wing-left {
	left: -180px;
}

#nt_wing .wing-right {
	right: -180px;
}

.boxed-b #nt_wing .wing-left {
	left: -200px;
}

.boxed-b #nt_wing .wing-right {
	right: -200px;
}

/********************************************************
■ Footer 
********************************************************/
#nt_footer {
	background: #222;
	padding: 30px 0;
}

#nt_footer .nt-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nt_footer .nt-links ul>li {
	float: left;
	padding: 0 13px;
}

#nt_footer ul>li:first-child {
	padding-left: 0;
}

#nt_footer ul>li:last-child {
	padding-right: 0;
}

#nt_footer .nt-links ul>li::after {
	font-family: dotum;
	font-weight: normal;
	float: right;
	color: #ccc;
	content: "|";
	margin-right: -15px;
}

#nt_footer .nt-links ul>li:last-child::after {
	content: "";
}

#nt_footer .nt-links ul>li>a {
	color: #333;
	white-space: nowrap;
}

@media all and (max-width:991px) {
	.responsive #nt_footer .nt-links ul>li {
		float: none;
		display: inline-block;
	}
}

#ft_center_1 {
	color: #bfbfbf;
	font-size: 13px;
}

#ft_center_1>div {
	margin-bottom: 3px;
}

#ft_center_2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

#ft_center_2>div {
	margin-bottom: 17px;
}

#ft_center_2>div:last-child {
	margin-bottom: 0;
	font-size: 20px;
	color: #fff;
}
#ft_center_2>div:last-child i {
    font-size: 16px;
    color: #fff;
}
#ft_center_2>div span:last-child {
	margin-left: 5px;
	color: #fff;
}

#ft_copyright {
	*text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 30px;
}

#ft_btn .btn_ft {
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	transition: background .15s;
}

#ft_btn .btn_ft:last-child {
	margin-bottom: 0;
}

#ft_btn .btn_ft i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

#ft_btn #btn_ft_cscenter {
	background: #e33030;
	color: #fff;
}

#ft_btn #btn_ft_cscenter:hover {
	background: #c92d2d;
}

#ft_btn #btn_ft_device_change {
	background: #333;
	color: #ccc;
}

#ft_btn #btn_ft_device_change:hover {
	background: #2a2a2a;
}

#ft_btn #btn_ft_cscenter i {}

#ft_btn #btn_ft_device_change i {
	color: #e33030;
}

@media(max-width:992px) {

	#ft_logo,
	#ft_center_1,
	#ft_center_2,
	#ft_copyright {
		margin-bottom: 20px;
	}

	#ft_center_2 {
		font-size: 18px;
		width: 50%;
	}

	#ft_copyright {
		margin-top: 0;
	}
	#ft_center_2>div img {
	    width: 32px;
	    float: left;
	}
}

@media(max-width:576px) {
	#nt_footer {
		padding: 30px 15px;
	}
}

/********************************************************
■ Widget
********************************************************/
h3.h3 {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

hr.hr::before {
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	line-height: 1px;
	background-color: #ddd;
}

hr.hr {
	display: block;
	position: relative;
	height: 3px;
	border: none;
	line-height: 1px;
	padding: 0;
	margin: 0;
}

hr.hr::after {
	width: 4.0rem;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1px;
}

@media all and (max-width:575px) {
	.responsive h3.h3 {
		padding-left: 1.0rem;
		padding-right: 1.0rem;
	}

	.responsive hr.hr::after {
		left: 1.0rem;
	}
}

.wg_content_wrap {
	display: none;
}

.wg_content_wrap.active {
	display: block;
}

/* 라인 */
.na-list li {
	line-height: 2.0;
}

.na-list .na-line {
	border-bottom: 1px solid #efefef;
}

.is-pc .na-list .na-line {
	padding-bottom: 0.15rem;
	margin-bottom: 0.15rem;
}

.is-mobile .na-list .na-line {
	padding-bottom: 0.20rem;
	margin-bottom: 0.25rem;
}

/* 큰제목 */
.f-h1 {
	font-size: 18px !important;
}

/* Owl 네비 */
.owl-slider.owl-nav-top .owl-nav {
	position: absolute;
	right: 0;
	top: -3.75rem;
	z-index: 3;
}

.owl-slider.owl-nav-bottom .owl-nav {
	text-align: center;
}

.owl-slider.owl-nav-right .owl-nav {
	text-align: right;
}

.owl-slider .owl-carousel .owl-nav button {
	outline: none !important;
	width: auto !important;
	padding: 0.35rem 0.75rem !important;
	margin: 0 !important;
	border: 1px solid #ddd !important;
	background: #fff !important;
	color: #ccc !important;
	line-height: 1.2 !important;
}

.owl-slider .owl-carousel .owl-nav button:hover {
	background: #f5f5f5 !important;
}

.owl-slider .owl-carousel .owl-nav button.owl-prev {
	border-right: 0 !important;
}

.owl-slider.owl-nav-lg .owl-carousel .owl-nav button {
	padding: .5rem 1.0rem !important;
}

/* 슬라이더 상단 네비 위치 조정 */
.slider-nav-top

/* 배분 네비 */
.owl-slider.owl-nav-both .owl-nav button.owl-prev {
	float: left;
	border: 1px solid #ddd !important;
}

.owl-slider.owl-nav-both .owl-nav button.owl-next {
	float: right;
}

.owl-slider.owl-nav-both .owl-nav:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

/* 타이틀용 네비 */
.owl-slider.owl-nav-title .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	width: 100%;
	z-index: 1;
}

.owl-slider.owl-nav-title .owl-nav button {
	border: 0 !important;
	background: none !important;
	color: rgba(255, 255, 255, 0.5) !important;
	line-height: 1.0 !important;
}

.owl-slider.owl-nav-title .owl-nav button:hover {
	background: none !important;
	color: rgba(255, 255, 255, 1) !important;
}

.owl-slider.owl-nav-title .owl-nav button.owl-prev {
	position: absolute;
	left: 80px;
	top: 0;
	font-size: 80px !important;
}

.owl-slider.owl-nav-title .owl-nav button.owl-next {
	position: absolute;
	right: 80px;
	top: 0;
	font-size: 80px !important;
}

@media (max-width:1399px) {
	.owl-slider.owl-nav-title .owl-nav button.owl-prev {
		left: 30px;
	}

	.owl-slider.owl-nav-title .owl-nav button.owl-next {
		right: 30px;
	}
}

@media (max-width:1199px) {
	.owl-slider.owl-nav-title .owl-nav {
		margin-top: -35px;
	}

	.owl-slider.owl-nav-title .owl-nav button.owl-prev {
		left: 20px;
		font-size: 70px !important;
	}

	.owl-slider.owl-nav-title .owl-nav button.owl-next {
		right: 20px;
		font-size: 70px !important;
	}
}

@media (max-width:767px) {
	.owl-slider.owl-nav-title .owl-nav {
		margin-top: -30px;
	}

	.owl-slider.owl-nav-title .owl-nav button.owl-prev {
		left: 15px;
		font-size: 60px !important;
	}

	.owl-slider.owl-nav-title .owl-nav button.owl-next {
		right: 15px;
		font-size: 60px !important;
	}
}

@media (max-width:575px) {
	.owl-slider.owl-nav-title .owl-nav {
		margin-top: -25px;
	}

	.owl-slider.owl-nav-title .owl-nav button.owl-prev {
		left: 10px;
		font-size: 50px !important;
	}

	.owl-slider.owl-nav-title .owl-nav button.owl-next {
		right: 10px;
		font-size: 50px !important;
	}
}

/* 회원 포토 등 */
.owl-slider .owl-carousel .owl-item .sv_wrap img {
	display: inline-block !important;
	width: auto !important;
}

/* 페이지네이션 상단 등 */
@media all and (min-width:768px) {
	.pagination-top {
		position: absolute;
		top: -4.1rem;
		right: 0;
		margin: 0 !important;
		z-index: 1;
	}

	.pagination-top.pagination-sm {
		top: -3.6rem;
	}

	.pagination-top.pagination-lg {
		top: -5.2rem;
	}
}

@media all and (max-width:767px) {
	.pagination-top {
		justify-content: center !important;
	}
}

/* 사이드 아웃로그인 */
.widget_outlogin_wrap {
	padding: 35px 20px 30px;
	border-radius: 5px 5px 10px 10px;
}

.widget_outlogin_wrap:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #db3232;
}

.widget_outlogin_wrap .form-control {
	height: calc(1.5em + 1.2rem + 2px);
	padding: 0.6rem 0.75rem;
	border-radius: 8px !important;
}

.widget_outlogin_wrap #outlogin_mb_id,
.widget_outlogin_wrap #outlogin_mb_password {
	padding-left: 40px;
}

.widget_outlogin_wrap #outlogin_mb_id::-webkit-input-placeholder {
	color: #b2b2b2;
	opacity: 1;
}

.widget_outlogin_wrap #outlogin_mb_password::-webkit-input-placeholder {
	color: #b2b2b2;
	opacity: 1;
}

.widget_outlogin_wrap #outlogin_mb_id::-ms-input-placeholder {
	color: #b2b2b2;
	opacity: 1;
}

.widget_outlogin_wrap #outlogin_mb_password::-ms-input-placeholder {
	color: #b2b2b2;
	opacity: 1;
}

.widget_outlogin_wrap #outlogin_mb_id::placeholder {
	color: #b2b2b2;
	opacity: 1;
}

.widget_outlogin_wrap #outlogin_mb_password::placeholder {
	color: #b2b2b2;
	opacity: 1;
}

.widget_outlogin_wrap #btn_login {
	font-weight: bold;
	border-radius: 8px;
	padding-top: 9px;
	padding-bottom: 7px;
}

.widget_outlogin_wrap .custom-switch {
	padding-left: 35px;
}

.widget_outlogin_wrap .custom-switch .custom-control-label::before {
	background-color: #ffba00;
	border: 0;
	width: 40px;
	height: 22px;
	border-radius: 22px !important;
	/*left: -48px;*/
	margin-top: 0px !important;
}

.widget_outlogin_wrap .custom-switch .custom-control-label::after {
	background-color: #fff;
	width: 16px !important;
	height: 16px !important;
	border-radius: 50% !important;
	top: 6px !important;
	/*left: -27px !important;*/
	margin-top: 0px !important;
	transition: left .15s;
	margin-left:2px;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	left: -15px !important;
	transform: unset !important;
	transition: left .15s;
}

.widget_outlogin_wrap .custom-switch .custom-control-label span {
	display: inline-block;
	vertical-align: middle !important;
	font-size: 12px;
	color: #999;
	margin-top: 1px;
}

.widget_outlogin_wrap .na-dot {
	display: inline-block;
	vertical-align: middle !important;
	margin: 0 2px;
}

.widget_outlogin_wrap .icon_user {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 18px;
	background: url('https://www.totohot.net/theme/TOTOHOT/img/icon_user.png') no-repeat;
	width: 13px;
	height: 15px;
	z-index: 3;
}

.widget_outlogin_wrap .icon_password {
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	left: 36px;
	background: url('https://www.totohot.net/theme/TOTOHOT/img/icon_password.png') no-repeat;
	width: 14px;
	height: 19px;
	z-index: 3;
}

/* 이벤트 */
.wg_head_event {
	background: #db3232;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

.wg_head_event_icon {
	margin-right: 8px;
}

.wg_head_event_icon img {
	display: inline-block;
	vertical-align: top;
}

.wg_head_event_em {
	color: #ffd400;
}

/* 새 글, 새 댓글 */
.wg_head_tabs {
	display: flex;
	position: relative;
	border-bottom: 1px solid #eaebed;
	align-items: center;
}

.wg_head_tab {
	position: relative;
	flex-grow: 1;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	font-size: 17px;
	font-weight: bold;
}

.wg_head_tab.active {
	color: #db3232;
}

.wg_head_tab.active:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 4px;
	background: #db3232;
	max-width: 90px;
}

#wg_latest_wr_n_cmt .wg_head_tab.active:after {
	max-width: 70px;
}

/*.wg_head_more_m {display:none; text-align:right;}*/

/* 랭킹 */
#wg_rank .wg_head_tab.active {
	color: #482ed2;
}

#wg_rank .wg_head_tab.active:after {
	background: #482ed2;
}

/* 메인 게시판들 (자유게시판, 유머 & 이슈 ...) */
#wg_main_board .wg_head_tabs {
	display: block;
	padding-left: 12px;
}

#wg_main_board .wg_head_tabs:after {
	display: block;
	content: '';
	visibility: hidden;
	clear: both;
}

#wg_main_board .wg_head_tabs .wg_head_tab {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}

#wg_main_board .wg_head_tabs .wg_head_more {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	font-weight: bold;
}

#wg_main_board .wg_head_tabs .wg_head_more span {
	display: inline-block;
	position: relative;
	top: 1px;
	margin-left: 3px;
}

#wg_main_board .wg_head_more_m_wrap {
	display: flex;
	position: relative;
	border-bottom: 1px solid #eaebed;
	justify-content: center;
	align-items: center;
}

#wg_main_board .wg_head_more_m {
	font-weight: bold;
	padding: 10px 0;
}

#wg_main_board .wg_head_more_m span {
	display: inline-block;
	position: relative;
	top: 1px;
	margin-left: 3px;
}

#wg_main_board .wg_head_tabs .wg_head_tab.wg_head_more_m.active:after {
	display: none;
}

#wg_main_board_head_tabs_m .gra {
	content: " ";
	position: absolute;
	z-index: 1;
	top: 0;
	width: 1.25rem;
	height: calc(100% - 1px);
}

#wg_main_board_head_tabs_m .gra-left-primary {
	left: 0;
}

#wg_main_board_head_tabs_m .gra-right-primary {
	right: 0;
}

#wg_main_board_head_tabs_m .gra-left {
	left: 0;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, #f7f8fa 60%);
}

#wg_main_board_head_tabs_m .gra-right {
	right: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #f7f8fa 60%);
}

@media (max-width: 767px) {
	.wg_head_tab {
		font-size: 15px;
	}

	#wg_main_board .wg_head_tabs {
		display: flex;
	}

	#wg_main_board .wg_head_tabs .wg_head_tab {
		white-space: nowrap !important;
		padding: 10px 15px;
	}

	#wg_main_board #wg_main_board_head_tabs_pc {
		display: none;
	}
}

/* 먹튀 리스트 */
#wg_main_board_mt .wg_head_tabs {
	display: block;
	padding-left: 12px;
}

#wg_main_board_mt .wg_head_tabs:after {
	display: block;
	content: '';
	visibility: hidden;
	clear: both;
}

#wg_main_board_mt .wg_head_tabs .wg_head_tab {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	cursor: inherit;
}

#wg_main_board_mt .wg_head_tabs .wg_head_tab.active {
	color: #352977;
}

#wg_main_board_mt .wg_head_tabs .wg_head_tab.active:after {
	background: #352977;
}

#wg_main_board_mt .wg_head_tabs .wg_head_more {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	font-weight: bold;
}

#wg_main_board_mt .wg_head_tabs .wg_head_more span {
	display: inline-block;
	position: relative;
	top: 1px;
	margin-left: 3px;
}

@media (max-width: 767px) {
	#wg_main_board .wg_head_tabs {
		display: flex;
	}

	#wg_main_board_mt .wg_head_tabs .wg_head_tab {
		white-space: nowrap !important;
		padding: 10px 15px;
	}
}

/********************************************************
■ 모바일 하단바
********************************************************/
#nt_bottom_nav_m {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1040;
	border-radius: 25px 25px 0 0;
	box-shadow: 0px -4px 12px rgb(50 60 70 / 15%);
	-webkit-box-shadow: 0px -4px 12px rgb(50 60 70 / 15%);
	-moz-box-shadow: 0px -4px 12px rgb(50 60 70 / 15%);
	padding: 0 15px;
}

#nt_bottom_nav_m ul li {
	position: relative;
	float: left;
	width: calc((100% - 90px) / 4);
	height: 42px;
	text-align: center;
	font-size: 12px;
	padding-top: 3px;
	cursor: pointer;
}

#nt_bottom_nav_m ul li:nth-child(3) {
	width: 90px;
}

#nt_bottom_nav_m ul li:nth-child(3) img {
	position: absolute;
	bottom: 0;
	left: 0;
}

#nt_bottom_nav_m ul li a {}

#nt_bottom_nav_m ul li img {
	max-width: 100%;
}

#nt_bottom_nav_m ul li div {
	font-size: 11px;
	color: #333;
}

@media (max-width: 767px) {
	#nt_footer {
		padding-bottom: 72px;
	}

	#nt_bottom_nav_m {
		display: block;
	}
}

/********************************************************
■ Bootstrap 4 : 부트스트랩 기본 속성
********************************************************/
/* 툴팁 */
.tooltip .tooltip-inner {
	font-size: 1.0rem !important;
}

/* 체크박스, 라디오버튼 재지정 */
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
	top: 0.15rem !important;
	width: 1.4rem !important;
	height: 1.4rem !important;
}

/* 체크박스, 라디오버튼과 글자간 간격 */
.custom-checkbox .custom-control-label span,
.custom-radio .custom-control-label span {
	cursor: pointer;
	padding-left: 0.5rem !important;
}

/* 스위치 버튼 재지정 */
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after {
	margin-top: 2px;
}

/* Button */
.btn-lg {
	padding: 10px 16px;
	border-radius: 3px;
	line-height: 1.33;
	font-size: 18px;
}

.btn-lg i {
	top: 3px;
	font-size: 24px;
	position: relative;
}

/* Form */
.col-form-label {
	font-weight: bold;
}

/* Pagenation */
.page-link,
.page-link:hover,
.page-link:focus {
	color: #333;
}

/* 라운드 스타일 */
.na-round,
.view_image img,
.pretty-embed img {
	border-radius: 0.3rem !important;
}

/* 사각 스타일 */
.is-square .na-round,
.is-square .view_image img,
.is-square .pretty-embed img,
.is-square .btn,
.is-square .alert,
.is-square .nav-link,
.is-square .form-control,
.is-square .input-group-prepend,
.is-square .input-group-append,
.is-square .input-group-text,
.is-square .custom-file-label,
.is-square .custom-file-label:after,
.is-square .custom-select,
.is-square .label,
.is-square .progress,
.is-square .pagination li a,
.is-square .list-group-item {
	border-radius: 0 !important;
}

/********************************************************
■ 모바일 여백 조절
********************************************************/
@media (max-width: 767px) {
	#nt_body {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.bg_gray_boxshadow_slope {
		margin-bottom: 15px !important;
	}

	#main_con_2_m {
		margin-top: 20px;
		margin-bottom: 15px;
	}

	#main_banner {
		margin: 30px 0 25px;
	}

	.main_banner_title2 {
		margin-bottom: 15px;
	}

	.main_explain_title_wrap {
		margin-top: 25px;
		margin-bottom: 15px;
	}

	.main_explain_con_wrap {
		margin-bottom: 15px;
	}

	.totohot_sub_bn_m {
		margin-bottom: 15px !important;
	}

	.bo_top_bn {
		margin-bottom: 15px !important;
	}

	.mt-4 {
		margin-top: 1rem !important;
	}

	.mb-4 {
		margin-bottom: 1rem !important;
	}
}

/********************************************************
■ 게시판 내부 수정
********************************************************/
#bo_v .bo_v_btn_wrap .btn_b01 {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #999;
	color: #333;
	line-height: 1.2;
	padding: 7px 10px 5px !important;
}

#bo_v .bo_v_btn_wrap .btn_b01 i,
#bo_v .btn_b01 i {
	vertical-align: middle;
	margin-top: -1px;
}

#bo_v .bo_v_btn_wrap .btn_b01:hover {
	background: #f5f5f5;
}

#bo_v .bo_v_btn_wrap .btn_shingo {
	border: 1px solid #e82432;
	color: #e82432;
}

#bo_v .bo_v_btn_wrap .btn_shingo img {
	margin-top: -1px;
}

#bo_v .bo_v_btn_wrap .btn_shingo:hover {
	background: #fff2f2;
}

#bo_v .bo_v_btn_wrap .btn-primary {
	line-height: 1.2;
	padding: 7px 10px 5px !important;
	border-radius: 5px;
}

#bo_v .bo_v_btn_wrap .btn-group-vertical .btn-primary {
	border-radius: 0;
}

#bo_v_btn_group #btn_bo_good {
	background: #db3232;
	color: #fff !important;
	border: 1px solid #db3232;
	border-right: 0 !important;
	border-radius: 10px 0 0 10px;
	font-size: 1rem;
	width: 130px;
	padding: 10px 45px 10px 10px;
	text-align: right;
}

#bo_v_btn_group #btn_bo_good:hover {
	background: #c82333;
}

#bo_v_btn_group #btn_bo_good img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#bo_v_btn_group #btn_bo_good #wr_good {
	font-weight: normal;
	position: absolute;
	left: 10px;
	width: 44px;
	text-align: center;
}

#bo_v_btn_group #btn_bo_nogood {
	border-radius: 0 10px 10px 0;
	font-size: 1rem;
	width: 130px;
	padding: 10px 10px 10px 36px;
	text-align: left;
	color: #666 !important;
	border-left: 0 !important;
	margin-left: 0;
}

#bo_v_btn_group #btn_bo_nogood img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#bo_v_btn_group #btn_bo_nogood #wr_nogood {
	font-weight: normal;
	position: absolute;
	right: 10px;
	width: 44px;
	text-align: center;
}

#bo_vc .cmt-btn {
	margin-bottom: 5px;
}

#bo_vc .cmt-btn ul>li::before {
	content: '';
}

#bo_vc .cmt-btn ul>li {
	padding: 0 2px;
}

#bo_vc .cmt-btn ul>li>a {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #999;
	color: #333;
	padding: 2px 8px 0;
	transition: background .15s;
}

#bo_vc .cmt-btn ul>li>a:hover {
	background: #f5f5f5;
}

#bo_vc .cmt-btn ul>li>a.btn_cmt_shingo {
	border: 1px solid #e82432;
	color: #e82432;
}

#bo_vc .cmt-btn ul>li>a.btn_cmt_shingo:hover {
	background: #fff2f2;
}

#bo_vc .cmt-btn ul>li>a.btn_cmt_shingo img {
	width: 10px;
	margin-right: 3px;
	margin-top: -2px;
}

#bo_vc .cmt-btn ul>li>a.na-cgood,
#bo_vc .cmt-btn ul>li>a.na-cnogood {
	width: auto;
	height: auto;
	margin: 0;
	line-height: inherit;
	font: inherit;
	text-align: center;
	padding: 2px 10px 0;
	color: #333;
	border: 1px solid #ccc;
}

#bo_vc .cmt-btn ul>li>a.na-cgood {}

#bo_vc .cmt-btn ul>li>a.na-cnogood {
	margin-left: 4px;
}

#bo_vc .cmt-btn ul>li>a.na-cgood .fa {
	color: #db3232;
	margin-right: 5px;
}

#bo_vc .cmt-btn ul>li>a.na-cnogood .fa {
	color: #555;
	margin-right: 5px;
}

#bo_vc .cmt-box {
	border: 1px solid #dee2e6 !important;
}

#bo_vc .cmt-box .custom-checkbox .custom-control-label:before,
#bo_vc .cmt-box .custom-checkbox .custom-control-label:after,
#bo_vc_w .cmt-box .custom-checkbox .custom-control-label:before,
#bo_vc_w .cmt-box .custom-checkbox .custom-control-label:after {
	top: 2px !important;
}

@media (max-width: 767px) {
	#bo_v_btn_ul {
		flex-wrap: wrap;
	}

	#bo_v_btn_ul #bo_v_btn {
		width: 100%;
		margin: 10px 0;
	}

	#bo_v .bo_v_btn_wrap .btn_b01,
	#bo_v .bo_v_btn_wrap .btn_shingo,
	#bo_v .bo_v_btn_wrap .btn-primary {
		padding: 6px 7px 4px !important;
		margin-left: 2px !important;
		margin-top: 4px;
		margin-bottom: 4px;
		font-size: 13px;
	}

	#bo_v .bo_v_btn_wrap .btn_shingo img {
		width: 12px;
	}

	#bo_v .bo_v_btn_wrap .btn-group-vertical .btn-primary {
		margin: 0;
	}

	#bo_vc .cmt-btn ul>li>a {
		padding: 2px 6px 0;
	}

	#bo_vc .cmt-btn ul>li>a.na-cgood,
	#bo_vc .cmt-btn ul>li>a.na-cnogood {
		padding: 2px 8px 0;
	}
}

@charset "utf-8";

/********************************************************
■ 모바일 사이드바
********************************************************/

/* 모바일 전체메뉴 */
#nt_sidebar_m {
	position: fixed;
	top: 0;
	right: -380px;
	width: 360px;
	height: 100%;
	padding-bottom: 20px;
	overflow-y: auto;
	background: #f7f8fa;
	z-index: 1000;
	box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15);
	-webkit-box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15);
	-moz-box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15);
}

@media (max-width: 768px) {
	#nt_sidebar_m {
		display: block;
		width: 100%;
		right: unset;
		left: -100%;
		padding-bottom: 70px;
		box-shadow: unset;
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
	}
}

.nt_sidebar_m_header {
	position: relative;
	font-size: 21px;
	font-weight: bold;
	background: #fff;
	color: #db3232;
	border-bottom: 3px solid #db3232;
	padding: 8px 15px 6px;
}

#nt_sidebar_m .nt_sidebar_m_body .nt_sidebar_m_item {
	display: none;
}

.icon_sidebar_m_x {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	transform: translateY(-50%);
	cursor: pointer;
}

.icon_sidebar_m_x img {
	max-width: 100%;
}

.nt_sidebar_m_notice {
	padding: 9px 15px;
	background: #db3232;
	font-size: 0;
}

.nt_sidebar_m_notice span.icon {
	display: inline-block;
	/*width:50px; height:22px; line-height:22px;*/
	padding: 0 5px;
	background: #b32929;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
}

.nt_sidebar_m_notice span.subject a {
	position: relative;
	display: inline-block;
	width: calc(100% - 50px);
	padding-left: 8px;
	word-break: break-all;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
}

.nt_sidebar_m_notice span.subject a i {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 12px;
}

.nt_sidebar_m_top_menu {
	padding: 10px 0;
}

.nt_sidebar_m_top_menu_c {}

.nt_sidebar_m_top_menu_c ul {
	font-size: 0;
}

.nt_sidebar_m_top_menu_c ul:after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}

.nt_sidebar_m_top_menu_c ul li {
	display: inline-block;
	width: 25%;
	text-align: center;
}

.nt_sidebar_m_top_menu_c ul li a {
	position: relative;
	display: block;
	padding: 0 15px;
	text-align: center;
}

.nt_sidebar_m_top_menu_c ul li a .bg_circle {
	padding-top: 100%;
	background: #fff;
	border-radius: 50%;
	box-shadow: 2px 2px 4px 1px #e9e9e9;
	-webkit-box-shadow: 2px 2px 4px 1px #e9e9e9;
	-moz-box-shadow: 2px 2px 4px 1px #e9e9e9;
}

.nt_sidebar_m_top_menu_c ul li a .img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.nt_sidebar_m_top_menu_c ul li a .img img {
	max-width: 35%;
	vertical-align: middle;
}

.nt_sidebar_m_top_menu_c ul li a .mb_memo_cnt {
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	top: 50%;
	left: 58%;
	line-height: 1;
	min-width: 10px;
	padding: 3px 4px 2px;
	background: #db3232;
	color: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 6px -2px #727272;
	-webkit-box-shadow: 0px 4px 6px -2px #727272;
	-moz-box-shadow: 0px 4px 6px -2px #727272;
	white-space: nowrap;
	vertical-align: baseline;
}

.nt_sidebar_m_top_menu_c ul li .text {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	margin-top: 8px;
}

.nt_sidebar_m_top_menu_a {
	padding: 15px 9px 0;
	text-align: center;
	line-height: 1;
}

.nt_sidebar_m_top_menu_a .btn_toggle {
	margin: 0 6px;
	background: #e3e4e6;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
	cursor: pointer;
}

.nt_sidebar_m_top_menu_a .btn_toggle span i {
	padding-left: 5px;
	font-size: 11px;
}

.nt_sidebar_m_top_menu_a ul {
	display: inline-block;
}

.nt_sidebar_m_top_menu_a ul:after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}

.nt_sidebar_m_top_menu_a ul li {
	float: left;
	padding: 10px 5px 0;
	font-size: 12px;
}

#nt_sidebar_m_top_menu_c {
	padding: 0 10px;
}

#nt_sidebar_m_top_menu_c:after {
	display: block;
	content: '';
	visibility: hidden;
	clear: both;
}

#nt_sidebar_m_top_menu_c>div {
	display: flex;
	align-items: center;
	float: left;
	width: calc((100% - 10px) / 3);
	margin-left: 5px;
	text-align: center;
	height: 50px;
	cursor: pointer;
	border-radius: 6px;
}

#nt_sidebar_m_top_menu_c>div:first-child {
	margin-left: 0;
}

#nt_sidebar_m_top_menu_c .nt_sidebar_m_top_menu_c_div {
	width: 100%;
	margin-top: 3px;
}

#nt_sidebar_m_top_menu_c .nt_sidebar_m_top_menu_c_title {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.08rem;
}

#nt_sidebar_m_top_menu_c .nt_sidebar_m_top_menu_c_title img {
	*position: absolute;
	width: 30px;
}

.nt_sidebar_m_banner {
	padding: 0 10px 10px;
}

.nt_sidebar_m_banner img {
	max-width: 100%;
}

.nt_sidebar_m_menu ul {
	width: 100%;
	border-collapse: collapse;
}

.nt_sidebar_m_menu ul li {
	background: #fff;
	border-right: 1px solid #f5f5f5;
}

.nt_sidebar_m_menu_depth_1 {
	font-size: 15px;
	font-weight: bold;
	padding: 4px 15px;
	/*
	background-image: url('../../img/nt_sidebar_m_menu_depth_1_bg.png');
	*/
	background-size: 1px 100%;
	border-top: 1px solid #f5f5f5;
	margin-top: -1px;
}

.nt_sidebar_m_menu_depth_2_list:after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}

.nt_sidebar_m_menu_depth_2_list li {
	float: left;
	border-bottom: 1px solid #f5f5f5;
}


.nt_sidebar_m_menu_depth_2_list.divide_1 li {
	width: 100%;
}


.nt_sidebar_m_menu_depth_2_list.divide_2 li {
	width: 50%;
}

.nt_sidebar_m_menu_depth_2_list.divide_2 li:nth-child(2n) {
	border-right: 0;
}

.nt_sidebar_m_menu_depth_2_list.divide_3 li {
	width: calc(100% / 3);
}

.nt_sidebar_m_menu_depth_2_list.divide_3 li:nth-child(3n) {
	border-right: 0;
}

/*
.nt_sidebar_m_menu_depth_2_list li:first-child,
.nt_sidebar_m_menu_depth_2_list.divide_2 li:nth-child(2n+1),
.nt_sidebar_m_menu_depth_2_list.divide_3 li:nth-child(3n+1) {border-left:0;}
*/

.nt_sidebar_m_menu_depth_2_list li a {
	display: block;
	text-align: center;
	font-size: 13px;
	padding: 7px 0;
}

.nt_sidebar_m_telegram {
	padding-top: 15px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #039be5;
}

.nt_sidebar_m_telegram span img {
	width: 19px;
	vertical-align: top;
	margin-top: 1px;
}

/* 모바일 내정보 */
#nt_sidebar_m_mypage {}

.nt_sidebar_m_member {
	padding: 18px 15px 20px;
	font-size: 13px;
}

.nt_sidebar_m_member .hide-photo .sv_wrap {
	font-weight: bold;
	font-size: 15px;
}

.nt_sidebar_m_member .hide-photo .xp-icon img {
	width: 16px !important;
	vertical-align: top;
	margin-top: 5px;
}

.nt_sidebar_m_member .hide-photo .nt_sidebar_m_noti_cnt {
	position: relative;
	margin-left: 10px;
	cursor: pointer;
}

.nt_sidebar_m_member .hide-photo .nt_sidebar_m_noti_cnt img {
	width: 35px;
}

.nt_sidebar_m_member .hide-photo .nt_sidebar_m_noti_cnt span {
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	top: 0px;
	left: 16px;
	line-height: 1;
	min-width: 10px;
	padding: 3px 4px 2px;
	background: #db3232;
	color: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 6px -2px #727272;
	-webkit-box-shadow: 0px 4px 6px -2px #727272;
	-moz-box-shadow: 0px 4px 6px -2px #727272;
	white-space: nowrap;
	vertical-align: baseline;
}

.nt_sidebar_m_member .mb_level {
	padding-left: 1px;
}

.nt_sidebar_m_member .mb_level img {
	width: 11px;
	margin-right: 3px;
}

.nt_sidebar_m_member .mb_exp {
	line-height: 1;
}

.nt_sidebar_m_member .mb_exp .div-progress {
	border-radius: 50px;
	color: #929292;
	background: #fff;
	box-shadow: 0px 1px 3px #00000024;
	overflow: hidden;
}

.nt_sidebar_m_member .mb_exp .div-progress .progress-bar {
	background: #e4241e;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	border-radius: 50px;
}

.nt_sidebar_m_member .mb_point b {
	font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
	letter-spacing: -0.05rem;
}

.nt_sidebar_m_member .mb_point .btn_point {
	display: inline-block;
	vertical-align: top;
	background: #db3232;
	color: #fff;
	border-radius: 5px;
	font-size: 11px;
	padding: 5px 8px;
	margin-left: 5px;
	line-height: 1;
}

.nt_sidebar_m_member .mb_signature {
	border-radius: 50px;
	color: #929292;
	background: #fff;
	box-shadow: 0px 1px 3px #00000024;
	padding: 1px 10px 0;
	overflow: hidden;
}

.nt_sidebar_m_date {
	background: #fff;
}

.nt_sidebar_m_date>div {
	padding: 4px 15px;
	font-size: 14px;
	border-bottom: 1px solid #f5f5f5;
}

.nt_sidebar_m_date>div:last-child {
	border-bottom: 0;
}

#nt_sidebar_m_mypage .nt_sidebar_m_banner {
	padding-top: 10px;
}

/* 모바일 알림 */
#nt_sidebar_m_noti .sidebar-list-m h5 {
	padding: 0.55rem 1.0rem;
	margin: 0;
	font-weight: bold !important;
	border-top: 1px solid #dee2e6;
	margin-top: -1px;
}

#nt_sidebar_m_noti .sidebar-list-m ul.off {
	display: none;
}

#nt_sidebar_m_noti .sidebar-list-m li {
	position: relative;
}

#nt_sidebar_m_noti .sidebar-list-m li a {
	display: block;
	padding: 0.45rem 1.0rem;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	font-size: 13px;
}

#nt_sidebar_m_noti .sidebar-list-m li .me-a {
	padding-right: 2.5rem;
}

#nt_sidebar_m_noti .sidebar-list-m .tree-toggle {
	position: absolute;
	z-index: 1;
	top: 0rem;
	right: 0;
	width: 2.5rem;
	padding: 0.75rem 0;
	margin-top: 0.15rem;
	text-align: center;
	cursor: pointer;
	color: #aaa;
}

#nt_sidebar_m_noti .sidebar-list-m .me-ul {
	background: #fff;
}

#nt_sidebar_m_noti .sidebar-list-m .me-ul1 {
	background: #fafafa;
}

#nt_sidebar_m_noti .sidebar-list-m .me-ul2 {}

#nt_sidebar_m_noti .sidebar-list-m .me-li1 .me-a1,
#nt_sidebar_m_noti .sidebar-list-m .me-li2 .me-a2 {
	padding-left: 2.0rem;
}

#nt_sidebar_m_noti .sidebar-list-m .me-li.active .me-a,
#nt_sidebar_m_noti .sidebar-list-m .me-li1.active .me-a1,
#nt_sidebar_m_noti .sidebar-list-m .me-li2.active .me-a2 {
	font-weight: bold;
}

#nt_sidebar_m_noti .sidebar-list-m .me-line1 .me-a1 {
	background: #eee;
	font-weight: bold;
}

#nt_sidebar_m_noti .sidebar-list-m .me-line2 .me-a2 {
	background: #eee;
	font-weight: bold;
}

/* Go to Top */
#nt_sidebar_move {
	display: none;
	position: fixed;
	width: 40px;
	bottom: 20px;
	right: 25px;
	z-index: 2;
}

#nt_sidebar_move span {
	display: block;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	margin: 5px 0;
	text-align: center;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	line-height: 42px !important;
	font-size: 19px;
}

#nt_sidebar_move .sidebar-move-bottom {
	display: none;
}

@media (max-width: 767px) {
	#nt_sidebar_move {
		bottom: 62px;
	}
}

@charset "utf-8";

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.page-item.active .page-link,
.show>.btn-outline-primary.dropdown-toggle,
.custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
}

hr.hr::after,
.dropdown-item.active,
.dropdown-item:active,
.bg-primary {
	background-color: #dc3545 !important;
}

.border-primary {
	border-color: #dc3545 !important;
}

.text-primary,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #dc3545 !important;
}

/* ---------------------------------------------------------- */

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
	background-color: #c82333 !important;
	border-color: #c82333 !important;
}

.btn-outline-primary {
	color: #c82333 !important;
	border-color: #c82333 !important;
}

.btn-outline-primary:hover {
	color: #fff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #c82333 !important;
}

.page-link:focus,
.btn-primary:focus,
.btn-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5) !important;
}

/* 모바일 주메뉴 좌우측 그라데이션 */
.gra-left-primary {
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, #dc3545 60%);
}

.gra-right-primary {
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #dc3545 60%);
}

#bo_v_con h1 {
	white-space: inherit !important;
}

.bo_safety_top_con_wrap {
	margin: 10px 0 40px;
	padding: 0 15px;
}

.bo_safety_top_con_wrap:after {
	display: block;
	content: '';
	visibility: hidden;
	clear: both;
}

.bo_safety_info_img_wrap {
	float: left;
	width: 330px;
	height: 266px;
	margin-right: 15px;
}

.bo_safety_info_img_wrap .img_wrap {
	box-shadow: 0px 4px 10px rgb(50 60 70 / 20%);
	-webkit-box-shadow: 0px 4px 10px rgb(50 60 70 / 20%);
	-moz-box-shadow: 0px 4px 10px rgb(50 60 70 / 20%);
	border-radius: 10px;
}

.bo_safety_info_img_wrap .img_wrap,
.bo_safety_info_img_wrap .img_wrap #bo_v_img .view_image,
.bo_safety_info_img_wrap .img_wrap #bo_v_img {
	height: 100%;
}

.bo_safety_info_img_wrap .img_wrap #bo_v_img img {
	width: 100%;
	height: 100%;
	border-radius: 10px !important;
	margin-bottom: 0 !important;
}

.bo_safety_info_tbl_wrap {
	float: left;
	width: calc(100% - 345px);
	box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
	-webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
	-moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 10%);
	border-radius: 10px;
}

.tbl_bo_safety_info {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.tbl_bo_safety_info tr th {
	width: 140px;
	border: 1px solid #333;
	border-bottom: 1px solid #424242;
	border-top: 0;
	background: #333;
	color: #fff;
	font-weight: normal;
	height: 44px;
	letter-spacing: -0.05rem;
	padding: 8px 18px;
	font-size: 16px;
}

.tbl_bo_safety_info tr td {
	word-break: break-all;
	height: 44px;
	overflow: hidden;
	border: 1px solid #e8e9eb;
	border-top: 0;
	padding: 8px 16px;
	font-size: 16px;
	color: #000;
	background: #fff;
}

.tbl_bo_safety_info tbody tr:first-child th {
	border-top: 1px solid #333;
	0 *height: 45px;
	border-radius: 10px 0 0 0;
}

.tbl_bo_safety_info tbody tr:first-child td {
	border-top: 1px solid #e8e9eb;
	*height: 45px;
	border-radius: 0 10px 0 0;
}

.tbl_bo_safety_info tbody tr:last-child th {
	border-radius: 0 0 0 10px;
}

.tbl_bo_safety_info tbody tr:last-child td {
	border-radius: 0 0 10px 0;
}

.tbl_bo_safety_info tr td.bo_safety_info_feature {
	font-size: 14px;
}

.tbl_bo_safety_info tr.bo_safety_info_game_wrap th {
	padding: 7px 18px;
}

.tbl_bo_safety_info tr.bo_safety_info_game_wrap td {
	padding: 7px 16px;
}

.tbl_bo_safety_info tr td .icon_safety_game {
	background: #edeef0;
	color: #666;
	padding: 2px 7px 0;
	line-height: 1.4;
	border-radius: 5px;
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	display: inline-block;
}

.tbl_bo_safety_info tr td .icon_safety_game:last-child {
	margin-right: 0;
}

.tbl_bo_safety_info tr td a.at-tip img {
	margin-top: 1px;
}

.tooltip>.tooltip-inner {
	font-size: 14px;
}

.tooltip>.tooltip-inner span.safety_con {
	font-size: 13px;
}

.tooltip>.tooltip-inner span.safety_con span.red {
	color: red !important;
	font-weight: bold;
}

@media (max-width: 1200px) {
	.bo_safety_info_img_wrap {
		width: 100%;
		height: auto;
	}

	.bo_safety_info_img_wrap .img_wrap {
		width: 330px;
		margin: 0 auto;
	}

	.bo_safety_info_tbl_wrap {
		width: 100%;
		margin: 15px auto 0;
	}
}

@media (max-width: 768px) {
	.bo_safety_top_con_wrap {
		padding: 0;
	}
}

@media (max-width: 576px) {
	.bo_safety_top_con_wrap {
		margin: 0 0 30px;
	}

	.bo_safety_info_img_wrap .img_wrap {
		width: 100%;
	}

	.bo_safety_info_tbl_wrap {
		margin-top: 10px;
	}

	.tbl_bo_safety_info tr th {
		width: 78px;
	}

	.tbl_bo_safety_info tr th,
	.tbl_bo_safety_info tr td {
		font-size: 13px;
		padding: 5px 8px !important;
		height: 36px;
	}

	.tbl_bo_safety_info tbody tr:first-child th,
	.tbl_bo_safety_info tbody tr:first-child td {
		height: 37px;
	}

	.tbl_bo_safety_info tr td.bo_safety_info_feature,
	.tbl_bo_safety_info tr td .icon_safety_game {
		font-size: 12px;
	}
}

.bo_safety_view_con_line {
	position: relative;
	margin-bottom: 40px;
}

.bo_safety_view_con_line .text {
	position: relative;
	z-index: 2;
	display: inline-block;
	border: 4px solid #db3232;
	border-radius: 8px 8px 0 0;
	border-bottom: 0;
	padding: 7px 25px;
	background: #f7f8fa;
	color: #db3232;
	font-weight: bold;
}

.bo_safety_view_con_line .bar {
	position: relative;
	z-index: 1;
	background: #db3232;
	width: 100%;
	height: 4px;
	margin-top: -4px;
}

@media (max-width: 576px) {
	.bo_safety_view_con_line {
		margin-bottom: 20px;
	}

	.bo_safety_view_con_line .text {
		font-size: 14px;
		padding: 7px 15px;
	}
}

#bo_gallery .list-item .list-item-div {
	*border: 1px solid #ddd;
	background: #fff;
	box-shadow: 5px 5px 8px rgb(50 60 70 / 8%);
	-webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 8%);
	-moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 8%);
	border-radius: 10px;
}

#bo_gallery .list-item .list-item-div .list-item-title {
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background: linear-gradient(#ffffff, #f7f7f7);
}

#bo_gallery .list-item .list-item-div .list-item-wrap {
	padding: 10px;
}

#bo_gallery .list-item .list-item-div .list-item-wrap:after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}

#bo_gallery .list-item:hover .list-item-div {
	border: 3px solid #dc3545;
	overflow: hidden;
}

#bo_gallery .list-item:hover .list-item-div .list-item-title {
	margin: -3px;
	margin-bottom: 3px;
	overflow: hidden;
}

#bo_gallery .list-item:hover .list-item-div .list-item-wrap {
	margin: -3px;
	overflow: hidden;
}

#bo_gallery .img-wrap {
	box-shadow: 0px 2px 6px rgb(50 60 70 / 20%);
	-webkit-box-shadow: 0px 2px 6px rgb(50 60 70 / 20%);
	-moz-box-shadow: 0px 2px 6px rgb(50 60 70 / 20%);
	border-radius: 10px;
}

#bo_gallery .list-safety-info {
	margin-top: 10px;
	/* border:1px solid #e8e9eb; border-radius:5px; overflow:hidden; */
}

#bo_gallery .list-safety-info table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

#bo_gallery .list-safety-info table tr th {
	width: 90px;
	text-align: center;
	border: 1px solid #333;
	border-bottom: 1px solid #424242;
	border-top: 0;
	background: #333;
	color: #fff;
	font-weight: normal;
	height: 34px;
	letter-spacing: -0.05rem;
}

#bo_gallery .list-safety-info table tr td {
	width: calc(100% - 90px);
	word-break: break-all;
	height: 34px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #e8e9eb;
	border-top: 0;
	background: #fff;
}

#bo_gallery .list-safety-info table tr td.site_name {
	font-weight: bold;
	color: #555;
}

#bo_gallery .list-safety-info table tr td.site_code {
	font-weight: bold;
	color: #db3232;
}

#bo_gallery .list-safety-info table tbody tr:first-child th {
	border-top: 1px solid #333;
	*height: 35px;
	border-radius: 5px 0 0 0;
}

#bo_gallery .list-safety-info table tbody tr:first-child td {
	border-top: 1px solid #e8e9eb;
	*height: 35px;
	border-radius: 0 5px 0 0;
}

#bo_gallery .list-safety-info table tbody tr:last-child th {
	border-radius: 0 0 0 5px;
}

#bo_gallery .list-safety-info table tbody tr:last-child td {
	border-radius: 0 0 5px 0;
}

#bo_gallery .list-safety-item-btn-wrap {
	margin-top: 10px;
}

#bo_gallery .list-safety-item-btn-wrap:after {
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}

#bo_gallery .list-safety-item-btn-wrap a {
	float: left;
	width: calc((100% - 4px) / 1);
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 3px;
	transition: background .15s;
}

#bo_gallery .list-safety-item-btn-wrap a.btn_safety_view {
	border: 2px solid #333;
	color: #000;
	margin-right: 2px;
}

#bo_gallery .list-safety-item-btn-wrap a.btn_safety_view:hover {
	background: #f5f5f5;
}

#bo_gallery .list-safety-item-btn-wrap a.btn_safety_site {
	border: 2px solid #db3232;
	color: #db3232;
	margin-left: 2px;
}

#bo_gallery .list-safety-item-btn-wrap a.btn_safety_site:hover {
	background: #fff2f2;
}

#bo_gallery .list-safety-item-btn-wrap a.btn_safety_site img {
	vertical-align: top;
	margin-top: 6px;
}

@media (max-width:575px) {
	#bo_gallery .img-wrap {
		float: left;
		width: 38%;
		height: 92px;
		margin-right: 10px;
		padding-bottom: 0 !important;
	}

	#bo_gallery .img-wrap .img-item {
		position: unset;
	}

	#bo_gallery .img-wrap .img-item img {
		height: 100%;
	}

	#bo_gallery .list-safety-info {
		float: left;
		width: calc(100% - 38% - 10px);
		margin-top: 0;
	}

	#bo_gallery .list-safety-info table tr th {
		width: 42%;
	}

	#bo_gallery .list-safety-info table tr th,
	#bo_gallery .list-safety-info table tr td {
		font-size: 13px;
		padding: 0 3px;
		height: 29px;
	}

	#bo_gallery .list-safety-info table tr td {
		padding-top: 2px;
	}

	#bo_gallery .list-safety-info table tr td.site_name img {
		max-width: 15px;
	}

	#bo_gallery .list-safety-info table tbody tr:first-child th,
	#bo_gallery .list-safety-info table tbody tr:first-child td {
		*height: 30px;
	}

	#bo_gallery .list-safety-item-btn-wrap {
		float: left;
		width: calc(100% - 38% - 10px);
		margin-top: 5px;
	}

	#bo_gallery .list-safety-item-btn-wrap a {
		font-size: 13px;
		padding: 0;
		height: 29px;
		line-height: 28px;
	}

	#bo_gallery .list-safety-item-btn-wrap a.btn_safety_site img {
		margin-top: 6px;
	}
}

.bo_mttip_top_con_wrap {margin:10px 0 40px; padding:0 15px;}
.bo_mttip_top_con_wrap:after {display:block; content:''; visibility:hidden; clear:both;}
.bo_mttip_info_img_wrap {height:350px;/*float:left; width:330px; height:266px; margin-right:15px;*/}
.bo_mttip_info_img_wrap .img_wrap {max-width:480px; margin:0 auto; box-shadow:0px 4px 10px rgb(50 60 70 / 20%); -webkit-box-shadow:0px 4px 10px rgb(50 60 70 / 20%); -moz-box-shadow:0px 4px 10px rgb(50 60 70 / 20%); border-radius:10px;}
.bo_mttip_info_img_wrap .img_wrap,
.bo_mttip_info_img_wrap .img_wrap #bo_v_img .view_image,
.bo_mttip_info_img_wrap .img_wrap #bo_v_img {height:100%;}
.bo_mttip_info_img_wrap .img_wrap #bo_v_img img {width:100%; height:100%; border-radius:10px !important; margin-bottom:0 !important;}
.bo_mttip_info_tbl_wrap {/*float:left; width:calc(100% - 345px);*/ max-width:480px; margin:10px auto 0; box-shadow:5px 5px 8px rgb(50 60 70 / 10%); -webkit-box-shadow:5px 5px 8px rgb(50 60 70 / 10%); -moz-box-shadow:5px 5px 8px rgb(50 60 70 / 10%); border-radius:10px;}
.tbl_bo_mttip_info {width:100%; border-collapse:separate; border-spacing:0;}
.tbl_bo_mttip_info tr th {width:140px;border:1px solid #333;border-bottom:1px solid #424242;border-top:0;background:#333;color:#fff;font-weight:normal;height:44px;letter-spacing:-0.05rem;padding:8px 18px;font-size:16px;}
.tbl_bo_mttip_info tr td {word-break:break-all;height:44px;overflow:hidden;border:1px solid #e8e9eb; border-top:0;padding:8px 16px;font-size:16px;color:#000;background:#fff;}
.tbl_bo_mttip_info tbody tr:first-child th {border-top:1px solid #333;0 *height:45px; border-radius:10px 0 0 0;}
.tbl_bo_mttip_info tbody tr:first-child td {border-top:1px solid #e8e9eb; *height:45px; border-radius:0 10px 0 0;}
.tbl_bo_mttip_info tbody tr:last-child th {border-radius:0 0 0 10px;}
.tbl_bo_mttip_info tbody tr:last-child td {border-radius:0 0 10px 0;}
.tbl_bo_mttip_info tr td.bo_mttip_info_feature {font-size:14px;}
.tbl_bo_mttip_info tr.bo_mttip_info_game_wrap th {padding:7px 18px;}
.tbl_bo_mttip_info tr.bo_mttip_info_game_wrap td {padding:7px 16px;}
.tbl_bo_mttip_info tr td .icon_safety_game {background:#edeef0; color:#666; padding:2px 7px 0; line-height:1.4; border-radius:5px; font-size:14px; margin-top:2px; margin-bottom:2px; margin-right:5px;display:inline-block;}
.tbl_bo_mttip_info tr td .icon_safety_game:last-child {margin-right:0;}
.tbl_bo_mttip_info tr td a.at-tip img {margin-top:1px;}
.tooltip > .tooltip-inner {font-size:14px;}
.tooltip > .tooltip-inner span.safety_con {font-size:13px;}
.tooltip > .tooltip-inner span.safety_con span.red {color:red !important; font-weight:bold;}
@media (max-width: 1200px) {
	.bo_mttip_info_img_wrap {width:100%; *height:auto;}
	.bo_mttip_info_img_wrap .img_wrap {width:330px; margin:0 auto;}
	.bo_mttip_info_tbl_wrap {width:100%; margin:10px auto 0;}
}
@media (max-width: 768px) {
	.bo_mttip_top_con_wrap {padding:0;}
}
@media (max-width: 576px) {
	.bo_mttip_top_con_wrap {margin:0 0 30px;}
	.bo_mttip_info_img_wrap .img_wrap {width:100%;}
	.bo_mttip_info_tbl_wrap {margin-top:10px;}
	.tbl_bo_mttip_info tr th {width:78px;}
	.tbl_bo_mttip_info tr th,
	.tbl_bo_mttip_info tr td {font-size:13px; padding:5px 8px !important; height:36px;}
	.tbl_bo_mttip_info tbody tr:first-child th,
	.tbl_bo_mttip_info tbody tr:first-child td  {height:37px;}
	.tbl_bo_mttip_info tr td.bo_mttip_info_feature,
	.tbl_bo_mttip_info tr td .icon_safety_game {font-size:12px;}
}

.bo_mttip_view_con_line {position:relative; margin-bottom:40px; text-align:left;}
.bo_mttip_view_con_line .text {position:relative; z-index:2; display:inline-block; border:4px solid #db3232; border-radius:8px 8px 0 0; border-bottom:0; padding:7px 25px; background:#f7f8fa; color:#db3232; font-weight:bold;}
.bo_mttip_view_con_line .bar {position:relative; z-index:1; background:#db3232; width:100%; height:4px; margin-top:-4px;}
@media (max-width: 576px) {
	.bo_mttip_view_con_line {margin-bottom:20px !important;}
	.bo_mttip_view_con_line .text {font-size:14px; padding:7px 15px;}
}

.bo_top_review_guide {position:relative; background:#fff; box-shadow:5px 5px 8px rgb(50 60 70 / 8%); -webkit-box-shadow:5px 5px 8px rgb(50 60 70 / 8%); -moz-box-shadow:5px 5px 8px rgb(50 60 70 / 8%); border-radius:10px; margin-top:60px; margin-bottom:30px; padding:18px 35px;}
.bo_top_review_guide:after {display:block; content:''; visibility:hidden; clear:both;}
.bo_top_review_guide .text {float:left; font-weight:bold;}
.bo_top_review_guide .text div:first-child {font-size:18px; color:#db3232; line-height:1.6;}
.bo_top_review_guide .text div:first-child span {background:#db3232; color:#fff; padding:1px 2px; margin-right:1px;}
.bo_top_review_guide .text div:last-child {position:relative; line-height:1.6; color:#333; z-index:1; margin-top:3px;}
.bo_top_review_guide .text div:last-child span {text-decoration:underline;}
.bo_top_review_guide .img {position:absolute; bottom:0; right:60px;}
.bo_top_review_guide .img img {max-width:100%;}
.bo_top_review_guide br.xl {display:none;}
.bo_top_review_guide br.lg {display:none;}
@media (max-width: 1200px) {
	.bo_top_review_guide br.xl {display:block;}
}
@media (max-width: 1024px) {
	.bo_top_review_guide {padding:15px 25px;}
	.bo_top_review_guide br.lg {display:block;}
	.bo_top_review_guide .img {right:30px;}
}
@media (max-width: 768px) {
	.bo_top_review_guide {padding:12px 15px; margin-top:15px; margin-bottom:15px;}
	.bo_top_review_guide br {display:none !important;}
	.bo_top_review_guide .text div:first-child {font-size:16px; line-height:inherit;}
	.bo_top_review_guide .text div:last-child {font-size:13px; line-height:inherit;}
	.bo_top_review_guide .img {/*opacity:0.4; width:140px; right:15px;*/ display:none;}
}
.wg_icon_event {display:inline-block;padding:0 5px;height:20px;line-height:20px;background: #db3232;color:#ffea7f;border-radius:5px; *vertical-align:middle;font-weight:bold;margin-right:5px;}

.list-front table{width:100%; margin:20px 0;}
.list-front table th{text-align:center; padding:7px 12px; background:linear-gradient(#fff,#f7f7f7); font-weight:normal;}
.list-front table tr > *{border:1px solid #ddd;}
.list-front table td{padding:2px 13px; background:#fff;}
.list-front .s2{font-weight:bold; color:red;}
.list-front .s3{padding:14px 0 12px 0; text-align:center; color:#888;}
.site_search{float:right; font-size:12px; color:#888 !important;}

.freemoney_site_info_m {display:none !important;}
@media(max-width:768px) {
	.freemoney_site_info_pc {display:none !important;}
	.freemoney_site_info_m {display:block !important;}
	.list-front table th,
	.list-front table td {font-size:14px;}
}

div#bo_list_wrap {
    position: relative;
    display: inline-block;
    margin-top: 25px;
    width: 100%;
}

.btn-safety {
	border: 2px solid #cacbcc;
	color: #555;
	padding-top: 6px !important;
	padding-bottom: 5px !important;
	border-radius: 2rem;
	background: #fff;
	transition: background .15s ease-in-out;
	font-weight: 400;
	font-size: 17px;
}

.btn-safety img {
	margin-right: 3px;
}

.btn-safety.on,
.btn-safety.on:hover {
	background: #db3232;
	border-color: #db3232;
	color: #fff;
}

.btn-safety:hover {
	background: #f9f9f9;
	color: #555;
}

.btn-safety:hover, .btn-safety:focus {
	outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#bo_search .form-row {
	margin-left: 0 !important;;
	margin-right: 0 !important;
}

#bo_search .form-row > div:first-child {
	-ms-flex: 0 0 35.5%;
	flex: 0 0 35.5%;
	max-width: 35.5%;
}

#bo_search .form-row > div:last-child {
	-ms-flex: 0 0 64.5%;
	flex: 0 0 64.5%;
	max-width: 64.5%;
}

#bo_search input[type=text] {
	height: calc(1.75em + 1rem + 2px);
	border-radius: 0.5rem 0 0 0.5rem;
}

#bo_search button[type=submit] {
	border-radius: 0 0.5rem 0.5rem 0;
}

@media (max-width: 991px) {
	#bo_search .form-row > div:first-child,
	#bo_search .form-row > div:last-child {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.btn-safety, .btn-safety-primary {
		padding: 6px 0.5rem 5px !important;
		font-size: 0.75em;
	}

	.btn-safety img {
		max-width: 14px;
		margin-right: 1px;
	}

	#bo_search input[type=text] {
		height: calc(1.5em + 0.75rem + 2px);
	}
}

#bo_gallery .chk-box {bottom:unset; top:0;}
#bo_gallery .label-cap,
#bo_gallery .wr-now {z-index:3;}

.event_notice_list_wrap {margin-top:20px; margin-bottom:30px;}
.event_notice_list {*padding:15px 20px; margin-bottom:10px !important; overflow:visible;}
.event_notice_list .swiper {padding-left:60px; padding-right:10px;}
.event_notice_list .swiper-wrapper {height:52px; line-height:52px;}
.event_notice_list .swiper-wrapper .swiper-slide {padding:0 20px;}
.event_notice_list .swiper-wrapper .swiper-slide .na-subject {font-weight:bold;}

.event_notice_list .swiper2 {padding-left:60px; padding-right:10px;}
.event_notice_list .swiper-wrapper2 {height:52px; line-height:52px;}
.event_notice_list .swiper-wrapper2 .swiper-slide {padding:0 20px;}
.event_notice_list .swiper-wrapper2 .swiper-slide .na-subject {font-weight:bold;}

.event_notice_list .swiper-button-prev {display:inline-block; width:15px; height:20px; top:calc(50% - 21px); *transform:translateY(-15px); *top:10px; left:unset; right:15px; color:#313233; margin:0; overflow:hidden;}
.event_notice_list .swiper-button-next {display:inline-block; width:15px; height:20px; top:calc(50% + 1px); *top:25px; left:unset; right:15px; color:#313233; margin:0; overflow:hidden;}  
.event_notice_list .swiper-button-prev:after,
.event_notice_list .swiper-button-next:after {content:'';}
.event_notice_list .swiper-button-prev i {position:absolute; bottom:-4px; left:50%; transform:translateX(-50%); /* width:9px; height:5px; */}
.event_notice_list .swiper-button-next i {position:absolute; top:-4px; left:50%; transform:translateX(-50%); /* width:9px; height:5px; line-height:20px;*/}
.event_notice_list a.na-subject {display:inline-block; max-width:90%; word-break:break-all; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.event_notice_list .icon_notice {position:absolute; top:15px; left:20px; display:inline-block; padding-left:6px; padding-right:8px; height:22px; line-height:22px; background:#5c24b2; color:#fff; font-weight:bold; border-radius:5px; vertical-align:middle !important;}
.event_notice_list .icon_notice.text-primary {background:transparent; left:25px;}
.event_notice_list .na-info {display:inline-block; vertical-align:top;}
.event_notice_list .wr_name_wrap {display:inline-block; vertical-align:top; margin-left:30px; float:right;}
@media (max-width: 768px) {
	.event_notice_list .wr_name_wrap {display:none;}
}
@media (max-width:576px) {
	.event_notice_list_wrap {margin-top:10px; margin-bottom:20px;}
	.event_notice_list .icon_notice {left:15px;}
	.event_notice_list .swiper {padding-left:55px; padding-right:5px;}
	.event_notice_list .swiper2 {padding-left:55px; padding-right:5px;}
	.event_notice_list .swiper-button-prev,
	.event_notice_list .swiper-button-next {right:10px;}
}

.bo_event_ing_wrap {font-size:16px; margin-bottom:15px; font-weight:bold;}
.bo_event_ing_wrap img {margin-top:-2px; margin-right:2px;}
.bo_event_ing_wrap .bo_event_ing_num {color:#db3232; letter-spacing:-0.05rem;}
@media (max-width: 768px) {
	.bo_event_ing_wrap {font-size:14px; margin-bottom:10px;}
}
#bo_gallery .list-item .list-item-div {*border:1px solid #ddd; background:#fff; box-shadow:5px 5px 8px rgb(50 60 70 / 8%); -webkit-box-shadow:5px 5px 8px rgb(50 60 70 / 8%); -moz-box-shadow:5px 5px 8px rgb(50 60 70 / 8%); border-radius:10px; overflow:hidden;}
#bo_gallery .img-wrap {position:relative; border-radius:10px 10px 0 0; /* box-shadow:0px 2px 6px rgb(50 60 70 / 20%); -webkit-box-shadow:0px 2px 6px rgb(50 60 70 / 20%); -moz-box-shadow:0px 2px 6px rgb(50 60 70 / 20%); border-radius:10px; */}
#bo_gallery .img-wrap .img-item img {height:100%;}
#bo_gallery .img-wrap .img-label-top {position:absolute; top:0; left:0; width:100%; height:40px; line-height:40px; color:#fff; text-align:center; z-index:1;}
#bo_gallery .img-wrap .img-hover-cover {position:absolute; top:40px; left:0; width:100%; height:calc(100% - 40px); color:#fff; text-align:center; font-size:20px; font-weight:bold; z-index:2;}
#bo_gallery .img-wrap .img-hover-cover > div {position:relative; height:100%;}
#bo_gallery .img-wrap .img-hover-cover > div > span {position:absolute; width:100%; top:50%; left:50%; transform:translate(-50%, -50%);}
#bo_gallery .list-item-div.event_ing .img-hover-cover {display:none; background-color:rgba( 219, 50, 50, 0.8 );}
/* #bo_gallery .list-item-div.event_ing:hover .img-hover-cover {display:block;} */
#bo_gallery .list-item-div.event_ing .img-wrap .img-item:hover .img-hover-cover {display:block;}
#bo_gallery .list-item-div.event_end .img-hover-cover {background-color:rgba( 0, 0, 0, 0.8 );}
#bo_gallery .list-item-div.event_ing .img-wrap .img-label-top {background:#db3232;}
#bo_gallery .list-item-div.event_end .img-wrap .img-label-top {background:#999;}
#bo_gallery .img-wrap .img-label-bottom {position:absolute; bottom:0; left:0; width:100%; height:29px; line-height:25px; background:url('https://www.totohot.net/skin/board/Hot-event/img/bg_bo_event_list_shadow.png'); color:#fff; text-align:center; z-index:1;}
#bo_gallery .img-wrap .img-label-bottom .img-label-bottom-div {position:relative; height:100%; text-align:right;}
#bo_gallery .img-wrap .img-label-bottom .img-label-bottom-div span {font-size:13px; margin-right:10px;}
#bo_gallery .img-wrap .img-label-bottom .img-label-bottom-div span img {margin-top:-1px;}
#bo_gallery .list-item-title {font-weight:bold; text-align:center; padding:10px 15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
#bo_gallery .list-event-info {padding:5px 10px 10px;}
#bo_gallery .list-event-info .list-event-date {background:#f5f7fa; text-align:center; font-size:14px; padding-top:3px; border-radius:5px;}
#bo_gallery .list-event-info .list-event-date span {display:inline-block; vertical-align:middle;}
#bo_gallery .list-event-info .list-event-date span.empty {display:inline-block !important; color:#666 !important;}
#bo_gallery .list-event-info .list-event-date span:first-child {color:#666;}
#bo_gallery .list-event-info .list-event-date span:last-child {color:#db3232; letter-spacing:-0.05rem;}
#bo_gallery .list-item-div.event_end .list-event-info .list-event-date span:first-child,
#bo_gallery .list-item-div.event_end .list-event-info .list-event-date span:last-child {color:#999;}
@media (max-width:576px) {
	#bo_gallery .img-wrap .img-label-top {height:28px; line-height:28px; font-size:14px;}
	#bo_gallery .img-wrap .img-hover-cover {top:28px; height:calc(100% - 28px); font-size:18px;}
	#bo_gallery .img-wrap .img-label-bottom .img-label-bottom-div span {font-size:12px;}
	#bo_gallery .list-item-title {padding:5px 10px; font-size:14px;}
	#bo_gallery .list-event-info {padding-top:0;}
	#bo_gallery .list-event-info .list-event-date span:first-child {display:none;}
}

#bo_v_con h1 {white-space:inherit !important;}

.bo_event_top_con_wrap {margin:10px 0 40px; padding:0 15px;}
.bo_event_top_con_wrap:after {display:block; content:''; visibility:hidden; clear:both;}
.bo_event_img_wrap {float:left; width:330px; height:260px; margin-right:15px;}
.bo_event_img_wrap .img_wrap {box-shadow:5px 5px 8px rgb(50 60 70 / 10%); -webkit-box-shadow:5px 5px 8px rgb(50 60 70 / 10%); -moz-box-shadow:5px 5px 8px rgb(50 60 70 / 10%); border-radius:10px;}
.bo_event_img_wrap .img_wrap,
.bo_event_img_wrap .img_wrap #bo_v_img .view_image,
.bo_event_img_wrap .img_wrap #bo_v_img {height:100%;}
.bo_event_img_wrap .img_wrap #bo_v_img img {width:100%; height:100%; border-radius:10px !important; margin-bottom:0 !important;}
.bo_event_bet_info_wrap {float:left; width:calc(100% - 345px);}
.bo_event_status {height:44px; line-height:44px; border-radius:10px; text-align:center; color:#fff; box-shadow:5px 5px 8px rgb(50 60 70 / 10%); -webkit-box-shadow:5px 5px 8px rgb(50 60 70 / 10%); -moz-box-shadow:5px 5px 8px rgb(50 60 70 / 10%);}
.bo_event_status.ing {background:#db3232;}
.bo_event_status.end {background:#999;}
.tbl_bo_event_bet_info {width:100%; border-collapse:separate; border-spacing:0; box-shadow:5px 5px 8px rgb(50 60 70 / 10%); -webkit-box-shadow:5px 5px 8px rgb(50 60 70 / 10%); -moz-box-shadow:5px 5px 8px rgb(50 60 70 / 10%);}
.tbl_bo_event_bet_info tr th {width:120px;border:1px solid #333;border-bottom:1px solid #424242;border-top:0;background:#333;color:#fff;font-weight:normal;height:44px;letter-spacing:-0.05rem;padding:8px 18px;font-size:16px;}
.tbl_bo_event_bet_info tr td {word-break:break-all;height:44px;overflow:hidden;border:1px solid #e8e9eb; border-top:0;padding:8px 16px;font-size:16px;color:#000;background:#fff;}

#bo_event_date {border-radius:10px; margin-top:6px;}
#bo_event_date tbody tr:first-child th {border-radius:10px 0 0 10px;}
#bo_event_date tbody tr:first-child td {border:1px solid #e8e9eb; border-left:0; border-radius:0 10px 10px 0;}
#bo_event_date tbody th,
#bo_event_date tbody td {height:44px; padding-top:0; padding-bottom:0;}

#bo_event_benefit {border-radius:10px; margin-top:6px;}
#bo_event_benefit tbody tr th {text-align:center; height:34px; padding-top:0; padding-bottom:0;}
#bo_event_benefit tbody tr td {text-align:center; height:126px;}
#bo_event_benefit tbody tr:first-child th {border-radius:10px 10px 0 0;}
#bo_event_benefit tbody tr:last-child td {border-radius:0 0 10px 10px;}

@media (max-width: 1200px) {
	.bo_event_img_wrap {width:100%; height:auto;}
	.bo_event_img_wrap .img_wrap {width:330px; margin:0 auto;}
	.bo_event_bet_info_wrap {width:100%; margin:15px auto 0;}
}
@media (max-width: 768px) {
	.bo_event_top_con_wrap {padding:0;}
	
}
@media (max-width: 576px) {
	.bo_event_top_con_wrap {margin:0 0 30px;}
	.bo_event_img_wrap .img_wrap {width:100%;}
	.bo_event_bet_info_wrap {margin-top:10px;}
	.bo_event_status {font-size:14px;}
	.tbl_bo_event_bet_info tr th {width:78px;}
	.tbl_bo_event_bet_info tr th,
	.tbl_bo_event_bet_info tr td {font-size:13px; padding:5px 8px !important;}
	#bo_event_benefit tbody tr td {height:100px;}
}

.bo_event_view_con_line {position:relative; margin-bottom:40px;}
.bo_event_view_con_line .text {position:relative; z-index:2; display:inline-block; border:4px solid #db3232; border-radius:8px 8px 0 0; border-bottom:0; padding:7px 25px; background:#f7f8fa; color:#db3232; font-weight:bold;}
.bo_event_view_con_line .bar {position:relative; z-index:1; background:#db3232; width:100%; height:4px; margin-top:-4px;}
@media (max-width: 576px) {
	.bo_event_view_con_line {margin-bottom:20px;}
	.bo_event_view_con_line .text {font-size:14px; padding:7px 15px;}
}

.bo_event_bet {margin:40px 0; text-align:center;}
.bo_event_bet .bo_event_view_con_line {font-size:18px; text-align:left;}
.bo_event_bet_info {font-size:16px; text-align:center; margin-bottom:30px;}
.bo_event_bet_info > div {display:inline-block; margin:0 15px;}
.bo_event_bet_info > div.select span {display:inline-block; font-size:14px; border:2px solid #e33030; border-radius:8px; color:#e33030; padding:3px 11px 1px; font-weight:bold; vertical-align:middle; margin:-1px 6px 0 0;}
.bo_event_bet_info > div.status img.icon {vertical-align:top; margin-top:4px;}

.bo_event_bet_select {display:inline-block; margin-bottom:25px; text-align:left; opacity:0;}
.bo_event_bet_select .inner {font-size:0;}
.bo_event_bet_select .inner:after {content:''; display:block; visibility:hidden; opacity:0; clear:both;}
.bo_event_bet_select button {pointer-events:none; position:relative; width:230px; background-image:url('https://www.totohot.net/skin/board/Hot-event/img/img_bo_event_btn_bg.png'); background-repeat:repeat-x; background-size:auto 101%; box-shadow: 0px 2px 4px rgb(50 60 70 / 10%); -webkit-box-shadow: 0px 2px 4px rgb(50 60 70 / 10%); -moz-box-shadow: 0px 2px 4px rgb(50 60 70 / 10%); border-radius:15px; margin:5px 3px; border:1px solid #ccc; padding:24px 15px 22px;}
.bo_event_bet_select button.result:after {content:''; position:absolute; top:0; left:0; background:#000; width:5px; height:5px;}
.bo_event_bet_select button:hover {border:2px solid #e33030; padding:23px 14px 21px;}
.bo_event_bet_select button.selected {background-image:url('https://www.totohot.net/skin/board/Hot-event/img/img_bo_event_btn_bg_selected.png') !important; color:#fff !important; border:2px solid #ff5252 !important; padding:23px 14px 21px !important;}
.bo_event_bet_select button .name {font-size:34px; font-weight:bold; color:#e33030; line-height:1.4; letter-spacing:-0.05em;}
.bo_event_bet_select button .name.small {font-size:26px;}
.bo_event_bet_select button.selected .name {color:#fff !important;}
.bo_event_bet_select button .num_percent {margin-top:5px; font-size:1rem;}

.bo_event_bet.end .bo_event_bet_select button {pointer-events:none; border:1px solid #ccc; padding:24px 15px 22px; cursor:unset;}

.bo_event_bet_footer {}
.bo_event_bet_footer button {border:0; padding:6px 0 4px; width:240px; background:#e33030; color:#fff; font-size:28px; font-weight:bold; border-radius:15px;}
.bo_event_bet_footer button:hover {background:#c82333;}
.bo_event_bet_footer button img.icon {display:inline-block; vertical-align:middle; margin-top:-2px;}
.bo_event_bet_footer .exist_event_bet_text {font-size:28px; font-weight:bold;}
.bo_event_bet_footer .exist_event_bet_text img.icon {display:inline-block; vertical-align:middle; margin-top:-2px;}
.bo_event_bet_footer .exist_event_bet_text span {color:#e33030;}

.bo_event_bet_datetime {color:#333;}

@media (max-width: 1024px) {
	.bo_event_bet_select button {width:160px; padding:18px 10px 17px;}
	.bo_event_bet.end .bo_event_bet_select button {padding:18px 10px 17px;}
	.bo_event_bet_select button:hover {padding:17px 9px 16px}
	.bo_event_bet_select button.selected {padding:17px 9px 16px !important;}
	.bo_event_bet_select button .name {font-size:24px;}
	.bo_event_bet_select button .name.small {font-size:18px; line-height:1.6;}
	.bo_event_bet_footer button {width:170px; font-size:24px;}
	.bo_event_bet_footer .exist_event_bet_text {font-size:24px;}
}

@media (max-width: 768px) {
	.bo_event_bet_info,
	.bo_event_bet_select {margin-bottom:15px;}
	.bo_event_bet_select button .name {font-size:20px;}
	.bo_event_bet_select button .name.small {font-size:16px;}
	.bo_event_bet_footer button {padding:6px 35px 4px; font-size:18px; border-radius:10px;}
	.bo_event_bet_footer button img.icon {width:20px; margin-top:0;}
	.bo_event_bet_footer .exist_event_bet_text {font-size:18px;}
	.bo_event_bet_footer .exist_event_bet_text img.icon {width:22px; margin-top:-1px;}
}
li.mobile_100 {
    width: 33.33333%;
}
.bo_top_bn img {
    width: 100%;
}
li.mobile_100 img {
    width: 100%;
}
@media (max-width: 576px) {
	
	img[alt~="배너"] {
		width: 100%;
	}
	.mobile_100{
		width:50% !important;
		margin:0 !important;
	}
	.bo_event_bet {margin:25px 0;}
	.bo_event_bet_info {font-size:14px;}
	.bo_event_bet_info > div {display:block; margin:10px 0;}
	.bo_event_bet_info > div.select span {font-size:12px; padding:3px 8px 1px;}
	.bo_event_bet_info > div.status img.icon {width:24px;}
	.bo_event_bet_select {display:block;}
	.bo_event_bet_select button {width:calc((100% - 12px) / 3); margin:3px 0 3px 6px; height:auto; border-radius:10px; padding:12px 8px 11px;}
	.bo_event_bet.end .bo_event_bet_select button {padding:12px 8px 11px;}
	.bo_event_bet_select button:hover {padding:11px 7px 10px}
	.bo_event_bet_select button.selected {padding:11px 7px 10px !important;}
	.bo_event_bet_select button:first-child, 
	.bo_event_bet_select button:nth-child(3n+1) {margin-left:0;} 
	.bo_event_bet_select button .name {font-size:16px;}
	.bo_event_bet_select button .name.small {font-size:12px;}
	.bo_event_bet_select button .num_percent {font-size:12px; letter-spacing:-1px;}

	.bo_event_bet_footer button {width:calc(100% / 3); padding:5px 0 4px; font-size:15px; border-radius:8px;}
	.bo_event_bet_footer button img.icon {width:18px; margin-top:-1px;}
	.bo_event_bet_footer .exist_event_bet_text {font-size:15px;}
	.bo_event_bet_footer .exist_event_bet_text img.icon {width:20px;}
	
	.bo_event_bet_datetime {font-size:14px;}
}
span.icon_main_banner_title img {
    max-width: 40px;
}
#list-body .list-item {*cursor:pointer;}
.show_only_m {display:none !important;}
.wr_site_name:hover,
.wr_site_money:hover {color:crimson !important;}
#bo_list .na-title .na-subject {text-overflow:unset; white-space:unset;}
#freemoney_price_mobile {display:none;}
@media(max-width:767px) {
	.hide_mob { display:none}
	.show_only_m {display:inline-block !important;}
	.wr_site_name {margin-bottom:3px;}
	.wr_site_money {margin-bottom:3px;}
	#freemoney_price_pc {display:none;} 
	#freemoney_price_mobile {display:inline-block;}
}
#nt_lnb ul>li.dropdown {
    padding: 0 0px;
    padding-left: 7px;
}
#nt_menu #me-list-pc ul li:last-child .nt_menu_icon {
    top: 27px;
}
div#main_con_6_1 .main_explain_con {
    background: #251965;
    color: #fff;
}