﻿@charset "utf-8";

/*
#000
#000
*/

/********************************************************
■ Basic : 기본
********************************************************/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic");

body {
  font-family: dotum;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  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: 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%;
}

/********************************************************
■ 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;
}
.at-body .at-container2 {
  padding: 0px 0px;
  overflow: hidden;
}

/*
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
*/
.boxed.wrapper .at-body .at-container {
  padding: 0px 0px;
}

.at-content {
  position: relative;
  padding: 20px 0px;
}
/*
.at-row { margin-left:-15px; margin-right:-15px; }
*/
.at-row {
  margin-left: 0px;
  margin-right: 0px;
}
.at-col {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.at-col2 {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  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 {
  background-color: #fdd600;
}
.en .at-lnb {
  font-size: 12px;
}
.at-lnb ul {
  list-style: none;
  margin: 0px;
  padding: 10px 16px 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 {
  float: left;
  padding: 0px 3px;
} /* megu */
.at-lnb ul > li::after {
  float: right;
  color: #ccc;
  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;
  }
}

/* megu */
.btn-bookmark,
.btn-facebook,
.btn-twitter {
  position: relative;
  height: 20px;
  padding: 4px 6px;
  color: #fff !important;
  border-radius: 3px;
  font-weight: 500;
  float: none !important;
}
.btn-bookmark:active,
.btn-facebook:active,
.btn-twitter,
.btn-megu:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}
.btn-bookmark {
  background-color: #ff9800;
  margin-right: 3px;
}
.btn-bookmark:active,
.btn-bookmark:hover {
  background-color: #ffc107;
}
.btn-facebook {
  background-color: #365899;
  margin-right: 3px;
}
.btn-facebook:active,
.btn-facebook:hover {
  background-color: #577fbc;
}
.btn-twitter {
  background-color: #1b95e0;
}
.btn-twitter:active,
.btn-twitter:hover {
  background-color: #0c7abf;
}

/*
.btn-megu{border:1px solid #000;position:relative;height:20px;padding:4px 6px;color:#000 !important;border-radius:3px;font-weight:500;float:none !important}
*/
.btn-megu {
  position: relative;
  height: 20px;
  padding: 4px 6px;
  color: #808080 !important;
  border-radius: 3px;
  font-weight: 500;
  float: none !important;
}
.btn-megu:active,
.btn-megu:hover {
  background-color: #fff;
}

/********************************************************
■ PC Header : PC 헤더
********************************************************/
.pc-header {
  padding: 13px 0px 0px;
  text-align: center;
  background-color: #fdd600;
}
.pc-header .at-container {
  padding: 0px 20px 15px;
}

.pc-header .header-logo {
  float: left;
  display: inline-block;
  vertical-align: middle;
  margin-left: -10px;
  padding: 0px 15px 0px;
}
.pc-header .header-logo a {
  font-size: 44px;
  line-height: 44px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.pc-header .header-logo a:hover {
  color: #029398;
}
.pc-header .header-logo img {
  display: block;
  max-width: 100%;
  max-height: 70px;
}
.pc-header .header-desc {
  display: block;
  font-size: 12px;
  letter-spacing: -1px;
  color: #888;
  margin-top: 2px;
}

.pc-header .header-search {
  float: left;
  display: inline-block;
  margin-top: 20px;
  width: 65%;
  padding: 7px 0 7px 10px;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #f1d426;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.175);
}
.pc-header .header-search form {
  padding: 0px;
  margin-top: 4px;
  border: 1px solid #fff;
  background: #fff;
}
.pc-header .header-search input {
  background: #000;
  border: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pc-header .header-search .btn {
  color: #fdd600 !important;
  background: #fff !important;
  border: 1px solid #ff;
}
.pc-header .header-search .header-notice {
  float: left;
  color: #4151bf;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}
.pc-header .header-search .header-ncon {
  float: left;
  padding-left: 10px;
  width: 93%;
}

.pc-header .header-keyword {
  float: left;
}
.pc-header .header-keyword a {
  color: #fff;
}
.en .pc-header .header-keyword {
}
@media all and (max-width: 991px) {
  .responsive .pc-header {
    display: none;
  }
}

/********************************************************
■ Mobile Header : 모바일 헤더
********************************************************/
.m-header {
  display: none;
  background: #fdd600;
}
.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: 54px;
  line-height: 44px;
  text-align: center;
}
.m-header .header-logo img {
  max-height: 40px;
}
.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 메뉴바 배경설정
********************************************************/
/*
background:#fafafa; padding:8px 0px; border:1px solid #ddd; border-left:0px; border-right:0px;
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);
*/
.pc-menu {
  position: relative;
  background: #000000;
  border-bottom: 1px solid #ddd;
  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: 15px;
  font-family: "Roboto", 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: #fff;
  font-weight: bold;
}
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a {
  color: #fdd600;
  background: #000;
}
.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: #fdd600;
}

.pc-menu .nav-top .sub-1div::before {
  top: -8px;
  border-width: 0 8px 8px;
  border-color: #fdd600 transparent;
  display: block;
  width: 0px;
  content: "";
  position: absolute;
  border-style: solid;
}
.pc-menu .nav-top .sub-1div {
  background: #fff;
  border-top: 3px solid #fdd600;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 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: #000;
  font-weight: bold;
  background: #fdd600;
  border-color: #fdd600;
}
.pc-menu .nav-top .sub-1new {
  color: #fdd600;
}
.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, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 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: #000;
  font-weight: bold;
  background: #fdd600;
  border-color: #fdd600;
}
.pc-menu .nav-top .sub-2new {
  color: #fdd600;
}
.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: #01787c;
  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: #029398;
}
.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: #000;
}

.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, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 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: #000;
}
.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, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 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: #000;
}
.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: #01787c;
  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: #029398;
}
.pc-menu .nav-full .new {
  color: #000;
}
.pc-menu .nav-full-back {
  position: absolute;
  background: #01787c;
  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, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 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: #000;
}
.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, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 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: #000;
}
.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: "Roboto", 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, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.pc-menu .nav-content .sub-shows .sub-a {
  display: block;
  font-size: 14px;
  font-family: "Roboto", 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, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 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: #000;
}
.pc-menu .nav-content .new-sub1 {
  color: #000;
}
.pc-menu .nav-content .new-sub2 {
  color: #000;
}

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right {
  background: #029398;
  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: #01787c;
}
.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: 0.25em !important;
}
.pc-menu .nav-rw {
  width: 168px;
}

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all {
  position: relative;
  background: #fafafa;
  z-index: 1;
  -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: #000;
}
.pc-menu-all .new-sub1 {
  color: #000;
}
.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: 0.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: 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;
  }
}

.board-header {
  line-height: 22px;
  margin-bottom: 15px;
}
.board-header h3 {
  font-size: 18px;
  font-weight: 600;
}

.stitle {
  padding: 10px 15px;
  font-size: 15px;
  color: #b6b6b6;
  margin-bottom: 10px;
  border: 1px solid #343434;
  background-color: #323232;
}

/********************************************************
■ 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: #029398;
  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 {
}

/********************************************************
■ Widget : 위젯 속성
********************************************************/
/* Miso-Category Widget */
.miso-category .ca-head a {
  background: #222 !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;
}

/* megu */
.Gray {
  color: #000;
}
.box-header {
  position: relative;
  background: #323232;
  color: #333;
  margin-right: 0;
  border: 1px solid #343434;
  border-bottom: 1px solid #000;
  line-height: 14px !important;
  padding: 10px 15px;
  border-radius: 3px 3px 0 0;
}
.box-title {
  float: left;
  font-weight: bold;
  font-size: 22px !important;
  position: relative;
  display: block;
  margin: 0;
}
.box-title span {
  margin-left: 3px;
}
.box-title-right {
  position: absolute;
  top: 7px;
  right: 7px;
}
.box-title-right .btn,
.box-title-right .btn:focus,
.box-title-right .btn:hover {
  background: #f9f9f9;
  margin: 0px;
  line-height: 1;
  border: 1px solid #ddd;
  color: #777;
  font-size: 11px;
  z-index: 0 !important;
}
.box-title-right .btn::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.box-title-right .btn:active {
  background-color: #eee;
  border-color: #ccc;
}
.box-title-right .dropdown-menu {
  border-radius: 0;
  font-size: 12px;
  color: #777;
  box-shadow: none;
  min-width: 70px;
  padding: 0;
}
.box-title-right .dropdown-menu > li > a {
  padding: 3px 5px;
}

.box-header_1 {
  position: relative;
  background: #ff5531;
  margin-right: 0;
  border: 1px solid #ff5531;
  line-height: 14px !important;
  padding: 10px 15px;
}
.box-title_1 {
  float: left;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
}
.box-title_1 span {
  margin-left: 3px;
}
.box-header_2 {
  position: relative;
  background: #8cc246;
  margin-right: 0;
  border: 1px solid #8cc246;
  line-height: 14px !important;
  padding: 10px 15px;
}
.box-title_2 {
  float: left;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
}
.box-title_2 span {
  margin-left: 3px;
}
.box-header_3 {
  position: relative;
  background: #007db5;
  margin-right: 0;
  border: 1px solid #007db5;
  line-height: 14px !important;
  padding: 10px 15px;
}
.box-title_3 {
  float: left;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
}
.box-title_3 span {
  margin-left: 3px;
}
.box-header_4 {
  position: relative;
  background: #323c46;
  margin-right: 0;
  border: 1px solid #323c46;
  line-height: 14px !important;
  padding: 10px 15px;
}
.box-title_4 {
  float: left;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  text-align: center;
}
.box-title_4 span {
  margin-left: 3px;
}

.widget-box-megu {
  border: 1px solid #343434;
  border-top: 0;
  padding: 15px;
  margin-bottom: 15px;
}

.box-content {
  border-radius: 0;
  border-image: none;
  box-shadow: none;
  background-color: #fff;
  border-width: 1px 1px 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-top: 2px solid #000;
  padding: 15px;
  margin-bottom: 20px;
}
.box-content .tags {
  padding: 10px;
  text-align: left;
  display: table;
}
.box-content .tags a {
  background: #edeeed;
  padding: 0 5px;
  float: left;
  margin: 0 2px 10px;
  border-radius: 8px;
}

.program {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 !important;
}
.program .w-col {
  float: left;
  width: 33.33333333%;
  margin: 0 !important;
  border-right: 1px solid #f1f3f6;
  text-align: center;
  background: #fff;
  padding: 0 !important;
}
.program .w-col.last {
  border-right: 0;
}
.program .w-col.top {
  border-top: 1px solid #f1f3f6;
}
.program .w-col a {
  display: block;
  padding: 10px 0;
  line-height: 16px;
  color: #333;
}
.program .w-col a:hover {
  background: #f7fff7;
  cursor: pointer;
}
.program .w-col a strong {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  padding-top: 4px;
}

.tvguide {
  position: relative;
  background: rgb(136, 193, 90);
  line-height: 14px !important;
  border-radius: 3px;
}
.tvguide a {
  display: block;
  color: #fff;
  padding: 15px 15px 12px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

.rank-row {
  float: left;
  width: 50%;
}

/*
#datetimepicker{padding:4px
10px;height:195px;overflow:hidden}
.bootstrap-datetimepicker-widget table
th{font-size:14px}
.bootstrap-datetimepicker-widget table
td.day{padding:0;font-size:12px}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{background-color:#000;border-radius:3px;text-shadow:none}
.bootstrap-datetimepicker-widget table td
span{width:58px;height:45px;font-size:14px;line-height:45px;border-radius:3px}
.bootstrap-datetimepicker-widget table td
span.active{background-color:#000;text-shadow:none}
.bootstrap-datetimepicker-widget .datepicker-months thead .picker-switch{cursor:default !important;background:inherit !important}

.bootstrap-datetimepicker-widget{list-style:none}
.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px
0;padding:4px;width:19em}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px
0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}
.bootstrap-datetimepicker-widget .picker-switch
td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}
.bootstrap-datetimepicker-widget .picker-switch td
span{line-height:2.5;height:2.5em;width:100%}
.bootstrap-datetimepicker-widget
table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table
th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget table
th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child
th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table
td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table
td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget table
td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table
td.new{color:#777}.bootstrap-datetimepicker-widget table
td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#000;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td
span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px
1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td
span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td
span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour
td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades
.decade{line-height:1.8em !important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}
*/

/* 인기검색어 */

.header-keyword .hotkeyword {
  cursor: pointer;
  display: ;
  width: 220px;
  position: relative;
}
.header-keyword .hotkeyword .active {
  display: table-cell;
}
.header-keyword .hotkeyword .keyword_roll {
  position: absolute;
  top: 0;
  right: 35px;
  overflow: hidden;
  margin-top: 10px;
  width: 200px;
  height: 22px;
}
.header-keyword .hotkeyword .keyword_roll::after {
  position: absolute;
  font-size: 15px;
  top: 0px;
  right: 0;
  font-family: "FontAwesome";
  content: "\f107";
}

.header-keyword .hotkeyword .keyword_roll ul {
  position: absolute;
  top: 0;
  right: 15px;
  width: 185px;
  zoom: 1;
  z-index: 1;
}
.header-keyword .hotkeyword .keyword_roll li {
  list-style: none;
  position: relative;
  padding: 0 0 0 21px;
  height: 22px;
  color: #000;
}
.header-keyword .hotkeyword .keyword_roll li .rank {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  min-width: 17px;
  color: #000;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Sans-serif;
  line-height: 22px;
}
.header-keyword .hotkeyword .keyword_roll li .text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.header-keyword .hotkeyword .keyword_list {
  position: absolute;
  top: 0;
  right: 15px;
  width: 250px;
  padding: 15px 10px 0px;
  border: 1px solid #bec8d8;
  background: #fff;
  z-index: 10;
  display: none;
}
.header-keyword .hotkeyword:hover .keyword_list {
  display: block;
}
.header-keyword .keyword_list .rank_head {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  padding-bottom: 4px;
}
.header-keyword .keyword_list .rank_head .btn_page {
  display: inline;
  float: left;
  z-index: 1;
  width: 20px;
  height: 20px;
  line-height: 19px;
  background-color: #fafafa;
}
.header-keyword .keyword_list .rank_head .btn_page:focus {
  outline: none;
}
.header-keyword .keyword_list .rank_head .btn_page:disabled {
  color: #ddd;
}
.header-keyword .keyword_list .rank_head button.btn_prev {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px 0 0 3px;
}
.header-keyword .keyword_list .rank_head button.btn_next {
  border-radius: 0 3px 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
}
.header-keyword .keyword_list .rank_list {
  padding: 10px 0;
}
.header-keyword .keyword_list .rank_list a.active {
  font-weight: 600;
  color: #000;
}
.header-keyword .keyword_list .rank_list a .rank-icon {
  font-weight: 600;
  font-size: 12px;
  text-align: right;
  margin: 0;
  color: #333;
}
.header-keyword .keyword_list .rank_list a.nodata,
.keyword_list .rank_list a.nodata .rank-icon {
  color: #ddd;
}
.header-keyword .keyword_list .rank_list .rank_group {
  display: none;
  text-align: left;
}
.header-keyword .keyword_list .rank_list .rank_group.active {
  display: block;
}
.header-keyword .keyword_list .rank_foot {
  border-top: 1px solid #ddd;
  padding: 4px;
}

.padding0 {
  padding: 0;
}
.padding5 {
  padding-left: 5px;
}
.paddingr5 {
  padding-right: 5px;
}




.box-title2{float:left;font-weight:bold;font-size:20px;padding:7px 0;font-family: noto sans kr, sans-serif;position:relative;display:block;margin:0}
.box-title2 span{margin-left:3px}

.box-content2{padding:10px 10px; margin-bottom:20px;font-family: noto sans kr, sans-serif;font-size: 14px;}
.box-content2 .tags{padding:10px;text-align:left;display:table}
.box-content2 .tags a{background:#edeeed;padding:0 5px;float:left;margin:0 2px 10px;border-radius:8px}


/* 랭킹변경 */
.itemBoxHighlight {
    border:solid 3px black;
    background-color:#ccc;
}



.main_link {
    width: 240px;
    margin-top: 5px;
    margin-right: 5px;
    float: left
}

.main_link_div {
    padding: 15px;
    font-size: 16px;
    line-height: 28px
}

.main_link.last {
    margin-right: 0
}


.main_link2 {
    width: 401.6px;
    margin-top: 5px;
    margin-right: 5px;
    float: left
}

/* 메인-최근게시물 */
.main_link_div2 {
    padding: 15px;
    font-size: 14px;
    line-height: 28px;
	height:380px;
}
.main_link_div2-1 {
    padding: 15px;
    font-size: 14px;
    line-height: 28px;
	height:180px;
}


.main_link_div_site {
    text-align: left;
    font-size: 16px;
    line-height: 35px;
    width: 202px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis
}

.main_link_tit {
    border: 1px solid #343434;
    line-height: 60px;
    padding: 0 0 0 20px;
    font-size: 20px;
    font-weight: 500
}

.main_link_tit .f9_fr {
    margin-right: 10px
}

.main_link_tit img {
    width: 30px
}

.main_link_cc {
    width: 100%;
    margin-top: 5px
}

.main_link_c_tit {
    border-top: 1px solid #eee;
    line-height: 60px;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center
}

.main_link_l_div li {
    font-size: 16px;
    line-height: 28px
}

.main_link_l_div ul {
    display: inline-block;
    width: 24%;
    text-align: center
}

.main_link_r_div li {
    font-size: 16px;
    line-height: 28px
}

.main_link_r_div ul {
    display: inline-block;
    width: 24%;
    text-align: center
}

.main_link_r_div2 li {
    font-size: 16px;
    line-height: 28px
}

.main_link_r_div2 ul {
    display: inline-block;
    width: 24%;
    text-align: center
}

.main_link_div li {
    font-size: 16px;
    line-height: 28px
}

.main_link_div ul {
    display: inline-block;
    width: 11.8%;
    text-align: center
}

.main_link_div_etc ul {
    display: inline-block;
    width: 149.8px;
    text-align: center;
	margin: 0;
    padding: 0;
	vertical-align:top;
}


.main_link_div_etc li {
    font-size: 16px;
    line-height: 28px;
}
.ebox {
    display: block;
    width: 130px;
    height: 20px;
    font-size: 14px;
    text-align: left;
    padding-top: 0;
    margin: 10px;

}

.ebox_tit {
    font-size: 18px;
    font-weight: 700
}



.main_link_div_etc2 {
	width: 18.3%;
	margin: 0;
    padding: 0;
	display: inline-block;
	/*
	box-shadow: 3px 6px 10px 0 #ddd;
	*/
	margin-left:1.7%;
}
.main_link_div_etc2:first-child {
	margin-left:0;
}

.link_title {
	display: block;
	margin: 0;
    padding: 10px;
	background:none;
	font-family: noto sans kr, sans-serif;
	font-size: 18px;
    font-weight: 700;
	color: #fff;
	border:1px solid #555;
}
.link_title	a{
	color:#fff;
}
.link_title	a:hover{
	color:#ff0000 !important;
}

.box-panel .col-sm-4{
	width:33.33333%;
	padding-left:0;
	padding-right:5px;
}
.box-panel .col-sm-4:first-child{
}
.link_panel{
	border:1px solid #555;
	border-top:0;
	background:none;
}

.basic-post-garo .post-list li:nth-child(1) .rank-icon-bg{
	background-color:rgb(233, 27, 35);
}
.basic-post-garo .post-list li:nth-child(2) .rank-icon-bg{
	background-color:rgb(220, 20, 60);
}
.basic-post-garo .post-list li:nth-child(3) .rank-icon-bg{
	background-color:rgb(240, 150, 20);
}
.basic-post-garo .post-list li:nth-child(4) .rank-icon-bg{
	background-color:rgb(140, 195, 70);
}
.basic-post-garo .post-list li:nth-child(5) .rank-icon-bg{
	background-color:rgb(0, 125, 180);
}
.basic-post-garo .post-list li:nth-child(6) .rank-icon-bg{
	background-color:rgb(85, 60, 125);
}

.link_list {
	overflow-y: auto;
	height: 330px;
	border:1px solid #555;
	border-top:0;
	background:none;
}

.link_list ul{
	padding-inline-start: 25px;
}

.link_list li {
	list-style:decimal;
	margin:0;
	line-height: inherit;
	padding:5px 0;
	color: #fff;
	font-size: 14px;
}

.link_list li .site-icon{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: 4px;


}
/*
.link_list li .site-link{
    color: #444;
}
*/
.link_list li .site-link i{
    font-size: 20px;
    line-height: 1;
    color: #999;
    margin-left: 5px;
    vertical-align: top;
}
.link_list li .site-review{
    position: relative;
    right: 4px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 18px;
    line-height: 1;
    color: #999;
	float:right;
}
.link_list li .site-review:hover{
    color: #000;
}
.link_list li:hover .site-review{
    opacity: 1;
    visibility: visible;
}



.link_ico {
    display: block;
    float: right;
    margin-right: 15px
}

.link_ico_etc {
    display: block;
    float: right;
    font-size: 10px
}

@media all and (max-width:991px) {
	.main_link {
		width:48.5%;
	}
	.main_link_tit{
		font-size: 13px;
		padding: 0 0 0 10px;
	}
	.main_link_div_site{
		font-size: 14px;
	}

	.main_link2 {
		width:100%;
	}
	.main_link_div_etc ul{
		width:48.8%;
	}
	.ebox{
		width:90%;
		font-size: 12px;
	}

	.main_link_div_etc2 {
		width:100%;
		margin-left:0px;
		padding-top:15px;
	}
}







.main_link_r_div3 {
    padding: 15px;
    font-size: 16px;
    line-height: 28px
}

.main_link_r_div3_div {
    display: inline-block;
    width: 24%;
    text-align: center;
    font-size: 16px;
    line-height: 28px
}

.main_link_r_div4 {
    padding: 15px;
    font-size: 16px;
    line-height: 28px
}

.main_link_r_div4_div {
    display: inline-block;
    width: 11.8%;
    text-align: center;
    font-size: 16px;
    line-height: 28px
}


/* 게시판 */
.siteList {
    position: relative;
    width: 19.6%;
    margin-bottom: 5px;
    margin-right: .5%;
    float: left;
    border: 1px solid #ddd;
}

.siteList.last {
    margin-right: 0
}

.siteList .siteLogo {
    line-height: 100px;
    text-align: center;
    background: #fff;
}

.siteList .badge2 {
    position: absolute;
    top: 0;
}

.siteList .badge2 img {
    vertical-align: top;
    width: 25px;
    height: 25px
}

.siteList .siteLogo img {
    max-width: 175px;
    max-height: 90px
}

.siteList .siteInfo {
    background: #eeeff5;
    border-top: 1px solid #ddd;
    height: 50px;
    padding: 0;
    display: block;
    color: #333;
	text-align:center;
}

.siteList .siteInfo h3 {
    display: inline-block;
    /*float: left*/
	font-family: noto sans kr, sans-serif;
	font-size:20px;
	margin:0px;
	padding:10px;

}

.siteList .siteInfo span {
    display: inline-block;
    float: right;
    color: #ff8a00
}

.siteList .siteInfo span i {
    color: #f0001e
}

@media all and (max-width:991px) {

	.siteList {
		position: relative;
		width: 47.5%;
		margin-bottom: 5px;
		margin-right: 1%;
		float: left;
		border: 1px solid #ddd;
		border-left: 0
	}

	.siteList.last {
		margin-right: 0;
		border: 1px solid #ddd;
		border-right: 0
	}

}

.rank_img {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.panel-default {
    border-color: #555;
}

.view-content p {
    color:#000;
}

.view-content a {
    color:red !important;
}

.bg-light {
    background-color:#555 !important;
}

.panel-default>.panel-heading {
    color: #888;
}

.f9_fl {
    float: left
}

.f9_fr {
    float: right
}

.f9_cl {
    clear: both
}

@media (max-width: 768px) {
	.view-content iframe {width:100%; }
}