@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');

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

.wrapper {
	background: #262626;
	-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: 'Noto Sans KR', "Malgun Gothic", dotum, sans-serif !important;
	font-weight: 400;
	letter-spacing: -.025em;
	-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;
	
}

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


/* 부트스트랩 컬럼간 좌우 간격 조정 */

.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;
}

.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;
}

.pc-header .header-logo img {
	max-height: 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: 13px;
	font-weight: 400;
	background-color: #262626;
	color: #e5e5e5;
}

.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: 4px solid #5a5a5a;
}

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

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

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

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

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

.menu-li:nth-child(7)>.menu-a {
	border-bottom: 4px solid #3079cc;
}

.menu-li:nth-child(7)>.menu-a {
	border-bottom: 4px solid #3079cc;
}

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

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

.menu-li:nth-child(10)>.menu-a {
	border-bottom: 4px solid #3ea259;
}

.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: #ffc6c6;
	font-weight: 700;
}


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

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

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

.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 #e1e1e1;
	border-bottom: 0;
	padding: 8px 14px 5px 11px;
	background: linear-gradient(320deg, #1000ff, #ff0305);
}

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

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

.widget-box {
	border: 1px solid #e1e1e1;
	padding: 15px;
	background-color:  #ffffcc
;
	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 #ddd;
	background: #fff;
	padding: 20px;
}