@charset "utf-8";

/***********************************************
Theme Name(테마명): RAINBOW 테마
Theme URI(테마 웹사이트): https://ryantheme.kr
Author(제작자): 라이언테마
Author URI(제작자 웹사이트): https://ryantheme.kr
***********************************************/

@import url('//fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
/*@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');*/

/********************************************************
■ 공통
********************************************************/

.at-item_book {
  color: #3079ed;
  animation-name: text-shadow-multicolor;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
}
@keyframes text-shadow-multicolor {
  0%{
    text-shadow: 0 0px 15px #f0f;
  }
  53%{
    text-shadow:0 0px 15px #0ff;
  }
  76%{
    text-shadow: 0 0px 10px #0f0;
  }
  100%{
    text-shadow: 0 0px 10px #ff0;
  }
}

@media all and (max-width:500px) {
	.m-menu-box{
		font-size: 12px;
	}
}
.wrapper {
	background: #2c2c2c;
	-webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.44);
	box-shadow: 0 0 21px rgba(0, 0, 0, 0.44);
}

.ko,
.ko small,
.en:not([class*=" bg-"]),
h1,
h2,
h3,
h4,
h5,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus,
.pc-menu .menu-a {
	font-family: NanumSquareNeo-Variablef !important;
	font-weight: 400;
	letter-spacing: -.050em;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: unset;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	text-rendering: auto;
	text-rendering: optimizeSpeed;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	text-rendering: inherit;
	color: #e7e7e7;
}

.text-left {
	text-align: left;
}

.orangered, i.orangered {
    color: #e2c459 !important;
}
/* 부트스트랩 컬럼간 좌우 간격 조정 */

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.row.fix-gutters-5 {
	margin-right: -5px;
	margin-left: -5px;
}

.row.fix-gutters-5>[class^="col-"],
.row.fix-gutters-5>[class*=" col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.row.fix-gutters-30 {
	margin-right: -30px;
	margin-left: -30px;
}

.row.fix-gutters-30>[class^="col-"],
.row.fix-gutters-30>[class*=" col-"] {
	padding-right: 30px;
	padding-left: 30px;
}

::selection {
	background: #9d0b0b;
	color: #ffffff;
}

::-moz-selection {
	background: #9d0b0b;
	color: #ffffff;
}


/********************************************************
■ LNB
********************************************************/

.at-lnb {
	background-color: #000000;
	color: #c3c3c3;
}

.at-lnb ul {
	padding: 0;
}

.at-lnb ul>li>a {
	color: #c3c3c3;
}

.at-lnb ul>li {
	border-right: 1px solid #222222;
	padding: 10px 20px 5px 20px;
}

.at-lnb ul>li:first-child {
	border-left: 1px solid #222222;
}

.at-lnb ul>li:after {
	content: none;
}


/********************************************************
■ 헤더
********************************************************/

.pc-header {
	padding: 20px 0;
	background-color: #000000;
	border-top: 1px solid #222222;
	background: url(../../top_bg3.jpg) no-repeat top center;
	/*background: url(../../top_bg.gif) no-repeat top center;*/
    background-color: black;
}

.pc-header .at-container {
	padding-top: 0;
	padding-bottom: 0;
	background-image: none;
}

.pc-header .header-logo a {
	color: #fff;
	font-family: 'Montserrat', sans-serif !important;	
}

.pc-header .header-logo a:hover {
	color: #fff;
}

.m-header .header-logo img {
	max-width: 150px;
}

.m-icon .msgCount {
	color: #fff;
}

.m-header {
	background-color: #000000;
}

.m-header a {
	color: #e4e4e4;
}


/********************************************************
■ 메뉴
********************************************************/

.sticky-wrapper.nav-fixed .at-menu {
	opacity: 0.9;
	filter: alpha(opacity=90);
	/* For IE8 and earlier */
}

.pc-menu {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.pc-menu .nav-top .menu-li {
	border-right: 1px solid #000000;
}

.pc-menu .nav-top .menu-li.on .menu-a {
	font-weight: 700;
}

.pc-menu .nav-top .menu-li.nav-home .menu-a {
	font-size: 15px;
}

.pc-menu .nav-top .menu-a {
	font-size: 15px;
	font-weight: 400;
	background-color: #262626;
	color: #fff;
}

.pc-menu .nav-rw {
	width: 50px;
}

.pc-menu .nav-top .sub-1div {
	border-top: none;
}

.pc-menu .nav-top .sub-1div::before {
	border-width: 0;
}

.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da {
	background: #fff;
	color: #000000 !important;
}

.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a {
	color: #ffffff;
}

.pc-menu .nav-top .sub-1da {
	border-bottom: none;
}

.pc-menu .nav-top .sub-2dli.on .sub-2da,
.pc-menu .nav-top .sub-2dli:hover .sub-2da {
	background: #fff;
	color: #000000 !important;
	border-bottom: 1px solid rgb(238, 238, 238);
}

.pc-menu .nav-top .sub-2dli:hover .sub-2da {
	border-bottom: 1px solid rgb(238, 238, 238);
}

.menu-li:first-child>.menu-a {
	border-bottom: 2px solid #5a5a5a;
}

.menu-li:nth-child(2)>.menu-a {
	border-bottom: 2px solid #5a5a5a;
}

.menu-li:nth-child(3)>.menu-a {
	border-bottom: 2px solid #5a5a5a;
}

.menu-li:nth-child(4)>.menu-a {
	border-bottom: 2px solid #5a5a5a;
}

.menu-li:nth-child(5)>.menu-a {
	border-bottom: 2px solid #5a5a5a;
}

.menu-li:nth-child(6)>.menu-a {
	border-bottom: 2px solid #5a5a5a;
}

.menu-li:nth-child(7)>.menu-a {
	border-bottom: 2px solid #5a5a5a;
}

.menu-li:nth-child(7)>.menu-a {
	border-bottom: 2px solid #5a5a5a;
}

.menu-li:nth-child(8)>.menu-a {
	border-bottom: 2px solid #5a5a5a;
}

.menu-li:nth-child(9)>.menu-a {
	border-bottom: 2px solid #5a5a5a;
}

.menu-li:nth-child(10)>.menu-a {
	border-bottom: 2px solid #5a5a5a;
}

.pc-menu-all {
	background-color: #000000;
	color: #c3c3c3;
}

.pc-menu-all .at-container {
	padding: 20px;
}

.pc-menu-all .table {
	margin-bottom: 0 !important;
}

.pc-menu-all .table td {
	background-color: #000000;
	border: 1px solid #222222;
}

.pc-menu-all .menu-a {
	background-color: #000000;
	border-bottom: 1px solid #222222;
	text-align: center;
	color: #c3c3c3;
}

.pc-menu-all .sub-1dli .sub-1da {
	color: #b1b1b1;
}

.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da,
.pc-menu-all .table td.on .menu-a {
	color: #fff;
	font-weight: 700;
}

.m-menu .m-nav ul li.active a {
	color: #000;
	font-weight: 700;
}


/********************************************************
■ 뉴스티커 공지 및 타이틀
********************************************************/

.top-newsticker {
	background-color: #262626;
	color: #c3c3c3;
	padding: 8px 0;
}

.top-newsticker a {
	color: #ffffff;
}

.at-title {
	height: 40px;
}

.at-title .page-title {
	font-size: 16px;
	bottom: 6px;
	color: #555;
}

.at-title .page-desc {
	bottom: 5px;
}


/********************************************************
■ 메인
********************************************************/

.widget-title {
	border: 1px solid #424242;
	border-bottom: 0;
	padding: 8px 14px 5px 11px;
	background-color: #333333;
}

.widget-title b,
.widget-title a {
	font-size: 14px;
	color: #bdbdbd;
}

.widget-title .widget-title-icon {
	color: #f7e776;
	position: relative;
	top: -1px;
}

.widget-box {
	border: 1px solid #424242;
	padding: 15px;
	background-color: #222222;
	margin-bottom: 10px;
}

.div-tab.tabs.trans-top ul.nav-tabs li.active a {
	color: #000000 !important;
	font-weight: 800;
}

.top-newsticker .ticker-title {
	padding-left: 15px;
}

.top-newsticker .ticker-cont {
	padding-left: 20px;
	padding-right: 20px;
}

.main9-wrapper {
	margin: 5px 0;
}


/********************************************************
■ 푸터
********************************************************/

.at-footer .at-links {
	background-color: #262626;
	padding: 0;
	border: none !important;
}

.ft-1 {
	border-left: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	border-top: 4px solid #86a821;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ft-2 {
	border-right: 1px solid #1a1a1a;
	border-top: 4px solid #dd6300;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ft-3 {
	border-right: 1px solid #1a1a1a;
	border-top: 4px solid #c60600;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ft-4 {
	border-right: 1px solid #1a1a1a;
	border-top: 4px solid #b71267;
	padding-top: 10px;
	padding-bottom: 10px;
}

.at-footer .at-infos {
	padding: 5px 0;
	background: #000000;
}

.at-footer .at-copyright {
	padding: 5px 0;
	color: #999999;
}

.at-footer .at-copyright strong {
	color: #ffffff;
}

.ft-title {
	color: #ffffff;
	font-weight: 600;
	margin-top: 3px;
	padding-top: 3px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif !important;
}

.ft-cont {
	color: #666666;
	margin-top: 3px;
	padding-top: 3px;
	margin-bottom: 2px;
	padding-bottom: 5px;
}

.ft-cont a {
	color: #666666;
}

.ft-cont a:hover {
	color: #aeaeae;
}

.content-wrapper {
	border: 1px solid #383838;
	background: #222;
	padding: 5px;
}

.div-tab.tabs ul.nav-tabs li {
    background: rgb(51 51 51);
    border-image: none;
    color: #b7b7b7;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-top: 1px solid rgb(50 50 50);
    border-left: 1px solid rgb(56 56 56);
    border-image: none;
    line-height: 14px !important;
}

.div-tab.tabs ul.nav-tabs li:first-child {
    border-left: 1px solid rgb(50 50 50);
    margin-left: 0px;
}
.div-tab.tabs ul.nav-tabs li.active {
    background: #222;
    border-top: 1px solid rgb(50 50 50);
}
.tabs-white-bottom.tabs ul.nav-tabs li.active, .tabs-white-bottom.tabs ul.nav-tabs li.active a {
    border-bottom-color: #767676 !important;
}
.div-tab.tabs.trans-top ul.nav-tabs li.active {
    border-top-color: rgb(50 50 50) !important;
}
.tabs-white-bottom.tabs ul.nav-tabs li.active, .tabs-white-bottom.tabs ul.nav-tabs li.active a {
    border-bottom-color: #767676 !important;
}
.div-tab.tabs ul.nav-tabs li.active a, .div-tab.tabs ul.nav-tabs li.active a:hover, .div-tab.tabs ul.nav-tabs li.active a:focus, .div-tab.tabs ul.nav-tabs li.active:first-child a, .div-tab.tabs ul.nav-tabs li.active:first-child a:hover, .div-tab.tabs ul.nav-tabs li.active:first-child a:focus, .div-tab.tabs ul.nav-tabs li.active:last-child a, .div-tab.tabs ul.nav-tabs li.active:last-child a:hover, .div-tab.tabs ul.nav-tabs li.active:last-child a:focus {
    color: #959595;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid transparent;
    margin: 0;
    line-height: 14px !important;
}
.div-tab.tabs.trans-top ul.nav-tabs li.active a {
    color: #c7c7c7 !important;
    font-weight: 800;
}
.div-tab.tabs div.tab-content {
    border-color: rgb(74 74 74);
}
.div-tab.tabs div.tab-content, .div-tab-top.tabs div.tab-content, .div-tab-bottom.tabs div.tab-content {
    background-color: #333;
}
.div-tab.tabs ul.nav-tabs li a, .div-tab.tabs ul.nav-tabs li a:hover, .div-tab.tabs ul.nav-tabs li a:focus, .div-tab.tabs ul.nav-tabs li:first-child a, .div-tab.tabs ul.nav-tabs li:first-child a:hover, .div-tab.tabs ul.nav-tabs li:first-child a:focus, .div-tab.tabs ul.nav-tabs li:last-child a, .div-tab.tabs ul.nav-tabs li:last-child a:hover, .div-tab.tabs ul.nav-tabs li:last-child a:focus {
    color: #b7b7b7;
}
.div-tab.tabs ul.nav-tabs li:last-child, .div-tab.tabs ul.nav-tabs li:last-child:hover {
    border-right: 1px solid rgb(72 72 72);
}
.div-tab.tabs ul.nav-tabs li a, .div-tab.tabs ul.nav-tabs li a:hover, .div-tab.tabs ul.nav-tabs li a:focus, .div-tab.tabs ul.nav-tabs li:first-child a, .div-tab.tabs ul.nav-tabs li:first-child a:hover, .div-tab.tabs ul.nav-tabs li:first-child a:focus, .div-tab.tabs ul.nav-tabs li:last-child a, .div-tab.tabs ul.nav-tabs li:last-child a:hover, .div-tab.tabs ul.nav-tabs li:last-child a:focus {
    border-bottom: 1px solid rgb(76 76 76);

}

#thema_wrapper > div.at-body > div > div > div.col-md-9.at-col.at-main > div > p > img {
	width: 100% !important;
}

.div-tab.tabs ul.nav-tabs li:hover, .div-tab.tabs ul.nav-tabs li:focus { 
	border:0;
	border-top: 0px solid rgb(221, 221, 221);
	border-left: 0px solid rgb(230, 230, 230); 
	border-image: none;
}

.div-tab.tabs ul.nav-tabs li a, .div-tab.tabs ul.nav-tabs li a:hover, .div-tab.tabs ul.nav-tabs li a:focus,
.div-tab.tabs ul.nav-tabs li:first-child a, .div-tab.tabs ul.nav-tabs li:first-child a:hover, .div-tab.tabs ul.nav-tabs li:first-child a:focus,
.div-tab.tabs ul.nav-tabs li:last-child a, .div-tab.tabs ul.nav-tabs li:last-child a:hover, .div-tab.tabs ul.nav-tabs li:last-child a:focus { 
	border-top: 0px solid transparent; 
}
.div-tab.tabs ul.nav-tabs li.active a, .div-tab.tabs ul.nav-tabs li.active a:hover, .div-tab.tabs ul.nav-tabs li.active a:focus,
.div-tab.tabs ul.nav-tabs li.active:first-child a, .div-tab.tabs ul.nav-tabs li.active:first-child a:hover, .div-tab.tabs ul.nav-tabs li.active:first-child a:focus,
.div-tab.tabs ul.nav-tabs li.active:last-child a, .div-tab.tabs ul.nav-tabs li.active:last-child a:hover, .div-tab.tabs ul.nav-tabs li.active:last-child a:focus { 
	border-top:0px solid #333; 
	border-bottom:0px solid transparent;
}
.btn.btn-black {
    border: 1px solid #404040;
}

.panel>.list-group .list-group-item {
    background-color: #000000 !important;
}

.bg-light, i.bg-light, .badge.bg-light {
    color: #d3d3d3;
    background-color: #2e2e2e !important;
}
.panel {
    background-color: #222 !important;
}
.panel-default {
    border-color: #3e3e3e !important;
}
.panel-default>.panel-heading {
    color: #c7c7c7 !important;
    background-color: #333333 !important;
    border-color: #4e4e4e !important;
}
.text-muted {
    color: #a9a9a9 !important;
}
.member, .guest {
    color: rgb(255 255 255) !important;
}
.comment-media .media {
    border-top: 1px solid #505050 !important;
}

.form-control {
    background-color: #222 !important; 
    border: 1px solid #444 !important;
}
.bg-light, i.bg-light, .badge.bg-light {
    color: #c3c3c3;
    background-color: #000000 !important;
}
.div-head {
    border-bottom: 1px solid #000000 !important;
}
.div-tab-btn.tabs ul.nav-tabs {
    border-top: 1px solid #4c4c4c !important;
    border-bottom: 1px solid #4c4c4c !important;
}

.well {
    background-color: #333333 !important;
    border: 1px solid #424242 !important;
}
.form-control {
    color: #d1d1d1 !important;
    background-color: #1c1c1c !important;
    border: 1px solid #3e3e3e !important;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 33px !important;
}
.se2_inputarea{
	color: #9f9f9f !important;
}
body, .se2_inputarea{
	color: #9f9f9f !important;
}
#smart_editor2 .se2_input_area{
	background-color: #fff !important;
}
.panel-footer {
    background-color: #262626 !important;
    border-top: 1px solid #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 #444 !important;
}
#captcha #captcha_key {
    color: #000;
}
.form-box {
    border: 1px solid rgb(78 78 78);
    background: rgb(44 44 44);
    border-top: 1px solid rgb(78 78 78);
    border-bottom: 1px solid rgb(78 78 78);
}
.form-box .form-header {
    border-bottom-color: rgb(88 88 88);
}
.form-box .form-body {
    background: rgb(34 34 34);
}
.form-box .form-footer {
    border-top-color: rgb(88 88 88);
}
.at-title {
    background-color: #424242  !important;
    border-bottom: 1px solid #5c5c5c  !important;
}
.at-title .page-title {
    color: #fff !important;
}
.at-title .page-desc {
    color: #adadad v;
}
.list-board .wr-name {
    width: 150px s!important;
}
.input-group-addon {
    background-color: #333 !important;
    border: 1px solid #444 !important;
}
.btn.btn-white {
    border: 1px solid #ffd15b !important;
    background-color: #e3c471 !important;
}
.btn.btn-lightgray {
    border: 1px solid #444 !important;
    background-color: #333333 !important;
}
.new-box {
    border: 1px solid #404040 !important;
    background: #333333 !important;
}

.m-menu {
    background: #383838;
}

.m-menu .m-nav ul li.active a {
    color: #cbbe61 !important;
}
.m-menu .m-nav ul li a {
    color: #fff ;
}
.m-menu .m-sub {
    background: #000000 !important;
    border-top: 1px solid #6a6a6a !important;
}
.m-menu .m-nav-sub ul li.active a {
    color: #ffe531 !important;
}
.m-menu .m-icon, .m-menu .m-list {
    border: 1px solid #5a5a5a  !important;
}
