@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,600,700&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #545454;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

html {
  font-size: 15px;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}

input:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  font-size: 3.75rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2.0rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }
}

p {
  font-size: 15px;
}

p.title {
  font-size: 1rem;
}

.block {
  display: block;
}

.italic {
  font-style: italic;
}

button {
  line-height: 1;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid #EAEDF2;
}

small {
  font-size: 80%;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.primary-color {
  color: #5395fb;
}

.secondary-color {
  color: #cb2365;
}

.secondary-color a:hover {
  color: #cb2365;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.mt3 {
  margin-top: 1rem !important;
}

.pt3 {
  padding-top: 2rem !important;
}

.d-block {
  display: block !important;
}

.h-100 {
  height: 100% !important;
}

img.h-100 {
  object-fit: cover;
}

.container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.main-col-md-3 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 25px 12px;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.main-col-md-5 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.main-col-md-6 {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-col-md-3-2 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 25px 12px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.main-col-md-3 h4 {
  margin-bottom: 10px;
}

.main-col-md-3 h4 {
  margin-bottom: 10px;
}

.main-col-md-3-inner {
  flex: 1 1 auto;
}

.main-col-md-3-2-inner {
  flex: 1 1 auto;
}

.main-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
}

.main-card-body {
  flex: 1 1 auto;
  padding: 1.25rem 0 .5rem;
}

.main-card-body h4 {
  font-size: 1.4rem;
}

.main-card-title {
  margin-bottom: 0.75rem;
}

.dot1 {
  height: auto;
}

.dot2 {
  height: auto;
}

.dot3 {
  height: auto;
}

.dot-prd {
  height: auto;
}

.main-bg {
  width: 100%;
  height: 600px;
  background: url("../img/main-bg.jpg") no-repeat center center;
  background-size: cover;
  background-position: 100% 100%;
  position: relative;
}

.main-bg-txt {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 20px;
}

.main-bg-txt h4 {
  font-weight: 700;
}

.main-bg-txt p {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .main-bg {
    width: 100%;
    height: 160px;
    background: #eee;
  }

  .main-bg-txt {
    position: absolute;
    top: 20px;
    left: 5px;
    padding: 20px 12px;
  }
}

.main-bg1 {
  background: #5395fb;
  display: table;
  height: 250px;
}

.main-bg2 {
  background: #2e77d6;
  display: table;
  height: 250px;
}

.main-bg3 {
  background: #5395fb;
  display: table;
  height: 250px;
}

.main-bg4 {
  background: #2e77d6;
  display: table;
  height: 250px;
}

.main-bg2-pad {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 0px 10px;
}

.main-bg2-pad h4 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color:#fff;
}

.m-ico01 {
  width: 54px;
  height: 54px;
  background: url("../img/m-ico01.png") no-repeat center center;
  background-size: contain;
  background-position: 100% 100%;
  margin-bottom: 20px;
}

.m-ico02 {
  width: 54px;
  height: 54px;
  background: url("../img/m-ico02.png") no-repeat center center;
  background-size: contain;
  background-position: 100% 100%;
  margin-bottom: 20px;
}

.m-ico03 {
  width: 54px;
  height: 54px;
  background: url("../img/m-ico03.png") no-repeat center center;
  background-size: contain;
  background-position: 100% 100%;
  margin-bottom: 20px;
}

.m-ico04 {
  width: 54px;
  height: 54px;
  background: url("../img/m-ico04.png") no-repeat center center;
  background-size: contain;
  background-position: 100% 100%;
  margin-bottom: 20px;
}

[class*='hover-'] {
  transition: all 0.2s ease-in-out;
}

.hover-fade-out:hover {
  opacity: .75;
}

@media (min-width: 768px) {
  .main-col-md-3, .main-col-md-5, .main-col-md-3-2, .main-col-md-3, .main-col-md-6, .main-col-md-2, .main-col-md-10 {
    float: left;
  }

  .main-col-md-2 {
    width: 250px;
  }

  .main-col-md-10 {
    width: calc(100%-250px);
  }

  .main-col-md-3 {
    width: 25%;
    padding: 25px;
    border-left: 1px solid #EAEDF2;
    border-bottom: 1px solid #EAEDF2;
  }

  .main-col-md-3-2 {
    width: 50%;
    padding: 25px;
  }

  .main-col-md-5 {
    width: 50%;
  }

  .main-col-md-6 {
    width: 50%;
  }

  .main-col-md-3 {
    width: 25%;
    height: 100%;
    padding: 25px;
    border-left: 1px solid #EAEDF2;
    border-bottom: 1px solid #EAEDF2;
  }

  .dot1 {
    height: 120px;
  }

  .dot2 {
    height: 50px;
  }

  .dot3 {
    height: 50px;
  }

  .dot-prd {
    height: 80px;
  }

  .main-col-md-3 h4 {
    margin-bottom: 20px;
  }

  .main-col-md-3 h4 {
    margin-bottom: 20px;
  }

  .main-col-md-3:first-child {
    border-bottom: none;
    border-left: none;
  }

  .main-col-md-3:first-child {
    border-bottom: none;
    border-left: none;
  }

  .main-col-md-3:last-child {
    border-right: 1px solid #EAEDF2;
  }

  .main-col-md-3:last-child {
    border-right: 1px solid #EAEDF2;
  }

  .main-bg1 {
    background: #5395fb;
    height: 300px;
  }

  .main-bg2 {
    background: #2e77d6;
    height: 300px;
  }

  .main-bg3 {
    background: #2e77d6;
    height: 300px;
  }

  .main-bg4 {
    background: #5395fb;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .main-blank {
    height: 0px !important;
    padding: 0px;
    border-bottom: none;
  }
}

.banner-main {
  width: 100%;
  height: 478px;
  background: url("../img/banner.jpg") no-repeat center center;
  background-size: cover;
  background-position: 100% 100%;
}

@media (max-width: 767px) {
  .banner-main {
    height: auto;
  }
}

.slider {
  position: relative;
  padding: 0;
  margin: 0;
}

.banner-txt {
  position: absolute;
  top:20%;
  left:20%;
  padding: 24px;
  display: table;
  color: #fff;
  z-index: 999;
}

.banner-txt-inner {
  display: table-cell;
  vertical-align: middle;
}

.banner-txt-inner > h2 {
  font-weight: 400;
  font-size: 3.5rem;
  color:#fff;
}

.banner-txt-inner>p {
  font-weight: 300;
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

.banner-bottom {
  width: 100%;
  height: 438px;
  background: url("../img/banner-bottom.jpg") no-repeat center center;
  background-size: cover;
  background-position: 100% 100%;
}

.banner-bottom-txt {
  width: 40%;
  max-width: 580px;
  padding: 60px 50px;
  color: #fff;
}

.banner-bottom-txt-btn {
  color: #fff0bb;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {

  .banner-txt-inner > h2 {
    font-size: 2.5rem;
  }

  .banner-txt-inner>p {
    font-weight: 300;
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }

  .banner-bottom {
    height: auto;
    background: #272246;
  }

  .banner-bottom-txt {
    width: 100%;
    max-width: 680px;
    padding: 50px 12px;
  }
}

footer {
  padding: 1.5rem 0 3rem;
  font-size: .9rem;
}

.footer-logo-wrapper {
  width: 100%;
}

.footer-logo-wrapper-inner {
  padding: 10px 0 30px;
}

.footer-logo {
  width: 220px;
  height: 48px;
  background: url("../img/company-logo.png") no-repeat center center;
  background-size: cover;
  background-position: 100% 100%;
}

@media (max-width: 767px) {
  footer {
    padding: 1rem 0;
  }
  .main-col-md-2 {
    display:none;
  }
  .footer-logo {
    margin-bottom: 1rem;
  }

  
}

.sub-banner {
  width: 100%;
  height: 120px;
  background: url("../img/sub-banner.jpg") no-repeat center center;
  background-size: cover;
}

.sub-banner-txt {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  padding: 24px;
  display: table;
  color: #fff;
}

.sub-banner-txt-inner {
  display: table-cell;
  vertical-align: middle;
}

.sub-banner-txt-inner>h2 {
  font-weight: 300;
  font-size: 2.0rem;
  text-align: center;
  color:#fff;
}

@media (max-width: 767px) {
  .sub-banner {
    height: 90px;
  }

  .sub-banner-txt {
    height: 90px;
  }

  .sub-banner-txt-inner>h2 {
    font-size: 1.4rem;
  }
}

.location {
  width: 100%;
  margin: 2rem 0;
  font-size: 1rem;
  line-height: 3rem;
  border-bottom: 1px solid #EAEDF2;
}

.prd-header-tab {
  width: 100%;
}

.prd-header-tab-inner>li {
  width: 15.5%;
  display: inline-block;
  float: left;
  margin-right: 1.4%;
}

.prd-header-tab-inner>li:last-child {
  margin-right: 0px;
}

.prd-header-tab-inner>li>a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  float: left;
  border: 1px solid #eaedf2;
  border-radius: 3px;
  color: #545454;
  background-color: #fff;
  transition: box-shadow .3s;
}

.prd-header-tab-inner>li.active>a {
  border: 1px solid #2e77d6;
  color: #fff;
  font-weight: 700;
  background-color: #2e77d6;
}

.prd-header-tab-inner>li:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, .1);
}

@media (max-width: 767px) {
  .prd-header-tab-inner>li {
    width: 32%;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 8px;
  }

  .prd-header-tab-inner>li:nth-child(3n) {
    margin-right: 0px;
  }
  .prd-header-tab-inner>li>a {
    padding: 12px;
  }
}

.prd-txt {
  border: 1px solid #eaedf2;
  border-radius: 3px;
  position: relative;
  text-align: center;
}

.prd-col-md-4 {
  width: 100%;
  height: auto;
  padding: 25px 0 0;
  min-width: 0;
}

.prd-col-md-8 {
  width: 100%;
  height: auto;
  padding: 25px 25px 80px 25px;
  min-width: 0;
  text-align: left;
}

.prd-pdf {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #2e77d6;
   white-space: nowrap;
}

.prd-pdf i {
  font-size: 1.2rem;
}

.prd-pdf a {
  color: #2e77d6;
}

@media (min-width: 768px) {
  .prd-col-md-4, .prd-col-md-8 {
    float: left;
  }

  .prd-col-md-4 {
    width: 30%;
    padding: 25px;
  }

  .prd-col-md-4 img {
    width: 100%;
    max-width: 320px;
    vertical-align: middle;
  }

  .prd-col-md-8 {
    width: 70%;
    padding: 50px 50px 50px 0px;
  }

  .prd-txt {
    display: flex;
  }

  .prd-pdf {
    position: absolute;
    bottom: 22px;
    right: 50px;
    color: #5395fb;
  }
}



.nav-tabs .nav-item {
  margin-bottom: 0px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #2e77d6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-tabs .nav-link {
  padding: 10px 10px;
  margin-right: 0.8rem;
  border-color: #e9ecef #e9ecef #dee2e6;
   white-space: nowrap;
}

/*
@media (min-width: 768px) {
  .nav-tabs .nav-link {
    border-top: 2px solid #EAEDF2;
    position: relative;
    top: 2px;
    padding: 10px 32px;
  }

  .nav-tabs.lead .nav-link {
    margin-right: 2.25rem;
  }
}

@media (max-width: 767px) {
  .nav-tabs {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
  }

  .nav-tabs .nav-link {
    top: 0;
    border: none;
  }
}
*/
.inactive-link, .nav-tabs .nav-link[aria-selected="false"], [data-isotope-filters] .nav-link:not(.active) {
  color: #555A64;
  border-bottom-color: rgba(0, 0, 0, 0);
}

/*.inactive-link:not(:hover), .nav-tabs .nav-link:not(:hover)[aria-selected="false"], [data-isotope-filters] .nav-link:not(:hover):not(.active) {
  opacity: .5;
}*/
.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #EAEDF2;
  border-radius: 0.3125rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 2.25rem;
}

.card-body2 {
  flex: 1 1 auto;
  padding: 0.5rem 1.5rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 2.25rem;
}

.card-header {
  padding: 0.75rem 2.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #EAEDF2;
}

.card-header:first-child {
  border-radius: calc(0.3125rem - 1px) calc(0.3125rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 2.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #EAEDF2;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.3125rem - 1px) calc(0.3125rem - 1px);
}

.card-footer2 {
  padding: 2.75rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #EAEDF2;
}

.card-footer2:last-child {
  border-radius: 0 0 calc(0.3125rem - 1px) calc(0.3125rem - 1px);
}

.card-header-tabs {
  margin-right: -1.125rem;
  margin-bottom: -0.75rem;
  margin-left: -1.125rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -1.125rem;
  margin-left: -1.125rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.3125rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.3125rem - 1px);
  border-top-right-radius: calc(0.3125rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.3125rem - 1px);
  border-bottom-left-radius: calc(0.3125rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group>.card {
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card .card-header {
  margin-bottom: -1px;
}

.card-img-top+.badge {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}

.card.bg-white {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.card.bg-white .card-footer {
  border-color: rgba(255, 255, 255, 0.1);
}

.card.bg-white .card-footer2 {
  border-color: rgba(255, 255, 255, 0.1);
}

.card-footer {
  background-color: transparent;
}

.card-footer2 {
  background-color: transparent;
}

@media (max-width: 767px) {
  .card-body {
    padding: 1.5rem;
  }

  .card-body2 {
    padding: 1rem;
  }
}

a.card {
  color: #555A64;
  font-weight: 600;
}

.hover-box-shadow:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
  transform: translateY(-0.5rem);
}

.checked {
  color: #2e77d6;
}

.text-small, .blockquote-footer {
  font-size: .875rem;
  line-height: 1.25rem;
}

.calendar-header {
  width: 100%;
  position: relative;
  font-size: 1.5rem;
  text-align: center;
}

.calendar-header .month {
  font-size: 3rem;
  margin-right: 10px;
}

.calendar-header .year {
  font-size: 1rem;
}

.cal-left-arrow {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 10px;
}

.cal-right-arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 10px;
}

.join-header-01 {
  float: left;
  position: relative;
  width: 50%;
  height: 100%;
}

.join-header-02 {
  float: left;
  position: relative;
  width: 50%;
  height: 100%;
}

.join-header-ico {
  float: left;
  width: 15%;
  height: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-clip: border-box;
}

.join-header-txt {
  float: left;
  width: 85%;
  height: 100%;
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-clip: border-box;
}

.join-header-txt-inner2>h4 {
  font-size: 1.5rem;
  margin-bottom: .4rem;
}

.join-bg {
  width: 100%;
  height: 380px;
  /*height: 670px;
  height: 380px;*/
  background: url("../img/join-bg.jpg") no-repeat center center;
  
  
  background-size: cover;
  background-position: 100% 100%;
  
  /*
  background-size: 100% 100%;
  background-position: center;
*/
  
}

.join-txt {
  width: 100%;
  height: 540px;
  max-width: 1220px; /*1380px;*/
  margin: 0 auto;
  padding: 24px;
  display: table;
  color: #fff;
}

.join-txt-inner {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  color: #fff;
}

.join-txt-inner > h2, .join-txt-inner > h4 {
  color: #fff;
}

.dot-tit {
  height: 70px;
}

.dot-subtit {
  height: 90px;
}

.join-txt-inner-day {
  margin-top: 4rem;
}

.join-txt-inner-day>p {
  font-size: 1.3rem;
}

.join-txt-inner-btn {
  margin-top: 4rem;
}

.join-comment {
  margin-top: 1rem;
}

.join-comment>p {
  font-size: .9rem;
}

@media (max-width: 767px) {
  .join-bg {
    height: auto;
    /*background: url("../img/join-bg-mobile.jpg") no-repeat center center;
    background-size: 100% 100%;
    background-position: center;*/
    background-size: cover;
    background-position: 50% 50%;
  }

  .join-txt-inner>h2 {
    /*font-size: 2rem;*/
    line-height: 2.4rem;
  }

  .join-txt-inner>h4 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .dot-tit {
    height: 120px;
  }
  .dot-subtit {
    height: 86px;
  }
}

.calendar {
  margin-top: -2rem;
}

.calendar li {
  padding: 2rem 1rem;
  border-bottom: 1px solid #eee;
}

.calendar li:last-child {
  border-bottom: none;
}

.join-header-ico-inner {
  display: inline-block;
  width: 80px;
  min-width: 80px !important;
  height: 80px;
  background: #10394F;
  display: table;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  border-radius: 6px;
}

.join-header-ico-inner i {
  display: table-cell;
  vertical-align: middle;
}

.join-header-txt-inner {
  display: inline-block;
  display: table;
  height: 100%;
}

.join-header-txt-inner2 {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .join-header-01 {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .join-header-02 {
    width: 100%;
    height: auto;
  }

  .join-header-txt {
    padding: 0px 15px;
  }

  .join-header-ico-inner {
    width: 60px;
    min-width: 60px !important;
    height: 60px;
    font-size: 2rem;
  }

  .join-header-txt-inner2 > h4 {
    font-size: 1.3rem;
    margin-bottom: .3rem;
  }
}

@media (max-width: 768px) {
  .join-header-txt {
    padding: 0px 20px;
  }
}


/*-----Buttons-----*/
.btn {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding: 1rem 2.5rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  z-index: 1;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
   white-space: nowrap;
}

.btn-main {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding: 1rem 2.5rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  z-index: 1;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .btn-main {
    display: block;
  }

}

.btnprimary, .btnprimary-alt {
  background: #00bcd4;
}

a.btnsecondary {
  background: #cb2365;
  color: white;
}

.btnsecondary2 {
  background: #cb2365;
  border: 2px solid #fff;
  color: white;
}

.btnwhite {
  background: transparent;
  color: #545454!important;
  border: 1px solid #545454;
}

.btnwhite:hover, .btnwhite:focus {
  background: #545454;
  color: #fff!important;
}


.btncolor-ok {
  background: #dd0330;
  color: #fff;
  border: 1px solid #dd0330;
}

.btncolor-ok:hover, .btncolor-ok:focus {
  background: #545454;
  color: #fff;
}

.btncolor {
  background: #003963;
  color: #fff;
  border: 1px solid #003963;
}

.btncolor:hover, .btncolor:focus {
  background: #545454;
  color: #fff;
}


.btnwhite-hole {
  background: transparent;
  border: 1px solid #fff;
}

.btnwhite-hole:hover, .btnwhite-hole:focus {
  color: #000;
  background: #fff;
}

.btn>i {
  vertical-align: middle;
  margin-top: -3px;
}

.btnprimary:hover, .btnprimary:focus {
  background: #cb2365;
  border: 1px solid #cb2365;
}

.btnprimary-alt:hover, .btnprimary-alt:focus {
  background: transparent;
  border: 1px solid #00bcd4;
  color: #00bcd4;
}

.rev_slider .btnprimary-alt:hover, .rev_slider .btnprimary-alt:focus {
  background: transparent;
  border: 1px solid #fff;
}

.btnsecondary:hover, .btnsecondary:focus {
  background: #fff;
  border: 1px solid #cb2365;
  color: #545454;
}

.btnsecondary.hvrwhite:hover, .btnsecondary.hvrwhite:focus,
.btnprimary.hvrwhite:hover, .btnprimary.hvrwhite:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}

.btn-sm, .btn-group-sm>.btn {
  padding: 0.5rem 1.2rem!important;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 100px;
}

.btn-lg, .btn-group-lg>.btn {
  padding: .8rem 6rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 100px;
}

.btn-mypage {
  padding: 0.5rem 1rem!important;
  font-size: .8rem;
  line-height: 1.5;
  border-radius: 100px;
}

@media (max-width: 767px) {
  .btn-mypage {
    padding: 0.5rem .8rem!important;
  }
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #545454;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-link:hover {
  z-index: 2;
  color: #2e77d6;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2e77d6;
  border-color: #2e77d6
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}


/*******************************************************************
약관
********************************************************************/
.terms, .privacy {
  max-width: 800px;
  padding: 1.5rem;
}

.terms h2, .privacy h2 {
  font-size: 1.2rem;
}

.innerBoxNo {
  width:100%;
}

.innerBoxNo h3 {
  font-size: 1rem;
  margin-bottom: .5rem;;
}

.innerBoxNo table {
  width:100%;
}

.innerBoxNo table tr td {
  padding: 5px;
  border: 1px solid #eaedf2;
}

.table tr th {
  text-align: center!important;
}

.table tr td {
  text-align: center!important;
  padding: 20px 0;
  vertical-align: middle;
}

.table tr:last-child {
  border-bottom: 1px solid #eaedf2;
}

.table tr td.table-left {
  text-align: left!important;
  width: 60%;
  font-size: 1.2rem;
}

.table tr td.table-left span {
  display: block;
  margin-top: 10px;
  font-size: .9rem;
  opacity: .8;
  font-weight: normal;
}

.table tr td a {
  font-weight: normal;
}


.res-list-content {
  width: 100%;
  padding: 20px 0;
  display: table;
  border-bottom: 1px solid #eaedf2;
}

.res-list-content-info-img {
  display: table-cell;
  text-align: center;
}

.res-list-content-info-img img{
  vertical-align: top;
}

.res-list-content-info-cell {
  vertical-align: top;
  display: table-cell;
  padding: 5px 20px;
  font-size: 1em!important;
}

@media (max-width: 767px) {
  .res-list-content-info-img {
    display: table;
  }
  .res-list-content-info-cell {
    display: table;
    padding: 30px 0px 0;
  }
}

.res-list-content-info-cell > .tit{
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 700;
  margin: 10px 0;
}

.res-list-content-btn {
  margin:20px 0 0;
}

.res-list-bottom {
  margin-top: 20px;
  opacity: .8;
}

.res-list-bottom p{
  font-size: .9em;
  line-height: 1.7em;
}

.res-ok {
  width:100%;
  padding: 20px;
  border: 1px solid #eaedf2;
  text-align: center;
  font-size: 1em;
}


.btn-wrap {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}

.flot-r {
  position: absolute;
  top:0;
  right: 10px;
}

.mail {
  text-align: center;
}


/*
.sky-form .radio i,
.sky-form .checkbox i {
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  background: #fff;
}
*/
.search-txt {
  width:100%;
  padding: 20px;
  border: 1px solid #eaedf2;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 30px;
  border-radius: 10px;
  font-size: 1.3rem;
}

.all-check {
  width: 100%;
  padding: 0px;
  display: block;
}



/*******************************************************************
timeline
********************************************************************/
 .timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300!important;
    margin-top: 50px;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    background: #eaedf2;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #eaedf2;
    background: #fff;
    position: relative;
    padding: 20px 0 0;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #eaedf2;;
    border-right: 0 solid #eaedf2;;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    color: #eaedf2;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #eaedf2 !important;
}
.timeline-badge a:hover {
    color: #dcdcdc !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4 {
  font-size: 1.2rem;
    font-weight: 400;
    padding: 0 20px;
    color: #5395fb;
}

.timeline-body img {
  width: 260px;
  padding: 10px 20px;
}

.timeline-body > p, .timeline-body > ul {
    padding: 10px 20px;
    margin-bottom: 0;
    font-weight: 400!important;
}
.timeline-footer {
    padding: 5px 15px;
    background-color:#fff;
    border-top: 1px solid #eaedf2;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 10px;
    }
    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: -webkit-calc(100% - 35px);
    }
    ul.timeline > li > .timeline-badge {
        left: -2px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: -2px;
    }

    .timeline-body img {
      width: 100%;
      padding: 10px 20px;
    }
}



/*******************************************************************
table
********************************************************************/
/* -- Material Design Table style -------------- */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  text-align: left;
  padding: 1.6rem;
  vertical-align: middle;
  border-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table > thead > tr > th {
  font-weight: 400;
  vertical-align: bottom;
  border-top: 1px solid #eaedf2!important;
  border-bottom: 1px solid #eaedf2;
  white-space: nowrap;
}

.table > tbody > tr > td.left {
  text-align: left!important;
}

.table > tbody > tr > td > a > p, .table > tbody > tr > td > p {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
  background-color: #fff;
}
.table .no-border {
  border: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0.8rem;
}
.table-bordered {
  border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #eaedf2;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table-responsive-vertical > .table > thead,
  .table-responsive-vertical > .table > tfoot {
    display: none;
  }
  .table-responsive-vertical > .table > tbody {
    display: block;
  }
  .table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #eaedf2;
    border-radius: 2px;
    margin-bottom: 1.6rem;
  }
  .table-responsive-vertical > .table > tbody > tr > td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: right;
  }

  .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
    vertical-align: middle;
  }
  .table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .table-responsive-vertical > .table-bordered {
    border: 0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #eaedf2;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td,
  .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  .table-responsive-vertical > .table-hover > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
}
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
  background-color: #fde0dc;
}
.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
  background-color: #f9bdbb;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
    background-color: #fde0dc;
  }
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
    background-color: #f9bdbb;
  }
}
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
  background-color: #fce4ec;
}
.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
  background-color: #f8bbd0;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
    background-color: #fce4ec;
  }
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
    background-color: #f8bbd0;
  }
}
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
  background-color: #f3e5f5;
}
.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
  background-color: #e1bee7;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
    background-color: #f3e5f5;
  }
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
    background-color: #e1bee7;
  }
}
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
  background-color: #ede7f6;
}
.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
  background-color: #d1c4e9;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
    background-color: #ede7f6;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
    background-color: #d1c4e9;
  }
}
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
  background-color: #e8eaf6;
}
.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
  background-color: #c5cae9;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
    background-color: #e8eaf6;
  }
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
    background-color: #c5cae9;
  }
}
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e7e9fd;
}
.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
  background-color: #d0d9ff;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e7e9fd;
  }
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
    background-color: #d0d9ff;
  }
}
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e1f5fe;
}
.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
  background-color: #b3e5fc;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e1f5fe;
  }
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
    background-color: #b3e5fc;
  }
}
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
  background-color: #e0f7fa;
}
.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
  background-color: #b2ebf2;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
    background-color: #e0f7fa;
  }
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
    background-color: #b2ebf2;
  }
}
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
  background-color: #e0f2f1;
}
.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
  background-color: #b2dfdb;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
    background-color: #e0f2f1;
  }
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
    background-color: #b2dfdb;
  }
}
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
  background-color: #d0f8ce;
}
.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
  background-color: #a3e9a4;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
    background-color: #d0f8ce;
  }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
    background-color: #a3e9a4;
  }
}
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
  background-color: #f1f8e9;
}
.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
  background-color: #dcedc8;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
    background-color: #f1f8e9;
  }
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
    background-color: #dcedc8;
  }
}
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
  background-color: #f9fbe7;
}
.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
  background-color: #f0f4c3;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
    background-color: #f9fbe7;
  }
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
    background-color: #f0f4c3;
  }
}
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
  background-color: #fffde7;
}
.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
  background-color: #fff9c4;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
    background-color: #fffde7;
  }
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
    background-color: #fff9c4;
  }
}
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
  background-color: #fff8e1;
}
.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
  background-color: #ffecb3;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
    background-color: #fff8e1;
  }
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
    background-color: #ffecb3;
  }
}
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fff3e0;
}
.table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
  background-color: #ffe0b2;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fff3e0;
  }
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
    background-color: #ffe0b2;
  }
}
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fbe9e7;
}
.table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
  background-color: #ffccbc;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fbe9e7;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
    background-color: #fff;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
    background-color: #ffccbc;
  }
}



.w600 {
  width:60%;
  max-width:600px;
}
@media screen and (max-width: 767px) {
  .w600 {
    width:100%;
    max-width:768px;
  }
}

.videowrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 비율인 경우 */
/* padding-bottom값은 4:3 비율인 경우 75%로 설정합니다 */
/*padding-top: 25px;*/
height: 0;
}

.videowrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/************* survey *********************/
.nav-brand-survey {
}

.nav-brand-survey img {
  width: 140px;
  margin: 30px auto;
  padding: 0 0px;
  text-align: center;
}

span.survey-num {
  background: #317fcb;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 8px;
  text-align: center;
  width: 1.6em;
}

.survey-inner {
  padding: 10px;
}

.survey-inner > .radio, .survey-inner > .checkbox {
  padding-bottom: 5px;
}





/*******************************************************************
main-calendar
********************************************************************/

.main-calendar {
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  background: white;
  border-radius: 5px;
  border: 1px solid #e7eff4;
  padding: 1rem;
  overflow: hidden;
}


@media (max-width: 768px) {
  .main-calendar {
    height: 100%;
  }
}

.main-month {
  padding: .5rem 0.769rem;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .main-month {
    padding: 1.5rem 0.769rem;
  }
}

.main-month ul {
  font-size: 2rem;
}

.main-month ul li {
  display: inline-block;
}

.i-month {
  font-size: 2.5rem;
  font-weight: 400;
}

.i-year {
  font-size: 1rem;
  display: block;
}

.main-weekdays ul, .main-days ul {
  list-style-type: none;
}

.main-month .left {
  float: left;
  margin-top: 0.9rem;
}

.main-month .left i, .main-month .right i {
  padding: 0.769rem;
}

.main-month .right {
  float: right;
  margin-top: 0.9rem;
}

.main-weekdays {
  font-size: 0.769rem;
  font-weight: 500;
  text-transform: uppercase;
}

.main-weekdays ul li {
  float: left;
  width: 14.2%;
  line-height: 1;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}

.main-days ul li {
  float: left;
  width: 14.2%;
  line-height: 2.9;
  text-align: center;
  display: inline-block;
  font-size: 1.02rem;
}

.main-days .na {
  opacity: 0.5;
}

.main-days .active {
  cursor: pointer;
}

.main-days .active .txt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #D4157F;
  border-radius: 50%;
  z-index: -1;
}

.main-days .active .txt {
  position: relative;
  display: block;
  z-index: 2;
  color: white;
}

.main-days .today {}

.main-days .today .txt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #FFC951;
  border-radius: 50%;
  z-index: -1;
}

.main-days .today .txt {
  position: relative;
  display: block;
  z-index: 2;
}

.calendar-overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(65, 82, 116, 1);
  z-index: 2;
  border-radius: 5px;
  overflow: hidden;
}

.calendar-overlay .overlay-inner {
  position: relative;
  padding: 2.307rem;
  color: white;
}

.calendar-overlay .overlay-inner .overlay-category {
  margin-bottom: 0.769rem;
}

.calendar-overlay .overlay-inner .overlay-category span {
  margin-right: 0.615rem;
}

.calendar-overlay .overlay-inner h2 {
  font-size: 1.46rem;
  line-height: 1.3;
  margin-bottom: 1.153rem;
  color: #f6f2ed;
}

.calendar-overlay .overlay-inner .overlay-contents {
  font-size: 1rem;
  font-weight: 300 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.6rem;
  height: 12.5rem;
}

.btn-read-calendar {
  display: block;
  padding: 0.384rem 0px;
  color: white;
  font-size: 1.07rem;
  font-weight: 500;
  margin-top: 1.538rem;
}

.btn-read-calendar:hover {
  text-decoration: underline;
}

.btn-read-calendar i {
  margin-left: 0.384rem;
}

.calendar-overlay-close {
  position: absolute;
  top: 0px;
  right: 10px;
  display: inline-block;
  color: white;
  font-size: 1.46rem;
  padding: 0.769rem;
  z-index: 3;
}
