@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");

body {
  font-family: 'Noto Sans KR', 'Noto Sans', 'Roboto', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
    word-break: keep-all;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Nanum Square', 'Noto Sans KR', 'Noto Sans', 'Roboto', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body .font-eng,
body .text-eng {
  font-family: "Montserrat";
  font-weight: 400;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

html body .b-0 {
  border: none !important;
}

html body .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
}

.w-100 {
  width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto
}

/*  */
.font-kor {
  font-family: 'Noto Sans KR', 'Nanum Square', 'Poppins', sans-serif !important;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.sub-navbar.nav-pills .nav-link.active,
.sub-navbar.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #2CC185;
}

.sub-navbar.nav-pills>li+li {
  margin-left: 0px;
}

.sub-navbar.nav-pills .nav-link {
  border-radius: 0rem;
}

.sub-navbar.nav-pills>li.active>a {
  background-color: #2CC185;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.sub-navbar-wrap .sub-navbar li {
  /* border-top: 1px solid #ccc; */
  border-right: 1px solid #e7ecea;
  /* height: 58px; */
}

.sub-navbar-wrap .sub-navbar li:first-child {
  border-left: 1px solid #e7ecea;
}

.sub-navbar-wrap .sub-navbar li:hover {
  color: #111;
}

.sub-navbar-wrap .sub-navbar li.active {
  background: #2CC185;
  color: #fff;
}

.sub-navbar-wrap .sub-navbar li a {
  display: block;
  color: #74777b;
  line-height: 58px;
  padding: 0;
  text-transform: uppercase;
}

.sub-navbar-wrap .sub-navbar li.active a {
  color: #fff;
  font-weight: 600;
}

@media (max-width:574px) {
  .sub-navbar-wrap .sub-navbar li a {
    font-size: 13px;
  }
}

/* KAKAO MAP */
.daum-map>div>div>div:not(:last-child) {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.map-pin {
  position: relative;
  background-color: #2CC185;
  color: #fff;
  border: none;
  padding: 8px 16px;
  text-align: center;
  margin-bottom: 70px;
}

.map-pin:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: -6px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 6px solid;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 0;
  border-top-color: #2CC185 !important;
}

.works-grid-wrapper {
  margin-left: 0px;
  margin-right: 0px;
  padding: 8px 0;
}

.image-box .body {
  padding: 15px 30px 30px;
}

.image-box .body h3 {
  margin-top: 15px;
  color: #222;
}

.image-box .body p {
  font-size: inherit;
  color: #777;
}

.image-box .body p:last-child {
  margin-bottom: 0
}

.image-box.bg-white {
  background-color: #fff;
}

.image-box.bg-dark {
  background-color: #222;
  color: #fff;
}

.overlay-container.overlay-circle {
  border-radius: 50%;
}

/*  */
.navbar-member a {
  font-size: 16px !important;
  background-color: rgba(0, 0, 0, .1);
  padding: 3px 8px;
  display: inline-block;
  margin-bottom: 4px;
}

.table.table-member {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

.app_table,
.r_info_table {
  width: 100%;
  /* border: none !important; */
}

.r_info_table {
  border: none !important;
  border-top: 1px solid #ccc !important;
  margin-bottom: 20px;
}

.r_info_table tr:last-child {
  display: none;
}

.r_info_table td,
.app_table td {
  padding: 10px 16px;
  text-align: center;
  font-size: 16px;
}

.r_info_table td {
  text-align: left;
  border-bottom: 1px solid #ccc;
  width:
}

.r_info_table td.m_c_td1 {
  width: 140px;
  background-color: #f7f7f7;
  font-weight: 400;
}

.app_table #app_td1 {
  background-color: #f7f7f7;
  font-weight: 400;
}

@media (max-width: 991px) {
  .table.table-member {
    border-bottom: none;
  }

  .r_info_table  td,
  .table.table-member td {
    display: inline-block;
    width: 100% ;
    text-align: left;
  }

  .table.table-member td:first-child {
    font-weight: bold;
  }

  .app_table #app_td1 {
    display: none;
  }

  .r_info_table  td {
    font-size: 14px;
  }
  .app_table td {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: left;
    border: none !important;
    padding: 5px 16px;
  }

  .r_info_table td.m_c_td1 {
    background-color: transparent;
    border-bottom: none;
    padding-bottom: 0px;
  }
}




.btn-accent,
.btn-accent.disabled {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color: #32b67a;
  color: #fff;
}
.btn-accent:hover,
.btn-accent.disabled:hover {
  background-color: rgb(50, 182, 122, .87);
}
.btn-accent.active, .btn-accent:active, .btn-accent:focus,
.btn-accent.disabled.active,
.btn-accent.disabled:active,
.btn-accent.disabled:focus {
  color: #ffffff !important;
  background: #263238;
  border-color: #263238;
}


/* ========================
     Popup
   ======================== */
section.popup {border:16px solid #ededed;padding:0;height:100%; height: 100vh;}
section.popup .popup-btn .btn-block + .btn-block {margin-top:5px;margin-left:0;}
section.popup p.font-small {margin-bottom:30px;}
section.popup .popup-btn>input {width:100%;}
section.popup form {margin:0; }

.btn-popup-close {
 position:absolute;
 top:0;
 right:0;

}
.btn-popup-close .btn-box {
 position:absolute;
 top:0;
 right:0;
 width:0px;height:0px;
 border-left:80px solid transparent;
 border-top:80px solid #ededed;
}
.btn-popup-close a.btn {
 position:absolute;
 top:0;
 right:0;
 z-index:1;
}

span.headline  {
 /* border-bottom:3px solid; */
}

.btn-popup-box {
background-color: #ccc;
color: #fff;
font-weight: 800;
width: 40px;
height: 40px;
}




.reserve dl {
  margin-bottom: 50px;
}

.reserve dl dt {
    font-family: 'Noto Sans KR', 'Nanum Square', 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: -1px;
}

.text-accent {
  color: #2CC185;
}

.font-brand {
  font-family: 'Do Hyeon', sans-serif;
}
.main-nav a.logo {
font-size: 28px;
color: #fff;
padding-top: 15px;
padding-bottom: 15px;

}

.main-nav.shrink a.logo {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 60px;
}

@media (max-width: 991px) {
  .main-nav.nav-icons-right a.logo {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    line-height: 60px;
    font-size: 22px;
  }

}


.text-center {
  text-align: center;
}
