@charset "UTF-8";

/* ----------------------------------------------
 * HanbitSoft Infra Development Team
 * 스텔라 특판 Stylesheet
 * Author - hsa815@hanbitsoft.co.kr 250609
------------------------------------------------- */
/* 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;
  width: 100%;
  min-width: 1200px;
}

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

.cont .addItemList {
  font-size: 0;
  height: 0;
  line-height: 0;
}

.cont .btnMore,
.cont .btnMore2 {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  cursor: pointer;
  /* border: solid red; */
}
.cont .btnMore2.view{z-index: 100}
/* 교본 */
.cont .btnMore01 {
  top: 995px;
  left: 270px;
}

.cont .btnMore02 {
  top: 995px;
  left: 412px;
}

.cont .btnMore03 {
  top: 995px;
  left: 552px;
}

.cont .btnMore04 {
  top: 995px;
  left: 690px;
}

.cont .btnMore05 {
  top: 995px;
  left: 830px;
}

.cont .btnMore06 {
  top: 995px;
  left: 970px;
}

.cont .btnMore07 {
  top: 995px;
  left: 1111px;
}

.cont .btnMore08 {
  top: 1160px;
  left: 131px;
}

.cont .btnMore09 {
  top: 1160px;
  left: 270px;
}
.cont .btnMore10 {
  top: 1160px;
  left: 412px;
}

  /* 기념품목 */
.cont .btnMore10_1 {
  top: 933px;
  left: 550px;
}

/* ========교본======== */

/* 기존품목 */
.cont .btnMore11 {
  top: 2142px;
  left: 409px;
}
/* 특별개봉혜택 */
  /* 윗줄 */
.cont .btnMore12 {
  top: 1100px;
  left: 337px;
}

.cont .btnMore13 {
  top: 1100px;
  left: 480px;
}

.cont .btnMore14 {
  top: 1100px;
  left: 907px;
  z-index: 99;
}
  /* 아래줄 */
.cont .btnMore15 {
  top: 1495px;
  left: 124px;
  z-index: 99;
}

.cont .btnMore16 {
  top: 1495px;
  left: 409px;
  z-index: 99;
}

.cont .btnMore17 {
  top: 1495px;
  left: 552px;
  z-index: 99;
}

.cont .btnMore18 {
  top: 1495px;
  left: 693px;
  z-index: 99;
}

.cont .btnMore19 {
  top: 1495px;
  left: 908px;
  z-index: 99;
}

.cont .btnMore20 {
  top: 1495px;
  left: 1117px;
  z-index: 99;
}

.cont .btnMore21 {
  top: 1495px;
  left: 268px;
  z-index: 99;
}

.cont .btnMore22 {
  top: 2215px;
  left: 900px;
  z-index: 99;
}

.cont .btnBuy {
  position: absolute;
  top: 580px;
  left: 50%;
  margin-left: -205px;
  -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cont .btnBuy:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

.cont .btnMore:hover .layer,
.cont .btnMore:focus .layer {
  display: block;
}

.cont .layer {
  position: absolute;
  display: none;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.cont .layer11 {
  position: absolute;
  top: 49px;
  left: -373px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 100;
}
.cont .layer11.view {
  top: 26px;
  visibility: visible;
  opacity: 1;
}

.cont .layer12 {
  position: absolute;
  top: -1123px;
  left: -410px;
  display: none;
  z-index: 100;
}

.cont .layer13 {
  position: absolute;
  top: 29px;
  left: -151px;
  display: none;
  z-index: 100;
}

.cont .layer14 {
  position: absolute;
  top: -870px;
  left: -385px;
  display: none;
}

.cont .layer15 {
  position: absolute;
  top: -535px;
  left: 29px;
  display: none;
}

.cont .layer16 {
  position: absolute;
  top: 26px;
  left: -566px;
  display: none;
}

.cont .layer17 {
  position: absolute;
  top: -1115px;
  left: -406px;
  display: none;
}

.cont .layer18 {
  position: absolute;
  top: 28px;
  left: -149px;
  display: none;
}
.cont .layer19 {
  position: absolute;
  top: -420px;
  left: -802px;
  display: none;
}
.cont .layer20 {
  position: absolute;
  top: 28px;
  left: -149px;
  display: none;
}
.cont .layer21 {
  position: absolute;
  top: -398px;
  left: -290px;
  display: none;
}
.cont .layer12.view,
.cont .layer13.view,
.cont .layer14.view,
.cont .layer15.view,
.cont .layer16.view,
.cont .layer17.view,
.cont .layer18.view,
.cont .layer19.view,
.cont .layer20.view,
.cont .layer21.view {
  display: block;
}

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

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

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

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

/* header, .cont00, .cont01, footer {
    image-rendering: pixelated;
} */

footer .prob-view {
  position: absolute;
  top: 207px;
  left: 340px;
  width: 118px;
  height: 18px;
  font-size: 0;
}

.btn_top {
  position: fixed;
  bottom: 0;
  right: -180px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn_top.view {
  right: 30px;
  opacity: 1;
  visibility: visible;
}