@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");
@import url("../../../nariya/css/unicons/css/unicons.css");
@import url("./custom-addon.css");

/********************************************************
■ Theme Common
********************************************************/
body {
	margin: 0;
	padding: 0;
	background: #343642 !important;
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.en {
	font-family: "Roboto", sans-serif;
}

.custom-dark {
	background: #3b3d4a;
}

.flex {
	display: flex;
}

.items-center {
	align-items: center;
}

.justify-between {
	justify-content: space-between;
}

.border-md {
	border-radius: 10px;
}

hr.custom-hr::after {
	left: 20px !important;
}

.list-group-item {
	background: #fff;
}

.bg-primary-custom {
	background: #c41411;
}

.is-mobile .f-md {
	font-size: 18px !important;
}

.bg_gray_boxshadow_slope {
	position: relative;
	border-radius: 10px;
	margin-bottom: 20px;
}

#right-area-side-box .bg_gray_boxshadow_slope:last-child {
	margin-bottom: 0;
}

.bg_gray_boxshadow_half {
	position: relative;
	box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-webkit-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-moz-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	background: #474955;
	overflow: hidden;
	border-radius: 10px;
}

#right-area-side-box {
	-ms-flex: 0 0 26.6%;
	flex: 0 0 26.6%;
	max-width: 26.6%;
}

#left-area-content {
	-ms-flex: 0 0 73.4%;
	flex: 0 0 73.4%;
	max-width: 73.4%;
}

.na-col-custom {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}

@media (max-width: 576px) {
	.na-col-custom {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.na-col-custom-2 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
}

@media (max-width: 768px) {

	#right-area-side-box,
	#left-area-content {
		-ms-flex: unset;
		flex: unset;
		max-width: unset;
	}
}

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper {
	background: #f3f4fe;
	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: block;
	position: fixed;
	z-index: 10000;
}

#nt_loader .loader {
	margin: -25px 0 0 -25px;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 45px;
	position: absolute;
	z-index: 10001;
}

/********************************************************
■ LNB
********************************************************/
#nt_lnb {
	padding: 10px 0;
	border-bottom: 1px solid #f9f5fe;
	background: #fff;
}

#nt_lnb ul {
	list-style: none;
	margin: 0;
}

#nt_lnb ul>li {
	float: left;
	padding: 0 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;
	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: 7px;
	margin-right: 3px;
}

#nt_lnb ul>li img.icon_event {
	vertical-align: top;
	margin-top: 6px;
	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 #5f68fa;
	color: #5f68fa;
	padding: 0 10px;
	line-height: 26px;
	font-size: 12px;
	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-size: 12px;
	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: -4px;
	right: 5px;
	width: 30px;
	height: 30px;
	font-size: 12px;
	z-index: 3;
}

#nt_lnb ul>li.header-search-wrap .header-search button[type="submit"] i {
	color: #fff !important;
}

/********************************************************
■ PC 헤더(Header)
********************************************************/
#header_pc .nt-container {}

#header_pc .header-logo img {
	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;
}

#header_pc #btn_sidebar_pc {
	position: relative;
	margin-top: -2px;
	width: 40px;
	height: 40px;
	line-height: 42px !important;
	border-radius: 50%;
	box-shadow: 4px 4px 10px rgb(197 192 249 / 20%);
	-webkit-box-shadow: 4px 4px 10px rgb(197 192 249 / 20%);
	-moz-box-shadow: 4px 4px 10px rgb(197 192 249 / 20%);
}

#header_pc #btn_sidebar_pc i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgb(78, 74, 200);
}

#header_pc .me-a {
	display: block;
	position: relative;
	text-align: center;
	font-weight: bold !important;
}

/* .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 .m-logo {
	display: block;
	text-align: left;
}

#header_mo h3 {
	position: relative;
}

.header_mo_search {
	color: #524ed4;
	font-size: 22px;
}

#search_mo {
	border-top: 1px solid #ddd;
	background: #fafafa;
}

/********************************************************
■ 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: 30px;
}

#nt_menu .nt-container,
#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli {
	position: relative;
}

#nt_menu .sub-1dul {
	background: #3b3d4a;
	border: 2px solid #5f68fa;
	border-top: none;
}

#nt_menu .sub-1dli {
	border-bottom: 1px solid #565866;
}

#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: 4rem;
	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-list .me-li a:hover {
	color: #4e4ac8 !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, 0.175);
	-webkit-box-shadow: 0 6px 12px rgba(0, 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: 18px;
	right: -6px;
}

#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_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-radius: 10px;
	background: #fff;
}

.nt-menu .sub-1div::before {
	left: 50%;
	margin-left: -8px;
}

.nt-menu .sub-1da {
	display: block;
	color: #000;
}

.nt-menu .sub-1line {
	position: relative;
	display: block;
}

.nt-menu .sub-1dli.on .sub-1da {
	color: crimson !important;
	border-color: #eee;
	font-weight: bold;
}

.nt-menu .sub-1dli:hover .sub-1da {
	/*color:#000; background: #f5f5f5;*/
	color: crimson !important;
	border-color: #eee;
}

.nt-menu .sub-1line {
	color: #000;
	font-weight: bold;
	background: #fafafa;
}

.nt-menu .me-sh {
	padding: 0.59rem 1rem;
}

/* 서브메뉴 높이설정 : 페딩값으로 조절 */

/* 풀다운형 */
.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: 1rem 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 1rem;
}

/* 2차 서브메뉴 높이설정 : 페딩값으로 조절 */

/* 메뉴 상단 고정 */
#nt_sticky_wrap {
	padding: 0;
	background: #fff;
	box-shadow: 0 10px 20px -10px rgb(160 44 219 / 5%);
}

#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: 768px) {
	#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_body {
	margin-top: 0px;
	margin-bottom: 0px;
}

@media (max-width: 575px) {
	.nt-grid {
		padding: 0 15px;
	}
}

/********************************************************
■ 로그인CSS
********************************************************/
.mong-task {
	cursor: move;
	background-color: #3b3d4a;
	padding: 15px;
	border-radius: 10px;
	width: 100%;
	box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-webkit-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-moz-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	margin-bottom: 1rem;
}

#mong-member .sv_wrap .sv a {
	color: var(--color-ui-slick-text-primary);
}

#mong-member p {
	color: #afbfff;
}

#mong-member .adm-text {
	color: var(--color-ui-text-primary);
}

#mong-member span.lev {
	color: #afbfff;
}

#mong-member span.lev a {
	color: var(--color-ui-text-primary);
}

#mong-login-box {
	margin: 15px;
}

.margin-grid-gap {
	margin-bottom: 10px;
}

@media (max-width: 576px) {
	.margin-grid-gap {
		margin-bottom: 7px;
	}
}

.password-grid-gap {
	width: 32px;
}

.mong-login-button-box {
	border-radius: 8px;
}

.mong-login-button-box .login-icon-line {
	color: var(--color-white-primary);
	width: 56px;
	line-height: 50px;
}

.mong-login-form {
	background-color: var(--color-search-from-bg-primary);
}

.mong-login-form .form-control {
	border: 1px solid var(--color-widget-search-border-primary) !important;
	background-color: var(--color-search-from-bg-primary) !important;
}

.mong-login-form i {
	color: var(--color-board-blog-color-primary);
}

.mong-media-body {
	margin: 0 5px 0 0;
}

.btn-custom {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-top: 1px solid #474955;
	border-left: none;
	border-right: 1px solid #474955;
	border-bottom: 1px solid #474955;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0 0.25rem 0.25rem 0;
	background: #474955;
}

.mong-login-form.from-grid-gap {
	margin: 0 0 5px 0;
}

.mong-outlogin a {
	color: var(--color-ui-text-primary-1) !important;
}

.mong-outlogin p {
	color: var(--color-ui-text-primary-1) !important;
}

.mong-outlogin .lev {
	color: #afbfff !important;
}

.mong_menu_inner__options {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.mong_menu_inner__options .nav_menu {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	transition: all 0.2s, box-shadow 0.01s;
	cursor: pointer;
	background-image: #343642;
	color: white;
	font-weight: 200;
	font-size: 14px;
	padding: 6px 14px;
}

.mong_menu_inner__options .nav_menu:nth-of-type(3) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.mong_menu_inner__options .nav_menu:nth-of-type(1) {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.mong_menu_inner__options a {
	color: #fff !important;
}

.mong_menu_inner__options .nav_menu i {
	transition: all 0.2s;
	position: relative;
	top: 0px;
	transform: scale(1);
}

@media screen and (max-width: 1199px) {
	.mong_menu_inner__options .nav_menu i {
		display: none !important;
	}
}

.mong_menu_inner__options .nav_menu:hover {
	color: white;
	transition: all 0.2s, box-shadow 0.1s;
	background-image: var(--color-login-menu-hover-button-primary);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	z-index: -1;
}

.outlogin-noti-badge-new {
	position: absolute;
	display: inline-block;
	min-width: 6px;
	height: 18px;
	margin-top: -5px;
	margin-right: 5px;
	padding: 0 6px;
	background-color: #1fd771;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	font-size: 10px;
	line-height: 18px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0;
	-webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
	vertical-align: top;
}

.na-bar {
	background: #ccc;
}

/* 로그인 버튼 CSS */
.mong-outlogin-btn {
	display: block;
	background-image: linear-gradient(to right, #5c6bc0 0%, #3949ab 99%);
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	height: 5.12rem;
	padding: 20px 8px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	text-align: center;
	color: #ffffff;
	box-shadow: var(--color-login-button-box-shadow-1);
	background-size: 200% auto;
	background-color: var(--color-login-button-primary) !important;
}

.mong-outlogin-btn:hover {
	background-position: right center;
	box-shadow: 0 12px 20px -11px #303f9f;
}

button,
input[type="button"] {
	cursor: pointer;
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased !important;
	border: none;
}

/********************************************************
■ 오토로그인 CHECKBOX UI/UX CSS
********************************************************/
.auto-login-toggle-button-cover {
	display: table-cell;
	position: relative;
	box-sizing: border-box;
}

.auto-login-button-cover,
.knobs,
.layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.auto-login-button {
	position: relative;
	width: 60px;
	height: 26px;
	overflow: hidden;
}

.auto-login-button.r,
.auto-login-button.r .layer {
	border-radius: 100px;
	background: #474955;
}

.auto-login-button.b2 {
	border-radius: 2px;
}

.checkbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

.knobs {
	z-index: 2;
}

.layer {
	width: 100%;
	background-color: var(--color-auto-login-layer-primary);
	transition: 0.3s ease all;
	z-index: 1;
}

.auto-login-button {
	overflow: visible;
}

.auto-login-button .knobs:before {
	content: "YES";
	position: absolute;
	top: 0.3em;
	left: 0.3em;
	width: 2em;
	height: 2em;
	line-height: 2.2em !important;
	color: #fff;
	font-size: 0.7em;
	font-weight: 700;
	text-align: center;
	background-color: #5677fc;
	border-radius: 50%;
}

.auto-login-button .knobs,
.auto-login-button .knobs:before,
.auto-login-button .layer {
	transform: rotateZ(0);
	transition: 0.4s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

.auto-login-button .checkbox:checked+.knobs {
	transform: rotateZ(-180deg);
}

.auto-login-button .checkbox:checked+.knobs:before {
	content: "NO";
	color: #fff;
	background-color: #dd191d;
	transform: rotateZ(180deg);
}

/*가입*/
.register {
	padding: 15px;
	border-radius: 10px;
	background: #3b3d4a;
	box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-webkit-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-moz-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
}

.form-control-plaintext {
	color: #ccc !important;
}

/* 메인 배너 */
#main_banner {
	margin: 10px 0 20px;
}

.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: 3px;
}

.main_banner_title .icon_main_banner_title:first-child {
	margin-right: 0px;
}

.main_banner_title .icon_main_banner_title:last-child {
	margin-left: 0px;
}

.main_banner_title h2 span {
	color: #dc3545;
}

.main_banner_title2 {
	color: #666;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 35px;
}

@media (max-width: 768px) {
	.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_layout_title_wrap {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.main_layout_title,
.main_layout_title h2,
.main_layout_title h3 {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: -0.08rem;
}

.main_layout_title h2,
.main_layout_title h3 {
	display: inline;
}

.main_layout_title2 {
	color: #666;
	text-align: center;
	margin-top: -4px;
}

@media (max-width: 768px) {

	.main_layout_title,
	.main_layout_title h2,
	.main_layout_title h3 {
		font-size: 22px;
	}
}

.main_layout_con_wrap {
	margin-bottom: 30px;
}

#left-area-content .main_layout_con_wrap:last-child {
	margin-bottom: 0;
}

.main_layout_con_div {
	position: relative;
	padding-top: 35px;
}

.main_layout_con_wrap .main_layout_con_div:first-child {
	padding-top: 0;
}

.main_layout_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_layout_con a {
	color: #ff7200 !important;
}

.main_layout_con_title h3,
.main_layout_con_title h4 {
	display: inline;
	font-weight: bold;
	font-size: inherit;
	line-height: inherit;
}

.main_layout_con {
	position: relative;
	padding: 30px 40px;
	z-index: 1;
	color: #333;
}

.main_layout_con>div {
	margin-top: 20px;
	font-size: 14px;
	letter-spacing: -0.04rem;
}

.main_layout_con>div:first-child {
	margin-top: 0;
}

.main_layout_con>div strong {
	position: relative;
	font-size: 28px;
	line-height: 1.5;
	z-index: 1;
}

.main_layout_con .main_layout_con_inner_end {
	text-align: center;
	color: #666;
	font-size: 14px;
	letter-spacing: -0.04rem;
}

.main_layout_con_img {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.main_layout_con>div ul {}

.main_layout_con>div ul li {
	display: flex;
	font-size: 14px;
	margin-top: 10px;
	letter-spacing: -0.04rem;
}

.main_layout_con>div ul li:first-child {
	margin-top: 0;
}

.main_layout_con>div ul li span.main_layout_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_layout_con>div ul li span.main_layout_con_list_img {
	min-width: 175px;
}

.main_layout_con>div ul li span.main_layout_con_list_img img {
	max-width: 100%;
}

.main_layout_con>div ul li h3 {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

#main_manuscript_con_3 {
	margin-top: 89px;
	overflow: visible;
}

#main_manuscript_con_3_1 {
	background: #dcdfe5;
	padding-top: 35px;
	border-radius: 10px 10px 0 0;
}

#main_manuscript_con_3_1 .main_layout_con_title {
	background: #fc7935;
	color: #fff;
	font-size: inherit;
	font-weight: inherit;
}

#main_manuscript_con_3_1 .main_layout_con>div strong span {
	color: #fc7935;
}

#main_manuscript_con_3_1 .main_layout_con_img {
	top: -54px;
}

#main_manuscript_con_3_2 {
	overflow: hidden;
}

#main_manuscript_con_3_2 .main_layout_con_title {
	background: #e33030;
}

#main_manuscript_con_3_2 .main_layout_con_img {
	top: -75px;
	right: 50px;
}

#main_manuscript_con_3_2 .main_layout_con>div ul li span.main_explain_con_num_icon {
	background: #e33030;
}

#main_manuscript_con_3_2 .main_layout_con .main_explain_con_inner_end {
	color: #999;
}

#main_manuscript_con_4_1 {
	background: url("../img/img_main_con_4_1_bg.png") no-repeat;
	background-size: cover;
	background-position: center;
}

#main_manuscript_con_4_2 .main_layout_con_title {
	background: #26f2c0;
	color: #251965;
}

#main_manuscript_con_4_2 .main_layout_con>div ul li span.main_explain_con_num_icon {
	background: #26f2c0;
}

#main_manuscript_con_5_1 {
	background: #fc4649;
	overflow: hidden;
}

#main_manuscript_con_5_1 .main_layout_con_img {
	top: -18px;
}

#main_manuscript_con_5_1 .main_layout_con_img img {
	width: 100%;
}

#main_manuscript_con_5_2 .main_layout_con_title {
	background: #fc4649;
	color: #fff;
}

#main_manuscript_con_5_2 .main_layout_con>div ul li span.main_explain_con_num_icon {
	background: #fc4649;
	color: #fff;
}

#main_manuscript_con_6_1 .main_layout_con_img {
	top: -10px;
	right: 55px;
}

#main_manuscript_con_6_2 {
	padding-top: 0;
}

#main_manuscript_con_6_2 .main_layout_con_title {
	background: #1bbf87;
}

#main_manuscript_con_6_2 .main_layout_con>div ul li span.main_layout_con_num_icon {
	background: #1bbf87;
}

#main_manuscript_con_6_3 {
	padding-top: 0;
}

#main_manuscript_con_6_3 .main_layout_con_title {
	background: #e33030;
}

#main_manuscript_con_6_3 .main_layout_con>div ul li span.main_layout_con_num_icon {
	background: #e33030;
}

#main_manuscript_con_7_1 {
	background: #161223;
	padding: 19px 0;
	overflow: hidden;
}

#main_manuscript_con_7_1 .main_layout_con {
	color: #fff;
	text-align: center;
}

#main_manuscript_con_7_1 .main_layout_con>div strong {
	display: block;
	color: #7e38ff;
	font-size: 34px;
	margin-top: 15px;
}

#main_manuscript_con_7_1 .main_layout_con_img_left {
	left: 0;
	right: unset;
	transform: rotateY(180deg);
}

#main_manuscript_con_7_1 .main_layout_con_img {
	height: 100%;
}

#main_manuscript_con_7_1 .main_layout_con_img img {
	width: auto;
	height: 100%;
}

#main_manuscript_con_7_2 .main_layout_con_title {
	background: #7138da;
}

#main_manuscript_con_7_2 .main_layout_con>div ul li span.main_layout_con_num_icon {
	background: #7138da;
}

#main_manuscript_con_7_3 {
	padding-top: 0;
}

#main_manuscript_con_7_3 .main_layout_con_title {
	background: #f04ca5;
}

#main_manuscript_con_7_3 .main_layout_con>div ul li span.main_layout_con_num_icon {
	background: #f04ca5;
}

#main_manuscript_con_8_1 {
	background: url("../img/img_main_con_8_1_bg.png") no-repeat;
	background-size: cover;
	background-position: center;
}

#main_manuscript_con_8_1 .main_layout_con {
	text-align: center;
	color: #fff;
}

#main_manuscript_con_8_1 .main_layout_con>div strong {
	display: block;
	color: #feba3e;
	margin-top: 15px;
}

#main_manuscript_con_8_2 .main_layout_con_title {
	background: #191766;
}

#main_manuscript_con_8_2 .main_layout_con>div ul li span.main_layout_con_num_icon {
	background: #191766;
}

#main_manuscript_con_8_3 {
	padding-top: 0;
}

#main_manuscript_con_8_3 .main_layout_con_title {
	background: #9130d1;
}

#main_manuscript_con_8_3 .main_layout_con>div ul li span.main_layout_con_num_icon {
	background: #9130d1;
}

#main_manuscript_con_9 {
	overflow: visible;
}

#main_manuscript_con_9_1 .main_layout_con_img {
	top: -34px;
	right: 24px;
}

#main_manuscript_con_9_2 {
	padding-top: 0;
}

#main_manuscript_con_9_2 .main_layout_con_title {
	background: #32327f;
}

#main_manuscript_con_9_2 .main_layout_con>div ul li span.main_layout_con_num_icon {
	background: #32327f;
}

#main_manuscript_con_9_3 {
	padding-top: 0;
}

#main_manuscript_con_9_3 .main_layout_con_title {
	background: #32327f;
}

#main_manuscript_con_9_3 .main_layout_con>div ul li span.main_layout_con_num_icon {
	background: #32327f;
}

#main_manuscript_con_9_3 .main_layout_con .main_layout_con_inner_end {
	font-weight: bold;
}

#main_manuscript_con_9_4 {
	padding-top: 0;
}

#main_manuscript_con_9_4 .main_layout_con_title {
	background: #ff7200;
}

#main_manuscript_con_9_4 .main_layout_con>div ul li span.main_layout_con_num_icon {
	background: #ff7200;
}

#main_manuscript_con_10_1 .main_layout_con_img {
	top: 54px;
	right: 70px;
}

#main_manuscript_con_10_2 {
	padding-top: 0;
}

#main_manuscript_con_10_2 .main_layout_con_title {
	background: #ed2026;
}

#main_manuscript_con_10_2 .main_layout_con>div ul li {
	align-items: center;
}

#main_manuscript_con_10_2 .main_layout_con>div ul li {
	margin: 40px 0;
}

#main_manuscript_con_10_2 .main_layout_con .main_layout_con_inner_end {
	color: #999;
	margin-bottom: 20px;
}

#main_manuscript_con_10_3 {
	padding-top: 0;
}

#main_manuscript_con_10_3 .main_layout_con_title {
	background: #222;
}

#main_manuscript_con_10_3 .main_layout_con>div ul li span.main_layout_con_num_icon {
	background: #222;
}

#main_manuscript_con_10_4 {
	padding-top: 0;
}

#main_manuscript_con_10_4 .main_layout_con_title {
	background: #222;
}

#main_manuscript_con_10_4 .main_layout_con>div ul li span.main_layout_con_num_icon {
	background: #222;
}

@media (max-width: 1024px) {
	.main_layout_con_title {
		display: block;
		border-radius: 0;
	}

	.main_layout_con_title,
	.main_layout_con {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.main_layout_con_img img {
		width: 60%;
	}

	#main_manuscript_con_3 {
		margin-top: 0;
	}

	#main_manuscript_con_3_1 .main_layout_con_img {
		top: 120px;
		right: -10px;
		opacity: 0.4;
	}

	#main_manuscript_con_3_2 .main_layout_con_img {
		top: -1px;
		right: 15px;
	}

	#main_manuscript_con_5_1 .main_layout_con_img {
		top: 0;
		opacity: 0.4;
	}

	#main_manuscript_con_6_1 .main_layout_con_img {
		right: 15px;
		opacity: 0.4;
	}

	#main_manuscript_con_7_1 .main_layout_con_img_left {
		display: none;
	}

	#main_manuscript_con_9_1 .main_layout_con_img {
		top: 15px;
		right: 0;
		opacity: 0.4;
	}

	#main_manuscript_con_10_1 .main_layout_con_img {
		top: 15px;
		right: 15px;
		opacity: 0.4;
	}
}

@media (max-width: 768px) {
	.main_layout_con_wrap br.hide_sm {
		display: none;
	}

	.main_layout_con_title {
		font-size: 18px;
	}

	.main_layout_con>div strong {
		font-size: 20px;
	}

	.main_layout_con>div ul li span.main_explain_con_list_img {
		margin-bottom: 30px;
		text-align: center;
	}

	.main_layout_con>div ul li h3 {
		font-size: 18px;
	}

	.main_layout_con .main_layout_con_inner_end {
		text-align: left;
	}

	#main_manuscript_con_4_1 {
		background-position: 90%;
	}

	#main_manuscript_con_7_1 .main_layout_con {
		text-align: left;
	}

	#main_manuscript_con_7_1 .main_layout_con>div strong {
		font-size: 26px;
	}

	#main_manuscript_con_8_1 {
		background-position: 3%;
	}

	#main_manuscript_con_8_1 .main_layout_con {
		text-align: left;
	}

	#main_manuscript_con_10_2 .main_layout_con>div ul li {
		display: block;
	}

	#main_manuscript_con_10_2 .main_layout_con>div ul li span {
		display: block;
	}

	#main_manuscript_con_10_2 .main_layout_con>div ul li {
		margin-top: 30px;
		margin-bottom: 0;
	}

	#main_manuscript_con_10_2 .main_layout_con>div ul li:first-child {
		margin-top: 10px;
	}

	#main_manuscript_con_10_2 .main_layout_con .main_layout_con_inner_end {
		margin-bottom: 0;
	}
}

/********************************************************
■ 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;
}

#ft_center_2>div span:last-child {
	margin-left: 5px;
}

#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 0.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: #5f68fa;
	color: #fff;
}

#ft_btn #btn_ft_cscenter:hover {
	background: #4e4ac8;
}

#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;
	}

	#ft_copyright {
		margin-top: 0;
	}
}

@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: #484848;
}

hr.hr {
	display: block;
	position: relative;
	height: 3px;
	border: none;
	line-height: 1px;
	padding: 0;
	margin: 0;
}

hr.hr::after {
	width: 4rem;
	height: 3px;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	line-height: 1px;
}

@media all and (max-width: 575px) {
	.responsive h3.h3 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.responsive hr.hr::after {
		left: 1rem;
	}
}

.wg_content_wrap {
	display: none;
}

.wg_content_wrap.active {
	display: block;
	padding: 15px;
}

/* 라인 */
.na-list li {
	line-height: 2;
}

.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.2rem;
	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: 0.5rem 1rem !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 !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;
	}
}

/* 사이드 아웃로그인 */
.input-group-text {
	color: #fff !important;
	border: 1px solid #535967 !important;
	background-color: #484c59 !important;
}

.custom-control-label::before {
	border: 1px solid #535967 !important;
	background-color: #484c59 !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;
	border-radius: 5px 5px 0px 0px;
	background: #5f66fa;
}

.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: 48px;
}

.widget_outlogin_wrap .custom-switch .custom-control-label::before {
	background-color: #474955;
	border: 0;
	width: 40px;
	height: 22px;
	border-radius: 22px !important;
	left: -48px;
	margin-top: -2px !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: -2px !important;
	transition: left 0.15s;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	left: -20px !important;
	transform: unset !important;
	transition: left 0.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("../img/icon_user.png") no-repeat;
	width: 13px;
	height: 15px;
	z-index: 3;
}

.widget_outlogin_wrap .icon_password {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 18px;
	background: url("../img/icon_password.png") no-repeat;
	width: 14px;
	height: 19px;
	z-index: 3;
}

/* 버튼 커스텀 */
.custom-btn {
	width: 100%;
	height: 50px;
	line-height: 0px;
	color: #fff;
	border-radius: 10px !important;
	padding: 10px 25px;
	font-weight: bold;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px,
		rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
	outline: none;
}

.btn-line {
	border: none;
	background: rgb(78, 74, 200);
	background: linear-gradient(0deg, rgba(78, 74, 200, 1) 0%, rgba(78, 74, 200, 1) 100%);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}

.btn-line:hover {
	text-decoration: none;
	color: #fff;
}

.btn-line:before {
	position: absolute;
	content: "";
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-line:hover {
	opacity: 0.7;
}

.btn-line:active {
	box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
		inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes shiny-btn1 {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

.btn-short {
	position: relative;
	right: 20px;
	bottom: 20px;
	border: none;
	box-shadow: none;
	width: 130px;
	height: 40px;
	line-height: 42px;
	-webkit-perspective: 230px;
	perspective: 230px;
}

.btn-short span {
	background: rgb(78, 74, 200);
	background: linear-gradient(0deg, rgba(78, 74, 200, 1) 0%, rgba(95, 102, 250, 1) 100%);
	display: block;
	position: absolute;
	width: 130px;
	height: 40px;
	box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgb(197 192 249 / 20%),
		4px 4px 5px 0px rgb(197 192 249 / 20%);
	border-radius: 5px;
	margin: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-short span:nth-child(1) {
	box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -20px;
	-moz-transform-origin: 50% 50% -20px;
	transform-origin: 50% 50% -20px;
}

.btn-short span:nth-child(2) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -20px;
	-moz-transform-origin: 50% 50% -20px;
	transform-origin: 50% 50% -20px;
}

.btn-short:hover span:nth-child(1) {
	box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgb(197 192 249 / 30%),
		4px 4px 5px 0px rgb(197 192 249 / 30%);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.btn-short:hover span:nth-child(2) {
	box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgb(197 192 249 / 30%),
		4px 4px 5px 0px rgb(197 192 249 / 30%);
	color: transparent;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

/* 이벤트 */
.wg_head_event {
	background: #5c79fb;
	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;
	padding-top: 5px;
	vertical-align: top;
}

.wg_head_event_em {
	color: #ffd400;
}

/* 새 글, 새 댓글 */
.wg_head_tabs {
	display: flex;
	position: relative;
	border-bottom: 1px solid #f2f1fe;
	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: rgb(78, 74, 200);
}

.wg_head_tab.active:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 4px;
	background: rgb(78, 74, 200);
	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;
}

/* 메인 게시판들 (자유게시판, 유머 & 이슈 ...) */
#bo_v {
	padding: 15px;
	border-radius: 10px;
}

#bo_w {
	padding: 15px;
	border-radius: 10px;
}

#bo_list_wrap {
	padding: 15px;
	border-radius: 10px;
}

@media (max-width: 576px) {
	#bo_list_wrap {
		padding: 10px 0px !important;
	}
}

#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 #f2f1fe;
	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: 768px) {
	.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: rgb(78, 74, 200);
}

#wg_main_board_mt .wg_head_tabs .wg_head_tab.active:after {
	background: rgb(78, 74, 200);
}

#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: 768px) {
	#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;
	}
}

/********************************************************
■ Bootstrap 4 : 부트스트랩 기본 속성
********************************************************/
/* 툴팁 */
.tooltip .tooltip-inner {
	font-size: 1rem !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;
	background: #474955;
	border-color: #535967;
}

/* 라운드 스타일 */
.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;
}

/********************************************************
■ 보드쪽 css
********************************************************/
.board_notice_wrap {}

.board_notice_wrap br.show_sm {
	display: none;
}

.board_notice_wrap#board_notice_review .board_notice_top {
	background: url("../img/verification-bg.jpg") no-repeat;
	background-size: cover;
}

.board_notice_wrap#board_notice_safety .board_notice_top {
	background: url("../img/guarantee-bg.jpg") no-repeat;
	background-position: right;
	background-size: cover;
}

.board_notice_wrap#board_notice_mttip .board_notice_top {
	background: url("../img/mt-site-bg.jpg") no-repeat;
	background-size: cover;
}

.board_notice_wrap#board_notice_analysis .board_notice_top {
	background: url("../img/bg_analysis.png") no-repeat;
	background-position: center;
	background-size: cover;
}

.board_notice_wrap#board_notice_tototip .board_notice_top {
	background: url("../img/bg_tototip.png") no-repeat;
	background-position: center;
	background-size: cover;
}

.board_notice_wrap .main_explain_con_div {
	padding-top: 0;
}

.board_notice_wrap .main_explain_con_div:nth-child(2) {
	padding-top: 35px;
}

.board_notice_wrap .board_notice_top {}

.board_notice_wrap .board_notice_top:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 0;
}

.board_notice_wrap#board_notice_review .board_notice_top .main_explain_con {
	color: #fff;
}

.board_notice_wrap#board_notice_review .board_notice_top .main_explain_con a {
	color: #fff;
}

.board_notice_wrap#board_notice_review .board_notice_top .main_explain_con a:hover {
	color: crimson;
}

.board_notice_wrap#board_notice_safety .board_notice_top .main_explain_con {
	color: #fff;
}

.board_notice_wrap#board_notice_mttip .board_notice_top .main_explain_con {
	text-align: center;
	color: #fff;
}

.board_notice_wrap#board_notice_analysis .board_notice_top .main_explain_con {
	text-align: center;
	color: #fff;
}

.board_notice_wrap#board_notice_hunting .board_notice_top .main_explain_con {
	text-align: center;
	color: #fff;
}

.board_notice_wrap#board_notice_tototip .board_notice_top .main_explain_con {
	text-align: center;
	color: #fff;
}

.board_notice_wrap#board_notice_freemoney .board_notice_top .main_explain_con {
	text-align: center;
	color: #fff;
}

.board_notice_wrap#board_notice_promotion .board_notice_top .main_explain_con {
	text-align: center;
	color: #fff;
}

.board_notice_wrap#board_notice_event .board_notice_top .main_explain_con {
	text-align: center;
	color: #333;
}

.board_notice_wrap .board_notice_top .top_title {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -0.08rem;
	margin-bottom: 5px;
}

.board_notice_wrap#board_notice_review .board_notice_top .top_title {
	text-align: left;
	margin-bottom: 15px;
}

.board_notice_wrap#board_notice_mttip .board_notice_top .top_title {
	text-align: center;
}

.board_notice_wrap#board_notice_analysis .board_notice_top .top_title {
	text-align: center;
}

.board_notice_wrap#board_notice_hunting .board_notice_top .top_title {
	text-align: center;
}

.board_notice_wrap#board_notice_tototip .board_notice_top .top_title {
	text-align: center;
}

.board_notice_wrap#board_notice_freemoney .board_notice_top .top_title {
	text-align: center;
}

.board_notice_wrap#board_notice_promotion .board_notice_top .top_title {
	text-align: center;
}

.board_notice_wrap#board_notice_event .board_notice_top .top_title {
	color: #4d41ac;
	text-align: center;
}

.board_notice_wrap .main_explain_con_title {
	padding-top: 11px;
	padding-bottom: 9px;
}

.board_notice_wrap .main_explain_con_div.review_1 .main_explain_con_title {
	background: url("https://www.totohot.net/theme/TOTOHOT/img/board_notice_title_bg_review1.png") repeat-x;
	background-size: auto 100%;
	color: #fff;
}

.board_notice_wrap .main_explain_con_div.review_2 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.review_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #ffdd00;
	color: #333;
}

.board_notice_wrap .main_explain_con_div.safety_1 .main_explain_con_title {
	background: url("https://www.totohot.net/theme/TOTOHOT/img/board_notice_title_bg_safety1.png") no-repeat;
	background-size: 100% 100%;
	color: #333;
}

.board_notice_wrap .main_explain_con_div.safety_1 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #f1c46c;
	color: #fff;
}

.board_notice_wrap .main_explain_con_div.safety_2 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.safety_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #ff4c4c;
	color: #fff;
}

.board_notice_wrap .main_explain_con_div.mttip_1 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.mttip_1 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #e60000;
	color: #fff;
}

.board_notice_wrap .main_explain_con_div.mttip_2 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.mttip_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #ffc619;
	color: #333;
}

.board_notice_wrap .main_explain_con_div.analysis_1 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.analysis_1 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #191766;
	color: #fff;
}

.board_notice_wrap .main_explain_con_div.analysis_2 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.analysis_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #f23030;
	color: #fff;
}

.board_notice_wrap .main_explain_con_div.hunting_1 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.hunting_1 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #7f8fef;
	color: #fff;
}

.board_notice_wrap .main_explain_con_div.hunting_2 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.hunting_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #ff3333;
	color: #fff;
}

.board_notice_wrap .main_explain_con_div.tototip_1 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.tototip_1 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #bfe600;
	color: #242944;
}

.board_notice_wrap .main_explain_con_div.tototip_2 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.tototip_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #ff3333;
	color: #fff;
}

.board_notice_wrap .main_explain_con_div.freemoney_1 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.freemoney_1 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #01c49d;
	color: #fff;
}

.board_notice_wrap .main_explain_con_div.freemoney_2 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.freemoney_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #ff3333;
	color: #fff;
}

.board_notice_wrap .main_explain_con_div.promotion_1 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.promotion_1 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #feaf43;
	color: #fff;
}

.board_notice_wrap .main_explain_con_div.promotion_2 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.promotion_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #ff3333;
	color: #fff;
}

.board_notice_wrap .main_explain_con_div.event_1 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.event_1 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #613dc8;
	color: #fff;
}

.board_notice_wrap .main_explain_con_div.event_2 .main_explain_con_title,
.board_notice_wrap .main_explain_con_div.event_2 .main_explain_con>div ul li span.main_explain_con_num_icon {
	background: #ff3333;
	color: #fff;
}

.board_notice_wrap .main_explain_con>div ul li:first-child {
	margin-top: 0;
}

.board_notice_wrap .main_explain_con>div ul li {
	margin-top: 15px;
}

.board_notice_wrap .main_explain_con>div ul li .strong {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}

.board_notice_wrap .main_explain_con .main_explain_con_inner_end {
	margin: 30px 0 10px;
}

@media (max-width: 991px) {
	.board_notice_wrap#board_notice_review .board_notice_top {
		background-position: right;
		background-size: cover;
	}

	.board_notice_wrap#board_notice_review .board_notice_top:after {
		opacity: 0.4;
	}

	.board_notice_wrap#board_notice_safety .board_notice_top {
		background-position: center;
	}

	.board_notice_wrap#board_notice_safety .board_notice_top:after {
		opacity: 0.25;
	}

	.board_notice_wrap#board_notice_freemoney .board_notice_top {
		background-position: left;
	}

	.board_notice_wrap#board_notice_freemoney .board_notice_top:after {
		opacity: 0.15;
	}

	.board_notice_wrap#board_notice_promotion .board_notice_top {
		background-position: left;
	}

	.board_notice_wrap#board_notice_promotion .board_notice_top:after {
		opacity: 0.15;
	}

	.board_notice_wrap#board_notice_event .board_notice_top {
		background-position: right;
	}
}

@media (max-width: 767px) {
	.board_notice_wrap .board_notice_top .main_explain_con {
		text-align: left !important;
	}

	.board_notice_wrap .board_notice_top .top_title {
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.board_notice_wrap br.show_sm {
		display: block;
	}

	.board_notice_wrap .main_explain_con .main_explain_con_inner_end {
		margin: 20px 0 0;
	}
}

/********************************************************
■ 블랙버전 css
********************************************************/
a {
	color: #fff !important;
}

.custom-text-muted {
	color: #e7e9fd !important;
}

.wrapper {
	background: #343642;
}

.bg_gray_boxshadow_slope {
	background: #3b3d4a;
	box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-webkit-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-moz-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
}

#nt_lnb {
	border-bottom: 1px solid #484848;
	background: #3b3d4a !important;
}

#nt_lnb ul>li>a {
	color: #fff !important;
}

#nt_lnb ul>li.header-search-wrap .header-search input.form-control {
	background: #484c59 !important;
}

#nt_lnb ul>li.header-search-wrap .header-search input.form-control::placeholder {
	color: #fff;
}

#nt_sticky_wrap {
	background: #3b3d4a !important;
	box-shadow: 0 10px 20px -10px rgb(44 46 56 / 5%);
}

#header_pc {
	border-bottom: 3px solid #5f68fa;
}

#header_pc #btn_sidebar_pc {
	background: #3b3d4a;
	box-shadow: 5px 5px 10px #4a4a4a, -5px -5px 10px #535353;
	-webkit-box-shadow: 5px 5px 10px #4a4a4a, -5px -5px 10px #535353;
	-moz-box-shadow: 5px 5px 10px #4a4a4a, -5px -5px 10px #535353;
}

#header_pc #btn_sidebar_pc i {
	color: #fff;
}

#nt_menu {
	background: #3b3d4a !important;
}

#nt_menu .me-list .me-li a {
	color: #fff !important;
}

#nt_menu .me-list .me-li a:hover {
	color: #ccc !important;
}

.nt-menu .sub-1div {
	background: none;
	/* box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939; */
}

.custom-control-label {
	color: #fff;
}

.wg_head_tabs {
	border-bottom: 1px solid #484848 !important;
}

.wg_head_tab {
	color: #fff;
}

#wg_main_board_mt .wg_head_tabs .wg_head_tab.active {
	color: #5f68fa;
}

#wg_main_board_mt .wg_head_tabs .wg_head_tab.active:after {
	background: #5f68fa;
}

.wg_head_tab.active {
	color: #5f68fa;
}

.wg_head_tab.active:after {
	background: #5f68fa;
}

#wg_rank .wg_head_tab.active {
	color: #5f68fa;
}

#wg_rank .wg_head_tab.active:after {
	background: #5f68fa;
}

.subject-board-name {
	color: #5f68fa !important;
}

p.f-sm {
	color: #fff;
}

#ft_btn #btn_ft_device_change {
	background: #494f5d !important;
}

#ft_btn #btn_ft_device_change:hover {
	background: #464a56 !important;
}

#nt_footer {
	background: #3b3d4a !important;
}

.widget_outlogin_wrap .na-dot {
	color: #fff;
}

#find_info {
	color: #fff;
}

#nt_title {
	border: 3px solid #5f68fa !important;
	background: #3b3d4a !important;
}

#nt_title .page-title {
	background: #5f68fa !important;
}

.list-group-item {
	color: #fff;
	background: #3b3d4a !important;
}

#header_mo {
	background: #343642 !important;
}

#search_mo {
	border-top: 1px solid #484848 !important;
	background: #2a2c36 !important;
}

.count-plus {
	color: #738ffe !important;
}

.img-wrap .img-item {
	border-radius: 10px !important;
}

.img-wrap {
	border-radius: 10px !important;
	box-shadow: 0 6px 6px -2px #393939;
	-webkit-box-shadow: 0 6px 6px -2px #393939;
	-moz-box-shadow: 0 6px 6px -2px #393939;
}

/********************************************************
■ 메뉴 css
********************************************************/
.bg-sub {
	background: #484c59;
}

.text-primary-custom {
	color: #afbfff !important;
}

#nt_menu_mobile .gra-left-white {
	left: 0;
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, #484c59 60%) !important;
}

#nt_menu_mobile .gra-right-white {
	right: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #484c59 60%) !important;
}

/********************************************************
■ 사이드바 css
********************************************************/
.bg_sidebar_boxshadow_half {
	color: #fff;
	background: #474955;
	box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-webkit-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-moz-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
}

#nt_sidebar_header {
	order-bottom: 1px solid #5f68fa !important;
	background: #2a2c36 !important;
}

#nt_sidebar {
	background: #3b3d4a !important;
	z-index: 1000 !important;
}

.sidebar-list .me-ul {
	border-top: 1px solid #484848 !important;
	background: #343642 !important;
}

.sidebar-list li a {
	border-bottom: 1px solid #484848 !important;
}

.sidebar-list h5 {
	color: #fff;
}

.sidebar-list .me-ul1 {
	background: #2a2c36 !important;
}

/********************************************************
■ 보드 css
********************************************************/
#bo_cate_list {
	border-bottom: 1px solid #535967 !important;
}

#bo_list_wrap {
	background: #3b3d4a !important;
	box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-webkit-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-moz-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
}

#bo_list_total {
	color: #fff;
}

.na-table-head {
	color: #fff;
}

.custom-bg-light {
	background: #474955 !important;
}

.custom-border {
	border: 1px solid #535967 !important;
}

.custom-border-top {
	border-top: 1px solid #535967 !important;
}

.custom-border-bottom {
	border-bottom: 1px solid #535967 !important;
}

.sv_member {
	color: #fff !important;
}

.page-item.disabled .page-link {
	border-color: #535967 !important;
	background-color: #474955 !important;
}

#bo_v {
	background: #3b3d4a !important;
	box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-webkit-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-moz-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
}

#bo_v_title {
	color: #fff;
}

#viewcomment {
	color: #fff;
}

.btn_b01:hover,
.btn_b01:hover {
	color: #ccc !important;
}

.form-control {
	color: #fff !important;
	border: 1px solid #535967 !important;
	background: #3b3d4a !important;
}

.custom-by-writer {
	background: #c5cae9 !important;
	border-top: 1px solid #e8eaf6 !important;
}

.btn.custom-btn-basic {
	color: #fff !important;
	border-image: none !important;
	background-image: none !important;
	border: 1px solid #535967;
	background-color: #474955;
}

#bo_w {
	background: #3b3d4a !important;
	box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-webkit-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-moz-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
}

#bo_w .list-group-item {
	color: #fff;
	background: #3b3d4a !important;
}

.card {
	background-color: #474955 !important;
}

.card-text {
	color: #fff !important;
}

#bo_vc_login {}

#captcha #captcha_info {
	color: #fff;
}

/********************************************************
■ 보증업체 css
********************************************************/
#bo_gallery .item .list-item-div {
	*border: 1px solid #ddd;
	background: #474955;
	box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-webkit-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-moz-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	border-radius: 10px;
}

#bo_gallery .item .list-item-div .list-item-title {
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background: linear-gradient(#ffffff, #f7f7f7);
}

#bo_gallery .item .list-item-div .list-item-wrap {
	padding: 10px;
}

#bo_gallery .item .list-item-div .list-item-wrap:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}

#bo_gallery .item:hover .list-item-div {
	border: 3px solid #5f68fa;
	overflow: hidden;
}

#bo_gallery .item:hover .list-item-div .list-item-title {
	margin: -3px;
	margin-bottom: 3px;
	overflow: hidden;
}

#bo_gallery .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 .img-wrap .img-hover-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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.is_end .img-hover-cover {
	background-color: rgba(0, 0, 0, 0.8);
}

#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 #535967;
	border-bottom: 1px solid #535967;
	border-top: 0;
	background: #2a2c36;
	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 #535967;
	border-top: 0;
	background: #343642;
}

#bo_gallery .list-safety-info table tr td.site_name {
	font-weight: bold;
	color: #fff;
}

#bo_gallery .list-safety-info table tr td.site_code {
	font-weight: bold;
	color: #9fa8da;
}

#bo_gallery .list-safety-info table tbody tr:first-child th {
	border-top: 1px solid #535967;
	*height: 35px;
	border-radius: 5px 0 0 0;
}

#bo_gallery .list-safety-info table tbody tr:first-child td {
	border-top: 1px solid #535967;
	*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) / 2);
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 3px;
	transition: background 0.15s;
}

#bo_gallery .list-safety-item-btn-wrap a.btn_safety_view {
	border: 2px solid #2a2c36;
	color: #000;
	margin-right: 2px;
	background: #474955;
}

#bo_gallery .list-safety-item-btn-wrap a.btn_safety_view:hover {
	background: #373945;
}

#bo_gallery .list-safety-item-btn-wrap a.btn_safety_site {
	border: 2px solid #5f68fa;
	color: #db3232;
	margin-left: 2px;
	background: #474955;
}

#bo_gallery .list-safety-item-btn-wrap a.btn_safety_site:hover {
	background: #373945;
}

#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 .img-wrap .img-hover-cover {
		font-size: 18px;
	}

	#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;
	}
}

/********************************************************
■ 설정 css
********************************************************/
.sly-tab li.active a {
	border: 1px solid #535967;
	background: #474955;
}

.sly-tab li a {
	border: 1px solid #535967;
	background: #474955;
}

.sly-tab .d-flex {
	border-left: 1px solid #535967 !important;
}

#adm_cate_list {
	border-bottom: 1px solid #535967 !important;
}

.table-bordered td,
.table-bordered th {
	color: #fff;
	border: 1px solid #535967 !important;
}

/********************************************************
■ footer css
********************************************************/
#nt_bottom_nav_m {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #484c59;
	z-index: 1040;
	border-radius: 25px 25px 0 0;
	box-shadow: 0 -4px 12px rgb(50 60 70/15%);
	-webkit-box-shadow: 0 -4px 12px rgb(50 60 70/15%);
	-moz-box-shadow: 0 -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: #fff;
}

@media (max-width: 767px) {
	#nt_footer {
		padding-bottom: 72px;
	}

	#nt_bottom_nav_m {
		display: block;
	}
}

@media (max-width: 576px) {
	.eb-backtotop {
		margin-bottom: 50px;
	}
}

/********************************************************
■ main css
********************************************************/
.notice-box {
	margin-bottom: 20px;
}

@media (max-width: 576px) {
	.title-img-box {
		margin-top: 15px;
	}

	#main_con_2 {
		display: none;
	}
}

.title-img-box img {
	max-width: 100%;
	border-radius: 10px;
	box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-webkit-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-moz-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
}

#main_con_2 {
	margin-bottom: 0px;
}

#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% - 52px) / 4);
	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: 22px;
	font-weight: 700;
	letter-spacing: -0.08rem;
}

#main_con_2 .main_con_2_title img {
	position: absolute;
}

#main_con_2_1 .main_con_2_title img {
	top: -8px;
	width: 50px;
}

#main_con_2_2 .main_con_2_title img {
	top: -3px;
	width: 45px;
}

#main_con_2_3 .main_con_2_title img {
	top: -4px;
	width: 45px;
}

#main_con_2_4 .main_con_2_title img {
	top: -6px;
	width: 50px;
}

#main_con_2_1 .main_con_2_title span {
	margin-left: 60px;
	color: #fff;
}

#main_con_2_2 .main_con_2_title span {
	margin-left: 60px;
	color: #fff;
}

#main_con_2_3 .main_con_2_title span {
	margin-left: 60px;
	color: #fff;
}

#main_con_2_4 .main_con_2_title span {
	margin-left: 65px;
	color: #fff;
}

#main_con_2 .main_con_2_text {
	font-size: 12px;
	color: #ccc;
	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: 700;
	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: 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;
	}
}

#main_con_2_m {
	margin-top: 20px;
	margin-bottom: 15px;
}

#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: 25%;
	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: #484c59;
	border-radius: 50%;
	box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-webkit-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
	-moz-box-shadow: 5px 5px 8px rgb(40 40 40 / 20%), -3px -3px 6px #393939;
}

#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: #ccc;
	font-weight: 700;
	margin-top: 8px;
}

@media (max-width: 767px) {
	#main_con_2_m {
		display: block;
	}
}

.main_explain_title_wrap {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.main_explain_title,
.main_explain_title h2,
.main_explain_title h3 {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: -0.08rem;
}

.main_explain_title h2,
.main_explain_title h3 {
	display: inline;
}

.main_explain_title2 {
	color: #ccc;
	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: 700;
	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: 700;
	font-size: inherit;
	line-height: inherit;
}

.main_explain_con {
	position: relative;
	padding: 30px 40px;
	z-index: 1;
	color: #ccc;
}

.main_explain_con_color {
	color: #000 !important;
}

.main_explain_con>div {
	margin-top: 20px;
	font-size: 14px;
	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: #888;
	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: 700;
	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: 700;
	margin-bottom: 10px;
}

#main_con_3 {
	margin-top: 89px;
	overflow: visible;
}

#main_con_3_1 {
	background: #3b3d4a;
	padding-top: 35px;
	border-radius: 10px 10px 0 0;
}

#main_con_3_1 .main_explain_con_title {
	background: #5c79fb;
	color: #fff;
	font-size: inherit;
	font-weight: inherit;
}

#main_con_3_1 .main_explain_con>div strong span {
	color: #5c79fb;
}

#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: 700;
}

#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: 700;
	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: #fff;
	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;
	}
}