@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #30A1FF;
  min-width: 1320px;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "돋움,sans-serif";

}

.hidden {
  display: block;
  font-size: 0;
}

#wrap {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

#header {
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #F0F0F0;
  background: #FFF;
}

#header .header_fix {
  width: 1320px;
  height: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

#header .header_fix .logo {
  display: flex;
  align-items: center;
  width: 150px;
  margin-right: 167px;
}

#header .header_fix .logo {
  width: 150px;
  height: auto;
  text-align: center;
}

.header_fix span {
  margin-top: 10px;
  font-size: 46px;
  font-weight: 400;
  color: #333;
  font-family: "snowcrab";
}

.main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background-size: cover;
  background: url(../images/bg.png) no-repeat center top;
  min-height: calc(100% - 96px);
  /* height: 100%; */
  /* padding-bottom: 77px; */
}



.con_container {
  width: 100%;
  margin: 0 auto;
  height: auto;
  width: 1135px;
  padding-top: 77px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 44px;
  padding-bottom: 158px;
  position: relative;
}

.obj {
  position: absolute;
}

.obj01 {
  top: 41%;
  left: -21%;
}

.obj02 {
  right: -22%;
  bottom: 11%;
}

.con_container ul {
  /* width: 100%; */
  display: flex;
  padding: 48px;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  border-radius: 20px;
  background: #FFF;
}

.con_container ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.titleImg {
  height: 351px;
}

.classBtn {
  display: flex;
  width: 234px;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #FFE103;
  color: #353535;
  font-size: 24px;
  font-weight: 700;
}

.bookcover {
  height: 331px;
  aspect-ratio: 41/58;
  border-radius: 8px;
  /* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
  box-shadow: 6px 6px 6px 0 rgba(208, 208, 208, 0.20);
}

.btnBox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.btnBox a {
  display: flex;
  width: 234px;
  padding: 17px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid #FFE103;
  background: #FFFBE0;
  color: #303030;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.btnBox a:hover {
  border: 1px solid #FFE103;

  background: #FFE103;
}

/*****************************/
/* Line Box */
/*****************************/

/* 푸터 */
.footer {
  /* 하단 고정 */
  /* position: fixed;
bottom: 0;
transform: translateY(-100%);*/
  /* position: relative;
  transform: translateY(-100%); */
  background-color: #ffffff;
  width: 100%;
  z-index: 200;
  box-sizing: border-box;
  border-top: 1px solid rgb(207, 207, 207);
}

.footer .foot {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 1320px;
  height: 100%;
  height: 120px;
  margin: 0 auto;
  gap: 24px;
}

.footer .foot .jihak_logo {
  /* height: 50px; */
  width: 154px;
}

.footer .foot .foot_container {
  text-align: justify;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer .foot .foot_container p {
  color: #474747;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.footer .foot .foot_container p:last-child {
  color: #939393;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
}