@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: #f9f9f9; color:var(--colorbasic); }

.cheditor-editarea-text-content {
	width: 100% !important;
}

.svg-icon {
	width: 24px;
	height: 24px;
}

.scroll-drag{
	overflow-x:auto;
	overflow-y:hidden;
	-webkit-overflow-scrolling:touch;
	scrollbar-width:none;

	cursor:grab;

	user-select:none;
	-webkit-user-select:none;
}

.scroll-drag::-webkit-scrollbar{
	display:none;
}

.scroll-drag.dragging{
	cursor:grabbing;
}

.scroll-drag > ul{
	display:flex;
	flex-wrap:nowrap;
	width:max-content;
}

.scroll-drag li{
	flex:0 0 auto;
}

.scroll-drag a{
	user-select:none;
	-webkit-user-select:none;
	-webkit-user-drag:none;
}

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
@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 { color:#333; float: right; 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; }

/********************************************************
■ PC 헤더(Header)
********************************************************/
#header_pc {}
#header_pc .header-search { width:100%;}
#header_pc .header-search form { padding:0; border-width:2px; border-style:solid; border-radius: 3px; overflow: hidden;}
#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: #fff !important; outline:none; }

/********************************************************
■ 모바일 헤더(Header)
********************************************************/
#header_mo a {color: #fff;}
#header_mo .me-menu-icon {padding: 7px; border-radius: var(--radius); background: var(--bg-in-color); font-size: 12px; width: 32px; height: 32px; color: var(--colorwhite);}
#logo_img_m {width: 85px;}
#header_mo .btn-allmenu {padding: 0; border: 0; outline: 0; margin: 0; background: unset;}

#mobile_nav,
#mobile_nav_sub1,
#mobile_nav_sub2{
	overflow-x:auto;
	overflow-y:hidden;
	-webkit-overflow-scrolling:touch;
	scrollbar-width:none;
	cursor:grab;
	user-select:none;
	-webkit-user-select:none;

}
/********************************************************
■ PC 주메뉴
********************************************************/

/* 공통 */
#nt_menu { position:relative; z-index:20; background: var(--colorwhite); border-bottom: 1px solid var(--borderColor); isolation:isolate; overflow:visible; box-shadow: var(--shadow);}

#nt_menu .nt-container::after {
	z-index:0;
	pointer-events:none;
}

#nt_menu .nt-container > *{
	position:relative;
	z-index:1;
}

.menu-bg{
	position:absolute;
	inset:0;
}

#nt_menu .nt-container::before{
	content:'';
	position:absolute;
	left: 0;
	top: 10px;
	width:120px;
	height:45px;
	background-image:	radial-gradient(rgb(0 157 109) 1.2px, #00000000 1.2px);
	background-size:12px 12px;
	opacity:.5;
}

#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-home {width: 100%; max-width: 270px; text-align: center; padding: 0.75rem 0;}
#nt_menu .me-home a {display: flex; align-items: center; height: 100%; justify-content: center;}
#nt_menu .me-home img { max-width:180px; }
.me-icon { text-align:center; display: inline-flex; justify-content: flex-end; gap: 5px; flex: 0 0 auto;}
.nt-menu-box .order-3 {min-width: 229px;}
#nt_menu .me-li .me-a {
	display: block;
	color: var(--colorbasic);
	padding: 12px 0;
	border-radius: var(--radius);
	font-size: 14px;
	border: 2px solid #00000000;
	transition: 0.5s;
	font-weight: 600;
}

#nt_menu .me-li.on .me-a,
#nt_menu .me-li:hover .me-a {
	color: var(--bg-in-color);
	background: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid var(--bg-in-color);
}

.nt-menu-box {
	display: flex;
	align-items: center;
	gap: 10px;
}
.me-list {flex: 1;}
.me-list .nav-ul {
	display: flex;
	gap: 5px;
}
.me-list .nav-ul>li {
	flex: auto;
	text-align: center;
}
.me-list .nav-ul>li>a {
	padding: 5px 0;
}


#nt_menu .sub-2div { left:100%; top:0; position:absolute; z-index:22; background: #fff;}
#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%;
	border-radius: var(--radius);
	border: 1px solid var(--borderColor);
	box-shadow: 0 2px 4px #0000001a;
	overflow: hidden;
	background: #fff;
	font-size: 13px;
	font-weight: 400;
}
.nt-menu .sub-1div::before { left: 50%; margin-left:-8px; }
.nt-menu .sub-1da { display:block; color: var(--colorbasic);}
.nt-menu .sub-1line { position:relative; display:block; }
.nt-menu .sub-1dli.on .sub-1da,
.nt-menu .sub-1dli:hover .sub-1da { color: var(--colorwhite) !important; background: var(--bg-in-color) !important; }
.nt-menu .sub-1line { color:#000; font-weight:bold; background:#fafafa; }
.nt-menu .me-sh { padding:10px 15px;} /* 서브메뉴 높이설정 : 페딩값으로 조절 */
.nt-menu .sub-1dli:first-child .me-sh {margin-top: 0;}

/* 메뉴 상단 고정 */
#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 { position:absolute; width:150px;}
#nt_wing .wing-right { position:absolute; width:210px;}
#nt_wing .wing-left { left:-165px; }
#nt_wing .wing-right { right:-225px; }
.boxed-b #nt_wing .wing-left { left:-200px; }
.boxed-b #nt_wing .wing-right { right:-200px; }
.wing-right-title h4 {background: #111; color: #fff; font-size: 14px; padding: 8px 0; border-radius: 10px 0;}
.wing-right-content { padding: 10px 5px;}
.wing-right-content::-webkit-scrollbar {width: 3px; background: #eee;}
.wing-right-content::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #ff9600;}

/********************************************************
■ 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 레이아웃
********************************************************/
.split-row {
	display: flex;
	align-items: stretch;
	gap: 1rem;
}

.split-row .split-content {
	flex: 0 0 calc(50% - 0.5rem);
}

@media (max-width:767px) {
	.split-row {flex-direction: column;}
}

/********************************************************
■ 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: 1px !important;
  width: 18px !important;
	height: 18px !important;
}

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

.custom-control-inline {
	margin-right: 0;
}

/* 스위치 버튼 재지정 */
.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; }

.na-round-10 {border-radius: 10px !important; box-shadow: 0px 1px 8px rgb(0 0 0 / 7%); -moz-box-shadow: 0px 1px 8px rgb(0 0 0 / 7%);}

/* 사각 스타일 */
.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; }


/*테마커스텀*/

.font-bold {font-weight: bold !important;}

.sv_member .profile_img {display: none !important;}

.box-style {
  border-radius: var(--radius);
	border: 1px solid var(--borderColor);
	background: var(--colorwhite);
	box-shadow: var(--shadow);
}

}
.box-style-form {
	padding: 10px;
  border-radius: 3px;
	border: 1px solid #ddd;
	background: #f9f9f9;
}

.pn-box-style {
  border-radius: 3px;
}


.rounded-circle {border-radius: 10px !important;}

.w-50 {width: 50%;}

.list-group-item {background: none !important;}

/*헤드영역 유저셋*/
.userset-info {font-size: 12px;}
.userset-info>div:last-child {margin-bottom:0;}
.userset-box {
	background: #fff;
	margin-bottom: 4px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 13%);
  -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 13%);
  -moz-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 13%);
}
.userset-box span {display: inline-block; min-width: 80px; text-align: center; font-weight: bold;}
.userset-title {color: #fff;}


@media (min-width:1200px) {
	.pc-none {display: none !important;}
}
@media (max-width:1199px) {
	.mo-none {display: none !important;}
}

/*seo index*/
.seo-content{
	border: 1px solid var(--borderColor);
	border-radius: var(--radius);
	background: var(--colorwhite);
	padding: 1.5rem;
	word-break:keep-all;
	box-shadow: var(--shadow);
}

/* 메인 제목 */

.seo-content h2{
	position:relative;
	background:linear-gradient(135deg,#17b75e,#29d66f);
	color:#fff;
	font-size: clamp(14px,2vw,20px);
	font-weight:700;
	border-radius: var(--radius);
	padding: clamp(1rem,2vw,1.5rem);
}

/* 섹션 */
.page-top-seo{
	position:relative;
	padding: 2rem;
	background: radial-gradient(circle, rgba(255, 255, 255, .15) 1px, transparent 1px), linear-gradient(135deg, #004326, #000000);
	background-size:8px 8px,auto;
	border-radius: var(--radius);
	margin-bottom: 1.5rem;
	border: 3px solid #3a7967;
	overflow: hidden;
}

.page-top-seo::before{
	content:'';
	position:absolute;
	right:-100px;
	top:-100px;

	width:350px;
	height:350px;
	border-radius:50%;

	background:rgba(255,255,255,.08);
}

.page-top-seo::after{
	content:'⚽ ⚾ 🏀 🏐';
	position:absolute;
	right:20px;
	bottom:20px;
	font-size: clamp(40px,4vw,60px);
	opacity:0.2;
}

.page-top-seo h1{
	color:#fff;
	font-size: clamp(16px,2vw,24px);
	font-weight:700;
	animation:ledGlow 2s infinite alternate;
}

@keyframes ledGlow{
	from{
		text-shadow:0 0 5px rgba(255,255,255,.4);
	}
	to{
		text-shadow:
			0 0 10px rgba(255,255,255,.8),
			0 0 30px rgba(255,255,255,.5);
	}
}

.page-top-seo p{
	position:relative;
	z-index:2;
	color: #fff;
}


.seo-content h3{
	position:relative;
	padding: 16px 18px 16px 50px;
	background:#f8faf8;
	border:1px solid #dfeee4;
	border-radius:12px;
	font-size: clamp(14px,2vw,18px);
	font-weight:700;
}

.seo-content h3:before{
	content:"🏆";
	position:absolute;
	left:18px;
	top:50%;
	transform:translateY(-50%);
	font-size: clamp(14px,2vw,18px);
}

.seo-content h4{
	position:relative;
	padding:18px 20px 18px 70px;
	background:#f7faf8;
	border:1px solid #dfeee4;
	border-radius:12px 12px 0 0;
	font-size: clamp(14px,2vw,18px);
	font-weight:700;
	color:#222;
}

.seo-content h4:before{
	content:"Q";
	position:absolute;
	left:20px;
	top:50%;
	transform:translateY(-50%);
	width: clamp(20px,3vw,32px);
	height: clamp(20px,3vw,32px);
	display:flex;
	align-items:center;
	justify-content:center;
	background:#19b35b;
	color:#fff;
	border-radius:50%;
	font-weight:800;
}

/* FAQ 답변 */

.seo-content h5{
	position:relative;
	margin:0 0 20px;
	padding:20px 20px 20px 70px;
	background:#fff;
	border:1px solid #dfeee4;
	border-top:none;
	border-radius:0 0 12px 12px;
	font-size: clamp(12px,3vw,14px);
	font-weight:400;
	line-height:1.5;
	color:#555;
}

.seo-content h5:before{
	content:"A";
	position:absolute;
	left:20px;
	top:20px;
	width: clamp(20px,3vw,32px);
	height: clamp(20px,3vw,32px);
	display:flex;
	align-items:center;
	justify-content:center;
	background:#eef7f1;
	color:#19b35b;
	border-radius:50%;
	font-weight:800;
}

.seo-content p {
	padding: 0 0.5rem;
}

.seo-content strong,
.seo-content b{
	color:#17b75e;
	font-weight:800;
}

/* 리스트 */

.seo-content ul{
	padding:0;
	list-style:none;
}

.seo-content li{
	position:relative;

	padding:16px 18px 16px 50px;
	margin-bottom:12px;

	background:#f9fbf9;

	border:1px solid #e8efe9;
	border-radius:12px;
}

.seo-content li:before{
	content:"✓";
	position:absolute;
	left:18px;
	top:18px;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	background:#17b75e;
	color:#fff;
	border-radius:50%;
	font-size:12px;
	font-weight:700;
}

@media (max-width: 767px) {
	.seo-content {
		padding: 1.5rem 1rem;
	}

	.seo-content h4 {
		padding: 16px 18px 16px 50px;
	}
	.seo-content h5 {
		padding: 16px 18px 16px 50px;
	}
}

.file_grid {
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}

.file_item {
	position:relative;
	flex: 0 0 calc(20% - 8px);
	padding-bottom: 18%;
	height:auto;
	border-radius: var(--radius);
	overflow:hidden;
	border:1px solid var(--borderColor);
	flex-shrink:0;
}

.file_item img,
.file_item video{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	position: absolute;
}

.file_item .btn_del{
	position:absolute;
	top:6px;
	right:6px;
	width:26px;
	height:26px;
	border:0;
	border-radius:50%;
	background:rgba(0,0,0,.7);
	color:#fff;
	font-size:16px;
	cursor:pointer;
	z-index:5;
}

.file_item.deleted{
	opacity:.35;
}

.file_item.deleted::after{
	content:'삭제예정';
	position:absolute;
	inset:0;
	background:rgba(0,0,0,.45);
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:13px;
	font-weight:700;
}
.btn_add {
	width: 100%;
	background: var(--colorwhite);
	color: var(--con-sub);
	outline: 0;
	border: 1px dotted var(--borderColor);
	border-radius: var(--radius);
	padding: 0.5rem 0;
	margin-bottom:1rem;
}
.btn_add:hover,
.btn_add:hover i {
	border-color: var(--focusColor);
	color: var(--focusColor);
}
.btn_add i {
	border: 2px dotted var(--borderColor);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50rem;
}
.file_info {margin-bottom:0.5rem;}

@media (max-width: 767px) {
	.file_item {
		flex: 0 0 calc(33% - 6px);
		padding-bottom: 28%;
	}

}
