@charset "utf-8";

/* --------------------------------------------
 * HanbitSoft Service Development Team
 * 로즈데이 이벤트 Stylesheet
 * Author - hsa815@hanbitsoft.co.kr 20250429
----------------------------------------------- */


/* 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:focus {outline:0}
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
-------------------------------------------------------------- */
.irPm{display:block;font-size:0;line-height:0;text-indent:-9999px}
.irWa{display:block;overflow:hidden;position:relative;width:100%;height:100%;z-index:-1}
.blind{position:absolute !important;clip:rect(0,0,0,0);clip-path:polygon(0 0,0 0,0 0);width:1px;height:1px;margin:-1px;overflow:hidden;white-space:nowrap;}
.show{display:block}
.hide{display:none}
.fL{float:left}
.fR{float:right}
.clearFix{zoom:1}
.clearFix:after{clear:both;display:block;content:''}

/* Styles
-------------------------------------------------------------- */
body {font-family: '맑은 고딕', Malgun Gothic, dotum, Helvetica, sans-serif;}
#wrap {position:relative;width:100%;min-width:1200px;max-width:2000px;margin:0 auto;}
.inner {position:relative;width:1210px;margin: 0 auto;}
.btnHome {position:absolute;z-index:100;top:41px;right:55px;width:120px;height:46px;}

.header {
  position: relative;
  background: url(../images/bg-header.jpg) no-repeat 50% 0;
  width: 100%;
  height: 1038px;
}

.section {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(../images/bg-section.jpg);
  height: 3755px;
}

.section .inner {
  height: 100%;
}
.ico_more{
  position: absolute;
  bottom: 597px;
  right: 57px;
  width: 30px;
  height: 30px;
  font-size: 0;
  cursor: pointer;
}
.ico_more .popup{
  display: none;
  position: absolute;
  top: 30px;
  left: -218px;
}
.ico_more:hover .popup{
  display: block;
}
.footer {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #281f0c;
}
.footer > div {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}
.footer h3 {
  background: url(../images/footer-notice-text.png) no-repeat 50% 0;
  width: 80px;
  height: 22px;
  margin: 0 auto;
  padding-bottom: 27px;
}
.footer ol {
  counter-reset: numbering;
}
.footer ol li {
  display: table;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.07em;
  color: #9b8047;
  text-align: center;
  word-break: keep-all;
  margin: 9px auto;
}
.footer ol li::before {
  counter-increment: numbering;
  content: counters(numbering, "")". ";
  /* display: table-cell; */
  padding-right: 8px;
}
.footer ol li span{
  color: #9b8047;
}
.footer ol li a {
  color: #9b8047;
  text-decoration: underline;
}
.footer ol li span {
  display: block;
  font-size: 16px;
  color: #595959;
}
.footer .copyright {
  border-top: 1px solid #9b8047;
  background: #281f0c;
  font-family: '돋움', dotum, sans-serif;
  font-size: 12px;
  color: #9b8047;
  text-align: center;
  padding: 44px 0;
  margin: 0 auto;
}