@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: 'Cafe24Ohsquare';
    src: url('/thema/Basic_v1.1/assets/font/Cafe24Ohsquare.ttf') format('woff'); 
    font-weight: normal; 
    font-style: normal;
}

body {
font-family: dotum;
line-height: 22px;
font-size: 14px;
color: rgb(51, 51, 51);
background-color: #fff;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}

.head_title.widget-head-button {
float: left;
border-right: 1px solid #515f6f;
margin: 0px 5px;
background: #0f233e;
color: #fff;
border-radius: 5px;
}

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: crimson;
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: dotum, sans-serif;
}

.sns-share-icon img {
width: 20%;
max-width: 34px;
border-radius: 50%;
border: 2px solid black;
}
/********************************************************
■ Layout : 레이아웃
********************************************************/

.wrapper {
margin: 0 auto;
background: #fff;
}

.at-container {
margin: 0px auto;
padding: 0px;
max-width: 1600px !important;
}

.is-pc .at-body {
min-height: 600px;
margin-top: 20px;
}

.at-body .at-container {
padding: 0px 15px;
overflow: hidden;
width: 100% !important;
}

.boxed.wrapper .at-body .at-container {
padding: 0px 20px;
}

.at-content {
position: relative;
padding: 20px 0px;
background: #fff;
}

.at-row {
margin-left: -15px;
margin-right: -15px;
}

.at-col {
position: relative;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 30px;

padding: 0px 20px;
}

.nav-fixed .at-menu {
width: 100%;
z-index: 10;
left: 0px;
}

@media all and (min-width:1080px) {
.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: right !important;
}
}
/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/

.widget-side {
padding: 0px !important;
}

.at-title .at-container {
line-height: 50px;
background: #ff00008c;
border-radius: 10px;
margin-top: 10px;
}

.no-responsive .boxed.wrapper,
.no-responsive .at-container {
width: 100% !important;
padding: 0px;
}

.at-lnb {
background:#ffffff;
line-height: 33px;
}

.en .at-lnb {
font-size: 12px;
}

.at-lnb ul {
list-style: none;
margin: 0px;
padding: 0px 0px 0px;
}

.at-lnb ul>li {
float: left;
padding: 0px 15px;
border-left: 1px solid black;
}

.at-lnb ul>li::after {
float: right;
color: #9f9f9f;
content: "";
margin-right: -17px;
}

.at-lnb ul>li:last-child::after {
content: "";
margin-right: 0px;
}

.at-lnb ul>li>a {
color: #777;
float: left;
font-weight: bold;
font-family: 'Trebuchet MS', arial, sans-serif;
}

@media all and (max-width:991px) {
.responsive .at-lnb .at-container {
    display: none;
    visibility: visible;
}
}
/********************************************************
■ PC Header : PC 헤더 
********************************************************/

.pc-header {
padding: 30px 0px 10px;
text-align: center;
/*background: #43c832;*/
background: #0f233e;
text-align: left;
}

.pc-header .at-container {
padding: 0px 20px 15px;
background: url('') 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: #fff;
}

.pc-header .header-logo a:hover {
color: #ddd;
}

.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: 1px solid #fff;
background: #fff;
}

.pc-header .header-search input {
background: #231f21;
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 : 모바일 헤더 
********************************************************/

/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/

#mobilemain {
    width: 33.33333333%;
    float: left;
    border: 1px solid #ececec;
    text-align: center;
    padding: 10px;
    background: #fff;
}

.slide_menu {
    background: #f3f3f3;
}

#mobileunderButton {
    width: 25%;
    float: left;
    text-align: center;
    padding: 10px;
}

#mobileunderButton h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

#mobileunderButton h2 a {
    color: #fff;
}

#mobilemain h2 {
    font-size: 2rem;
    font-weight: bold;
}

.slide_menu {
    text-align: center;
}

.main_category {
    position: absolute;
    left: -10px;
    background: #a90202;
    line-height: 20px;
    border-radius: 10px;
    padding: 3px;
    top: -10px;
}

.slide_menu a {
    vertical-align: middle;
    text-align: center;
    font-size: small;
    position: relative;
    font-weight: bold;
    display: inline-block;
    border-radius: 2px;
    border: 1px #cddad2 solid;
    height: 40px;
    width: 100px;
    line-height: 40px;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    padding: 0px;
    color: #ffffff !important;
    background-color: #ff5959;
    margin: 5px;
}

.m-header {
    display: none;
    background: rgb(255, 255, 255);
}

.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;
    }
}


/* 오리지널
.m-header {
display: none;
background: rgb(50, 60, 70);
}

.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: #ffc000/*#ba6a6a 8d192b*/;
border: 0px;
z-index: 3;
}

.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: 13px;
font-family: "Roboto", sans-serif;
}

.pc-menu .nav-home .menu-a {
font-size: 20px;
}

.pc-menu .nav-right {
font-size: 16px;
}

/*홈버튼 css*/
.menu-a.nav-height.top-home {
    background-image: url("/thema/Basic_v1.1/assets/img/home.png") !important; 
}

.menu-a.nav-height.top-home:hover {
    background-image: url("/thema/Basic_v1.1/assets/img/home_over.png") !important; 
}

@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 {
float: right;
position: relative;
left: -50%;
margin: 0
}

.pc-menu .nav-top.nav-float .menu-li {
float: left;
position: relative;
left: 50%;
}

.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: #0f233e;
    background: /*#8d192b*//*#ba6a6a*/ #ffc000;
    font-weight: bold;
    font-size: 1.7rem;
    font-family: 'Cafe24Ohsquare';
    
    }
    
    .pc-menu .nav-top .menu-li:hover .menu-a {
    color: #fff;
    background: #0f233e;
    text-decoration: none;
    font-family: 'Cafe24Ohsquare';
    
    }
    
    /*현재화면 메뉴 css*/
    .pc-menu .nav-top .menu-li.on .menu-a {
    background: /*#711422*/#0f233e;
    font-family: 'Cafe24Ohsquare';
    color:#fff;
    
    } 
    
.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: rgb(233, 27, 35) transparent;
display: block;
width: 0px;
content: "";
position: absolute;
border-style: solid;
}

.pc-menu .nav-top .sub-1div {
background: #fff;
border-top: 3px solid rgb(233, 27, 35);
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;
padding: 5px 12px;
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: rgb(233, 27, 35);
border-color: rgb(233, 27, 35);
}

.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 Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/

.pc-menu .nav-right {
background: #fff;
position: absolute;
top: 0px;
right: 0px;
z-index: 11;
}

.pc-menu .nav-right>ul {
float: right;
list-style: none;
padding: 0px;
margin: 0px;
width: 200px;
}

.pc-menu .nav-right>ul>li {
font-size: 13px;
float: left;
position: relative;
width: 60px;
font-weight: 600;
}

.pc-menu .nav-right>ul>li>a {
color: #231f21;
display: block;
text-align: center;
}

.pc-menu .nav-right>ul>li>a:hover {
color: orangered;
}

.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: 170px;
background-color: #ba6a6a
}

.pc-menu .nav-right .label2 {

top: 0px;
right: 3px;
display: block;
background: #ff5b57;
line-height: 12px;
font-weight: 300;
padding: .3em .6em;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.pc-menu .nav-rw {
width: 170px;
}
/********************************************************
■ 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: 2px 12px;
color: #333;
}

.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: orangered;
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: orangered;
font-weight: bold;
}

@media all and (max-width:991px) {
.responsive .m-menu {
    display: block;
}
}
/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/

.at-title {
height: 50px;
position: relative;
color: #000;

border-bottom: 0px solid #dfdfdf;
}

.at-title .at-container {
height: 100%;
position: relative;
}

.at-title .page-title {
font-size: 20px;
position: absolute;
left: 20px;
bottom: 0px;
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: 0px;
    bottom: 10px;
}
}
/********************************************************
■ Footer : 하단 푸터
********************************************************/

.en .at-footer .at-links {
font-size: 12px;
}

.at-footer .at-links {
background: #fff;
padding: 10px 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: "l";
margin-right: -17px;
}

.at-footer .at-links ul>li:last-child::after {
content: "";
}

.at-footer .at-links ul>li>a {
color: #222;
}

@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 {
background: #231f21;
text-align: center;
padding: 15px 0px 50px;
color: #fff;
}

.at-footer .at-copyright strong {
color: #fff;
}
/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/

.at-go .go-btn {
display: none;
position: fixed;
width: 40px;
bottom: 100px;
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: "Roboto", 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: dotum, 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: "Roboto", 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: "Roboto", sans-serif;
margin: 0px 15px;
left: 0px;
width: auto;
height: 28px;
line-height: 28px;
font-size: 12px;
clip: auto;
}

.sr-score {
font-family: "Roboto", 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;
}
/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/

.panel-default>.panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}

.panel-danger>.panel-heading,
.panel-info>.panel-heading,
.panel-inverse>.panel-heading,
.panel-primary>.panel-heading,
.panel-success>.panel-heading,
.panel-warning>.panel-heading {
color: #fff
}

.panel-inverse>.panel-heading {
color: #fff;
background: #242a30
}

.panel-success>.panel-heading {
background: #008a8a
}

.panel-warning>.panel-heading {
background: #c47d15
}

.panel-danger>.panel-heading {
background: #cc4946
}

.panel-primary>.panel-heading {
background: #2a72b5
}

.panel-info>.panel-heading {
background: #3a92ab
}

.panel-body {
padding: 0px;
}

.panel-body2 {
padding: 0px 10px 0px 10px;
margin: 0px;
}

.panel-body-ad {
background: #fff;
}

.panel-title {
font-weight: 600;
color: #fff;
font-size: 13px
}

.panel-title a:link {
color: inherit;
text-decoration: none;
outline: none;
}
/********************************************************
■ 검색폼 추가
********************************************************/


.basic-post-gallery {
overflow: hidden;
line-height: 20px;
}

.basic-post-gallery .txt-normal {
letter-spacing: 0;
}

.basic-post-gallery .txt-short {
letter-spacing: -1px;
padding-right: 1px;
}

.basic-post-gallery .post-vicon {
position: absolute;
left: 6px;
top: 6px;
color: #fff;
font-size: 20px;
z-index: 1;
text-shadow: 1px 1px 1px #000;
}

.basic-post-gallery .post-none {
padding: 50px 10px;
text-align: center;
color: #888;
}

.basic-post-gallery .post-row {
float: left;
overflow: hidden;
width: 25%;
}

.basic-post-gallery .post-list {
overflow: hidden;
margin: 5px;
border: 1px solid gray;
border-radius: 10px;
}

.basic-post-gallery .post-image {
position: relative;
overflow: hidden;
}

.couopontext {
position: absolute;
/* width: 50px; */
left: 5px;
top: 5px;
}

.couopontext img {
width: 50px;
}

.basic-post-gallery .post-content {
padding-top: 10px;
margin: -2px 0px;
overflow: hidden;
}

.basic-post-gallery .post-subject {
overflow: hidden;
letter-spacing: -1px;
padding-right: 1px;
text-align: left;
font-size: 2rem;
margin: 5px;
height: 20px;
}

.basic-post-gallery .post-sp {
color: #ccc;
margin: 0px 4px;
}

.basic-post-gallery .post-text {
font-size: 12px;
color: #888;
margin-top: 4px;
}

.is-pc .ko .basic-post-gallery .post-ko {
font-size: 11px;
}

.widget-box.snsicon {
display: inline-block;
vertical-align: middle;
float: right;
margin: 0px;
}

.navbar-form {
margin: 0px 0;
display: inline-block;
vertical-align: middle;
float: right;
}

.navbar-form .form-control {
-webkit-animation: none
}

.navbar-form .form-control {
width: 200px;
padding: 5px 15px;
height: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 20px;
border: 1px solid #eee;
}

.navbar-form .form-control:focus {
width: 300px;
animation: expand .2s;
-webkit-animation: expand .2s;
}

@keyframes expand {
from {
    width: 200px;
}
to {
    width: 300px;
}
}

@-webkit-keyframes expand {
from {
    width: 200px;
}
to {
    width: 300px;
}
}

.navbar-form .btn-search {
position: relative;
color: #fff;
right: 45px;
top: 0px;
height: 30px;
padding-top: 5px;
padding-bottom: 5px;
border: none;
background: 0 0;
-webkit-border-radius: 0 30px 30px 0;
-moz-border-radius: 0 30px 30px 0;
}

.navbar-form .form-control {
background: rgba(0, 0, 0, .2);
border-color: #1F2429;
border-color: #2d353c;
color: #a8acb1;
border-radius: 20px !important;
background: black;
border-color: black;
color: #fff;
}

.navbar-form .form-group {
border-bottom: 1px solid #eee;
margin: 0;
}

.navbar-form .form-group:last-child {
border-bottom: 0;
}

.navbar-form .form-group>.control-label {
padding: 22px 15px 15px;
border-right: 1px solid #eee;
margin-right: -1px;
}

.navbar-form .form-group>div {
padding: 15px;
border-left: 1px solid #eee;
}
/********************************************************
■ 하단 고정 레이아웃
********************************************************/
/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/

/*********************************************************
사이드메뉴
*********************************************************/

.side-span{
    font-size: 16px;
    vertical-align:middle;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;display: inline-block;
    width: 140px;
    padding: 0px 10px 0px 10px;
}
.side-span.chun{
    font-size: 14px;
}



.side-sub{
    height:50px;line-height:50px;
    border-bottom : 1px dotted gray;
}

.side-sub.last{
    border-bottom: 0px;
}

.widget-side { padding-left:15px;}
.widget-side .div-title-underbar { margin-bottom:15px; }
.widget-side .div-title-underbar span { padding-bottom:4px; }
.widget-side .div-title-underbar span b { font-weight:500; }
.widget-box { margin-bottom:25px; }


.widget-head { background: #333c46; 
    width: 33%; color: white; 
    text-align: center; 
    border-color: #231F20; 
}
.widget-head a { 
    color: white; 
    cursor: pointer; 
    text-decoration: none; 
    font-weight: bold; 
    font-family: "Roboto", sans-serif; 
}
.head_title { font-size: 13px; padding: 6px 20px; margin: 0px 0 0 0; }

.widget-content { 
    line-height: 125%;
     clear: both; 
    padding: 10px; 
    border-bottom: 0; 
    background-color: white; 
 }
.widget-content2 { 
    line-height: 125%;
     clear: both; 
    padding: 0px; 
    border-bottom: 0; 
    
}
.widget-head2 { 
    background: #0f233e !important;
     width: 100; 
    color: white; 
    text-align: left !important; 
    border-color: #231F20;  
    font-family: 'Cafe24Ohsquare';
}

.widget-head2 a{ 
    color: white; 
    cursor: pointer !important; 
    text-decoration: none; 
    font-weight: bold; 
    font-family: "Roboto", sans-serif; 
    font-family: 'Cafe24Ohsquare';
}

.head_title2 {    
    font-size: 13px;
padding: 6px 20px;
margin: 0px 0 0 0;
font-size: 1.7rem;

background: #711422;/*노란색 #FFBF00;*//*#43c832;*//*#3a3838;   */
text-align: center; 
padding: 10px;
}

.plusbutton{
vertical-align: middle;
text-align: center;
font-size: small;
font-weight: bold;
display: inline-block;
border-radius: 5px;
border: 1px #cddad2 solid;
height: 40px;
width: 100px;
line-height: 40px;
/* margin-top: 5px; */
/* margin-bottom: 5px; */
padding: 0px;
color: #505a70;
/* background-color: #eeeadd; */
margin: 5px 5px 5px 5px;
}
.side-header{
/*border-radius: 5px;*/
border: 1px solid #000
}
@media all and (max-width:991px){
		.at-side {
			display:none;
        }

	}

@media all and (max-width:1550px){
	#sidebtn {
			display:none !important;
		}
    }
    
.index-background {
    width:100%;
    height:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

@media all and (min-width:991px){
    .index-layer{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        color:white;
        width: 100%;
        max-height: 764px;
      }
      .index-bottom { 
        bottom:-130px;
        width:100%;
        color:white;
        position: relative;
        text-align: center;
        font-family: Malgun Gothic;
        font-size: 20px;
     }
        
    .index-wrap{

        text-align: center;
        width: 100%;
        height: 100%;
        position: relative;
        /* background-color: red; */
        margin-left: auto;
        margin-right: auto;
        /* background-image: url("/img/pc-back-ground.png"); */
        }
    
    .index-subject{
        font-family: Malgun Gothic;
        font-size: 43px;
    }
    .mobile_img{
     
    }

}

@media all and (max-width:990px){
    .index-layer{
        position: absolute;
        color:white;
        width: 100%;
        max-height: 764px;
      }
      .mobile_img{
        height: 1588px;
        width: 100%;
      }
         
    .index-wrap{

        text-align: center;
        width: 100%;
        height: 100%;
        position: relative;
        /* background-color: red; */
        margin-left: auto;
        margin-right: auto;
        /* background-image: url("/img/pc-back-ground.png"); */
        }

      .index-bottom { 
        bottom:-130px;
        width:100%;
        color:white;
        text-align: center;
        font-family: Malgun Gothic;
        font-size: 21px;
        position: absolute;
        left: 0%;
        top: 539%;
     }

     .index-subject{
        font-family: Malgun Gothic;
        font-size: 50px;
        position: absolute;
        left: 12%;
        top: 241%;
    }
    .twitter{
        width: 45px;
    position: absolute;
    top: 383%;
    left: 48%;
    }

    .twitter-bottom{
        font-family: Malgun Gothic;
        font-size: 24px;
        position: absolute;
        left: 17%;
        top: 404%;
    }

}


  .index-layer .content{background:#f00}


