@charset "UTF-8";
/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 청하와함께황금추석 Stylesheet
 * Author - moran67@hanbitsoft.co.kr 200924
 ------------------------------------------------- */
/* 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;
}

button {
  background: transparent;
}

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

.fL {
  float: left;
}

.fR {
  float: right;
}

.clearFix {
  zoom: 1;
}

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

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

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

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

section {
  background: url(../images/bg_content.jpg) no-repeat 50% 0;
  height: 3561px;
}

section .btn-more01 {
  position: absolute;
  top: 556px;
  left: 397px;
  width: 32px;
  height: 35px;
}

section .layerpop01 {
  opacity: 0;
  position: absolute;
  top: 598px;
  left: 225px;
  background: url(../images/popup_01.png) no-repeat;
  width: 376px;
  height: 180px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s, transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s, transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

section .btn-more01:hover + div {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

section .btn-more02 {
  position: absolute;
  top: 1001px;
  left: 372px;
  width: 357px;
  height: 62px;
}

section .layerpop02, section .layerpop03 {
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

section .layerpop02.on, section .layerpop03.on {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

section .layerpop02 .popup-inner, section .layerpop03 .popup-inner {
  position: relative;
  text-align: center;
}

section .layerpop02 .popup-inner .btn-confirm, section .layerpop03 .popup-inner .btn-confirm {
  position: absolute;
  bottom: 68px;
  left: 50%;
  margin-left: -56px;
  width: 113px;
  height: 48px;
}

section .btn-more03 {
  position: absolute;
  top: 547px;
  left: 36px;
  width: 178px;
  height: 39px;
}

footer {
  background: url(../images/bg_footer.jpg) no-repeat 50% 0;
  height: 459px;
}
