@charset "utf-8";
@keyframes stamp_ani {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

html {
  scroll-behavior: smooth; /* 핵심 설정 */
}

.nav ul {
  padding-top: 4%;
  display: flex;
  gap: 40px;
  width: 975px;
  justify-content: flex-start;
  margin: 0 auto;
}
.nav ul li {
  z-index: 999;
}
.nav ul li a {
  color: #fff;
  font-size: 22px;
}
/* --------����-------- */

main {
  background: url(../img/main_bg.jpg) no-repeat center;
  position: relative;
  height: 996px;
}

main .main_logo {
  position: absolute;
  top: 2%;
  left: 50%;
  margin-left: -650px;
}
main .main_logo img {
}

main .main_title {
  position: absolute;
  top: 320px;
  left: 50%;
  margin-left: -650px;
}

main .main_img {
}
main .main_img img {
  position: absolute;
}
main .main_img img:nth-child(1) {
  top: 00px;
  left: 50%;
}
main .main_img img:nth-child(2) {
  bottom: 0px;
  left: 47%;
  margin-left: 455px;
}
main .main_img img:nth-child(3) {
  top: 656px;
  left: 44%;
  margin-left: -30px;
}
main .main_img img:nth-child(4) {
    top: -8%;
    right: -2%;
}

/* --------����01-------- */

.s01 {
  background: url(../img/s01_bg.jpg) no-repeat center;
  position: relative;
  height: 877px;
}

.s01 .s01_logo {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.s01 .s01_logo img {
}

.s01 .s01_stamp {
  position: absolute;
  top: 650px;
  left: 50%;
  margin-left: 33px;
  animation: stamp_ani 1s 0s infinite linear alternate;
}
.s01 .s01_stamp img {
}

/* --------����02-------- */

.s02 {
  height: 488px;
}

.s02 .s02_roll {
  position: absolute;
  left: 50%;
  margin-left: -349px;
  top: 50%;
  transform: translateY(-50%);
}
.s02 .s02_roll img {
}

/* --------����03-------- */

.s03 {
  background: url(../img/s03_bg.jpg) no-repeat center;
  position: relative;
  height: 1021px;
  text-align: center;
}

.s03 .s03_title {
  padding: 55px 0 40px;
}

/* --------����04-------- */

.s04 {
  background: url(../img/s04_img.jpg) no-repeat center;
  height: 923px;
}

/* --------����05-------- */

.s05 {
  background: url(../img/s05_img.jpg) no-repeat center;
  height: 1300px;
}

/* --------����06-------- */

.s06 {
  background: url(../img/s06_bg.jpg) no-repeat center;
  height: 1685px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.s06 .s06_title {
  padding: 170px 0 50px;
}
.s06 .s06_title img {
}

.s06 .tab_btn {
  margin: 0 auto;
  width: 900px;
}
.s06 .tab_btn::after {
  content: "";
  display: block;
  clear: both;
}
.s06 .tab_btn li {
  float: left;
  width: 300px;
  height: 90px;
  background: #222;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
}
.s06 .tab_btn li:hover {
  background: #952229;
}
.s06 .tab_btn li img {
  display: block;
  margin: 0 auto;
}
.s06 .tab_btn li:nth-child(1) {
  border-top-left-radius: 10px;
}
.s06 .tab_btn li:nth-child(3) {
  border-top-right-radius: 10px;
}
.s06 .tab_btn li.on {
  background: #952229;
}

.s06 .tab_img {
  width: 1250px;
  margin: 0 auto;
}
.s06 .tab_img .tab01_img {
  top: 50px;
  padding: 0 25px;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.s06 .tab_img .tab01_img img {
}

.s06 .tab_img .tab01_img .s06_arrow_r {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.s06 .tab_img .tab01_img .s06_arrow_l {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.s06 .tab_img .tab02_img {
  top: 50px;
  padding: 0 25px;
}
.s06 .tab_img .tab02_img img {
}
.s06 .tab_img .tab02_img p {
  color: #fff;
  font-size: 25px;
  letter-spacing: -0.7px;
  padding-top: 15px;
}
.s06 .tab_img .tab02_img .s06_arrow_r {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.s06 .tab_img .tab02_img .s06_arrow_l {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.s06 .tab_img .tab03_img {
  top: 50px;
  width: 800px;
  padding: 0 25px;
}
.s06 .tab_img .tab03_img img {
}
.s06 .tab_img .tab03_img p {
  color: #fff;
  font-size: 25px;
  letter-spacing: -0.7px;
  padding-top: 15px;
}
.s06 .tab_img .tab03_img .s06_arrow_r {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.s06 .tab_img .tab03_img .s06_arrow_l {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.s06 .s06_title_set {
  position: absolute;
  top: 1050px;
  left: 50%;
  margin-left: -600px;
}
.s06 .swiper-wrapper img {
  width: 90%;
}

.s06 .set_img {
  position: absolute;
  top: 1100px;
  left: 50%;
  margin-left: 160px;
  width: 489px;
  height: 404px;
  padding: 0 25px 50px;
}
.s06 .set_img span {
  color: #fff;
  font-size: 30px;
  display: block;
  padding-top: 15px;
}
.s06 .set_img img {
  width: 100%;
}
.s06 .set_btn01 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.s06 .set_btn02 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.s06 .set_tumb {
  position: absolute;
  width: 700px;
  top: 1300px;
  left: 50%;
  margin-left: -580px;
}
.s06 .set_tumb span {
  color: #fff;
  font-size: 20px;
  padding-top: 10px;
}

.s06 .s06_img {
}
.s06 .s06_img img {
  position: absolute;
}
.s06 .s06_img img:nth-child(1) {
  top: 0px;
  right: 50%;
  margin-right: -1060px;
}
.s06 .s06_img img:nth-child(2) {
  top: 0px;
  left: 50%;
  margin-left: -1050px;
}
.s06 .s06_img img:nth-child(3) {
  bottom: -250px;
  right: 50%;
  margin-right: -1050px;
}
.s06 .s06_img img:nth-child(4) {
  bottom: -300px;
  left: 50%;
  margin-left: -900px;
}

/* --------����07-------- */

.s07 {
  background: url(../img/s07_bg.jpg) no-repeat center;
  height: 1440px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.s07 .s07_top {
  position: absolute;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
}
.s07 .s07_top img {
}

.s07 .s07_title {
  padding-top: 450px;
  padding-bottom: 50px;
}
.s07 .s07_title img {
}

.s07 .s07_slider {
  overflow: visible;
}

.s07 .s07_slider .s07_btn01 {
  position: absolute;
  top: -175px;
  right: 50%;
  margin-right: -380px;
  cursor: pointer;
}
.s07 .s07_slider .s07_btn02 {
  position: absolute;
  top: -175px;
  left: 50%;
  margin-left: -380px;
  cursor: pointer;
}

/* --------����08-------- */

.s08 {
  background: url(../img/s08_bg.jpg) no-repeat center;
  height: 1542px;
  text-align: center;
}

.s08 .s08_title {
  padding: 200px 0 50px;
}

/* --------����09-------- */

.s09 {
  background: url(../img/s09_bg.jpg) no-repeat center;
  height: 447px;
  position: relative;
}

.s09 .s09_stamp {
  position: absolute;
  top: 175px;
  left: 50%;
  margin-left: 270px;
  animation: stamp_ani 1s 0s infinite linear alternate;
}
/* --------����10-------- */

.s10 {
  background: url(../img/s10_bg.jpg) no-repeat center;
  height: 2622px;
  position: relative;
  text-align: center;
}

.s10 .s10_title {
  padding: 150px 0 0px;
}
.s10 .s10_title img {
}

.s10 .s10_chart {
  padding: 30px 0;
  position: relative;
}
.s10 .s10_chart img:nth-child(2) {
  position: absolute;
  top: 355px;
  left: 50%;
  margin-left: 290px;
  animation: stamp_ani 1s 0s infinite linear alternate;
}

/* --------Ǫ��-------- */

footer {
  background: #222;
  padding: 50px 0 200px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
footer p {
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 20px;
}
footer cite {
  font-style: normal;
  font-size: 16px;
  opacity: 0.7;
  font-weight: 300;
}

/* --------db----------- */

.db_wrap {
  position: fixed;
  max-width: 1920px;
  width: 100%;
  bottom: -200px;
  background: url(../img/db_bg.jpg) no-repeat 50% / cover;
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.8);
  transition: 0.8s;
  z-index: 9999;
  padding: 10px 0 15px;
}
.db_wrap.scroll_on {
  bottom: 0;
}

.db_wrap .db {
  width: 1115px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: -30px;
}
.db_wrap .db h2 {
  float: left;
  width: 459px;
  padding: 40px 0px 0 0;
}
.db_wrap .db .inputbox {
  float: left;
  width: 34%;
  margin-top: 50px;
}

.inputbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}

.inputbox .inputCon input {
  text-align: center;
  text-decoration: unset;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  border: none;
}

.db_wrap .db .inputbox .inputCon {
  float: left;
  width: 45%;
}
.db_wrap .db .inputbox input {
  cursor: pointer;
}
.db_wrap .db ul li input[type="text"] {
  width: 100%;
  padding: 6px 5px;
  height: 30px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 15px;
  margin-top: 50px;
}
.db_wrap .db ul li input[type="text"]::placeholder {
  color: #aaa;
  font-size: 15px;
  text-align: center;
}
.db_wrap .db .agree {
  margin-top: 4px;
  text-align: left;
  color: #fff;
  font-size: 13px;
  letter-spacing: -1px;
}
.db_wrap .db .agree a {
  text-decoration: underline;
}
.db_wrap .db .agree input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.db_wrap .db .db_submit {
  padding: 20px 0;
  font-size: 20px;
  text-align: center;
  width: 253px;
  background-color: #131d27;
  color: #fff;
  border-radius: 10px;
  float: right;
  animation: submit_btn 0.3s 0s infinite alternate ease-in;
  margin-top: 44px;
}
.db_wrap .db .db_submit img {
  width: 100%;
}
@keyframes submit_btn {
  0% {
    transform: translate(0, -4px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.db_wrap .db .db_submit input {
  transition: 0.3s;
}
.db_wrap .db .db_submit input:hover {
  filter: contrast(120%);
}

.layer {
  position: fixed;
  display: none;
  left: 0;
  top: 180px;
  z-index: 3000000;
  width: 100%;
}
.layer .close_btn {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  background: #aa0000;
  border-radius: 0 10px 0 10px;
  color: #fff;
}
.layer .close_btn a {
  display: block;
  color: #fff;
  padding: 14px 18px;
  font-size: 20px;
  font-weight: bold;
}
.layer .layer_wrap {
  position: relative;
  width: 100%;
  max-width: 700px;
  top: 0px;
  margin: 0 auto;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.95);
  text-align: left;
  letter-spacing: -0.5px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
}
.layer .layer_wrap .DB_info_detail {
  width: 100%;
  margin: 18px auto;
  padding-bottom: 16px;
  line-height: 1.6;
  color: #fff;
  font-size: 12px;
}
.layer .layer_wrap .DB_info_detail h2 {
  padding: 22px;
  border-bottom: 1px solid #222;
  font-size: 24px;
  font-weight: bold;
}
.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap p {
  padding: 8px;
  margin-bottom: 12px;
  font-size: 13px;
}
.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap {
  width: 98%;
  height: 360px;
  padding: 8px 16px;
  overflow: auto;
  box-sizing: border-box;
}
.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap dl dt {
  display: block;
  background: #fff;
  border-radius: 3px;
  padding: 7px 10px;
  font-weight: bold;
  color: #333;
}
.layer .layer_wrap .DB_info_detail .DB_info_detail_wrap dl dd {
  margin-bottom: 16px;
  padding: 4px 12px;
  box-sizing: border-box;
}

/* --------��----------- */

.quick .quick01 {
  position: fixed;
  bottom: 31%;
  right: 1%;
  z-index: 99999;
  transition: 0.5s;
}
.quick .quick01.scroll_on {
  right: 1%;
}

.quick .quick02 {
  position: fixed;
  bottom: 15%;
  right: 1%;
  z-index: 99999;
  transition: 0.5s;
}
.quick .quick02.scroll_on {
  right: 1%;
}

.m_img {
  display: none;
}
.pc_img {
  display: inline-block;
}

/* --------반응형----------- */

@media (max-width: 960px) {
  .m_img {
    display: block;
  }
  .pc_img {
    display: none;
  }
  #wrap {
    max-width: 100%;
    min-width: 100%;
  }
  .nav ul {
    display: none;
  }
  main {
    background: none;
    height: auto;
  }
  main .main_img img:nth-child(4) {
    display: none;
  }
  main .main_img img {
    display: none;
  }
  main .main_title {
    display: none;
  }
  main img {
    width: 100%;
  }
  .quick img {
    width: 50%;
  }
  .quick .quick01 {
    right: -12%;
    bottom: 32%;
  }
  .quick .quick02 {
    bottom: 23%;
    right: -12%;
  }
  .s01 .s01_logo img {
    display: none;
  }

  .s01,
  .s03,
  .s04,
  .s05 {
    background: none;
    height: auto;
  }
  .s01 .m_img,
  .s02 .m_img,
  .s03 .m_img,
  .s04 .m_img,
  .s05 .m_img {
    width: 100%;
  }
  .s01 .s01_stamp {
    left: 50%;
    top: 86%;
    margin-left: 0;
    transform: translate(-50%, -50%);
  }
  .s01 .s01_stamp img {
    width: 100%;
  }
  .s02 {
    height: auto;
  }
  .s03 .s03_title {
    padding: 0;
  }
  .s06 .s06_title {
    padding: 50px 0 20px;
  }
  .s06 .s06_title img {
    width: 100%;
  }
  .s06 .tab_img {
    width: 100%;
  }
  .s06 .tab_img .tab01_img {
    gap: 7px;
    padding: 0;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .s06 .tab_img .tab01_img img {
    width: 46%;
  }
  .s06 .tab_img p {
    display: none;
  }
  .s06 .s06_title_set {
    position: unset;
    margin-left: 0;
  }
  .s06 .s06_title_set img {
    width: 90%;
    margin: 30px 0;
  }
  .s06 .set_img {
    position: unset;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 0;
    width: auto;
    height: auto;
  }
  .s06 .set_btn01,
  .s06 .set_btn02 {
    top: 69%;
  }
  .s06 .set_tumb {
    position: unset;
    margin-left: 0;
    width: auto;
  }
  .s06 {
    height: auto;
    padding-bottom: 50px;
  }
  .s07 {
    height: auto;
    padding-bottom: 50px;
  }
  .s07 .s07_top {
    display: none;
  }
  .s07 .s07_title {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .s07 .s07_title img {
    width: 75%;
  }
  .s07 .s07_slider img {
    width: 100%;
  }
  .s08 {
    height: auto;
    padding-bottom: 50px;
  }
  .s08 .s08_title {
    padding: 50px 50px 20px;
  }
  .s08 .s08_title img {
    width: 100%;
    margin: 0 auto;
  }
  .s08 .s08_list img {
    width: 95%;
  }
  .s09 {
    height: auto;
    background: none;
  }
  .s09 img {
    width: 100%;
  }
  .s09 .s09_stamp {
    margin-left: 0;
    transform: translate(-50%, 16%);
  }
  .s10 .s10_title {
    padding: 50px 0 20px;
  }
  .s10 .s10_title img {
    width: 60%;
  }
  .s10 img {
    width: 92%;
    margin: 0 auto;
  }
  .s10_stamp {
    display: none;
  }
  .s10 {
    height: auto;
    padding-bottom: 50px;
  }
  footer p {
    font-size: 11px;
  }
  footer cite {
    font-size: 11px;
  }
  .db_wrap {
    background: none;
    background-color: #951722;
  }
  .db_wrap .db {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .db_wrap .db h2 {
    width: 100%;
    padding: 30px 0 0 0;
    display: none;
  }
  .db_wrap .db h2 img {
    display: none;
  }
  .db_wrap .db ul {
    width: 100%;
  }
  .db_wrap .db .agree {
    font-size: 9px;
  }
  .db_wrap .db ul li input[type="text"] {
    font-size: 11px;
    height: 20px;
    margin-top: 10px;
  }

  .db_wrap .db ul li {
    width: 43%;
  }
  .db_wrap .db .db_submit {
    float: unset;
    width: 97%;
    margin-top: 15px;
    font-size: 14px;
    padding: 15px 0;
  }
  .db_wrap .db .inputbox {
    width: 95%;
    gap: 5px;
    margin-top: 40px;
  }
  .center {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .s06 .set_img img {
    width: 80%;
  }
}
