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

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

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

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper {
	background: #F5F5F5;
}

@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:1200px) {
	.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: 100000;
}

#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 ul { list-style: none; margin: 0; }
#nt_lnb ul > li { float: left; padding: 0 13px; }
#nt_lnb ul > li::after { font-family: dotum; font-weight: normal; float: right; color:#db0000; content: "|"; margin-right:-15px; }
#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; }
#nt_lnb .dropdown-toggle::after { color:#ccc; }
.asdasdx{
	background-color: #fff;
}
/********************************************************
■ PC 헤더(Header)
********************************************************/

.warp {
	position: relative;
}

.header .top-bar {
	height: 80px;
	margin-bottom: 0px;
	background-color: #fff;
	border-bottom: 1px solid #CCCCCC;
	box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.25);
}

.header .top-bar .bar {
	max-width: 1370px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	position: relative
}

/********************************************************
■ 모바일 헤더(Header)
********************************************************/


/********************************************************
■ 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);
}

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

#nt_menu .sub-slide {
	display: none;
	visibility: visible;
}

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

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

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

#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a {
	color: #fff;
	background: rgba(0, 0, 0, 0.2) !important;
}

#nt_menu .sub-2div {
	left: 100%;
	top: 0;
	position: absolute;
	z-index: 22;
	background: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#nt_menu .sub-2dul {}

#nt_menu .sub-2dli {}

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

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

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

.nt-menu .sub-1div {
	position: absolute;
	left: 0;
	z-index: 21;
	width: auto;
	text-align: left;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.nt-menu .sub-1div::before {
	left: 50%;
	margin-left: -8px;
}

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

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

.nt-menu .sub-1dli.on .sub-1da,
.nt-menu .sub-1dli:hover .sub-1da {
	color: #000;
	background: #f5f5f5;
	border-color: #eee;
	font-weight: bold;
}

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

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

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

/* 메뉴 상단 고정 */
#nt_sticky_wrap.me-sticky {
	position: fixed;
	width: 100%;
	z-index: 999;
	left: 0;
	top: 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_title {
	position: relative;
	overflow: hidden;
	color: #333;
	background: #fafafa;
	border-bottom: 1px solid #dee2e6;
}

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

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

#nt_title .breadcrumb a {
	color: #333;
}

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

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

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

	.responsive #nt_title .nt-container {
		height: 60px;
	}
}

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

	.responsive #nt_title .nt-container {
		height: 50px;
	}
}

/********************************************************
■ 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;
}

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

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

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

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

/********************************************************
■ Footer 
********************************************************/
#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;
	}
}

/********************************************************
■ Widget Title 위젯 타이틀
********************************************************/
h3.h3 {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



.show_box .main_line_1,
.show_box .main_line_2,
.show_box .main_line_3 {
	height: auto
}


.show_box .main_line_2 {
	height: auto;
	max-height: initial;
}

.show_box .main_line_2 ul {
	grid-template: auto/repeat(2, 1fr);
}

.show_box .main_line_2 ul li .info h2 {
	font-size: 16px;
}

.show_box .main_line_2 ul li .info p {
	font-size: 12px;
	letter-spacing: -.5px;
}

.show_box .main_line_3 {
	height: auto;
	max-height: initial;
}

.show_box .main_line_3>ul li {
	display: flex;
	flex-direction: column;
	height: auto;
	padding: 4px 0;
	text-align: center;
	align-items: center;
}

.show_box .main_line_3>ul li .icon {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-right: 0;
	height: auto;
	margin-bottom: 10px;
}

.show_box .main_line_3>ul li .info {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.show_box {}

.show_box .main_line_2,
.show_box .main_line_3 {
	margin-bottom: 10px;
	height: 310px;
	background: #FFFFFF;
	/* Light Mode/LM Gray 3 */
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.25);
	border-radius: 10px;
	overflow: hidden;
}

.show_box .main_line_1 {
	margin-bottom: 10px;
	max-height: 100%;
	background: #FFFFFF;
	/* Light Mode/LM Gray 3 */
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.25);
	border-radius: 10px;
}

.img_radius {
	border-radius: 10px;
}

.show_box .main_line_3 {
	margin-bottom: 0;
}

.show_box .main_line_2 {
	padding: 20px;
	box-sizing: border-box;
}

.show_box .main_line_3 {
	padding: 20px 24px;
	box-sizing: border-box;
}

.show_box .main_line_3 {
	background-position-x: 821px;
}

.show_box .main_line_2>h2 {
	margin-bottom: 28px;
	height: 30px;
	text-align: center;
	font-size: 24px;
	color: #AE7DF9;
	font-weight: 700;
	line-height: 24px;
}

.show_box .main_line_3>h2 {
	margin-bottom: 36px;
	height: 30px;
	text-align: center;
	font-size: 24px;
	color: #AE7DF9;
	font-weight: 700;
	line-height: 24px;
}

.show_box .main_line_2 ul {
	display: grid;
	grid-template: auto/repeat(4, 1fr);
	-webkit-align-items: flex-start;
	align-items: flex-start;
	grid-gap: 10px 10px;
	gap: 10px 10px;
	text-align: center
}

.show_box .main_line_2 ul li {
	max-width: 225px;
	width: 100%;
}

.show_box .main_line_2 ul li span.icon {
	display: inline-block;
	margin-bottom: 16px;
}

.show_box .main_line_2 ul li .info h2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	align-items: center;
	text-align: center;
	height: 18px;
	justify-content: center;
	margin-bottom: 16px;
	color: #000
}

.show_box .main_line_2 ul li .info p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #444444;
}

.show_box .main_line_3>ul {
	display: grid;
	grid-template: auto/repeat(2, 1fr);
	-webkit-align-items: flex-start;
	align-items: flex-start;
	grid-gap: 28px 20px;
	gap: 28px 20px;
}

.show_box .main_line_3>ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 82px;
	padding: 4px 0
}

.show_box .main_line_3>ul li .icon {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-right: 20px;
	height: 82px;
}

.show_box .main_line_3>ul li .info {}

.show_box .main_line_3>ul li .info h2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #000000;
	margin-bottom: 8px
}

.show_box .main_line_3>ul li .info p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #444444;
}

@media (max-width:990px) {

	.show_box .main_line_1,
	.show_box .main_line_2,
	.show_box .main_line_3 {
		height: auto
	}


	.show_box .main_line_2 {
		height: auto;
		max-height: initial;
	}

	.show_box .main_line_2 ul {
		grid-template: auto/repeat(2, 1fr);
	}

	.show_box .main_line_2 ul li .info h2 {
		font-size: 16px;
	}

	.show_box .main_line_2 ul li .info p {
		font-size: 12px;
		letter-spacing: -.5px;
	}

	.show_box .main_line_3 {
		height: auto;
		max-height: initial;
	}

	.show_box .main_line_3>ul li {
		display: flex;
		flex-direction: column;
		height: auto;
		padding: 4px 0;
		text-align: center;
		align-items: center;
	}

	.show_box .main_line_3>ul li .icon {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		margin-right: 0;
		height: auto;
		margin-bottom: 10px;
	}

	.show_box .main_line_3>ul li .info {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
}

.totohot_bn_ca ul {
	display: block;
}

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

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

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

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

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

@media (max-width:575px) {
	.totohot_bn_ca ul li {
		width: calc((100% - 3px) / 2);
		margin-left: 0;
		text-align: center;
	}

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

	.totohot_bn_ca ul li:nth-child(even) {
		margin-left: 3px;
	}
}

#main_banner {
	margin: 60px 0 50px;
}

.main_banner_title {
	text-align: center;
}

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

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

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

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

.main_banner_title h2 span {
	color: #AE7DF9;
}

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


.nt_wing ul li {
	margin-left: 6px;
	margin-bottom: 6px;
}

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


@media (max-width:990px){
  .content {padding: 0 10px;}
  .content .pg_box {  flex-direction: column-reverse; }
  .content .pg_box .cnt_l {position: absolute; width: 100%; margin-top: 10px; margin-right: 0; z-index: 9; background: #fff; padding:  10px; left: -100%; transition:all .3s;  }
  .header .top-bar .bar .mobile_btn{position: absolute; top: 50%; transform: translateY(-50%); left: 20px;display:block}
  .content .pg_box .cnt_l.open{left:0}
  .content .pg_box .cnt_r { width: 100%; margin-left: 0; }
.content .pg_box .cnt_l.open{overflow-y: auto; height: calc(100vh - 60px); position: fixed;z-index: 9999;top: 49px;}
.mb_banner ul { display: flex; justify-content: space-around; }
.mb_banner{display:block}
   .mb_banner ul li { margin-top: 20px; overflow: hidden; border-radius: 10px;    box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.25); }
   .content .pg_box{margin-bottom:20px}
}
@media (max-width:700px){
  .sub_list_pg section dl.besic2 dd ul li.hit,.sub_list_pg section dl.besic2 dt ul li.hit{display: none;}
}


.cnt_r .top_nav { margin-bottom: 20px; }
.cnt_r .top_nav .nav{display: grid; grid-template: auto/repeat(3,1fr); -webkit-align-items: flex-start; align-items: flex-start; grid-gap: 20px 20px; gap: 20px 20px;}
.cnt_r .top_nav .nav li{background: #FFFFFF;text-align: center; border-radius: 10px;box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.25);}
.cnt_r .top_nav .nav li a{display: inline-block; position: relative;}
.cnt_r .top_nav .nav li a img{width: 100%;}
.cnt_r .top_nav .nav li:nth-child(1) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_01_a_hover.png) no-repeat; background-size: cover;display: block;content: "";}
.cnt_r .top_nav .nav li:nth-child(1) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_01_a_hover.png) no-repeat; background-size: cover;display: block;content: "";z-index: 5;top: 0;transition: all .3s;left: 0;position: absolute;}
.cnt_r .top_nav .nav li:nth-child(1) a:hover:after{visibility: visible; opacity: 1;}
.cnt_r .top_nav .nav li:nth-child(1) a:active:after{visibility: visible; opacity: 1;background: url(../img/nav_01_a_clck.png) no-repeat;    background-size: cover;}

.cnt_r .top_nav .nav li:nth-child(2) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_02_a_hover.png) no-repeat; background-size: cover;display: block;content: "";}
.cnt_r .top_nav .nav li:nth-child(2) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_02_a_hover.png) no-repeat; background-size: cover;display: block;content: "";z-index: 5;top: 0;transition: all .3s;left: 0;position: absolute;}
.cnt_r .top_nav .nav li:nth-child(2) a:hover:after{visibility: visible; opacity: 1;}
.cnt_r .top_nav .nav li:nth-child(2) a:active:after{visibility: visible; opacity: 1;background: url(../img/nav_02_a_clck.png) no-repeat;    background-size: cover;}

.cnt_r .top_nav .nav li:nth-child(3) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_03_a_hover.png) no-repeat; background-size: cover;display: block;content: "";}
.cnt_r .top_nav .nav li:nth-child(3) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_03_a_hover.png) no-repeat; background-size: cover;display: block;content: "";z-index: 5;top: 0;transition: all .3s;left: 0;position: absolute;}
.cnt_r .top_nav .nav li:nth-child(3) a:hover:after{visibility: visible; opacity: 1;}
.cnt_r .top_nav .nav li:nth-child(3) a:active:after{visibility: visible; opacity: 1;background: url(../img/nav_03_a_clck.png) no-repeat;    background-size: cover;}

.cnt_r .top_nav .nav li:nth-child(4) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_04_a_hover.png) no-repeat; background-size: cover;display: block;content: "";}
.cnt_r .top_nav .nav li:nth-child(4) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_04_a_hover.png) no-repeat; background-size: cover;display: block;content: "";z-index: 5;top: 0;transition: all .3s;left: 0;position: absolute;}
.cnt_r .top_nav .nav li:nth-child(4) a:hover:after{visibility: visible; opacity: 1;}
.cnt_r .top_nav .nav li:nth-child(4) a:active:after{visibility: visible; opacity: 1;background: url(../img/nav_04_a_clck.png) no-repeat;    background-size: cover;}





.cnt_r .top_nav .nav li:nth-child(5) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_07_a_hover.png) no-repeat; background-size: cover;display: block;content: "";}
.cnt_r .top_nav .nav li:nth-child(5) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_07_a_hover.png) no-repeat; background-size: cover;display: block;content: "";z-index: 5;top: 0;transition: all .3s;left: 0;position: absolute;}
.cnt_r .top_nav .nav li:nth-child(5) a:hover:after{visibility: visible; opacity: 1;}
.cnt_r .top_nav .nav li:nth-child(5) a:active:after{visibility: visible; opacity: 1;background: url(../img/nav_07_a_clck.png) no-repeat;    background-size: cover;}





.cnt_r .top_nav .nav li:nth-child(8) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_08_a_hover.png) no-repeat; background-size: cover;display: block;content: "";}
.cnt_r .top_nav .nav li:nth-child(8) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_08_a_hover.png) no-repeat; background-size: cover;display: block;content: "";z-index: 5;top: 0;transition: all .3s;left: 0;position: absolute;}
.cnt_r .top_nav .nav li:nth-child(8) a:hover:after{visibility: visible; opacity: 1;}
.cnt_r .top_nav .nav li:nth-child(8) a:active:after{visibility: visible; opacity: 1;background: url(../img/nav_08_a_clck.png) no-repeat;    background-size: cover;}





.cnt_r .top_nav .nav li:nth-child(6) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_05_a_hover.png) no-repeat; background-size: cover;display: block;content: "";}
.cnt_r .top_nav .nav li:nth-child(6) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_05_a_hover.png) no-repeat; background-size: cover;display: block;content: "";z-index: 5;top: 0;transition: all .3s;left: 0;position: absolute;}
.cnt_r .top_nav .nav li:nth-child(6) a:hover:after{visibility: visible; opacity: 1;}
.cnt_r .top_nav .nav li:nth-child(6) a:active:after{visibility: visible; opacity: 1;background: url(../img/nav_05_a_clck.png) no-repeat;    background-size: cover;}






.cnt_r .top_nav .nav li:nth-child(7) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_06_a_hover.png) no-repeat; background-size: cover;display: block;content: "";}
.cnt_r .top_nav .nav li:nth-child(7) a:after{visibility: hidden;opacity: 0;width: 100%;height: 100%;background: url(../img/nav_06_a_hover.png) no-repeat; background-size: cover;display: block;content: "";z-index: 5;top: 0;transition: all .3s;left: 0;position: absolute;}
.cnt_r .top_nav .nav li:nth-child(7) a:hover:after{visibility: visible; opacity: 1;}
.cnt_r .top_nav .nav li:nth-child(7) a:active:after{visibility: visible; opacity: 1;background: url(../img/nav_06_a_clck.png) no-repeat;    background-size: cover;}



.cnt_r .top_nav .nav{grid-gap: 5px 5px; gap: 5px 5px;grid-template: auto/repeat(2,1fr);}

.cnt_r .top_nav .nav {
	display: grid;
	grid-template: auto/repeat(3, 1fr);
	-webkit-align-items: flex-start;
	align-items: flex-start;
	grid-gap: 20px 20px;
	gap: 20px 20px;

}
@media (max-width:600px) {.cnt_r .top_nav .nav {
		grid-gap: 5px 5px;
		gap: 5px 5px;
		grid-template: auto/repeat(2, 1fr);
	}
}

.asd123 {
	width: 100%;
}