@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:#fff; color:#000; }
h1, h2, h3, h4, h5, h6, .en { font-family:"Roboto", sans-serif; }

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper { background:#fff; }
@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:#ccc; 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 .nt-container {
    text-align: center;
}

#header_pc .d-flex {
    display: block !important; /* flex를 해제 */
}

#header_pc .header-logo img {
    width: 35%;
    max-width: 300px; /* 적절한 최대 크기 설정 */
    display: inline-block;
}


#header_pc .nt-container { /*background: url('../img/header.jpg') no-repeat right bottom;*/ }
/*#header_pc .header-logo {text-align: center; }*/
#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; }
#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)
********************************************************/
#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); }

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


/* 메인 중앙 상단 */
/* =========================
   MP Quick Cards (3col/1col)
   ========================= */
.mp-quick-wrap{
  --card:#ffffff;
  --text:#111827;
  --muted:#6b7280;
  --shadow: 0 10px 30px rgba(17,24,39,.08);
  --shadow2: 0 6px 18px rgba(17,24,39,.08);
  --radius:18px;

  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 0;
}

.mp-quick-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* PC: 3개 */
  gap:16px;
}

/* 태블릿/모바일: 1개 */
@media (max-width: 768px){
  .mp-quick-grid{ grid-template-columns: 1fr; }
}

.mp-quick-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px 18px;
  background: var(--card);
  border: 1px solid rgba(229,231,235,.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
  text-decoration:none;
  color: var(--text);
  overflow:hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mp-quick-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius: inherit;
  pointer-events:none;
  background: radial-gradient(1200px 300px at 20% 0%, rgba(255,77,109,.10), transparent 60%),
              radial-gradient(800px 240px at 80% 100%, rgba(99,102,241,.08), transparent 55%);
  opacity: .9;
}

.mp-quick-card:hover{
  transform: translateY(-3px);
  border-color: rgba(99,102,241,.35);
  box-shadow: var(--shadow);
}

.mp-quick-ico{
  flex:0 0 auto;
  width:46px;
  height:46px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff5a7a 0%, #ff2b57 55%, #ff244f 100%);
  box-shadow: 0 10px 18px rgba(255,43,87,.25);
  display:grid;
  place-items:center;
}

.mp-quick-ico svg{ width:22px; height:22px; fill:#fff; opacity:.95; }

.mp-quick-txt{ position:relative; z-index:1; min-width:0; }

.mp-quick-title{
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.3px;
  line-height: 1.15;
  margin:0 0 6px 0;
}

.mp-quick-desc{
  font-size: 13px;
  color: var(--muted);
  line-height: 1.35;
  margin:0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mp-quick-arrow{
  margin-left:auto;
  position:relative;
  z-index:1;
  width:34px;
  height:34px;
  border-radius: 12px;
  border: 1px solid rgba(229,231,235,.9);
  background: rgba(255,255,255,.8);
  display:grid;
  place-items:center;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.mp-quick-card:hover .mp-quick-arrow{
  transform: translateX(2px);
  border-color: rgba(99,102,241,.35);
  background: rgba(99,102,241,.06);
}

.mp-quick-arrow svg{ width:18px; height:18px; fill:#111827; opacity:.75; }


/* =========================
   SHOBU Wide Hero Card (scoped)
   ========================= */
.shobu-hero-wrap{
  max-width: 920px;            /* PC에서 820~920 사이 자연스럽게 */
  margin: 0 auto;
  padding: 8px 0;
}

.shobu-hero{
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;

  min-height: 220px;           /* 요청: PC 기준 220 높이 */
  padding: 26px 26px;

  background: #ffffff;
  border: 1px solid rgba(229,231,235,.95);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(17,24,39,.10);
  overflow: hidden;

  text-decoration: none;
  color: #0f172a;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

/* 배경 장식(가벼운 그라데이션 + 라이트 패턴) */
.shobu-hero::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(900px 220px at 18% 0%, rgba(255, 59, 98, .12), transparent 60%),
    radial-gradient(760px 240px at 92% 100%, rgba(99, 102, 241, .10), transparent 55%),
    linear-gradient(90deg, rgba(17,24,39,.02), rgba(17,24,39,.00));
  pointer-events:none;
}

.shobu-hero::after{
  content:"";
  position:absolute;
  right:-120px;
  top:-120px;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(255,59,98,.18), rgba(99,102,241,.14), transparent 70%);
  filter: blur(2px);
  opacity: .9;
  pointer-events:none;
}

.shobu-hero:hover{
  transform: translateY(-3px);
  border-color: rgba(99,102,241,.35);
  box-shadow: 0 14px 40px rgba(17,24,39,.14);
}

/* 왼쪽 아이콘(원형) */
.shobu-hero-badge{
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff5a7a 0%, #ff2b57 55%, #ff244f 100%);
  box-shadow: 0 14px 22px rgba(255,43,87,.22);
  display: grid;
  place-items: center;
}

.shobu-hero-badge svg{
  width: 34px;
  height: 34px;
  fill: #fff;
  opacity: .96;
}

/* 텍스트 영역 */
.shobu-hero-text{
  position: relative;
  z-index: 1;
  min-width: 0;
}

.shobu-hero-title{
  margin: 0 0 10px 0;
  font-size: 34px;            /* 큰 제목 */
  font-weight: 900;
  letter-spacing: -0.6px;
  line-height: 1.05;
}

.shobu-hero-desc{
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(15,23,42,.75);
  max-width: 560px;
}

/* 작은 칩(키워드 느낌) */
.shobu-hero-chips{
  margin-top: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.shobu-hero-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(229,231,235,.95);
  background: rgba(255,255,255,.75);
  font-size: 12px;
  color: rgba(15,23,42,.72);
}

.shobu-hero-chip svg{
  width: 14px;
  height: 14px;
  fill: rgba(15,23,42,.55);
}

/* 오른쪽 화살표 */
.shobu-hero-cta{
  position: relative;
  z-index: 1;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(229,231,235,.95);
  background: rgba(255,255,255,.85);

  font-weight: 800;
  font-size: 13px;
  color: rgba(15,23,42,.85);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
  white-space: nowrap;
}

.shobu-hero:hover .shobu-hero-cta{
  transform: translateX(2px);
  background: rgba(99,102,241,.06);
  border-color: rgba(99,102,241,.35);
}

.shobu-hero-cta svg{
  width: 18px;
  height: 18px;
  fill: rgba(15,23,42,.7);
}

/* 반응형: 모바일에서 세로 정렬 + 높이 자동 */
@media (max-width: 768px){
  .shobu-hero-wrap{ max-width: 100%; padding: 6px 0; }
  .shobu-hero{
    min-height: unset;
    padding: 18px 16px;
    border-radius: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .shobu-hero-badge{ width: 62px; height: 62px; }
  .shobu-hero-title{ font-size: 28px; }
  .shobu-hero-desc{ font-size: 14px; max-width: 100%; }
  .shobu-hero-cta{ margin-left: 0; }
}