@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700&family=Titillium+Web:ital,wght@0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
/* 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');

/********************************************************
■ Theme Common
********************************************************/
body { margin:0; padding:0;	background:#f8f8fb; color:#000; }
h1, h2, h3, h4, h5, h6, .en { font-family:"Roboto", sans-serif; }
input, button, form, .or, .auto-login-button .knobs:before { font-family:"Rajdhani","NEXON Lv2 Gothic","Titillium Web" !important; } 

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

.bg-primary-custom {background:#c41411;}

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

.box_shadow_bg {position:relative; background:#fff; box-shadow:5px 5px 8px rgb(197 192 249 / 20%), -3px -3px 6px #fff; -webkit-box-shadow:5px 5px 8px rgb(197 192 249 / 20%), -3px -3px 6px #fff; -moz-box-shadow:5px 5px 8px rgb(197 192 249 / 20%), -3px -3px 6px #fff; overflow:hidden; 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(197 192 249 / 20%); -webkit-box-shadow:5px 5px 8px rgb(197 192 249 / 20%); -moz-box-shadow:5px 5px 8px rgb(197 192 249 / 20%); background:#fff; 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:0px !important; margin-right:0px !important; }
}

@media (max-width:768px) {
	#right-area-side-box,
	#left-area-content {-ms-flex:unset; flex:unset; max-width:unset;}
}

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper { background:#f8f8fb; 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 #5753e4; background: #615dfa; }
#nt_lnb ul { list-style: none; margin: 0; }
#nt_lnb ul > li { float: left; color: #fff; padding: 0 13px; height: 30px; line-height: 30px; }
#nt_lnb ul > li.b_dot { color: #fff; *padding: 0 3px; }
#nt_lnb ul > li.b_dot::after { float: right; color: #fff; content: "·"; margin-right: -16px; }
#nt_lnb ul > li:first-child { color: #fff; padding-left: 0; }
#nt_lnb ul > li:last-child { color: #fff; padding-right: 0; }
#nt_lnb ul > li:last-child::after { content: ""; margin-right: 0; }
#nt_lnb ul > li > a { float: left; color: #fff; white-space: nowrap; display: inline-flex; align-items: center; gap: 5px; height: 30px; border-radius: 16px; *padding: 0 10px; }
#nt_lnb ul > li > a:hover { color: #fff; text-decoration: none; }
#nt_lnb .dropdown-toggle::after { color: #ccc; }

/* 아이콘 공통 */
#nt_lnb .lnb-icon { color: rgba(255,255,255,.5); font-size: .8rem; }
#nt_lnb ul > li > a:hover .lnb-icon { color: rgba(255,255,255,.8); }

/* 즐겨찾기 별 */
#nt_lnb .lnb-icon-star { color: #c7d2fe; font-size: .82rem; }
#nt_lnb ul > li > a:hover .lnb-icon-star { color: #e0e7ff; }

/* 로그인 회원 닉네임 */
#nt_lnb .lnb-member-link { gap: 6px; font-weight: 600; color: #F5E8D8; }
#nt_lnb .lnb-member-link .xp-icon img { margin-top: -4px; margin-right: -2px; }
#nt_lnb .lnb-nick { max-width: 90px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* 랭크 아이콘 */
#nt_lnb .lnb-rank-normal { color: rgba(255,255,255,.55); font-size: .82rem; }
#nt_lnb .lnb-rank-gold   { color: #c7d2fe; font-size: .82rem; }
#nt_lnb .lnb-rank-vip    { color: #818cf8; font-size: .82rem; }

/* 알림 카운트(종 옆 숫자) — 인디고 글로우 칩 */
#nt_lnb .nt-noti-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 6px;
	height: 18px;
	min-width: 18px;
	padding: 0 6px;
	border-radius: 999px;
	background: rgb(255 255 255 / 14%);
	border: 1px solid rgb(255 255 255 / 18%);
	box-shadow: 0 4px 14px rgb(15 23 42 / 18%);
	line-height: 1;
	vertical-align: middle;
}
#nt_lnb .nt-noti-cnt {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: -0.01em;
	color: #ffffff;
	text-shadow: 0 1px 2px rgb(15 23 42 / 22%);
	font-variant-numeric: tabular-nums;
}
/* 기존 `.orangered` 클래스가 붙어도 흰색 유지 */
#nt_lnb .nt-noti-cnt.orangered { color: #ffffff !important; }

/* 로그인 버튼 */
#nt_lnb ul > li > a.btn_nt_lnb_01 { border: 2px solid #8b88ff; color: #fff; padding: 0 10px; margin-right:5px; line-height: 26px; font-size: 12px; font-weight: bold; display: inline-flex; align-items: center; gap: 5px; }

/* 회원가입 버튼 */
#nt_lnb ul > li > a.btn_register { margin-left: 5px; font-size: 12px; font-weight: bold; display: inline-flex; align-items: center; gap: 5px; box-shadow: 2px 2px 5px #4e4ac8, -2px -2px 5px #8b88ff; -webkit-box-shadow: 2px 2px 5px #4e4ac8, -2px -2px 5px #8b88ff; -moz-box-shadow: 2px 2px 5px #4e4ac8, -2px -2px 5px #8b88ff; }
#nt_lnb ul > li > a.btn_register:hover { background: #5753e4; }

/********************************************************
■ 검색 레이어
********************************************************/
#nt_search { height: 100%; width: 100%; display: none; position: fixed; z-index: 100000; top: 0; left: 0; background-color: rgb(0,0,0); background-color: rgba(0,0,0, 0.85); /* Black with a little bit see-through */ }
#nt_search .tcontent { position: relative; top: 46%; width: 80%; text-align: center; margin-top: 30px; margin: auto; }
#nt_search .closebtn { position: absolute; top: 20px; right: 45px; font-size: 60px; cursor: pointer; color: white; }
#nt_search .closebtn:hover { color: #ccc; }
#nt_search input[type=text] { padding: 15px; font-size: 17px; border: none; float: left; width: 80%; background: white; }
#nt_search input[type=text]:hover { background: #f1f1f1; }
#nt_search button { float: left; width: 20%; padding: 15px; font-size: 17px; border: none; cursor: pointer; }

/********************************************************
■ 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:34px; height:34px; line-height:36px !important; border-radius:50%; box-shadow: 5px 5px 10px #4e4ac8, -5px -5px 10px #8b88ff; -webkit-box-shadow: 5px 5px 10px #4e4ac8, -5px -5px 10px #8b88ff; -moz-box-shadow: 5px 5px 10px #4e4ac8, -5px -5px 10px #8b88ff; }
#header_pc #btn_sidebar_pc i {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); color:#fff;}
#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:#514dcf; }
#header_mo .m-logo { display:block; text-align:left; }
#header_mo h3 {position:relative;}
.header_mo_search { color:#524ed4; font-size: 22px; }
.header_mo_search a { color:#fff; }
#search_mo { border-top:1px solid #ddd; background:#fafafa; }

/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu { position:relative; z-index:20; background:#615dfa !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-1dli {margin:0;}
#nt_menu .d-flex {align-items:center;}
#nt_menu .sub-slide { display:none; visibility:visible; width:100% !important; }
#nt_menu .me-sw {width:100% !important;}
#nt_menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
#nt_menu .me-icon {	width:4.0rem; text-align:center; }
#nt_menu .me-icon-sidebar {padding-right:0 !important;}
#nt_menu .me-a { display:block; position:relative; text-align:center; font-weight:bold !important; }
#nt_menu .me-list .me-li a { color:#fff; font-size:13px; }
#nt_menu .me-list .me-li > a:hover { color:#23d2e2 !important; background:transparent; }
#nt_menu .me-li.on .me-a { color:#23d2e2 !important; background:rgba(255,255,255,0.07) !important; border-radius: 8px; }
#nt_menu .me-li:hover .me-a { color:#23d2e2 !important; background:rgba(255,255,255,0.07) !important; border-radius: 8px; }
#nt_menu .me-li.has-sub:hover .me-a { border-radius: 8px 8px 0 0; }
#nt_menu .sub-2div { left:100%; top:0; position:absolute; z-index:22; background: #312e81; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
#nt_menu .sub-2dul { }
#nt_menu .sub-2dli { }
#nt_menu .sub-2da { display:block; color:#000; border-bottom: 1px solid #eee; } 
#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da { color:#000; background: #fafafa; border-color: #eee; font-weight: bold; }
#nt_menu .sub-2line { display:block; color:#000; font-weight:bold; background:#f5f5f5; }
#nt_menu #me-list-pc {padding-left:30px;}
#nt_menu #me-list-pc ul li {margin:0 3px;}
#nt_menu #me-list-pc ul li:last-child {margin-right:0;}
#nt_menu #me-list-pc > ul > li > a > span {height:90px; line-height:90px !important; padding:0;}
#nt_menu #me-list-pc .nt_menu_icon {position:absolute; top: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: 0 0 12px 12px; background:#615dfa; overflow:hidden; box-shadow: 0 6px 16px rgba(0,0,0,0.25); }
.nt-menu .sub-1div::before { left: 50%; margin-left:-8px; }
.nt-menu .sub-1da { display:block; color:#f0e0d0; transition: background .15s, color .15s; }
.nt-menu .sub-1line { position:relative; display:block; }
.nt-menu .sub-1dli.on .sub-1da { color:#fff !important; font-weight:bold; background:rgba(255,255,255,0.08); }
.nt-menu .sub-1dli:hover .sub-1da { color:#23d2e2 !important; background:rgba(255,255,255,0.09); border-radius: 0 0 4px 4px; }
.nt-menu .sub-1dli:first-child:hover .sub-1da { border-radius: 0; }
.nt-menu .sub-1dli:last-child .sub-1da { border-radius: 0 0 12px 12px; }
.nt-menu .sub-1dli:last-child:hover .sub-1da { border-radius: 0 0 12px 12px; }
.nt-menu .sub-1line { color:#fff; font-weight:bold; background:rgba(0,0,0,0.15); }
.nt-menu .me-sh { padding:0.59rem 1.0rem; } /* 서브메뉴 높이설정 : 페딩값으로 조절 */

/* 풀다운형 */
.nt-menu-full .me-list { position:relative; width:100%; }
.nt-menu-full .me-ul { position:absolute; top:0; left:0; z-index:20; width:100%; background:rgba(255,255,255); }
.nt-menu-full .me-li { margin-right:-1px; }
.nt-menu-full .nav-full { box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); }
.nt-menu-full .sub-full { display:none; visibility:visible; }
.nt-menu-full .sub-1div { text-align:left; padding:1.0rem 0; border:1px solid #eee; border-top:0; }
.nt-menu-full .me-li:hover .sub-1div { background: rgb(253,253,253); }
.nt-menu-full .sub-1da { color:#000; }
.nt-menu-full .sub-1line { position:relative; display:block; background:#f5f5f5; font-weight:bold; }
.nt-menu-full .sub-1dli.on .sub-1da,
.nt-menu-full .sub-1dli:hover .sub-1da { color:orangered; font-weight:bold; }
.nt-menu-full .sub-1div .me-sh { display:block; padding:0.25rem 1.25rem; } /* 1차 서브메뉴 높이설정 : 페딩값으로 조절 */
.nt-menu-full .sub-2div .me-sh { padding:0.59rem 1.0rem; } /* 2차 서브메뉴 높이설정 : 페딩값으로 조절 */

/* 메뉴 상단 고정 */
#nt_sticky_wrap {padding:0; background:#615dfa; box-shadow: 0 10px 20px -10px rgb(160 44 219 / 5%);}
#nt_sticky_wrap.me-sticky { position:fixed; width:100%; z-index:9; 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;}
	#nt_body {margin:15px;}
}

/*가입*/
.register { padding:15px; border-radius: 10px; background: #fff; box-shadow: 5px 5px 8px rgb(197 192 249 / 20%), -3px -3px 6px #fff; -webkit-box-shadow: 5px 5px 8px rgb(197 192 249 / 20%), -3px -3px 6px #fff; -moz-box-shadow: 5px 5px 8px rgb(197 192 249 / 20%), -3px -3px 6px #fff;}

/********************************************************
■ 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; top:15px; width:160px; }
#nt_wing .wing-left { left:-170px; }
#nt_wing .wing-right { right:-170px; }
.boxed-b #nt_wing .wing-left { left:-200px; }
.boxed-b #nt_wing .wing-right { right:-200px; }

/********************************************************
■ Footer 
********************************************************/
/* ── 프리미엄 푸터 ─────────────────────────────────────── */
#nt_footer {
	/* 헤더(#615dfa)와 톤 일치: 너무 딥해 보이지 않게 한 단계 밝힘 */
	background: #4e4ac8;
	color: #c7d2fe;
	font-size: .875rem;
	line-height: 1.7;
	border-top: 1px solid rgba(79,70,229,.25);
	position: relative;
	overflow: hidden;
}
/* 배경 텍스처 */
#nt_footer::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 60% 50% at 80% 50%, rgba(79,70,229,.08) 0%, transparent 70%),
		radial-gradient(ellipse 40% 60% at 10% 80%, rgba(79,70,229,.06) 0%, transparent 60%);
	pointer-events: none;
}

.ud-ft-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 56px 32px 0;
	position: relative;
	z-index: 1;
}

/* ── 상단 3열 그리드 ───────────────────────────────────── */
.ud-ft-grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr 1fr;
	gap: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(79,70,229,.12);
}

/* 브랜드 영역 */
.ud-ft-brand {}
.ud-ft-logo {
	display: block;
	margin-bottom: 16px;
	max-width: 140px;
	height: auto;
	filter: brightness(1.1);
}
.ud-ft-tagline {
	font-size: .8rem;
	color: #a5b4fc;
	letter-spacing: .06em;
	text-transform: uppercase;
	margin: 0 0 18px;
}
.ud-ft-desc {
	font-size: .8125rem;
	color: #94a3b8;
	line-height: 1.8;
	margin: 0;
}

/* 정보 영역 */
.ud-ft-info {}
.ud-ft-section-title {
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #8b88ff;
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(79,70,229,.18);
}
.ud-ft-info-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.ud-ft-info-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: .8125rem;
	/* 브라운 잔존 제거 */
	color: #cbd5e1;
}
.ud-ft-info-list li .ud-ft-label {
	flex-shrink: 0;
	color: #94a3b8;
	font-size: .74rem;
	font-weight: 600;
	letter-spacing: .03em;
	min-width: 52px;
}
.ud-ft-info-list li .ud-ft-val {
	color: #a5b4fc;
}

/* 연락처 + 버튼 영역 */
.ud-ft-contact {}
.ud-ft-contact-items {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 24px;
}
.ud-ft-contact-item {
	display: flex;
	align-items: center;
	gap: 11px;
}
.ud-ft-contact-icon {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .08);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: .85rem;
	color: #94a3b8;
}
.ud-ft-contact-icon i {
	line-height: 1;
}
.ud-ft-contact-text {
	font-size: .8125rem;
	color: #c7d2fe;
	font-weight: 500;
}
.ud-ft-contact-sub {
	font-size: .72rem;
	color: #94a3b8;
	margin-top: 1px;
}

/* 액션 버튼 */
.ud-ft-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.ud-ft-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 10px;
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .03em;
	text-decoration: none;
	transition: all .2s ease;
	cursor: pointer;
	border: none;
}
.ud-ft-btn--primary {
	background: #6366f1;
	color: #fff;
	box-shadow: 0 3px 10px rgba(67,56,202,.35);
}
.ud-ft-btn--primary:hover {
	background: #605CF8;
	box-shadow: 0 4px 14px rgba(67,56,202,.5);
	color: #fff;
	transform: translateY(-1px);
	text-decoration: none;
}
.ud-ft-btn--ghost {
	background: rgba(255,255,255,.04);
	color: #94a3b8;
	border: 1px solid rgba(255,255,255,.08);
}
.ud-ft-btn--ghost:hover {
	background: rgba(255,255,255,.08);
	color: #c7d2fe;
	border-color: rgba(79,70,229,.25);
	text-decoration: none;
}

/* ── 하단 바 ───────────────────────────────────────────── */
.ud-ft-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 0 24px;
}
.ud-ft-copyright {
	font-size: .76rem;
	color: #94a3b8;
	margin: 0;
	letter-spacing: .01em;
}
.ud-ft-bottom-links {
	display: flex;
	align-items: center;
	gap: 20px;
}
.ud-ft-bottom-link {
	font-size: .75rem;
	color: #94a3b8;
	text-decoration: none;
	letter-spacing: .01em;
	transition: color .15s;
}
.ud-ft-bottom-link:hover {
	color: #6366f1;
	text-decoration: none;
}

/* ── 반응형 ───────────────────────────────────────────── */
@media (max-width: 991px) {
	.ud-ft-grid {
		grid-template-columns: 1fr 1fr;
		gap: 36px;
	}
	.ud-ft-brand {
		grid-column: 1 / -1;
		display: flex;
		align-items: center;
		gap: 24px;
		padding-bottom: 24px;
		border-bottom: 1px solid rgba(79,70,229,.1);
	}
	.ud-ft-tagline { margin-bottom: 0; }
	.ud-ft-desc { display: none; }
}
@media (max-width: 639px) {
	.ud-ft-wrap { padding: 40px 20px 0; }
	.ud-ft-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.ud-ft-brand { flex-direction: column; align-items: flex-start; gap: 10px; }
	.ud-ft-actions { flex-direction: row; }
	.ud-ft-btn { flex: 1; font-size: .78rem; padding: 10px 12px; }
	.ud-ft-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}

/********************************************************
■ Widget
********************************************************/
h3.h3 { padding:0; margin:0; font-weight:bold; }
hr.hr::before { width:100%; height:1px; content: ""; position:absolute; left:0; bottom:1px; line-height:1px; background-color:#ddd; }
hr.hr { display:block; position:relative; height:3px; border: none; line-height:1px; padding:0;	margin:0; }
hr.hr::after { width:4.0rem; height:3px; content: ""; position:absolute; left:0; bottom:0; line-height:1px; }
@media all and (max-width:575px) {
	.responsive h3.h3 {	padding-left:1.0rem; padding-right:1.0rem; }
	.responsive hr.hr::after { left:1.0rem;	}
}
.wg_content_wrap {display:none;}
.wg_content_wrap.active {display:block;padding: 15px;}

/* 라인 */
.na-list li { line-height:2.0; }
.na-list .na-line { border-bottom:1px solid #efefef; }
.is-pc .na-list .na-line { padding-bottom:0.15rem; margin-bottom:0.15rem; }
.is-mobile .na-list .na-line {	padding-bottom:0.20rem;	margin-bottom:0.25rem; }

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

/* Owl 네비 */
.owl-slider.owl-nav-top .owl-nav { position:absolute; right:0; top:-3.75rem; z-index:3; }
.owl-slider.owl-nav-bottom .owl-nav { text-align:center; }
.owl-slider.owl-nav-right .owl-nav { text-align:right; }
.owl-slider .owl-carousel .owl-nav button { outline:none !important; width:auto !important; padding:0.35rem 0.75rem !important; margin:0 !important; border:1px solid #ddd !important; background:#fff !important; color:#ccc !important; line-height:1.2 !important; }
.owl-slider .owl-carousel .owl-nav button:hover {	background:#f5f5f5 !important; }
.owl-slider .owl-carousel .owl-nav button.owl-prev { border-right:0 !important; }
.owl-slider.owl-nav-lg .owl-carousel .owl-nav button { padding: .5rem 1.0rem !important; }

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

/* 배분 네비 */
.owl-slider.owl-nav-both .owl-nav button.owl-prev { float:left;	border:1px solid #ddd !important; }
.owl-slider.owl-nav-both .owl-nav button.owl-next {	float:right; }
.owl-slider.owl-nav-both .owl-nav:after { display:block;visibility:hidden;clear:both;content:"" }

/* 타이틀용 네비 */
.owl-slider.owl-nav-title .owl-nav { position:absolute; left:0; top:50%; margin-top:-40px; width:100%; z-index:1; }
.owl-slider.owl-nav-title .owl-nav button { border:0 !important; background:none !important; color:rgba(255,255,255,0.5) !important; line-height:1.0 !important; }
.owl-slider.owl-nav-title .owl-nav button:hover { background:none !important; color:rgba(255,255,255,1) !important; }
.owl-slider.owl-nav-title .owl-nav button.owl-prev { position:absolute; left:80px; top:0; font-size:80px !important; }
.owl-slider.owl-nav-title .owl-nav button.owl-next { position:absolute; right:80px; top:0; font-size:80px !important; }
@media (max-width:1399px) { 
	.owl-slider.owl-nav-title .owl-nav button.owl-prev { left:30px; }
	.owl-slider.owl-nav-title .owl-nav button.owl-next { right:30px; }
}
@media (max-width:1199px) { 
	.owl-slider.owl-nav-title .owl-nav { margin-top:-35px; }
	.owl-slider.owl-nav-title .owl-nav button.owl-prev { left:20px; font-size:70px !important; }
	.owl-slider.owl-nav-title .owl-nav button.owl-next { right:20px; font-size:70px !important; }
}
@media (max-width:767px) { 
	.owl-slider.owl-nav-title .owl-nav { margin-top:-30px; }
	.owl-slider.owl-nav-title .owl-nav button.owl-prev { left:15px; font-size:60px !important; }
	.owl-slider.owl-nav-title .owl-nav button.owl-next { right:15px; font-size:60px !important; }
}
@media (max-width:575px) { 
	.owl-slider.owl-nav-title .owl-nav { margin-top:-25px; }
	.owl-slider.owl-nav-title .owl-nav button.owl-prev { left:10px; font-size:50px !important; }
	.owl-slider.owl-nav-title .owl-nav button.owl-next { right:10px; font-size:50px !important; }
}

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

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

/* 이벤트 */
.wg_head_event {background:#3dc3b9; 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;}

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