@charset "UTF-8";
/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 스승의날 Stylesheet
 * Author - moran67@hanbitsoft.co.kr 210513
------------------------------------------------- */
/* CSS Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
strong,
small,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
select,
input,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

img,
fieldset,
button {
  border: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
input,
button,
textarea,
select,
table,
kbd {
  line-height: 1.2;
  font-family: Malgun Gothic, "맑은고딕", "돋움", dotum, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

img {
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

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

a:hover,
a:focus,
a:active {
  text-decoration: underline;
  color: #0000ff;
}

button,
label {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
legend {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  visibility: hidden;
}

/* Reserved Class
-------------------------------------------------------------- */
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

.clearFix {
  zoom: 1;
}

.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

#wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 1200px;
}

#wrap .inner {
  position: relative;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}

#wrap .popup {
  opacity: 0;
  visibility: hidden;
}

#wrap .popup.on {
  opacity: 1;
  visibility: visible;
}

#wrap .popup .popup-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  z-index: 3;
}

#wrap .popup img {
  max-width: 100%;
}

#wrap .dimmed {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.evt-header {
  background: url(../images/bg_header.jpg) no-repeat 50% 0;
  height: 832px;
}

.evt-content01 {
  background: url(../images/bg_content01.jpg) no-repeat 50% 0;
  height: 3577px;
}

.evt-content01 button {
  background: transparent;
  width: 530px;
  height: 112px;
}

.evt-content01 .evt-btn1 {
  position: absolute;
  bottom: 89px;
  left: 0;
}

.evt-content01 .evt-btn2 {
  position: absolute;
  bottom: 89px;
  left: 566px;
}

.evt-content02 {
  background: url(../images/bg_content02.jpg) no-repeat 50% 0;
  height: 1146px;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
