@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');

@font-face{font-family:s-coredream-3light;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff) format('woff');font-weight:400;font-style:normal}@import '//fonts.googleapis.com/earlyaccess/nanumgothic.css';

*{font-family:s-coredream-3light,sans-serif}

a:link, a:visited {
    color: #d9d9d9;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

body { font-family: s-coredream-3light; line-height: 22px; font-size: 12px; color: rgb(51, 51, 51); background-color:#343643; 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: #a9acbd; 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: "Roboto", sans-serif; }*/
.ko, .ko small { font-family:s-coredream-3light, sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }

/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#161618;  }
.at-container { margin:0px auto; padding:0px; }
V
.is-pc .at-body { min-height:600px; background-color:#161618; }
.at-body { padding: 10px; border-radius: 14px; margin-top: 15px; background-color:rgba(59 61 74 / 50%); }
@media (max-width:576px) {
.at-body { padding: 0px; border-radius: 0px; margin-top: 0px; background-color:#161618; }
}
.boxed.wrapper .at-boxed.at-container { padding:0 10px; }
.boxed.wrapper .at-menu .at-container { margin-left:10px; margin-right:10px; }
.boxed.wrapper .at-body .at-container { /*padding:0px 20px 0px 15px;*/ }
.at-content { position:relative; padding:10px 0px; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px; }
.nav-fixed .at-menu { width:100%; z-index:10; -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
.boxed.wrapper .nav-fixed .at-menu { width:1200px; z-index:10; -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }
@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; }

}

@media (max-width:576px) {
	.responsive .at-body .at-container { padding:0px !important; }
	.boxed.wrapper .at-menu .at-container { margin-left: 0px !important; margin-right: 0px !important; }
}

/*-------------------------------------------------------*/
/* LNB : 최상단 로그인, 회원가입 영역
/*-------------------------------------------------------*/
.at-lnb { font-size:12px; line-height:22px; background:#fafafa; }
.at-lnb .at-container { padding-top:6px !important; padding-bottom:6px !important; }
.at-lnb ul { list-style: none; margin: 0; padding:0; margin:0 -15px; overflow:hidden; }
.at-lnb ul > li { float: left; padding: 0 15px; margin:0; }
.at-lnb ul > li::after { float: right; color:#ccc; content: ""; margin-right:-16px; font-size:11px; }
.at-lnb ul > li:last-child::after { content: ""; margin-right:0; }
.at-lnb ul > li > a { color: #333; float:left; }
.at-lnb ul > li > a:hover { color: #000; }
@media all and (max-width:991px) {
	.responsive .at-lnb { display:none !important; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { padding:10px 0px 0px; 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; }
.pc-header .header-logo a { font-size:44px; line-height:44px; font-family:'Georgia', sans-serif; font-weight:bold; color:#000; }
.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 #111; background: #111; }
.pc-header .header-search input { background: #fff; border:1px solid #111; }
.pc-header .header-search .btn { color:#fff !important; background: #111 !important; }
.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: #303540; }
.m-header a { color: rgb(120,50,5); text-shadow: 0 2px 2px rgb(250 227 133); }
.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 i { color:#fff !important; text-shadow:none !important; }
.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; width: 100%; height:100px !important; border:0px; border-radius: 14px; left: 50%; transform: translateX(-50%); background: linear-gradient(120deg, #343642 28%, #3b3d4a 23%); z-index: 2; }
.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: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu .menu-a { font-size: 15px; font-family: "s-coredream-3light", sans-serif;}
.pc-menu .nav-home .menu-a { font-size: 20px;}
.pc-menu .nav-right { /*font-size:16px;*/ font-size:16px; } 
@media all and (max-width:991px) {
	.responsive .pc-menu,
	.responsive .pc-menu-all { display:none; }
}
.menu_i{
	float: left; color: #ccc;  margin-top: 11px;	
}
/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin-top:10px; }
.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; min-width: 120px;}

/* 좌측 스타일 */
.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; }

/* 공통 스타일 */
/*#### Custom Menu Css ####*/
.pc-menu .menu-span { display:inline-block; font-weight: bold; padding:6px 10px 6px; height:36px; line-height:22px; }
.pc-menu-icon .menu-span { display:inline-block; padding:8px 10px; margin:0; line-height:20px; }
.pc-menu .menu-a { font-family: "s-coredream-3light", sans-serif; color:#000; display:block; font-weight:500; font-size: 14px; }
.pc-menu .menu-li:hover .menu-a,
.pc-menu .menu-li.active .menu-a { }
.pc-menu .menu-li:hover .menu-span,
.pc-menu .menu-li.active .menu-span,
.pc-menu-icon a:hover .menu-span { color:#fff; border-radius:4px; background:#323441; }
.pc-menu .menu-li:hover .menu-span,
.pc-menu .menu-li.on .menu-span { color:#fff; border-radius:4px; background:#323441; }
/*#### Custom Menu Css End ####*/

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:15px; z-index:10; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#fff; font-weight:500; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { color:#373a41; }
.pc-menu .nav-top .menu-li.nav-home { width:420px !important; text-align:center; }
.pc-menu .nav-top .menu-li.nav-home .menu-a { padding:0px; margin-top:-5px; text-align: left; }
.pc-menu .nav-top .new { color: rgb(140, 195, 70);}

.pc-menu .nav-top .sub-1div { background:#fff; margin-top:24px;border-top:3px solid #323441; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); border:2px solid #555861;}
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative; padding: 3px; background: #323441 }
.pc-menu .nav-top .sub-1da { display:block; color:#fff; padding:5px 12px; background: #323441; line-height:22px; border-bottom: 1px solid #323441; }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: #555861; border-color:#323441; }
.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: #2a2c36; border-color:#2a2c36; }
.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 Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { position:absolute; top:18px; right:3px; width:35px !important; height:35px !important; 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; }
.pc-menu .nav-right > ul > li > a { color:#e44907; display:block; text-align:center; padding:0px 10px 0px 8px; margin-top:-8px; }
.pc-menu .nav-right > ul > li > a:hover { }
.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:50px; }

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all { position:relative; z-index:20; }
.pc-menu-all .pc-menu-all-container { position:absolute; left:0; top:0; width:100%; }
.pc-menu-all .menu-all-wrap { padding:10px; border:1px solid #444; background:#1f1f1f; box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0 5px 5px -2px rgba(25, 25, 25, 0.15); }
.pc-menu-all .table { margin-bottom:0 !important;}
.pc-menu-all .table td { width:1%; background:#2c2c2c; border:1px solid #444; padding:0; }
.pc-menu-all .menu-a { display:block; color:#fff; padding:6px 12px 10px; background:#363636; border-bottom:1px solid #444; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on { border-top:1px solid #ff5710; }
.pc-menu-all .table td.on .menu-a { color:#fff; background:#ff5710; }
.pc-menu-all .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu-all .sub-1div { padding:8px 0; position:relative; }
.pc-menu-all .sub-1dul { list-style:none; padding:0; margin:0; }
.pc-menu-all .sub-1dli { position:relative; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:4px 12px; color:#fff; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:#ff5710; font-weight:bold; }
.pc-menu-all .sub-1line a { color: #fff !important; }
.pc-menu-all .sub-1line { display:block; color:#fff; padding:6px 12px; margin:4px 0; font-weight:bold; background:#fafafa; border-top:1px solid #444; border-bottom:1px solid #444; }
.pc-menu-all .new,
.pc-menu-all .sub-1new { color: rgb(233, 27, 35); font-size:10px; vertical-align:text-top; }
.pc-menu-all .table-responsive { position:relative; }
.pc-menu-all .menu-all-btn { position:absolute; border: 1px solid #444; bottom:10px; right:10px; background: #363636; z-index:1; }
.pc-menu-all .menu-all-btn i { color: #ff5710; }
@media all and (max-width:991px) {
	.responsive .pc-menu-all { display:none; }
}

/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu { display:none; overflow:hidden; background:#4b4d59; 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 #404550; 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: #9babfb; font-weight:bold; }

.m-menu .m-sub { background:#3c4049; border-top:1px solid #535761; 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: #9babfb; font-weight:bold; }
@media all and (max-width:991px) {
	.responsive .m-menu { display:block; }
}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { height:60px; position:relative; color:#000; background-color: #3a3d46; border-bottom:1px solid #535761; }
.at-title .at-container { height:100%; position:relative; }
.at-title .page-title { font-size:18px; 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:#fafafa; padding:8px 0px; border:1px solid #ddd; border-left:0px; border-right:0px;  }
.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: #888; }
@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: "s-coredream-3light", 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:s-coredream-3light, 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: "s-coredream-3light", sans-serif; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a { color:#fff !important; background:#333 !important; border-color:#333 !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: #1a1a1a; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: "s-coredream-3lighte", sans-serif; margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: "s-coredream-3light", sans-serif; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
.form-control, .well, .alert, .input-group-addon, .label { border-radius:0 !important; }

/* 부트스트랩 CUSTOM */
.container { padding-left: 5px; padding-right: 5px; } 
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-left: -5px; margin-right: -5px; } 
.row { margin-left: -5px; margin-right: -5px; } 
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-left: 5px; padding-right: 5px; } 

/*========= FOOTER CUSTOM =========*/
footer {padding-bottom: 10px; } 
footer .copyright {padding: 10px 0px 0px 0px;font-size: 12px;color: #d9d9d9; } 
footer .copyrights {padding: 10px 0px 0px 0px;font-size: 12px;color: #d9d9d9; } 
.site_map {margin-top: 25px; padding: 0px;text-align: center; } 
.site_map li {list-style: none;position: relative;line-height: 47px;display: inline-block; } 
.site_map li a { color:#d9d9d9;font-size: 12px;text-transform: uppercase;padding-left: 30px;padding-right: 20px; } 
.site_map li a:hover { color: #9babfb; } 
.site_map > li:after {content: '';background: url(../img/basic/nav.png) center center no-repeat;width: 13px;height: 47px;position: absolute;right: -16px;top: 0; } 
.site_map > li:last-child:after { display: none; } 
footer .copyrights .box { color: #9babfb; } 
footer .copyrights .simple { color: #000; } 
footer .copyrights .thema-name { color: #9babfb; } 
footer .copyright .box-grid { color: #9babfb; } 
footer .copyright .simple { color: #000; } 
footer .copyright .thema-name { color: #9babfb; } 
footer a, footer a:hover { color: #9babfb; } 
@media (max-width: 576px) {footer .copyrights {padding-bottom: 10px; margin-bottom:45px; } }
@media (max-width: 480px) {footer .copyrights {border-top: 1px solid #333;padding: 10px 0px 0px 0px;font-size: 12px;color: #d9d9d9;text-align:center; } }

/* 메인 커스텀 css */

/********************************************************
■ 위젯 커스텀
********************************************************/
.basic-post-list .post-list {
    list-style: none;
    padding: 0px;
    margin: -3px 0px !important;
    line-height: 30px !important;
}
.miso-post-list .post-list{
    margin: -2px 0px !important;
    line-height: 30px !important;
}
.cate-menu { text-align:center;height:45px;line-height:45px;margin-top:10px;border:1px solid #e6e6e6;border-bottom:none;background:#fff !important; } 
.cate-menu span b { color:#373E4A; } 
.widget-box-category { margin-bottom:10px;border-top:solid 1px rgba(230,230,230,0.5) !important;border:1px solid #e6e6e6;background:#fff; } 
:last-child.input-group-btn>.btn,:last-child.input-group-btn>.btn-group {color:#fff;background:#323C46 !important; } 
.btn.btn-navy { border:none !important; } 
.progress-bar { background-color:#474955 !important; } 
.active-item { background-color:#3a3d46 !important; }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	 transition: background-color 5000s ease-in-out 0s;
	 -webkit-transition: background-color 9999s ease-out;
     -webkit-box-shadow: 0 0 0px 1000px #323441 inset !important;
     -webkit-text-fill-color: #d9d9d9 !important;
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th{
	background-color: #2c2c2c !important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 1px solid #333 !important;
}
.form-box {
    margin: 0px 0px 15px;
    border: 1px solid #333 !important;
    transition: 0.3s linear;
    border-image: none;
    overflow: hidden;
    position: relative;
    cursor: default;
    -webkit-transition: all 0.3s linear;
    background: #3a3d46 !important;
    border-top: 1px solid #333 !important;
    border-bottom: 1px solid #333 !important;
}
.form-box .form-header {
    border-bottom-color: #333 !important;
}
.form-box .form-body {
	background-color:#2e323c !important;
}
.input-sm, .form-horizontal .form-group-sm .form-control {
	color: #d9d9d9 !important;
	background: #2a2c36 !important;
	border: 1px solid #2a2c36 !important;
}
.btn.btn-black { 
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #4c4c5a; 
	background-color: #4e505c; 
}
.btn.active.btn-black, .btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active { 
	background-color: #4c4c5a; 
}
.OrangeRed { color: #5248cf; }
.btn.btn-orangered { color: #fff !important; border-image: none !important; background-image: none !important;border: 1px solid #e44907; background-color: #b3a4e2; }
.btn.active.btn-orangered, .btn.btn-orangered:hover, .btn.btn-orangered:focus, .btn.btn-orangered:active { background-color: #b3a4e2; }
.panel-title { color:#888 !important; }
.member, .guest { color:#888 !important; }
.bg-black, i.bg-black, .badge.bg-black { background-color:#4e505c !important; }
.panel-body { background-color:#3b3d4a !important; }
.panel-default { border-color: #4c4c5a !important; }
.panel-default>.panel-heading { color: #d9d9d9 !important; border-color: #4c4c5a !important; background-color:#4e505c !important; }
.pagination li a { color:#fff !important;background:#4e505c !important; border-color:#4c4c5a !important; padding:10px 15px; }
.pagination li.active a { color:#fff !important; background:#b3a4e2 !important; border-color:#4c4c5a !important; }
.orangered, i.orangered { color:#b3a4e2 !important; }
.post-wrap i { color:#656675; margin-right: 4px; }
.search-box { border: 1px solid #4c4c5a !important; background: #2e323c !important; }
.div-progress.progress { background-color:#1f1f1f !important; }

/********************************************************
■ Mobile Bottom Box : 모바일 하단 박스 메뉴
********************************************************/
.div_bottom_box		{ display:none; clear:both; }
.foot_nav { position: fixed; bottom: 0px; padding: 0px; margin: 0px; width: 100%;}
.foot_nav .chatting p { width: 100%; padding: 0px; margin: 0 0 -6px 0px;}
.foot_nav .chatting3 p { width: 100%; padding: 0px; margin: 0 0 -7px 0px;}
.foot_nav .tool_menu { overflow: hidden; list-style: none; padding: 0; margin: 0; border-top: 1px solid #4c4c5a; border-bottom: 1px solid #4c4c5a;}
.foot_nav .tool_menu li { float: left; width: 25%; background: #4e505c; text-align: center;}
.foot_nav .tool_menu li a { color: #d9d9d9; display: block; line-height: 40px; border-right: 1px solid #4c4c5a; white-space: nowrap;}

@media all and (max-width:991px) {
	.responsive .at-footer { padding-bottom: 40px; }
	.responsive .div_bottom_box { display:block; }
}
.ment-desk { text-align: center; color: #d9d9d9; border-top: 1px solid #373a3f; padding: 15px; }

/********************************************************
■ 탑버튼
********************************************************/
.top_btn {position: fixed;bottom: 50px;right: 30px;z-index: 9999;display: block; } 
.top_btn > a {display: block;width: 50px;height: 50px;border-radius: 100%;background-color: #5c6af7;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;cursor: pointer;position: relative;opacity: 0;border: 1px solid #2e2e2e;padding: 10px; } 
.top_btn > a > img {width: auto;height: auto;position: relative;max-width: 100%;margin-left: 2px; } 

/* ===============================
   Telegram Notice Box
================================ */
.tg-notice-box {
	background: #3b3d4a;
	border-radius: 10px;
	padding: 10px 18px 18px 18px;
	margin-top: 10px;
	color: #e6e8ec;
}

/* 헤더 */
.tg-notice-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 10px;
}

.tg-icon {
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: linear-gradient(135deg, #2a7cff, #4b9bff);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 18px rgba(42,124,255,0.35);
}

.tg-icon img {
	width: 28px;
	height: 28px;
}

.tg-head-text {
	padding-top:10px;
}

.tg-head-text strong {
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.tg-head-text p {
	margin-top: 4px;
	font-size: 12px;
	color: #aab0c0;
}

/* 본문 */
.tg-notice-body {
	border-top: 1px solid rgba(255,255,255,0.06);
	padding-top: 14px;
}

.tg-desc {
	font-size: 13px;
	line-height: 1.6;
	color: #cfd3dc;
	margin-bottom: 14px;
}

.tg-desc b {
	color: #ffd95b;
	font-weight: 600;
}

/* 버튼 */
.tg-join-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 6px;
	background: #5c6af7;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.25s ease;
}

.tg-join-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(30,136,255,0.45);
}

.tg-btn-icon,
.tg-btn-arrow {
	display: flex;
	align-items: center;
}

.tg-btn-icon img,
.tg-btn-arrow img {
	width: 16px;
	height: 16px;
}