/* html5 Elements */
section,
article,
aside,
header,
footer,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-text-size-adjust: none;
}

a {
  color: #494949;
  text-decoration: none;
}

/* basic */
fieldset,
img,
iframe {
  border: 0 none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
select {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.001em;
  color: #494949;
}

* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

body,
html {
  /* height: 100%; */
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
thead,
tfoot,
tbody,
tr,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
img,
a,
button,
span,
em,
strong,
i,
b,
address {
  border: 0;
}

table,
thead,
tfoot,
tbody,
tr,
th,
td {
  border-collapse: separate;
  border-spacing: 0;
}

ul,
ol,
li {
  list-style: none;
}

input,
select,
textarea,
a,
button {
  box-sizing: border-box;
}

textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input,
select,
textarea,
button,
img,
span,
em,
strong,
i,
b,
address {
  vertical-align: top;
}

input[type=submit],
input[type=button],
button {
  overflow: visible;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input[type=radio] {
  margin-right: 3px;
  vertical-align: middle;
}

input[type=radio] + label {
  margin-right: 3px;
  vertical-align: middle;
}

button span {
  overflow: hidden;
  position: fixed;
  top: -1000px;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 1px;
}

a {
  text-decoration: none;
}

em,
i,
address {
  font-style: normal;
}

.boardIfr {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* input - check */
input[type=checkbox] {
  vertical-align: middle;
}

/*chorme*/
.input[type=text] {
  -webkit-ime-mode: active;
  -moz-ime-mode: active;
  -ms-ime-mode: active;
  ime-mode: active;
}

/* common */
#skipToContent dt {
  overflow: hidden;
  position: absolute;
  top: -30px;
  left: 0;
  height: 30px;
}

#skipToContent a {
  display: block;
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  height: 45px;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 45px;
}

#skipToContent a:hover,
#skipToContent a:focus {
  top: 0;
}

/*comment*/
.sr-only,
.blind,
.access-hide,
legend,
.hide {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1000em;
  left: 0;
  width: 0;
  height: 0;
}

.bd-none {
  border: none !important;
}

.bg-none {
  background: none !important;
}

.text-hide {
  border: 0;
  background-color: transparent;
  font-size: 0;
  color: transparent;
  text-shadow: none;
}

.tc,
.text-center {
  text-align: center !important;
}

.tl,
.text-left {
  text-align: left !important;
}

.tr,
.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.fl,
.float-left {
  float: left !important;
}

.fr,
.float-right {
  float: right !important;
}

.clear {
  clear: both !important;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.board-detail-content img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pl10 {
  padding-left: 10px;
}

.mb10 {
  margin-bottom: 1em;
}

.mb20 {
  margin-bottom: 20px;
}

.slick-dots{
  display: block;
}

@media all and (min-width: 768px) {
  .tab_mobile {
    display: none;
  }
.slick-dots{
    display: none !important;
  }
}
.visible-phone,
.visible-tablet,
.visible-desktop,
.visible-large {
  display: none !important;
}

.visible-phone-block,
.visible-phone-inline,
.visible-phone-inline-block,
.visible-tablet-block,
.visible-tablet-inline,
.visible-tablet-inline-block,
.visible-desktop-block,
.visible-desktop-inline,
.visible-desktop-inline-block,
.visible-large-block,
.visible-large-inline,
.visible-large-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: block !important;
  }
  table.visible-phone {
    display: table;
  }
  tr.visible-phone {
    display: table-row !important;
  }
  th.visible-phone,
td.visible-phone {
    display: table-cell !important;
  }
  .visible-phone-block {
    display: block !important;
  }
  .visible-phone-inline {
    display: inline !important;
  }
  .visible-phone-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-tablet {
    display: block !important;
  }
  table.visible-tablet {
    display: table;
  }
  tr.visible-tablet {
    display: table-row !important;
  }
  th.visible-tablet,
td.visible-tablet {
    display: table-cell !important;
  }
  .visible-tablet-block {
    display: block !important;
  }
  .visible-tablet-inline {
    display: inline !important;
  }
  .visible-tablet-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-desktop {
    display: block !important;
  }
  table.visible-desktop {
    display: table;
  }
  tr.visible-desktop {
    display: table-row !important;
  }
  th.visible-desktop,
td.visible-desktop {
    display: table-cell !important;
  }
  .visible-desktop-block {
    display: block !important;
  }
  .visible-desktop-inline {
    display: inline !important;
  }
  .visible-desktop-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-large {
    display: block !important;
  }
  table.visible-large {
    display: table;
  }
  tr.visible-large {
    display: table-row !important;
  }
  th.visible-large,
td.visible-large {
    display: table-cell !important;
  }
  .visible-large-block {
    display: block !important;
  }
  .visible-large-inline {
    display: inline !important;
  }
  .visible-large-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-large {
    display: none !important;
  }
}
.iframe_layout {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iframe_layout iframe {
  margin-top: -70px;
}

.icon {
  display: inline-block;
}

#year{
  width:160px;
}

#month{
  width:150px;
  margin-right: 10px;
}

/* 임시적용 */
body {
  overflow-x: hidden;
}

/*# sourceMappingURL=common.css.map */


.layerpop{
display:none;
}

.layerpop.active{
display:block;
}

/* 20240102 추가*/
.schedule{
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px;
}