@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');

body { font-family:"notor", sans-serif; line-height: 22px; font-size: 14px; color: rgb(51, 51, 51); background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc .ko { font-size:12px; }
a { color: rgb(51, 51, 51); cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: #2142ed; text-decoration: none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:12px; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
blockquote { font-size: 12px; margin:0px 0px 20px; }
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a { font-family:"notor", sans-serif; }
.ko, .ko small { font-family:"notor", sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }

/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px; }
.is-pc .at-body { min-height:600px; }
.at-body .at-container { padding:0px 15px; overflow:hidden; }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:5px 0px; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; padding-left:15px; padding-right:15px; padding-top:20px; padding-bottom:20px; }
.nav-fixed .at-menu { width:100%; z-index:10; left:0px; }
@media all and (max-width:991px) {
	.responsive .at-body .at-container { padding:0px 10px !important; }
	.responsive .at-body .at-row { margin-left:0px; margin-right:0px; }
	.responsive .at-body .at-col { padding-left:0px; padding-right:0px; }
	.responsive .pull-right.at-main,
	.responsive .pull-left.at-side { float:none !important; }

}

/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/
.at-lnb { }
.en .at-lnb { font-size:12px; }
.at-lnb ul { list-style: none; margin: 0px; padding:10px 0px 5px; }
.at-lnb ul > li { float: left; padding: 0px 15px; }
.at-lnb ul > li::after { float: right; color:#ccc; content: "/"; margin-right:-17px;}
.at-lnb ul > li:last-child::after { content: ""; margin-right:0px; }
.at-lnb ul > li > a { color: #333; float:left; }
@media all and (max-width:991px) {
	.responsive .at-lnb .at-container { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { padding: 30px 0px 20px; text-align:center; }
.pc-header .at-container { padding:0px 20px 15px; /*background: url('./header.jpg') no-repeat right top;*/ }
.pc-header .header-logo { display:inline-block; vertical-align:middle; padding:0px 15px;     float: left;}
.pc-header .header-logo a { font-size:32px; line-height:44px; font-family:"notor", sans-serif; font-weight:bold; color:#000; display:inline-flex; }
.pc-header .header-logo a:hover { color:#000; }
.pc-header .header-logo img { display:block; max-width:100%; max-height:60px; }
.pc-header .header-desc { display:block; font-size:12px; letter-spacing:-1px; color:#888; margin-top:2px; }
.pc-header .header-search { display:inline-block; width:260px; vertical-align:middle; }
.pc-header .header-search form { padding:0px; margin-top:4px; border:4px solid #5f74e1; background: #5f74e1; }
.pc-header .header-search input { background: #fff; border:1px solid #5f74e1; }
.pc-header .header-search .btn { color:#5f74e1  !important; background: #ffffff  !important; border: solid 1px;}
.pc-header .header-keyword { padding-top:4px; }
.en .pc-header .header-keyword { font-size:12px; }
@media all and (max-width:991px) {
	.responsive .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/
.m-header { display:none; background: #5f74e1; }
.m-header a { color:#fff }
.m-header .at-container { padding:0px; }
.m-header .header-wrap { display:table; width:100%; table-layout:fixed; margin:0px; min-width:300px; border-collapse: collapse; }
.m-header .header-icon, 
.m-header .header-logo { display:table-cell; vertical-align:middle; font-size:18px; height:44px; line-height:44px; text-align:center; }
.m-header .header-icon { width:44px; }
.m-header .header-icon a { display:block; }
@media all and (max-width:991px) {
	.responsive .m-header { display:block; }
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { position:relative; background: #a7b5fd; border:0px; z-index:3; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); /*border-top: 1px solid #dedede;*/}
.pc-menu .at-container { position:relative; }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family:"notor", sans-serif; float: right; position: relative; content: "\f105"; }
.pc-menu .menu-a { font-size: 17px; font-family:"notor", sans-serif; }
.pc-menu .nav-home .menu-a { font-size: 20px;}
.pc-menu .nav-right { font-size:16px; } 
@media all and (max-width:991px) {
	.responsive .pc-menu,
	.responsive .pc-menu-all { display:none; }
}

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-top.nav-both .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-top.nav-both .menu-a { padding:0px; text-align:center; }
.pc-menu .nav-top.nav-both .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-top.nav-both .sub-1div { position:relative; }

/* 좌측 스타일 */
.pc-menu .nav-top.nav-float .menu-ul { }
.pc-menu .nav-top.nav-float .menu-li { float:left; }
.pc-menu .nav-top.nav-float .sub-1div { position:absolute; }

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#000000; background:#a7b5fd; font-weight:bold; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { color: #eb07a3;}
.pc-menu .nav-top .menu-li.nav-home { width:60px !important; text-align:center; }
.pc-menu .nav-top .menu-li.nav-home .menu-a { padding:0px; }
.pc-menu .nav-top .new { color: rgb(140, 195, 70);}

.pc-menu .nav-top .sub-1div::before { top: -8px; border-width: 0 8px 8px; border-color: orangered transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-top .sub-1div { background:#fff; border-top:3px solid #5f74e1; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative;  }
.pc-menu .nav-top .sub-1da { display:block; color:#000; font-size: 15px;font-weight: 500;padding:8px 14px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: #5f74e1; border-color:#5f74e1; }
.pc-menu .nav-top .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-top .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu .nav-top .sub-2dul { }
.pc-menu .nav-top .sub-2dli { }
.pc-menu .nav-top .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); } 
.pc-menu .nav-top .sub-2dli.on .sub-2da,
.pc-menu .nav-top .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Menu Mega : PC 상단 메가 스타일 메뉴
********************************************************/
.pc-menu .nav-mega { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-mega .menu-a { display:block; color:#fff; background:#111; font-weight:bold; }
.pc-menu .nav-mega .menu-li { float:left; }
.pc-menu .nav-mega .menu-li:hover .menu-a,
.pc-menu .nav-mega .menu-li.on .menu-a { background:#333; }
.pc-menu .nav-mega .menu-li.nav-home { width:60px !important; text-align:center; }
.pc-menu .nav-mega .menu-li.nav-home .menu-a { padding:0px; }
.pc-menu .nav-mega .new { color: rgb(140, 195, 70);}

.pc-menu .nav-mega .mega-tbl { background:#fff; display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-mega .mega-cell { display:table-cell; vertical-align:top; border-collapse: collapse; }
.pc-menu .nav-mega .mega-head { width:200px; background:#fafafa; padding:20px; text-align:right; }
.pc-menu .nav-mega .mega-head .mega-a { font-size:14pt; font-weight:bold; }
.pc-menu .nav-mega .mega-menu { width:200px; border:1px solid #ddd; border-top:0px; border-bottom:0px; }
.pc-menu .nav-mega .mega-content { padding:10px; }

.pc-menu .nav-mega .sub-1div { position: absolute; left:0px; width:100%; background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-mega .sub-1dul,
.pc-menu .nav-mega .sub-1dli { position:relative;  }
.pc-menu .nav-mega .sub-1da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-mega .sub-1dli.on .sub-1da,
.pc-menu .nav-mega .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-mega .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-mega .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-mega .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu .nav-mega .sub-2dul { }
.pc-menu .nav-mega .sub-2dli { }
.pc-menu .nav-mega .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); } 
.pc-menu .nav-mega .sub-2dli.on .sub-2da,
.pc-menu .nav-mega .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-mega .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-mega .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Menu Full : PC 상단 전체 스타일 메뉴
********************************************************/
.pc-menu .nav-full { position:relative; transition: all 0.3s ease-in-out; }
.pc-menu .nav-full.on { background:#fafafa; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.pc-menu .nav-full .at-container { z-index:10; overflow:hidden; transition: all 0.3s ease-in-out; }
.pc-menu .nav-full .menu-ul { background:#fff; display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-full .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-full .menu-a { display:block; color:#fff; background:#111; font-weight:bold; padding:0px; text-align:center; }
.pc-menu .nav-full .menu-li:hover .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-full .sub-1div { position:relative; display:none; visibility:visible; border-left:1px solid #ddd; }
.pc-menu .nav-full.on .sub-1div { display:block; }
.pc-menu .nav-full .menu-li:hover .menu-a,
.pc-menu .nav-full .menu-li.on .menu-a { background:#333; }
.pc-menu .nav-full .new { color: rgb(140, 195, 70);}
.pc-menu .nav-full-back { position:absolute; background:#111; left:0px; top:0px; width:100%; z-index:9; }

.pc-menu .nav-full .nav-full-first { }
.pc-menu .nav-full .nav-full-last { border-right:1px solid #ddd; }
.pc-menu .nav-full .menu-li:hover .sub-1div::before { top: -8px; border-width: 0 8px 8px; border-color: orangered transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-full .menu-li:hover .sub-1div { background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-full .sub-1dul,
.pc-menu .nav-full .sub-1dli { position:relative;  }
.pc-menu .nav-full .sub-1da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-full .sub-1dli.on .sub-1da,
.pc-menu .nav-full .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; }
.pc-menu .nav-full .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-full .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-full .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu .nav-full .sub-2dul { border-top:3px solid orangered; margin-top:-3px; }
.pc-menu .nav-full .sub-2dli { }
.pc-menu .nav-full .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); } 
.pc-menu .nav-full .sub-2dli.on .sub-2da,
.pc-menu .nav-full .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; }
.pc-menu .nav-full .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-full .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Content Menu : PC 컨텐츠 메뉴
********************************************************/
.pc-menu .nav-content { position:absolute; top:0px; left:0px; border:0px !important; z-index:20; }
.pc-menu .nav-content .nav-btn { display:block; font-size: 15px; font-family:"notor", sans-serif; cursor:pointer; padding:0px; color:#fff !important; font-weight:bold; background: rgb(203, 0, 7) !important; text-align:center; font-weight:bold; }
.pc-menu .nav-content .sub-shows { position:relative; color:#fff; background: rgb(225, 9, 19);	box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-content .sub-shows .sub-a { display:block; font-size: 14px; font-family:"notor", sans-serif; font-weight:bold; color:#fff; line-height:24px; padding:8px 15px; border-bottom:1px solid rgb(203, 0, 7); }
.pc-menu .nav-content .sub-shows .nav-shows:hover { background: rgb(255, 255, 255) !important; }
.pc-menu .nav-content .sub-shows .nav-shows:hover .sub-a { color: rgb(225, 9, 19) !important; }
.pc-menu .nav-content .sub-shows.on .sub-a { color: rgb(203, 0, 7) !important; background: rgb(255, 255, 255) !important; }

.pc-menu .nav-content .sub-content { position:absolute; z-index:20; top:0px; color:#333; background:#fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-content .menu-content-box { display:table; width:100%; height:100%; table-layout:fixed; }
.pc-menu .nav-content .menu-content-box-sub { width:180px; padding:20px; padding-right:0px; height:100%; display:table-cell; vertical-align:top; }
.pc-menu .nav-content .menu-content-box-item { height:100%; display:table-cell; vertical-align:top; padding:15px; }
.pc-menu .nav-content .menu-content-item { height:100%; overflow:hidden; }

.pc-menu .nav-content .sub-1dul { height:100%; border-right:1px solid #ddd; padding-right:15px; }
.pc-menu .nav-content .sub-1dli { position:relative; line-height:20px; background:#fff; }
.pc-menu .nav-content .sub-1dli:hover,
.pc-menu .nav-content .sub-1dli.on { background: rgb(225, 9, 19); } 
.pc-menu .nav-content .sub-1dli.on .sub-1da,
.pc-menu .nav-content .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; }
.pc-menu .nav-content .sub-1da { display:block; padding:6px 12px; } 

.pc-menu .nav-content .sub-2div { display:none; visibility:visible; left:100%; top:0px; margin-left:-6px; z-index:20; background: rgb(225, 9, 19); position:absolute; border-radius:5px; } 
.pc-menu .nav-content .sub-2dul { } 
.pc-menu .nav-content .sub-2dli { }
.pc-menu .nav-content .sub-2dli:hover { background: rgb(203, 0, 7); } 
.pc-menu .nav-content .sub-2da { display:block; color:#fff; padding:6px 12px; } 
.pc-menu .nav-content .sub-2dli:hover .sub-2da,
.pc-menu .nav-content .sub-2dli.on .sub-2da { color:#fff; font-weight:bold; }

.pc-menu .nav-content .new { color: rgb(140, 195, 70);}
.pc-menu .nav-content .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu .nav-content .new-sub2 { color: rgb(140, 195, 70);}

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { background:#5f74e1; position:absolute; top:0px; right:0px; z-index:11; }
.pc-menu .nav-right > ul { float:right; list-style:none; padding:0px; margin:0px; }
.pc-menu .nav-right > ul > li { float:left; position:relative; width:42px; }
.pc-menu .nav-right > ul > li > a { color:#fff; display:block; text-align:center; }
.pc-menu .nav-right > ul > li > a:hover { background: #3349bd; }
.pc-menu .nav-right .label { position: absolute; top: 15%; right: 7px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important; }
.pc-menu .nav-rw { width:42px; }

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all { position:relative; background:#fafafa; z-index:2; -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); }
.pc-menu-all .at-container { padding:20px 15px 0px; }
.pc-menu-all .table { margin-bottom:20px !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0px; line-height:20px; }
.pc-menu-all .menu-a { display:block; color:#000; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on .menu-a { color:crimson; }
.pc-menu-all .sub-1div { padding:8px 0px; }
.pc-menu-all .sub-1dul { list-style:none; padding:0px; margin:0px; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:4px 15px; color:#333;font-size: 13px; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:crimson; }
.pc-menu-all .new { color: rgb(140, 195, 70);}
.pc-menu-all .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu-all .sub-1line { display:block; color:#000; padding:5px 12px; margin:4px 0px; font-weight:bold; background:#fafafa; }
.pc-menu-all .menu-all-btn { text-align:center; }

/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu { display:none; overflow:hidden; background:#fff; position:relative; z-index:20; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.m-menu .m-wrap { }
.m-menu .m-table { display:table; width:100%; table-layout:fixed; width:100%; margin:0px; min-width:300px; border-collapse: collapse; }
.m-menu .m-icon, 
.m-menu .m-list { display:table-cell; vertical-align:middle; font-size:15px; height:44px; line-height:44px; border:1px solid #eee; border-top:0px; border-bottom:0px; }
.m-menu .m-icon { width:44px; text-align:center; font-size:18px; }
.m-menu .m-icon a { display:block; position:relative; }
.m-menu .m-icon .label { position: absolute; top: 15%; right: 5px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important;  }
.m-menu .m-nav { overflow: hidden; margin:0px 10px; }
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav ul li.active a { color: #656565; font-weight:bold; }

.m-menu .m-sub { background:#fafafa; border-top:1px solid #ddd; font-size:15px; height:44px; line-height:44px; padding:0px 10px; }
.m-menu .m-nav-sub { width:100%; overflow: hidden; margin:0px; }
.m-menu .m-nav-sub ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav-sub ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav-sub ul li.active a { color: #656565; font-weight:bold; }
@media all and (max-width:991px) {
	.responsive .m-menu { display:block; }
}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { height:80px; position:relative; color:#000; background-color: #fafafa; border-bottom:1px solid #dfdfdf; }
.at-title .at-container { height:100%; position:relative; }
.at-title .page-title { font-size:24px; position:absolute; left:20px; bottom:15px; z-index:1; }
.at-title .page-desc { color:#888; position:absolute; right:20px; bottom:10px; z-index:1; }
@media all and (max-width:767px) {
	.responsive .at-title { height:50px; }
	.responsive .at-title .page-title { font-size:20px; left:15px; bottom:10px; }
}

/********************************************************
■ Footer : 하단 푸터
********************************************************/
.en .at-footer .at-links { font-size:12px; }
.at-footer .at-links { background:#3a3a3a; padding:20px 0px; border:1px solid #5f74e1; border-left:0px; border-right:0px;font-weight: 600;  }
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; }
.at-footer .at-links ul > li { float: left; padding: 0px 15px; }
.at-footer .at-links ul > li::after { float: right; color:#ccc; content: "/"; margin-right:-17px;}
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color: #e6f1f1; }
@media all and (max-width:991px) {
	.responsive .at-footer .at-links ul.pull-left { display:none; }
	.responsive .at-footer .at-links ul.pull-right { float:none !important; text-align:center; }
	.responsive .at-footer .at-links ul.pull-right > li { float:none; display:inline-block; }
}

/* YC5 */
.en .at-footer .at-infos { font-size:12px; }
.at-footer .at-infos .media { padding:15px 20px 20px; }
.at-footer .at-infos .pull-left { font-size:70px; color:#ddd; }
.at-footer .at-infos .copyright { float:left; margin-left:10px; }
.at-footer .at-infos .copyright span { color:#888; }
.at-footer .at-about { list-style: none; margin:0px; padding:0px; }
.at-footer .at-about > li { float: left; padding: 0px 15px; color:#888; }
.at-footer .at-about > li > a { color: #888; }
.at-footer .at-help { list-style: none; margin: 0px; padding:0px; margin-bottom:5px; }
.at-footer .at-help:after {display:block;visibility:hidden;clear:both;content:""}
.at-footer .at-help > li { float: left; padding: 0px 15px; }
.at-footer .at-help > li::after { float: right; font-size:12px; color:#ddd; content: "|"; margin-right:-17px;}
.at-footer .at-help > li:last-child::after { content: ""; }
.at-footer .at-help > li > a { float: left; }
@media all and (max-width:767px) {
	.responsive .at-footer .at-infos .media { padding:15px 0px 20px; text-align:center; }
	.responsive .at-footer .at-infos .copyright { float:none; margin:0px; }
}

/* G5 */
.at-footer .at-copyright { text-align:center; padding:15px 0px; color:#888; }
.at-footer .at-copyright strong { color:#333; }

/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
.at-go .go-btn { display:none; position: fixed; width:40px; bottom: 20px; right: 25px; z-index: 2; }
.at-go .go-btn span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0px; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
.at-go .go-btn .go-bottom { display:none; }
@media (max-width: 768px) {
	.at-go .go-btn { bottom:0px; right:5px; }
}

/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/
/* Button */
.btn { font-family:"notor", sans-serif; }
.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; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm { font-family:"notor", sans-serif; }

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0px; }
.panel-group .panel { border-radius: 0px; }
.panel .panel-heading { border-radius: 0px; }
.is-pc .ko .panel .panel-body { font-size:12px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family:"notor", sans-serif; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family:"notor", sans-serif; margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family:"notor", sans-serif; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }

/********************************************************
■ Widget : 위젯 속성
********************************************************/
/* Miso-Category Widget */
.miso-category .ca-head a { background:#5f74e1  !important; }

/* Image Round & Style */
.is-round .is-round-title { border-radius:15px; z-index:1; }
.is-round-post-img { /*border-radius:10px;*/ z-index:1; }
.is-round-post,
.is-round-item, 
.is-round-event, 
.is-round-banner { border-radius:15px; z-index:1; }
.is-round-item.on,
.is-round-item:hover { }
.is-round-item-img { border-radius:15px 15px 0px 0px; z-index:1; }
.is-item-content { }

/* Image Scale */
.is-pc .item-col .wr-img,
.is-pc .post-col .wr-img { transition: all 0.2s ease-in-out; }
.is-pc .item-col:hover .wr-img, 
.is-pc .post-col:hover .wr-img { transform: scale(1.15); }

/* Border Color */
.border-color, 
.tabs-color-top { border-color: rgb(50, 60, 70) !important; }

 
/* 위젯 과  리스트 파일 의 css  */


	.tg  {border-collapse:collapse;border-spacing:0;width:100%;border-color: darkgray;background-color:#ffffff;}
    
	.tg td{border:none;font-family:Arial, sans-serif;font-size:14px;overflow:hidden;padding:10px 5px;word-break:normal;transition: all 0.2s ease;}
    
	.tg th{border:none;font-weight:normal;padding:10px 5px;}
	.tg .tight { padding: 2px 5px !important; }
	.tg .tg-0pky-1,
	.tg .tg-0pky-2,
	.tg .tg-0pky-9,
	.tg .tg-0pky-10,
	.tg .call-line {background-color:#ffffff;transition: all 0.2s ease;text-align: center;}
    .fa-phone {color:#333;font-size:16px;}
	.tg .tg-0pky-9 {text-align:left;}
	.tg .tg-0pky-10 {text-align:right;}
	.tg .call-line {border-bottom:1px solid darkgray;}
	.img-item-loan {position:relative;}
	.loan-center-text {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:16px;font-weight:bold;white-space:nowrap;}
	.post-image{background:#fff;border:2.5px solid #5f74e1;transition:.3s;}
    .post-image-slider{background:#fff;border:1.5px solid #1144fd;;transition:.3s;}
	/* ==============================
	   🔥 핵심: 전체 카드 hover
	   ============================== */
	.tg:hover td {background-color:#5f74e1 !important;color:#fff !important;}
	/* 이미지 반전 (선택) */
	.tg:hover td img {filter: brightness(0) invert(1);}
    .post-list:hover .tg td{background-color:#5f74e1 !important;color:#fff !important;}
    .list-item:hover .tg td{background-color:#5f74e1 !important;color:#fff !important;}

    .list-item{position:relative;overflow:hidden;background:#fff;transition:.35s;}  
	.tg .tg-0pky-9 {text-align:left;background-color: #a7b5fd;}
	.tg .tg-0pky-10 {text-align:right;background-color: #a7b5fd;color: #0707f1;font-weight: 600;}
	
	/* ==============================
	   🔥 핵심: 전체 카드 hover
	   ============================== */
	.tg:hover td {background-color:#5f74e1 !important;color:#fff !important;}
	/* 이미지 반전 (선택) */
	.tg:hover td img {filter: brightness(0) invert(1);}
    .post-list:hover .tg td{background-color:#5f74e1 !important;color:#fff !important;}
    .list-item:hover .tg td{background-color:#5f74e1 !important;color:#fff !important;}
    .list-item:hover .fa-phone,.post-list:hover .fa-phone,.tg:hover .fa-phone{color:#fff !important;}
    
    /* 빛 효과 */
    .list-item::before{content:"";position:absolute;top:-60%;left:-90%;width:50%;height:220%;background:linear-gradient(120deg,
        rgba(95,116,225,0) 0%,
        rgba(95,116,225,.08) 30%,
        rgba(255,255,255,.75) 50%,
        rgba(95,116,225,.15) 70%,
        rgba(95,116,225,0) 100%);

    transform:rotate(25deg);pointer-events:none;z-index:99;}
    .list-item:hover::before{animation:shineBack 1.0s ease;}
    @keyframes shineBack{0%{left:-90%;}
    50%{left:180%;}
    100%{left:-90%;}
    }
    .list-item:hover{box-shadow:0 0 18px rgba(95,116,225,.25),0 8px 25px rgba(0,0,0,.15);}
    .img-item{display:block;position:relative;width:100%;min-height:180px;background:#fff;text-decoration:none;color:#333;overflow:hidden;transition:.25s;}
    .text-box{padding:30px 15px 15px;text-align:center;border-bottom:1px dashed #e5e5e5;   /* 연한 점선 */margin-bottom:12px;color: #0126e5;background-color: aliceblue;}
    .text-box h3{margin:0 0 1px;font-size:20px;font-weight:600;}
    .text-box p{margin:6px 0;font-size:15px;color:#666;}
    .ribbon{position:absolute;top:10px;left:-28px;/* -36 → -28 */width:90px;/* 120 → 90 */height:22px;/* 30 → 22 */line-height:22px;
        background:linear-gradient(135deg,#a7b5fd,#5f74e1);color:#fff;font-size:10px;      /* 12 → 10 */font-weight:700;letter-spacing:.5px;
        text-align:center;transform:rotate(-45deg);box-shadow:0 3px 8px rgba(0,0,0,.2);z-index:999;user-select:none;pointer-events:none;}

    /* 광택 효과 */
    .ribbon:before{content:"";position:absolute;left:6px;top:0;width:1px;height:100%;background:rgba(255,255,255,.35);}
    .ribbon:after{content:"";position:absolute;right:6px;top:0;width:1px;height:100%;background:rgba(255,255,255,.35);}
    
    /* 모바일 버젼 사이즈 조절 */
    /* 모바일 버젼 사이즈 조절 */
    /* 모바일 버젼 사이즈 조절 */
    /* 모바일 버젼 사이즈 조절 */
    
    @media all and (max-width:380px) {
	
	.text-box h3{font-size:14px !important;}
    .tg td{border:none;font-family:Arial, sans-serif;font-size:12px;   /* ← 여기 */overflow:hidden;
            padding:8px 3px;word-break:normal;transition: all 0.2s ease;}
    }
    .imgframe{width:100%;height:85px;align-items:center;overflow:hidden;text-align:center;background-color: aliceblue;}



    .board-title-wrap{
    margin-bottom:10px;
}

.board-title,
.board-count{
    display:inline-block;
    vertical-align:middle;
    margin:0;
}

.board-title{
    font-size:20px;
    font-weight:700;
    color:#222;
}

.board-count{
    margin-left:5px;   /* 딱 5px만 띄움 */
    font-size:20px;
    color:#5f74e1;
    font-weight:600;
}

.loan_footer_wrap{width:100%;background:#d5d5d5;border-top:1px solid #ddd;}
.loan_footer_top{max-width:1200px;margin:0 auto;padding:35px 20px;display:flex;gap:40px;}
.loan_footer_cs{width:260px;}
.loan_footer_info,.loan_footer_rate{flex:1;}
.loan_footer_top h3{font-size:18px;font-weight:700;margin-bottom:15px;color:#222;}
.loan_footer_top p{line-height:1.8;color:#666;font-size:14px;}
.loan_footer_cs ul{list-style:none;padding:0;margin:0;}
.loan_cs_tel{font-size:32px;font-weight:700;color:#5f74e1;margin-bottom:10px;}
.loan_cs_time,
.loan_cs_account{color:#666;line-height:1.9;}
.loan_footer_btn{float:right;padding:5px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#666;text-decoration:none;font-size:12px;transition:.25s;}
.loan_footer_btn:hover{background:#5f74e1;color:#fff;border-color:#5f74e1;}
.loan_footer_company{border-top:1px solid #ddd;background:#f3f3f3;}
.loan_footer_company p{color:#777;line-height:1.9;font-size:13px;}
.loan_footer_company_inner{max-width:1200px;margin:0 auto;padding:20px 10px;}
.loan_footer_company_inner p{font-size:13px;line-height:1.9;color:#777;}
.loan_footer_copy{margin-top:12px;font-weight:600;color:#555;}
.loan_footer_row{max-width:1200px;margin:0 auto;padding:35px 20px;display:flex;gap:40px;}
.loan_footer_row p{font-size:14px;line-height:1.9;color:#666;}
    
@media(max-width:900px){
.loan_footer_row{flex-direction:column;gap:30px;}
.loan_footer_cs{width:100%;}
}






/*==========================================
          슬라이더 VIP CARD
==========================================*/
.vip-item{position:relative;overflow:hidden;background:#fff;border:2.5px solid #5f74e1;transition:.35s;}
.post-image-slider:hover{border-color:#f30505;box-shadow:0 8px 24px rgba(138,61,75,.18);}
/*==========================================
        TOP
==========================================*/
.vip-card-top{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:125px;overflow:hidden;text-align:center;background:aliceblue;}
/*==========================================
        VIP BADGE
==========================================*/
.vip-badge{position:absolute;top:12px;left:-34px;width:120px;height:28px;line-height:28px;text-align:center;transform:rotate(-45deg);
    background:linear-gradient(
        180deg,
        #E58D9A 0%,
        #C85C6D 25%,
        #A63F52 55%,
        #842D3F 80%,
        #631C2C 100%
    );
    border-top:2px solid rgba(255,255,255,.45);
    border-bottom:2px solid rgba(70,15,25,.75);
    box-shadow:
        0 0 0 1px rgba(99,28,44,.45),
        0 4px 10px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.25),
        inset 0 -2px 4px rgba(0,0,0,.2);
    overflow:hidden;
    z-index:100;}

.vip-badge span{color:#fff;font-size:12px;font-weight:700;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.35);}
.vip-badge:before{content:"";position:absolute;top:0;left:-120%;width:50%;height:100%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.9),
        transparent
    );
    transform:skewX(-25deg);animation:vipGold 3.5s infinite;}
/*==========================================
        TITLE
==========================================*/
.vip-card-title{position:relative;display:inline-block;padding-bottom:14px;}
.vip-card-title::after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:140px;height:5px;border-radius:30px;
    background:linear-gradient(
        90deg,
        #8c5a00 0%,
        #d6a400 25%,
        #ffe97a 50%,
        #d6a400 75%,
        #8c5a00 100%
    );
    box-shadow:0 0 8px rgba(255,215,0,.4),0 0 18px rgba(255,193,7,.25);}

.vip-card-title::before{content:"";position:absolute;left:50%;bottom:0;width:24px;height:5px;border-radius:30px;transform:translateX(-70px);
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent);
    z-index:2;animation:vipBarShine 2s ease-in-out infinite;}
.vip-title-text{position:relative;z-index:5;text-align:center;}
.vip-title-text h3{margin:0;padding:0;font-size:26px;font-weight:900;line-height:1.2;letter-spacing:-1px;color:#2144d5;

    text-shadow:0 1px 0 #fff,0 2px 0 #d9e2ff,0 3px 6px rgba(33,68,213,.35);}
/*==========================================
        TABLE
==========================================*/
.vip-table{position:relative;width:100%;height:158px;border-collapse:collapse;background:#fff;overflow:hidden;}
.vip-table td{padding:10px 5px;font-size:16px;font-weight: 600;font-family:Arial,sans-serif;text-align:center;transition:.25s;border:none;}
.vip-table .tight{padding:2px 5px !important;}
.vip-title,
.vip-subtitle,
.vip-phone{background:#fff;}
.vip-phone{border-bottom:1px dashed #d7d7d7;}
.vip-company{text-align:left;background:#364f7d;color:#fff;padding-left:12px !important;}
.vip-category{text-align:right;background:#364f7d;color:#fff;font-weight:600;padding-right:12px !important;}
/*==========================================
        HOVER
==========================================*/
.post-list:hover .vip-table td{background:#5f74e1  !important;color:#fff !important;}
.post-list:hover .fa-phone{color:#fff;}
/*==========================================
        TABLE SHINE
==========================================*/
.vip-table::after{content:"";position:absolute;top:0;left:-65%;width:35%;height:100%;pointer-events:none;opacity:0;z-index:5;
    background:linear-gradient(
        115deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,.15) 25%,
        rgba(255,255,255,.85) 50%,
        rgba(255,255,255,.15) 75%,
        rgba(255,255,255,0) 100%);
    transform:skewX(-22deg);}
.post-list:hover .vip-table::after{opacity:1;animation:vipLuxury .8s ease-out forwards;}
/*==========================================
        ANIMATION
==========================================*/
@keyframes vipLuxury{
    0%{
        transform:translateX(-180%) skewX(-22deg);opacity:0;}
    20%{opacity:1;}
    75%{opacity:1;}
    100%{transform:translateX(380%) skewX(-22deg);opacity:0;}}

@keyframes vipGold{
    0%{left:-120%;}
    60%{left:170%;}
    100%{left:170%;}}
@keyframes vipBarShine{
    0%{transform:translateX(-70px);opacity:0;}
    10%{opacity:1;}
    50%{transform:translateX(70px);opacity:1;}
    90%{opacity:1;}
    100%{transform:translateX(-70px);opacity:0;}}
/*==========================================
        PHONE
==========================================*/
.fa-phone{color:#5f74e1;font-size:16px;transition:.25s;}
.vip-phone a{display:block;color:inherit;text-decoration:none;}
.vip-phone a:hover{text-decoration:none;}
/*==========================================
        LINK
==========================================*/
.post-list a{display:block;color:inherit;text-decoration:none;}
.post-list a:hover{text-decoration:none;}
/*==========================================
        MOBILE
==========================================*/
@media (max-width:380px){
    .responsive .list-row{width:100%!important;}
    .vip-card-top{height:110px;}
    .vip-title-text h3{font-size:20px;}
    .vip-card-title::after{width:110px;}
    .vip-table{height:auto;}
    .vip-table td{font-size:12px;padding:8px 3px;}}
/*==========================================
        OPTIONAL
==========================================*/
/* 업체명 */
.vip-company{letter-spacing:.2px;}
/* 지역 */
.vip-category{white-space:nowrap;}
/* 제목 선택 방지 */
.vip-card-title{user-select:none;}
/* 리본 선택 방지 */
.vip-badge{user-select:none;}
/* 조금 더 부드러운 렌더링 */
.vip-title-text h3{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}