@charset "UTF-8";
@import url(/common/css/Pe-icon-7-stroke.css);
@import url(/common/inter/libs/ext-ui-1.0.0.0.css);
@import url(/common/fonts/nanumsquareround.css);
@import url(/common/css/gridlex.css);
@import url(/common/xeicon/xeicon.min.css);

* {
  font-family: 'NanumSquareRound', 'NanumBarunGothic', 'Nanum Gothic','나눔고딕', 'Malgun Gothic', '맑은 고딕', Dotum,'돋움',AppleGothic,sans-serif;
}

.color-primary {
  color: #4b2352 !important;
}

html, body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
}

html .normal, body .normal {
  font-weight: 400;
}

html strong, html b, html .bold, body strong, body b, body .bold {
  font-weight: 700;
}

html .bolder, body .bolder {
  font-weight: 800;
}

html .light, body .light {
  font-weight: 300;
}

@media screen and (max-width: 736px) {
  .hidden-xs {
    display: none;
  }
}

body {
  position: relative;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'NanumSquareRound', 'NanumBarunGothic', 'Nanum Gothic','나눔고딕', 'Malgun Gothic', '맑은 고딕', Dotum,'돋움',AppleGothic,sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

body h3 {
  font-size: 1.3rem;
}

body h4 {
  font-size: 1.2rem;
}

body h5 {
  font-size: 1.1rem;
}

body h6 {
  font-size: 1.0rem;
}

body a {
  text-decoration: none;
  color: #444;
}

body ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

body .row-block {
  width: 100%;
  display: block;
  overflow: hidden;
}

body .block {
  width: 100%;
  display: block;
}

body .section-title {
  text-align: center;
}

body .carousel-item ul li {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}

body .carousel-item ul li img {
  max-width: 250px;
}

.skip a {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#90000000);
  width: 100%;
  height: 30px;
  text-align: center;
  color: #fff;
  z-index: 100;
  line-height: 30px;
  top: -30px;
  opacity: 0;
}

.container {
  max-width: 1150px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto !important;
  margin-right: auto !important;
}

#body-container.sub-layout {
  font-size: 1.15rem;
  line-height: 1.8rem;
  min-height: 500px;
  z-index: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

#body-container.sub-layout p {
  line-height: 1.8rem;
}

@media screen and (max-width: 736px) {
  #body-container.sub-layout {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #body-container.sub-layout .container {
    padding-left: 13px;
    padding-right: 13px;
  }
}

#body-full {
  min-height: 500px;
  padding-top: 30px;
  padding-bottom: 50px;
}

#header-section.full-lay #header-top {
  height: 70px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.header {
  position: relative;
}

.header .header-top {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.header .header-top .logo {
  display: block;
  padding: 10px;
}

.header .header-top .logo img {
  width: 140px;
}

@media screen and (max-width: 736px) {
  .header .header-top .logo {
    padding: 5px;
  }
  .header .header-top .logo img {
    width: 130px;
  }
}

.header .header-nav {
  background-color: #2b2f3e;
  color: #fff;
  display: block;
  border-bottom: 1px solid #2b2f3e;
  min-height: 51px;
}

.header .header-nav .bars {
  float: left;
  display: none;
}

.header .header-nav .bars a {
  display: block;
  padding: 16px 10px;
  color: #fff;
}

.header .header-nav .bars a i {
  font-size: 26px;
}

.header .header-nav .nav {
  display: block;
  list-style: none;
}

.header .header-nav .nav li {
  float: left;
  position: relative;
}

.header .header-nav .nav li a {
  display: block;
  padding: 15px 20px;
  font-size: 1.4rem;
  color: #fff;
}

.header .header-nav .nav li.dropdown-menu.show .dorp-menu {
  visibility: visible;
  opacity: 1;
}

.header .header-nav .nav li.dropdown-menu.show a {
  color: #f6f85d;
}

.header .header-nav .nav li.dropdown-menu .dorp-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  min-width: 170px;
  min-height: 100px;
  z-index: 99999;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #2b2f3e;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .header-nav .nav li.dropdown-menu .dorp-menu a {
  color: #fff;
  display: block;
  font-size: 1.2em;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.header .header-nav .nav li.dropdown-menu .dorp-menu a:hover {
  color: #f6f85d;
}

.header .header-nav div.pull-right {
  padding-right: 20px;
}

.header .header-nav div.pull-right a {
  display: inline-block;
  padding: 8px 5px 2px 5px;
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .header .header-nav .bars {
    display: block;
  }
  .header .header-nav .nav {
    display: none;
  }
}

.header .profile-dropmenu {
  position: relative;
}

.header .profile-dropmenu .profile-icon span {
  color: #f6f85d;
}

.header .profile-dropmenu i {
  position: absolute;
  right: -16px;
  top: 12px;
  color: #f6f85d;
  font-size: 28px;
  z-index: 99999;
}

.header .profile-dropmenu.show .menu {
  visibility: visible;
  opacity: 1;
}

.header .profile-dropmenu .menu {
  z-index: 99999;
  position: absolute;
  top: 51px;
  right: -45px;
  padding: 20px 20px 10px 20px;
  background-color: #fff;
  width: 180px;
  border: 1px solid #dcdee2;
  -webkit-box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #444;
  visibility: hidden;
  opacity: 0;
  text-align: center;
}

.header .profile-dropmenu .menu::before {
  z-index: 8;
  content: '';
  position: absolute;
  top: -8px;
  right: 60px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #dcdee2;
  border-left: 1px solid #dcdee2;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .profile-dropmenu .menu ul li {
  float: none !important;
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2em;
  color: #444;
}

.header .profile-dropmenu .menu ul li i {
  font-size: 1.3em;
}

.header .profile-dropmenu .menu ul li img {
  max-width: 20px;
  margin-right: 0px;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .profile-dropmenu .menu ul li:hover img {
  opacity: 1;
}

.header .profile-dropmenu .menu ul li > a {
  display: block !important;
  color: #444 !important;
  font-size: 1em !important;
  position: relative;
  padding-left: 30px !important;
}

.header .profile-dropmenu .menu ul li > a span {
  position: absolute;
  left: 0px;
  top: 1px;
}

@media screen and (max-width: 736px) {
  .header .profile-dropmenu .menu {
    right: -12px;
  }
  .header .profile-dropmenu .menu::before {
    right: 25px;
  }
}

.sticky {
  display: block !important;
  position: -webkit-sticky  !important;
  position: sticky  !important;
  top: 0  !important;
  left: 0;
  z-index: 999  !important;
}

.wowmenu.tiny {
  top: 0;
  max-height: 54px;
  height: 54px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  opacity: 0.9;
}

#breadcrumb {
  background-color: #fff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
}

#breadcrumb .dropdown-select {
  padding-top: 3px;
}

#breadcrumb .dropdown-select > a {
  font-size: 20px;
  background-color: #4b2352;
}

#breadcrumb .dropdown-select ul li {
  border-bottom: 1px solid #666;
}

#breadcrumb .dropdown-select ul li a {
  display: block;
  padding: 10px 20px;
  color: #ddd;
}

#breadcrumb .container ul.list {
  padding-left: 0px;
  float: left;
  display: block;
  height: 100%;
}

#breadcrumb .container ul.list li {
  position: relative;
  display: inline-block;
}

#breadcrumb .container ul.list li:not(:first-child):before {
  display: inline-block;
  position: absolute;
  top: 16px;
  left: -15px;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 5px;
  border-top: 1px solid #8b8b8b;
  border-right: 1px solid #8b8b8b;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: top;
}

#breadcrumb .container ul.list li a {
  display: block;
  padding: 12px 10px;
  font-size: 1.2rem;
}

#breadcrumb .container ul.list li.active a {
  color: #000;
}

#breadcrumb .container ul.list li.home a {
  padding: 9px 10px 0px 10px;
  position: relative;
  width: 50px;
}

#breadcrumb .container ul.list li.home a i {
  position: absolute;
  font-size: 1.8rem;
  top: 5px;
}

#breadcrumb.lay_sub2 ul.list {
  padding-left: 0px;
}

#breadcrumb .right {
  float: right;
}

#breadcrumb .right a {
  display: block;
  float: left;
  padding: 10px 10px;
  font-size: 1.8rem;
}

#breadcrumb .right .sns-list {
  font-size: 1.3rem !important;
  position: relative;
}

#breadcrumb .right .sns-list .items {
  position: absolute;
  left: -160px;
  display: none;
}

#breadcrumb .right .sns-list .items ul li {
  float: left;
  margin-right: 2px;
}

#breadcrumb .right .sns-list .items ul li img {
  width: 25px;
}

#breadcrumb .right .sns-list .items ul li a {
  padding: 10px 3px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  #breadcrumb .container {
    padding-left: 0px;
  }
  #breadcrumb .list a {
    font-size: 1.0rem !important;
  }
  #breadcrumb .sns-list {
    margin-top: 3px;
  }
  #breadcrumb .sns-list a {
    font-size: 1.3rem !important;
  }
  #breadcrumb .page-print {
    display: none !important;
  }
}

.footer .fmenu {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #4f5053;
  overflow: hidden;
  border-top: 1px solid #6f7072;
  border-bottom: 1px solid #6f7072;
}

.footer .fmenu .f-link {
  float: left;
}

.footer .fmenu .f-link a {
  position: relative;
  display: block;
  color: #c1c1c1;
  display: block;
  padding: 10px 60px 10px 20px;
  border-right: 1px solid #6f7072;
}

.footer .fmenu .f-link a.first {
  border-left: 1px solid #6f7072;
  color: #da9719;
}

.footer .fmenu .f-link a span {
  font-size: 26px;
  position: absolute;
  top: 5px;
  right: 20px;
}

.footer .copyright {
  background: #607d8b;
  color: #ddd;
  padding-bottom: 20px;
}

.footer .copyright p {
  margin-bottom: 3px;
}

.footer .copyright a {
  color: #fff;
}

.footer .copyright .info {
  display: block;
  width: 100%;
  height: 40px;
}

.footer .copyright .info li {
  float: left;
}

.footer .copyright .info li a {
  display: block;
  padding: 10px;
  color: #fff;
}

.footer .copyright .copy-right {
  padding: 0px 10px;
}

.main-bar {
  height: 100px;
  background-color: #4b2352;
}

.sub-visual {
  position: relative;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 300px;
}

.sub-visual#menu_m02 {
  background-image: url(../images/sv_01.jpg);
}

.sub-visual#menu_m03 {
  background-image: url(../images/sv_02.jpg);
}

.sub-visual#menu_m04 {
  background-image: url(../images/sv_03.jpg);
}

.sub-visual#menu_m05 {
  background-image: url(../images/sv_04.jpg);
}

.sub-visual::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 82, 118, 0.8);
  z-index: 0;
}

.sub-visual .container {
  position: relative;
  z-index: 1;
  color: #fff;
}

.sub-visual .container h1 {
  padding-top: 100px;
  font-size: 2.4em;
}

.sub-visual .container h3 {
  margin-top: 0px;
  color: #ccc;
  font-size: 1.6em;
}

@media screen and (max-width: 736px) {
  .sub-visual {
    height: 100px;
  }
  .sub-visual .container h1 {
    padding-top: 15px;
    font-size: 2.0rem;
  }
  .sub-visual .container h3 {
    font-size: 1.4rem;
  }
}

.breadcrumb {
  padding: 0px 0px;
  background-color: #ddd;
}

.breadcrumb ul {
  display: block;
  height: 100%;
}

.breadcrumb ul li {
  position: relative;
  display: inline-block;
}

.breadcrumb ul li a {
  padding: 9px 10px 0px 10px;
  position: relative;
  display: block;
  padding: 12px 10px;
  font-size: 1.2rem;
}

.breadcrumb ul li a i {
  position: absolute;
  font-size: 1.8rem;
  top: 5px;
}

.breadcrumb ul li.home a {
  padding: 9px 10px 0px 10px;
  position: relative;
  width: 50px;
}

.breadcrumb ul li:not(:first-child):before {
  display: inline-block;
  position: absolute;
  top: 16px;
  left: -15px;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 5px;
  border-top: 1px solid #8b8b8b;
  border-right: 1px solid #8b8b8b;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: top;
}

.breadcrumb .dropdown-select {
  padding-top: 3px;
}

.breadcrumb .dropdown-select > a {
  font-size: 20px;
  background-color: #4b2352;
}

.breadcrumb .dropdown-select ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #666;
}

.breadcrumb .dropdown-select ul li a {
  display: block;
  padding: 10px 20px;
  color: #ddd;
}

.breadcrumb .dropdown-select ul li::before {
  content: '';
  display: none;
}

#asideMenu {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  bottom: 0px;
  z-index: 99999;
  width: 90%;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#asideMenu .homenav {
  background-color: #3b4c55;
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 10px;
}

#asideMenu .homenav .title {
  padding-top: 5px;
  font-size: 1.6rem;
}

#asideMenu .homenav a {
  color: #fff;
  font-size: 28px;
  display: block;
  padding: 5px 10px;
}

#asideMenu #sidebar-menu {
  overflow: auto;
  max-height: calc( 100% - 60px);
}

#asideMenu #sidebar-menu .accordion {
  width: 100% !important;
  -webkit-box-shadow: 0px 0px 0px 0 rgba(34, 36, 38, 0.15);
          box-shadow: 0px 0px 0px 0 rgba(34, 36, 38, 0.15);
  border-radius: 0 !important;
}

#asideMenu #sidebar-menu .accordion .item {
  padding: 0px;
}

#asideMenu #sidebar-menu .accordion .item .title {
  padding: 15px 10px;
}

#asideMenu #sidebar-menu .accordion .item .content {
  padding: 0;
  background: #f5f5f5;
}

#asideMenu #sidebar-menu .accordion .item .content ul li {
  border-top: 1px solid #d2d2de;
}

#asideMenu #sidebar-menu .accordion .item .content ul li a {
  display: block;
  padding: 12px 15px;
}

#asideMenu #sidebar-menu .accordion .item .content ul.depth-2 {
  position: relative;
}

#asideMenu #sidebar-menu .accordion .item .content ul.depth-2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 23px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #d2d2de;
}

#asideMenu #sidebar-menu .accordion .item .content ul.depth-2 li {
  border-top: 0px solid #d2d2de;
  background-color: #efefef;
  position: relative;
}

#asideMenu #sidebar-menu .accordion .item .content ul.depth-2 li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  left: 23px;
  top: 16px;
  border-top: 1px solid #d2d2de;
  z-index: 1;
}

#asideMenu #sidebar-menu .accordion .item .content ul.depth-2 li a {
  font-size: 0.9rem;
  padding-left: 40px;
}

.ortart-content {
  margin-top: 50px;
  padding-bottom: 100px;
  display: block;
  width: 100%;
}

.ortart-content .tel-info {
  border: 1px solid #21ba45;
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.2rem;
  margin: 10px 25px;
}

.ortart-content p {
  margin-bottom: 8px;
  line-height: 1.6em;
}

.ortart-content .menu.vertical.year-list {
  font-size: 18px;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .ortart-content {
    margin-top: 0px;
  }
  .ortart-content .ui.grid .two {
    width: 25% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .ortart-content .ui.grid .two a {
    padding: 10px 5px !important;
    font-size: 1.1rem;
  }
  .ortart-content .ui.grid .fourteen {
    width: 75% !important;
  }
}

@media screen and (max-width: 736px) {
  .bbslist .itemlist {
    height: auto !important;
  }
  .bbslist .itemlist .poster {
    float: none !important;
    clear: none !important;
    text-align: center;
    padding: 0px !important;
    width: 100% !important;
  }
  .bbslist .itemlist .poster .img-box {
    width: 100% !important;
    text-align: center;
  }
  .bbslist .itemlist .poster img {
    width: 100%;
  }
  .bbslist .itemlist .info {
    padding: 0px  !important;
    width: 100% !important;
  }
  .bbslist .itemlist .info dl {
    display: block  !important;
    overflow: hidden;
  }
  .bbslist .itemlist .info dl dt {
    font-size: 1.3rem !important;
    margin-bottom: 10px !important;
  }
  .bbslist .itemlist .info dl dd {
    margin-left: 0px  !important;
  }
  .bbslist .itemlist .info dl dd p {
    font-size: 1.0rem !important;
    margin-bottom: 2px !important;
    line-height: 1.1rem !important;
  }
  .bbslist .itemlist .info .btns {
    margin-top: 30px;
    position: relative !important;
    right: 0px;
    left: 0px;
    padding: 10px;
  }
  .bbslist .itemlist .info .btns a {
    display: block;
    width: 100%;
  }
}

table.basic-table {
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 3px solid #61646c;
  font-size: 1.15rem;
}

table.basic-table.full-100 {
  width: 100%;
}

table.basic-table caption {
  visibility: hidden;
  width: 0px;
  height: 0px;
}

table.basic-table thead tr {
  background: #f8f8f8;
}

table.basic-table thead tr th {
  padding: 10px;
  border: 1px solid #e4e4e4;
  font-weight: 400;
  text-align: center;
  background: #f8f8f8;
  font-size: 1.1rem;
  color: #222;
}

table.basic-table tbody tr th {
  font-weight: 400;
  text-align: center;
  color: #222;
}

table.basic-table tbody tr td, table.basic-table tbody tr th {
  padding: 10px;
  border: 1px solid #e4e4e4;
}

table.basic-table tbody.border1-b tr td {
  border-bottom: 1px solid #ccc;
}

table.basic-table tfoot tr td {
  padding: 10px;
  border: 1px solid #e4e4e4;
}

.bullet {
  font-weight: 300;
}

.bullet h2, .bullet h3, .bullet h4 {
  font-weight: 500;
  color: #222;
}

.bullet h3 {
  margin-top: 50px !important;
  color: #15ade9;
  font-size: 1.4rem;
}

.bullet p {
  margin-bottom: 5px;
}

.bullet h4 {
  padding-top: 0px;
  margin-top: 20px;
}

.bullet h3.title-l {
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.bullet h3.title-l:before {
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 19px;
  background-color: #15ade9;
  content: '';
}

.bullet h4.title-l {
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.bullet h4.title-l:before {
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 14px;
  background-color: #15ade9;
  content: '';
}

.bullet .title-t20, .bullet .title-t25, .bullet .title-t30, .bullet .title-t35, .bullet .title-t40, .bullet .title-t45, .bullet .title-t50 {
  position: relative;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bullet .title-t20:before, .bullet .title-t25:before, .bullet .title-t30:before, .bullet .title-t35:before, .bullet .title-t40:before, .bullet .title-t45:before, .bullet .title-t50:before {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 0px;
  height: 2px;
  background-color: #15ade9;
  content: '';
}

.bullet .title-t20:before {
  width: 20px;
}

.bullet .title-t25:before {
  width: 25px;
}

.bullet .title-t30:before {
  width: 30px;
}

.bullet .title-t35:before {
  width: 35px;
}

.bullet .title-t40:before {
  width: 40px;
}

.bullet .title-t45:before {
  width: 45px;
}

.bullet .title-t50:before {
  width: 50px;
}

.bullet .title-dot {
  margin: 15px 0px 5px 0px;
  position: relative;
  padding-left: 15px;
}

.bullet .title-dot:before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  background-color: #15ade9;
  content: '';
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.bullet ul {
  display: block;
  padding-left: 15px;
}

.bullet ul > li {
  padding: 0px 0px 5px 12px;
  background: url(/common/images/bullet/style1/bu3.gif) 0px 5px no-repeat;
}

.bullet ul > li ol {
  list-style: none;
  padding-left: 20px;
}

.bullet ul > li ol > li {
  padding: 0px 0px 5px 12px;
  background: url(/common/images/bullet/style1/bu4.gif) 0px 7px no-repeat;
}

.bullet ul > li .message p {
  margin: 0em 0em;
}

.bullet dl.line-b-dot {
  display: block;
  width: 100%;
  height: 50px;
  border-bottom: 1px dotted #ccc;
}

.bullet dl.line-b-dot dt {
  float: left;
  width: 30%;
  padding-top: 5px;
}

.bullet dl.line-b-dot dd {
  float: left;
  width: 70%;
  margin: 0px;
}

ul.step-box {
  list-style: none;
  display: block;
  width: 100%;
}

ul.step-box li {
  float: left;
  display: block;
  padding: 10px 20px;
  height: 100px;
  border: 1px solid #ccc;
  position: relative;
}

ul.step-box li i.right {
  position: absolute;
  right: -19px;
  top: 50%;
  font-size: 24px;
  z-index: 5;
  color: #888;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

ul.step-box li i.left {
  position: absolute;
  top: 50%;
  left: 0px;
  font-size: 24px;
  z-index: 5;
  color: #4b2352;
  -webkit-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
}

ul.step-box li i.down {
  position: absolute;
  left: 50%;
  bottom: -16px;
  font-size: 24px;
  z-index: 5;
  color: #4b2352;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

ul.step-box.float-3 li {
  width: 33.33%;
}

ul.step-box.float-4 li {
  width: 25%;
}

ul.step-box .item1, ul.step-box .item2, ul.step-box .item3, ul.step-box .item6, ul.step-box .item7, ul.step-box .item8 {
  border-right: 0px;
}

ul.step-box .item1, ul.step-box .item2, ul.step-box .item3, ul.step-box .item4 {
  border-bottom: 0px;
}

ul.step-box .item1 {
  background-color: #4b2352;
  color: #fff;
}

ul.step-box .item8 {
  background-color: #2980b9;
  color: #fff;
}

.step-box {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}

.step-box ul li.item {
  width: 25%;
  height: 130px;
  padding: 15px;
  position: relative;
  float: left;
}

.step-box ul li.item .box {
  height: 100%;
  padding: 15px 15px 30px 15px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.step-box ul li.item i.right {
  position: absolute;
  top: 50%;
  right: -17px;
  font-size: 24px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  color: #999;
}

.step-box ul li.item i.left {
  position: absolute;
  top: 50%;
  left: -15px;
  font-size: 24px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  color: #999;
}

.step-box ul li.item i.down {
  position: absolute;
  bottom: -14px;
  left: 50%;
  font-size: 24px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  color: #999;
}

/* 이미지 갤러리 */
.gallery-list .list-img {
  float: left;
  padding: 10px;
  margin-bottom: 20px;
}

.gallery-list .list-img .ga-box {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border: 0;
}

.gallery-list .list-img .ga-box .figure {
  height: 200px;
  background-color: #000;
  position: relative;
  background-size: cover;
}

.gallery-list .list-img .ga-box .subject {
  max-height: 110px;
  padding: 20px 10px;
}

.gallery-list .list-img .ga-box .subject p {
  height: 40px;
  font-size: 1.1em;
}

.gallery-list .list-img .ga-box .subject div small {
  font-size: 0.9em;
}

.gallery-list.col-2 .list-img {
  width: 50%;
}

.gallery-list.col-3 .list-img {
  width: 33.33%;
}

.gallery-list.col-4 .list-img {
  width: 25%;
}

@media screen and (max-width: 736px) {
  .gallery-list .list-img {
    width: 100% !important;
    padding: 0px !important;
  }
}

#vod-list article {
  padding: 10px;
  float: left;
  width: 33.33%;
}

#vod-list article .panel-body {
  padding: 0px !important;
  min-height: 250px;
}

#vod-list article .panel-body .flex-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#vod-list article .panel-body .flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#vod-list article .panel-footer {
  padding: 15px 10px 10px 10px;
  min-height: 180px;
}

#vod-list article .panel-footer .post-title {
  min-height: 50px;
}

#vod-list article .panel-footer .post-content {
  max-height: 60px;
  overflow: hidden;
  color: #666;
}

@media screen and (max-width: 736px) {
  #vod-list article {
    width: 100% !important;
    padding: 0px !important;
  }
}

.bbsview.vodpayer .vodplayer {
  text-align: center;
  padding: 20px;
}

.bbsview.vodpayer .vodplayer video {
  width: 100%;
  max-width: 860px;
}

.calendar-box .calendar-header {
  padding: 20px 10px 10px 10px;
  background-color: #3cb66f;
  text-align: center;
}

.calendar-box .calendar-header p {
  margin-bottom: 0px;
}

.calendar-box .calendar-header .calendar-title {
  color: #fff;
  font-size: 1.4em;
}

.calendar-box .calendar-header .calendar-title strong {
  font-size: 1.3em;
}

.calendar-box .calendar-header p {
  margin-top: 4px;
  color: #ddd;
  font-size: 1.2em;
}

.calendar-box .calendar-header .prev-month, .calendar-box .calendar-header .next-month {
  display: none;
}

.calendar-box .calendar-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.25em;
  width: 100%;
  z-index: 1;
  border-top: 0px solid #ccc;
}

.calendar-box .calendar-table thead tr th {
  height: 40px;
  background-color: #42d17f;
  color: #fff;
}

.calendar-box .calendar-table tbody tr td {
  border: 1px solid #eee;
  padding: 4px;
  height: 54px;
  vertical-align: top;
  background-color: #fff;
}

.calendar-box .calendar-table tbody tr td:first-child {
  border-left: 0px;
}

.calendar-box .calendar-table tbody tr td:last-child {
  border-right: 0px;
}

.calendar-box .calendar-table tbody tr td .day-info a {
  font-size: 0.75em;
  display: inline-block;
}

.calendar-box .calendar-table tbody tr td .day-info .smallinfo {
  display: inline-block;
  position: relative;
}

.calendar-box .calendar-table tbody tr td .day-info .smallinfo i {
  font-size: 1.4rem;
  color: #a333c8;
}

.calendar-box .calendar-table tbody tr td .day-info .smallinfo .item {
  display: none;
  position: absolute;
}

.calendar-box .calendar-table tbody tr td .day-info .smallinfo:hover .item, .calendar-box .calendar-table tbody tr td .day-info .smallinfo:focus .item {
  display: block;
  width: 150px;
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: .28571429rem;
  background-color: #a333c8;
  padding: 3px 2px;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  line-height: 1.1rem;
  color: #fff;
}

.calendar-box .calendar-table tbody tr td .day-info .smallinfo:hover .item a, .calendar-box .calendar-table tbody tr td .day-info .smallinfo:focus .item a {
  display: block;
  color: #fff;
}

.calendar-box .calendar-table tbody tr td .day-info .smallinfo:hover .item a .title, .calendar-box .calendar-table tbody tr td .day-info .smallinfo:focus .item a .title {
  margin-bottom: 2px;
}

.calendar-box .calendar-table tbody tr td .day-info .smallinfo:hover .item a i, .calendar-box .calendar-table tbody tr td .day-info .smallinfo:focus .item a i {
  color: #fff;
  font-size: 0.8rem;
}

@media (min-width: 960px) {
  #p0304 .calendar-box {
    width: 100%;
    overflow: auto;
    padding: 10px;
  }
}

@media (min-width: 960px) and (max-width: 960px) {
  #p0304 .calendar-box {
    padding: 0px;
  }
}

@media (min-width: 960px) {
  #p0304 .calendar-box .calendar-header {
    position: relative;
  }
  #p0304 .calendar-box .calendar-header .prev-month, #p0304 .calendar-box .calendar-header .next-month {
    display: block;
    position: absolute;
    width: 30px;
    font-size: 34px;
    color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #p0304 .calendar-box .calendar-header .prev-month {
    left: 30px;
    top: 60%;
  }
  #p0304 .calendar-box .calendar-header .next-month {
    right: 30px;
    top: 60%;
  }
  #p0304 .calendar-table tbody tr td .day-info {
    min-height: 100px;
    position: relative;
  }
  #p0304 .calendar-table tbody tr td .day-info .item {
    width: 100%;
    border-radius: .28571429rem;
    background-color: #a333c8;
    padding: 3px 2px;
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    line-height: 1.1rem;
    color: #fff;
    position: relative;
  }
  #p0304 .calendar-table tbody tr td .day-info .item a.cog {
    width: 20px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 0.8rem;
  }
  #p0304 .calendar-table tbody tr td .day-info a {
    display: block;
    width: 100%;
    color: #fff;
  }
  #p0304 .calendar-table tbody tr td .day-info a.on-line {
    display: inline-block;
    padding: 2px;
    background-color: #fff;
    color: #a333c8;
    width: 60px;
    border-radius: .28571429rem;
    text-align: center;
    font-size: 0.8rem;
  }
  #p0304 .calendar-table tbody tr td .day-info p {
    padding: 0px;
    margin: 0px;
    line-height: 1.2rem;
  }
  #p0304 .calendar-table tbody tr td .day-info p.title {
    font-size: 1.0rem;
  }
  #p0304 .calendar-table tbody tr td .day-info p.origin {
    color: #ddd;
  }
}

@media (max-width: 960px) {
  .bbsview .info-zone .poster {
    width: 100%;
    float: none;
  }
  .bbsview .info-zone .poster .img-box {
    width: 100%;
    height: auto;
  }
  .bbsview .info-zone .rinfo {
    width: 100%;
    float: none;
  }
  .bbsview .content img {
    width: auto !important;
    height: auto !important;
  }
}

.sns-share button {
  border: 0px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  outline: none;
}

.sns-icon {
  min-width: 30px;
  min-height: 30px;
  position: relative;
  display: inline-block;
  padding: 5px;
  font-style: normal;
  text-align: center;
  background-color: #000;
  color: #fff;
}

.sns-icon.circle {
  border-radius: 50%;
}

.sns-icon::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-family: xeicon;
  font-size: 1.4rem;
  display: inline-block;
  font-weight: 300;
}

.sns-twitter-icon {
  background-color: #0099eb;
}

.sns-twitter-icon::before {
  content: "\ec1f";
}

.sns-kakao-icon {
  background-color: #feeb00;
  color: #444;
}

.sns-kakao-icon::before {
  content: "\ebee";
}

.sns-facebook-icon {
  background-color: #2a508a;
}

.sns-facebook-icon::before {
  content: "\ebd3";
}

.sns-blog-icon {
  background-color: #19ce60;
}

.sns-blog-icon::before {
  content: "Blog";
  letter-spacing: 0px;
  font-size: 9px;
  padding: 1px;
  font-weight: 600;
}

.sns-instagram-icon {
  background-color: #e87568;
}

.sns-instagram-icon::before {
  content: "\ebe9";
}

.sns-band-icon {
  background-color: #5b5c64;
  color: #fff;
}

.sns-band-icon::before {
  content: "BAND";
  letter-spacing: -0.5px;
  font-size: 8px;
  padding: 1px;
  font-weight: 400;
  color: #fff;
}

.sns-box {
  position: relative;
  padding: 10px 20px;
  border: 1px solid #2980b9;
  display: inline-block;
  border-radius: 4px;
}

.sns-box .title {
  position: absolute;
  background-color: #2980b9;
  color: #fff;
  padding: 5px 20px;
  display: block;
  top: -15px;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.9rem;
  border-radius: 25px;
}

.sns-box .item {
  padding-top: 20px;
}

/* 원 */
a.maintitle {
    font-size: 2.5em;
    padding: 20px 0;
    font-weight: bold;
}
a.maintitle:hover{
	color: #444;
}
.header .header-top .logo {
    margin: 20px 0;
}
/*# sourceMappingURL=site.css.map */
