@charset "utf-8";

/* --------------------------------------------
 * HanbitSoft Service Development Team
 * 스페셜아바타 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr  20230427
----------------------------------------------- */


/* 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 {background:#000;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:1100px;height: 100%;margin: 0 auto;}
.btnHome {position:absolute;z-index:100;top:39px;right:0px;width:120px;height:50px;}

.header {
  position: relative;
  background: url(../images/bg-header.jpg) no-repeat 50% 0;
  height: 1094px;
}

.section {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.section-01 {
  background-image: url(../images/bg-section-01.jpg);
  height: 2576px;
}
.youtube {
  position: absolute;
  top: 380px;
  left: 50%;
  transform: translate(-50%, 0);
}

.section-02 {
  background-image: url(../images/bg-section-02.jpg);
  height: 3076px;
}

.popup {
  position: absolute;
  top: 1764px;
}
.popup .button {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.popup .content {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  align-items: center;
  justify-content: center;
}
.popup01 {
  left: 446px;
}
.popup01 .content {
  background-image: url(../images/popup01.png);
  left: -437px;
  width: 663px;
  height: 343px;
  padding: 10px 0 0;
  box-sizing: border-box;
}
.popup01 .content img {
  width: 314px;
  padding: 0 4px;
}
.popup02 {
  left: 1008px;
}
.popup02 .content {
  background-image: url(../images/popup02.png);
  left: -210px;
  width: 273px;
  height: 435px;
}
.popup02 .content img {
  position: relative;
  top: 5px;
}
.popup:hover .content {
  display: flex;
}

.footer {
  background: url(../images/bg-footer.jpg) no-repeat 50% 0;
  height: 437px;
}
.footer > div {
  padding: 120px 0 0 100px;
  box-sizing: border-box;
}
.footer h3 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: #9a9a9a;
  text-align: center;
  padding-bottom: 35px;
}
.footer ol {
  counter-reset: numbering;
}
.footer ol li {
  font-family: 돋움;
  font-size: 14px;
  line-height: 24px;
  color: #5c6e88;
}
.footer ol li::before {
  counter-increment: numbering;
  content: counters(numbering, "")". ";
}
.footer ol li a {
  color: #787878;
  text-decoration: underline;
}
.footer ol li span {
  display: block;
  font-size: 16px;
  color: #595959;
}