.wrap,
.container {
  font-size: 1em;
  font-family: "Noto Sans KR", sans-serif;
}

.sub-wrap {
  max-width: 1345px;
  margin: 0 auto;
}

.bar-wrap {
  max-width: 1212px;
  margin: 0 auto;
}

.bar-wrap-mo {
  max-width: 768px;
  margin: 0 auto;
}

.sub-wrap-mo {
  max-width: 638px;
  margin: 0 auto;
}

.sub-bar-wrap {
  max-width: 815px;
  margin: 0 auto;
}
.sub-bar-mo {
  max-width: 638px;
  margin: 0 auto;
}

/* custom checkbox */
#checkBox {
  position: absolute;
  opacity: 0;
}
#checkBox + label {
  position: relative;
  display: inherit;
  height: 17px;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  font-size: 13px;
}
#checkBox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 3px;
}
#checkBox:hover + label:before {
  background: #7a9fba;
}
#checkBox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
#checkBox:checked + label:before {
  background: #7a9fba;
}
#checkBox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
#checkBox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
#checkBox:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
  transform: rotate(45deg);
}

a {
  text-decoration: none;
  color: #333;
}


.event-content-title .eye:before{
	content: ''; display: block; width: 60px; height: 34px; background: url('/event/assets/img/main/eye.svg')no-repeat; margin: 0 auto 20px;
}

.event-content-title .nose:before{
	content: ''; display: block; width: 25px; height: 46px; background: url('/event/assets/img/main/nose.svg')no-repeat; margin: 0 auto 20px;
}
.event-content-title .special:before{
	content: ''; display: block; width: 44px; height: 66px; background: url('/event/assets/img/main/special.svg')no-repeat; margin: 0 auto 20px;
}
