@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');
@font-face {
    font-family: 'TmonMonsori';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {font-family:'Pretendard Variable', sans-serif; line-height: 1.5; overflow-x: hidden;}
h1, h2, h3, h4, h5, h6 {font-family:'Pretendard Variable', dotum, sans-serif;}
input, button {font-family:'Pretendard Variable', dotum, sans-serif;}
a {color:#000;}


.inner_header {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
}
.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.inner_footer {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;  
}
.inner_1290 {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}
.inner_1336 {
  max-width: 1336px;
  width: 100%;
  margin: 0 auto;  
}
.inner_1420 {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}
.inner_1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.inner_1450 {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
}
.inner_1668 {
  max-width: 1668px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .inner_footer {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .inner {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 1290px) {
  .inner_1290 {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 1336px) {
  .inner_1336 {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 1420px) {
  .inner_1420 {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 1440px) {
  .inner_1440 {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 1450px) {
  .inner_1450 {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 1540px) {
  .inner_header {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 1668px) {
  .inner_1668 {
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 1420px){
  .inner_1420{
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .inner_header,
  .inner_footer,
  .inner,
  .inner_1290,
  .inner_1336,
  .inner_1420,
  .inner_1440,
  .inner_1450,
  .inner_1668 {
    max-width: 100%;
    padding: 0 16px;
  }
}

/* header */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#header .header_wrap {
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#header .header_wrap .logo {
  height: 70px;
}
#header .header_wrap .logo > a > img {
  height: 100%;
}
#header .gnb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  max-width: 960px;
  width: max-content;
}
#header .gnb > li > a {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 98px;
  padding: 0 40px;
}
#header .call_box {
  background-color: #FC2C2C;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 98px;
  position: relative;
}
#header .call_box:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: #FC2C2C;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
#header .call_box > a {
  display: block;
  padding: 0 12px;
}
#header .call_box > a .cont_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
#header .call_box > a .cont_wrap .icon_box{
  height: 22px;
  border-radius: 100px;
  overflow: hidden;
}
#header .call_box > a .cont_wrap .icon_box > img {
  height: 100%;
}
#header .call_box > a .cont_wrap .icon_text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
#header .call_box > a .num {
  font-family: 'TmonMonsori';
  line-height: 1;
  font-size: 37px;
  color: #fff;
  margin-top: 6px;
}
#header.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s ease;
}
#header .mobile_menu {
  display: none;
}
@media (max-width: 1440px) {
  #header .gnb > li > a {
    font-size: 20px;
    padding: 0 30px;
  }
  #header .call_box > a .num {
    font-size: 32px;
  }
  #header .call_box > a .cont_wrap .icon_text {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  #header .gnb > li > a {
    font-size: 18px;
    padding: 0 20px;
  }
  #header .call_box {
    display: none;
    height: 80px;
  }
  #header .call_box > a .num {
    font-size: 28px;
  }
  #header .call_box > a .cont_wrap .icon_text {
    font-size: 14px;
  }
  #header .header_wrap .logo {
    height: 60px;
  }
}
@media (max-width: 992px) {
  #header .header_wrap .logo {
    height: 50px;
  }
  #header .gnb {
    max-width: 90%;
  }
  #header .gnb > li > a {
    font-size: 16px;
    padding: 0 16px;
    line-height: 80px;
  }
  #header .call_box {
    height: 70px;
  }
  #header .call_box > a .cont_wrap .icon_box {
  font-size: 16px;
  }
  #header .call_box > a .cont_wrap .icon_text {
    font-size: 16px;
  }
    #header .call_box > a .num {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #header .header_wrap {
    padding: 0 16px;
    height: 64px;
  }
  #header .gnb {
    display: none;
  }
  #header .call_box {
    height: 64px;
    padding: 0 12px;
  }
  #header .mobile_menu {
    display: block;
    cursor: pointer;
  }
}

/* section_1 */
#section_1 {
  background-image: url(../img/section_1_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#section_1 .title_box {
  font-family: 'TmonMonsori';
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding: 342px 0;
}
#section_1 .title_box .title {
  font-size: 100px;
  word-break: keep-all;
}
#section_1 .title_box .title .icon_text {
  position: relative;
}
#section_1 .title_box .title .icon_text .text_img_box {
  height: 91px;
  position: absolute;
  top: -70%;
  left: 45%;
  transform: translateX(-50%);
}
#section_1 .title_box .title .icon_text .text_img_box > img {
  height: 100%;
}
#section_1 .title_box .title .point_red {
  color: #ff0505;
}
#section_1 .title_box .desc {
  margin-top: 18px;
  font-size: 80px;
  transform: skew(-10deg);
}
#section_1 .title_box .badge {
  font-family: 'Pretendard Variable', serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  padding: 16px 32px;
  border-radius: 100px;
  background-color: #c00000;
  margin-top: 48px;
  word-break: keep-all;
  line-height: 1.5;
}
#section_1 .title_box .badge .br_pc {
  display: none;
}
@media (max-width: 1440px) {
  #section_1 .title_box {
    padding: 260px 0;
  }
  #section_1 .title_box .title {
    font-size: 80px;
  }
  #section_1 .title_box .desc {
    font-size: 60px;
    margin-top: 16px;
  }
  #section_1 .title_box .badge {
    font-size: 24px;
    margin-top: 40px;
  }
  #section_1 .title_box .title .icon_text .text_img_box {
    height: 72px;
    top: -70%;
  }
}

@media (max-width: 1024px) {
  #section_1 .title_box {
    padding: 200px 0;
  }
  #section_1 .title_box .title {
    font-size: 60px;
  }
  #section_1 .title_box .desc {
    font-size: 42px;
  }
  #section_1 .title_box .badge {
    font-size: 20px;
    margin-top: 32px;
    padding: 14px 28px;
  }
  #section_1 .title_box .title .icon_text .text_img_box {
    height: 60px;
    top: -78%;
  }
}

@media (max-width: 768px) {
  #section_1 .title_box {
    padding: 140px 0;
  }
  #section_1 .title_box .title {
    font-size: 40px;
    text-align: center;
  }
  #section_1 .title_box .desc {
    font-size: 28px;
    margin-top: 12px;
  }
  #section_1 .title_box .badge {
    font-size: 16px;
    padding: 12px 20px;
    margin-top: 24px;
    text-align: center;
  }
  #section_1 .title_box .badge .br_pc {
    display: block;
  }
  #section_1 .title_box .title .icon_text .text_img_box {
    height: 48px;
    top: -94%;
  }
}

@media (max-width: 480px) {
  #section_1 .title_box .title {
    font-size: 28px;
  }
  #section_1 .title_box .desc {
    font-size: 20px;
  }
  #section_1 .title_box .badge {
    font-size: 14px;
    padding: 10px 16px;
  }
  #section_1 .title_box .title .icon_text .text_img_box {
    height: 36px;
    top: -100%;
  }
}

/* section_2 */
#section_2 {
  background-image: url(../img/section_2_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#section_2 .section_2_wrap {
  display: flex;
  align-items: center;
  gap: 52px;
  padding: 120px 0 90px;
  position: relative;
}
#section_2 .text_box {
  font-family: 'TmonMonsori', sans-serif;
  font-size: 55px;
  line-height: 1;
  z-index: 1;
}
#section_2 .text_box .title {
  color: #fff;
  padding: 14px 22px;
}
#section_2 .text_box .desc {
  font-size: 58px;
  color: #721213;
  background-color: #FEAE35;
  padding: 14px 22px;
}
#section_2 .deliver_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
#section_2 .badge {
  display: block;
  font-family: 'Pretendard Variable', serif;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  padding: 28px 18px 0;
}
#section_2 .badge .point_orange {
  color: #ffae35;
}
#section_2 .deliver_list_wrap {
  z-index: 1;
}
#section_2 .deliver_list {
  position: relative;
}
#section_2 .deliver_list > li {
  height: 98px;
  border-radius: 20px;
  overflow: hidden;
}
#section_2 .deliver_list > li > img {
  height: 100%;
}
#section_2 .img_box {
  height: 426px;
  position: absolute;
  bottom: -5px;
  right: 0;
}
#section_2 .img_box > img {
  height: 100%;
}
@media (max-width: 1440px) {
  #section_2 .section_2_wrap {
    gap: 40px;
    padding: 120px 0 80px;
  }
  #section_2 .text_box {
    font-size: 48px;
  }
  #section_2 .text_box .desc {
    font-size: 50px;
  }
  #section_2 .badge {
    font-size: 24px;
  }
  #section_2 .img_box {
    height: 406px;
    right: 2%;
  }
}
@media (max-width: 1668px) {
  #section_2 .text_box .desc {
    font-size: 40px;
  }
  #section_2 .img_box {
    right: 4%;
  }
}
@media (max-width: 1024px) {
  #section_2 .section_2_wrap {
    flex-direction: column;
    gap: 32px;
    padding: 40px 0;
    align-items: flex-start;
  }
  #section_2 .text_box {
    font-size: 40px;
  }
  #section_2 .text_box .desc {
    font-size: 44px;
  }
  #section_2 .badge {
    font-size: 20px;
  }
  #section_2 .deliver_list {
    flex-wrap: wrap;
    gap: 16px;
  }
  #section_2 .img_box {
    height: 436px;
  }
}

@media (max-width: 768px) {
  #section_2 .section_2_wrap {
    padding: 60px 0;
  }
  #section_2 .text_box {
    font-size: 32px;
  }
  #section_2 .text_box .desc {
    font-size: 36px;
  }
  #section_2 .badge {
    font-size: 18px;
    padding: 20px 14px;
  }
  #section_2 .deliver_list > li {
    height: 72px;
  }
    #section_2 .img_box {
    height: 236px;
    right: 0;
  }
}

@media (max-width: 480px) {
  #section_2 .section_2_wrap {
    gap: 16px;
  }
  #section_2 .text_box {
    font-size: 24px;
  }
  #section_2 .text_box .desc {
    font-size: 28px;
  }
  #section_2 .badge {
    font-size: 16px;
    text-align: center;
  }
  #section_2 .deliver_list {
    justify-content: space-between;
    gap: 12px;
  }
  #section_2 .deliver_list > li {
    height: 52px;
    border-radius: 5px;
  }
  #section_2 .badge {
  padding: 16px 0;
  text-align: left;
  }
}

/* section_3 */
#section_3 {
  background-image: url(../img/section_3_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#section_3 .wrap_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 290px;
}
#section_3 .text_box {
  color: #fff;
}
#section_3 .text_box .title {
  font-family: 'TmonMonsori', sans-serif;
  font-size: 100px;
  line-height: 1;
  transform: skew(-10deg);
}
#section_3 .text_box .title .point_red {
  color: #FE0809;
}
#section_3 .text_box .title .icon_text {
  position: relative;
}
#section_3 .text_box .title .icon_text:after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/section_3_icon_text.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -70%;
  left: 0;
}
#section_3 .text_box .desc {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-top: 28px;
}
#section_3 .point_list {
  width: 100%;
  margin-top: 84px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
}
#section_3 .point_list > li {
  width: calc((100% - 44px) / 3);
  border-radius: 20px;
  overflow: hidden;
}
#section_3 .point_list > li .text_box {
  background-color: #6D080D;
  padding: 32px 8px;
  word-break: keep-all;
}
#section_3 .point_list > li .text_box .badge_num {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  background-color: #F8D266;
  box-shadow: inset 6px -6px rgba(255, 180, 72, 1);
}
#section_3 .point_list > li .text_box .badge_num .gradient_num {
  background: linear-gradient(90deg, #D0AA51, #815224);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
#section_3 .point_list > li .text_box .title {
  font-family: 'Pretendard Variable', serif;
  margin-top: 18px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  transform: skew(0);
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.14rem;
}
#section_3 .point_list > li .title .point_red {
  color: #fb121e;
  font-weight: 800;
}
#section_3 .point_list > li .img_box {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
#section_3 .point_list > li .img_box > img {
  width: 100%;
}
#section_3 .wrap_2 {
  padding: 200px 0;
}
#section_3 .wrap_2 .text_box {
  color: #fff;
  text-align: center;
}
#section_3 .wrap_2 .text_box .title {
  font-family: 'TmonMonsori', sans-serif;
  word-break: keep-all;
  font-size: 65px;
  line-height: 1;
}
#section_3 .wrap_2 .text_box .info {
  margin-top: 28px;
  font-size: 32px;
  font-weight: 700;
}
#section_3 .wrap_2 .text_box .desc {
  font-size: 24px;
  font-weight: 400;
  word-break: keep-all;
}
#section_3 .wrap_2 .text_box .title .red_point {
  color: #ff0505;
}
#section_3 .step_list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 64px;
}
#section_3 .step_list > li {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 200px 0;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 30px rgba(37, 37, 37, 0.5);
}
#section_3 .step_list > li .icon_box {
  height: 52px;
  background-image: url(../img/section_3_step_badge.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-family: 'TmonMonsori', sans-serif;
  font-size: 26px;
  color: #5b0606;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  transform: rotate(-4.67deg);
}
#section_3 .step_list > li:first-child {
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  background-image: url(../img/section_3_step_list_img_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#section_3 .step_list .mid {
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  margin: 0 -7%;
  background-image: url(../img/section_3_step_list_img_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#section_3 .step_list > li:last-child {
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
  background-image: url(../img/section_3_step_list_img_3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1200px) {
  #section_3 .text_box .title {
    font-size: 68px;
  }
  #section_3 .text_box .desc {
    font-size: 28px;
  }
  #section_3 .point_list > li {
    width: calc((100% - 44px) / 3);
  }
  #section_3 .point_list > li .text_box .title {
    font-size: 24px;
  }
  #section_3 .point_list > li .img_box {
    height: 250px;
  }
  #section_3 .wrap_2 .text_box .title {
    font-size: 45px;
  }
  #section_3 .wrap_2 .text_box .info {
    font-size: 24px;
  }
  #section_3 .wrap_2 .text_box .desc {
    font-size: 18px;
  }
  #section_3 .step_list > li {
    font-size: 40px;
  }
  #section_3 .step_list > li .icon_box {
    font-size: 18px;
    height: 38px;
    padding: 0 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1000px) {
  #section_3 .point_list > li {
    width: calc((100% - 22px) / 2);
  }
}
@media (max-width: 768px) {
  #section_3 .wrap_1 {
    padding-top: 120px;
  }
  #section_3 .point_list > li .text_box .badge_num {
    width: 32px;
    height: 32px;
  }
  #section_3 .point_list > li .text_box .badge_num .gradient_num {
    font-size: 18px;
  }
  #section_3 .text_box .title {
    font-size: 40px;
    transform: skew(0);
  }
  #section_3 .text_box .desc {
    font-size: 18px;
  }
  #section_3 .point_list {
    gap: 16px;
  }
  #section_3 .point_list > li .text_box {
    padding: 20px 12px;
  }
  #section_3 .point_list > li .text_box .title {
    font-size: 18px;
  }
  #section_3 .point_list > li .img_box {
    height: 180px;
  }
  #section_3 .wrap_2 {
    padding: 120px 0 80px;
  }
  #section_3 .wrap_2 .text_box .title {
    font-size: 28px;
  }
  #section_3 .wrap_2 .text_box .info {
    font-size: 18px;
  }
  #section_3 .wrap_2 .text_box .desc {
    font-size: 14px;
  }
  #section_3 .step_list {
    width: 100%;
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
  #section_3 .step_list > li {
    width: 100%;
    padding: 60px 0;
    font-size: 32px;
    line-height: 1;
  }
  #section_3 .step_list > li:first-child {
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
    background-image: url(../img/section_3_step_list_img_1_mobile.png);
  }
  #section_3 .step_list .mid {
    clip-path: polygon(50% 25%, 100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
    background-image: url(../img/section_3_step_list_img_2_mobile.png);
    margin: -40px 0%
  }
  #section_3 .step_list > li:last-child {
    clip-path: polygon(50% 25%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    background-image: url(../img/section_3_step_list_img_3_mobile.png);
  }
  #section_3 .step_list > li .icon_box {
    font-size: 14px;
    height: 38px;
    padding: 0 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  #section_3 .text_box .title {
    font-size: 30px;
  }
  #section_3 .point_list > li {
    width: 100%;
  }
   #section_3 .wrap_2 .text_box .title {
    font-size: 26px;
  }
  #section_3 .wrap_2 .text_box .desc {
   font-size: 16px;
  }
}
/* section_4 */
#section_4 {
  background-image: url(../img/section_4_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#section_4 .section_4_wrap {
  padding: 280px 0 210px;
  position: relative;
}
#section_4 .text_box {
  font-family: 'TmonMonsori', sans-serif;
  color: #fff;
  font-style: oblique;
  line-height: 1;
}
#section_4 .text_box .title {
  display: inline-block;
  font-size: 100px;
  background: linear-gradient(90deg, #af5610, #f7ef8c, #cd8f3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-right: 16px;
  padding-top: 16px;
}
#section_4 .text_box .info {
  font-size: 62px;
  margin-top: 18px;
}
#section_4 .text_box .desc_text,
#section_4 .text_box .desc_list {
  font-family: 'Pretendard Variable', serif;
  line-height: 1;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  font-style: oblique;
  text-shadow: 0 0 5
}
#section_4 .text_box .desc_text {
  margin-top: 42px;
}
#section_4 .text_box .desc_list > li {
  margin-top: 38px;
  text-align: left;
}
#section_4 .text_box .desc_list > li + li {
  margin-top: 8px;
}
#section_4 .img_box {
  height: 343px;
  position: absolute;
  top: 0;
  right: 0;
}
#section_4 .img_box > img {
  height: 100%;
}
@media (max-width: 1668px) {
  #section_4 .text_box {
    padding-left: 32px;
  }
  #section_4 .img_box {
    height: 242px;
    right: 0;
  }
}
@media (max-width: 768px) {
  #section_4 .section_4_wrap {
    padding: 120px 0 100px;
  }
  #section_4 .text_box {
    padding-top: 64px;
  }
  #section_4 .text_box .title {
    font-size: 48px;
    padding-right: 0;
    display: block;
    margin-top: 64px;
  }
  #section_4 .text_box .info {
    font-size: 32px;
    margin-top: 12px;
  }
  #section_4 .text_box .desc_text {
    font-size: 18px;
    margin-top: 24px;
  }
  #section_4 .text_box .desc_list {
    font-size: 18px;
    padding-left: 0;
  }
  #section_4 .text_box .desc_list > li {
    margin-top: 12px;
  }
  #section_4 .img_box {
    height: 183px;
  }
}
@media (max-width: 580px){
  #section_4 {
    background-image: url(../img/section_4_bg_mobile.png);
  }
  #section_4 .text_box .title {
    margin-top: 0;
  }
  #section_4 .text_box {
    padding-left: 0;
    text-align: center;
  }
  #section_4 .text_box .desc_list > li {
    text-align: center;;
  }
  #section_4 .img_box {
    height: 156px;
  }
}


/* section_5 */
#section_5 {
  background-image: url(../img/section_5_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#section_5 .cont_wrap {
  padding: 200px 0 140px;
}
#section_5 .text_box {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
#section_5 .text_box .title {
  font-family: 'TmonMonsori', sans-serif;
  line-height: 1;
  font-size: 80px;
  font-weight: 900;
  color: #000d20;
}
#section_5 .text_box .text_badge {
  height: 98px;
  position: absolute;
  top: -40%;
  right: -46%;
  transform: translateX(-50%);
}
#section_5 .text_box .text_badge > img {
  height: 100%;
}
#section_5 .text_box .desc {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 25px 80px;
  background-color: #fc2c2c;
}
#section_5 .menu_list {
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
#section_5 .menu_list > li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #999;
}
#section_5 .menu_list > li .img_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 0;
}
#section_5 .menu_list > li .img_box > img {
  width: 100%;
}
#section_5 .menu_list > li .name {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #000d20;
  padding: 24px 0;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 1200px) {
  #section_5 .text_box .title {
    font-size: 56px;
  }
  #section_5 .text_box .text_badge {
    height: 80px;
    top: -42%;
    right: -45%;
  }
  #section_5 .text_box .desc {
    font-size: 22px;
    padding: 18px 52px;
  }
  #section_5 .menu_list > li .name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #section_5 .cont_wrap {
    padding: 100px 0 80px;
  }
  #section_5 .text_box .title {
    font-size: 40px;
  }
  #section_5 .text_box .text_badge {
    height: 48px;
    top: -30%;
    right: -20%;
    transform: translateX(-50%);
  }
  #section_5 .text_box .desc {
    margin-top: 28px;
    font-size: 16px;
    padding: 16px 24px;
  }
  #section_5 .menu_list > li .name {
    font-size: 18px;
    padding: 16px 0;
  }
}
@media (max-width: 580px) {
  #section_5 .menu_list {
    flex-direction: column;
  }
  #section_5 .menu_list > li {
    width: 100%;
  }
}

/* section_6 */
#section_6 {
  background-image: url(../img/section_6_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#section_6 .cont_wrap {
  padding-top: 190px;
}
#section_6 .text_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section_6 .text_box .badge {
  font-family: 'TmonMonsori', sans-serif;
  line-height: 1;
  font-size: 78px;
  font-weight: 900;
  color: #fff;
  font-style: oblique;
  padding-right: 16px;
}
#section_6 .text_box .title {
  margin-top: 20px;
  font-family: 'TmonMonsori', sans-serif;
  line-height: 1;
  font-size: 140px;
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(90deg, #af5610, #f7ef8c, #cd8f3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-style: oblique;
  padding: 16px 16px 0 0;
}
#section_6 .text_box .desc {
  margin-top: 52px;
  font-family: 'Pretendard Variable', serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  padding: 22px 42px;
  border-radius: 100px;
  background-color: #070707;
}
#section_6 .text_box .desc .point_red {
  color: #c00000;
}
#section_6 .table_box {
  margin-top: 64px;
}
#section_6 .info {
  margin-top: 200px;
  font-size: 78px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  font-style: oblique;
}
#section_6 .info .point_gold {
  font-family: 'TmonMonsori', sans-serif;
  line-height: 1;
  font-size: 100px;
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(90deg, #af5610, #f7ef8c, #cd8f3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 16px 16px 0 0;
}
#section_6 .table_box .table_box_wrap {
  width: 100%;
  padding: 20px;
  border: 2px solid #853b3e;
}
#section_6 .table_box .table_box_wrap .table_box_objet {
  position: absolute;
}
#section_6 .table_box .table_box_wrap .objet_1 {
  top: 22px;
  left: 22px;
  transform: rotate(-90deg);
}
#section_6 .table_box .table_box_wrap .objet_2 {
  top: 22px;
  right: 22px;
}
#section_6 .table_box .table_box_wrap .objet_3 {
  bottom: 22px;
  left: 22px;
  transform: rotate(-180deg);
}
#section_6 .table_box .table_box_wrap .objet_4 {
  bottom: 22px;
  right: 22px;
  transform: rotate(-270deg);
}
#section_6 .table_box_1 {
  background-image: url(../img/section_6_table_1_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px;
}
#section_6 .table_box_1 .title {
  margin-top: 42px;
  font-family: 'TmonMonsori', sans-serif;
  line-height: 1;
  font-size: 50px;
  font-weight: 900;
  color: #81181d;
  font-style: oblique;
  text-align: center;
}
#section_6 .table_box_1 .table_wrap {
  width: 100%;
  position: relative;
}
#section_6 .table_box_1 .new {
	border-collapse: collapse;
  max-width: 1030px;
  width: 100%;
  margin: 40px auto 70px;
  text-align: center;
}
#section_6 .table_box_1 .new .table_title > td {
  font-family: 'Pretendard Variable', serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  padding: 20px 0;
  background-color: #e7e7e7;
  border-bottom: 1px solid #070707;
  border-right: 1px solid #070707;
}
#section_6 .table_box_1 .new .table_title > td:last-child {
  border-right: none;
}
#section_6 .table_box_1 .new .table_cont > td {
  font-family: 'Pretendard Variable', serif;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  padding: 20px 0;
  border-bottom: 1px solid #070707;
  border-right: 1px solid #070707;
}
#section_6 .table_box_1 .new .table_cont td:nth-child(3) {
  border-right: 1px solid #070707;
}
#section_6 .table_box_1 .new .table_cont .free {
  font-family: 'TmonMonsori', sans-serif;
  line-height: 1;
  vertical-align: middle;
  font-size: 56px;
  font-weight: 900;
  color: #fc2c2c;
  border-right: none;
}
#section_6 .table_box_1 .new .table_cont .free > span {
	display: inline-block;
  transform: rotate(-10deg);
}
#section_6 .table_box_1 .new .table_cont .price {
  position: relative;
}
#section_6 .table_box_1 .new .table_cont .price:after {
  content: '';
  width: 100%;
  height: 14px;
  background-image: url(../img/section_6_table_1_cancle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section_6 .table_box_1 .new .table_sum > td {
  font-family: 'Pretendard Variable', serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #c00000;
  padding: 20px 0;
}
#section_6 .table_box_1 .new .table_sum .sum_price {
  text-align-last: left;
  padding-left: 124px;
  vertical-align: middle;
}
#section_6 .table_box_1 .new .table_sum .price {
  font-size: 42px;
  text-align-last: left;
  padding-left: 88px;
}
#section_6 .table_box_1 .new .table_sum .price .total {
  position: relative;
}
#section_6 .table_box_1 .new .table_sum .price .total:after {
  content: '';
  width: 145px;
  height: 22px;
  background-image: url(../img/section_6_table_1_cancle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section_6 .table_box_1 .new .table_sum .price .desc {
  font-size: 20px;
  font-weight: 500;
}
#section_6 .table_box_1 .img_box {
  height: 80px;
  position: absolute;
  right: 20%;
  bottom: 10%;
}
#section_6 .table_box_1 .img_box > img {
  height: 100%;
}
#section_6 .table_box_2 {
  background-image: url(../img/section_6_table_2_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  padding: 20px;
}
#section_6 .table_box_2 .table_box_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
#section_6 .table_box_2 .cont_box .title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background-color: #941414;
  padding: 16px 40px;
  border-radius: 100px;
  width: fit-content;
  margin: 0 auto;
}
#section_6 .table_box_2 .cont_box .sell {
	border-collapse: collapse;
  width: 610px;
  margin-top: 18px;
}
#section_6 .table_box_2 .cont_box .sell > thead {
  font-family: 'Pretendard Variable', serif;
  font-size: 21px;
  font-weight: 500;
  color: #000;
  background-color: #dddddd;
  border-left: 1px solid #a3a3a3;
  border-top: 1px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;
}
#section_6 .table_box_2 .cont_box .sell > thead > tr > td {
  padding: 14px 0;
  text-align: center;
}
#section_6 .table_box_2 .cont_box .sell > tbody {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  border-right: 1px solid #a3a3a3;
}
#section_6 .table_box_2 .cont_box .sell > tbody > tr > td {
  padding: 20px 0;
  border-left: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  text-align: center;
}
#section_6 .table_box_2 .cont_box .sell > tbody > tr .total {
  font-family: 'Pretendard Variable', serif;
  font-size: 21px;
  color: #fff;
  background-color: #941414;
}
#section_6 .table_box_2 .img_box {
  height: 578px;
}
#section_6 .table_box_2 .img_box > img {
  height: 100%;
}
#section_6 .table_box_2 .cont_box .desc {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
}
#section_6 .cont_wrap_2 {
  display: flex;
  position: relative;
  padding-top: 460px;
  padding-bottom: 330px;
}
#section_6 .cont_wrap_2 .text_box {
  align-items: flex-start;
  position: relative;
}
#section_6 .cont_wrap_2 .text_box .badge {
  font-family: 'TmonMonsori', sans-serif;
  line-height: 1;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  padding: 14px 46px 14px 16px;
  background-color: #fc2c2c;
  z-index: 2;
}
#section_6 .cont_wrap_2 .text_box .text_badge {
  position: absolute;
  height: 90px;
  bottom: calc(100% - 2px);
  left: 0;
  z-index: 1;
}
#section_6 .cont_wrap_2 .text_box .text_badge > img {
  height: 100%;
}
#section_6 .cont_wrap_2 .text_box .img_box {
  height: 161px;
  margin-top: 30px;
}
#section_6 .cont_wrap_2 .text_box .img_box > img {
  height: 100%;
}
#section_6 .cont_wrap_2 .text_box .desc_2 {
  margin-top: 46px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
#section_6 .cont_wrap_2 .section_6_swp_wrap {
  max-width: 1230px;
  position: absolute;
  right: 0;
  left: auto;
  top: 30%;
}
#section_6 .cont_wrap_2 .section_6_swp_wrap .swiper-slide {
  width: 100%;
  height: auto;
}
#section_6 .cont_wrap_2 .section_6_swp_wrap .swiper-slide > img {
  width: 100%;
}
#section_6 .cont_wrap_2 .section_6_swp_wrap .star_box {
  height: 142px;
  position: absolute;
  top: -150px;
  right: 213px;
}
#section_6 .cont_wrap_2 .section_6_swp_wrap .star_box > img {
  height: 100%;
}
#section_6 .cont_wrap_2 .star_box .text_box .devide {
  padding: 0 16px;
}
@media (max-width: 1880px) {
  #section_6 .cont_wrap_2 .section_6_swp_wrap {
    max-width: 1042px;
  }
}
@media (max-width: 1570px) {
  #section_6 .cont_wrap_2 .section_6_swp_wrap {
    max-width: 877px;
  }
  #section_6 .cont_wrap_2 .text_box .badge {
    font-size: 32px;
  }
  #section_6 .cont_wrap_2 .text_box .img_box {
    height: 141px;
    margin-top: 16px;
  }
  #section_6 .cont_wrap_2 .text_box .desc_2 {
    font-size: 24px;
    margin-top: 16px;
  }
}
@media (max-width: 1300px) {
  #section_6 .cont_wrap_2 .section_6_swp_wrap {
    max-width: 686px;
    right: 0;
  }
}
@media (max-width: 1280px) {
  #section_6 .table_box_2 .table_box_wrap {
    gap: 40px;
  }
  #section_6 .table_box_2 .img_box {
    height: 478px;
  }
  #section_6 .table_box_2 .cont_box .sell {
    width: 510px;
  }
  #section_6 .table_box_2 .cont_box .sell > tbody > tr > td {
    font-size: 18px;
  }
  #section_6 .table_box_2 .cont_box .sell > tbody > tr .total {
    font-size: 18px;
  }
  #section_6 .cont_wrap_2 .section_6_swp_wrap {
    top: 39%;
  }
  #section_6 .cont_wrap_2 .section_6_swp_wrap .star_box {
    height: 110px;
    top: -124px;
    right: 105px;
  }
}
@media (max-width: 1200px) {
  #section_6 .text_box .badge {
    font-size: 60px;
  }
  #section_6 .text_box .title {
    font-size: 100px;
  }
  #section_6 .text_box .desc {
    font-size: 32px;
    padding: 18px 32px;
  }
  #section_6 .info {
    font-size: 60px;
  }
  #section_6 .info .point_gold {
    font-size: 80px;
  }
  #section_6 .table_box_1 .new .table_sum .price {
    font-size: 24px;
    padding-left: 58px;
  }
  #section_6 .table_box_1 .img_box {
    right: 6%;
  }
}
@media (max-width: 1120px) {
  #section_6 .table_box_2 .cont_box .title {
    font-size: 24px;
  }
  #section_6 .table_box_2 .img_box {
    height: 378px;
  }
  #section_6 .table_box_2 .cont_box .sell {
    width: 410px;
  }
  #section_6 .cont_wrap_2 .section_6_swp_wrap {
    position: static;
    margin: 0 auto;
    margin-top: 32px;
    max-width: calc(100% - 64px);
  }
  #section_6 .cont_wrap_2 {
    flex-direction: column;
    align-items: center;
    padding-top: 180px;
  }
  #section_6 .cont_wrap_2 .section_6_swp_wrap .star_box {
    top: 30%;
  }
}
@media (max-width: 970px) {
  #section_6 .table_box_2 .cont_box .title {
    font-size: 22px;
  }
  #section_6 .table_box_2 .cont_box .sell > tbody > tr > td {
    padding: 16px 0;
  }
  #section_6 .cont_wrap_2 .text_box .text_badge {
    height: 74px;
  }
  #section_6 .cont_wrap_2 .text_box .badge {
    font-size: 26px;
  }
  #section_6 .cont_wrap_2 .text_box .img_box {
    height: 110px;
  }
  #section_6 .cont_wrap_2 .text_box .desc_2 {
    font-size: 20px;
  }
  #section_6 .cont_wrap_2 .section_6_swp_wrap .star_box {
    height: 90px;
    top: 346px;;
    right: 50px;
  }
}
@media (max-width: 940px) {
  #section_6 .table_box_2 .table_box_wrap {
    flex-direction: column;
    gap: 40px;
  }
  #section_6 .table_box_2 .cont_box {
    width: 100%;
  }
  #section_6 .table_box_2 .cont_box .sell {
    width: 100%;
    font-size: 14px;
  }
  #section_6 .table_box_2 .cont_box .desc {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #section_6 {
    background-image: url(../img/section_6_bg_mobile.png);
    background-size: cover;
  }
  #section_6 .cont_wrap {
    padding-top: 120px;
  }
  #section_6 .text_box .badge {
    font-size: 48px;
  }
  #section_6 .text_box .title {
    font-size: 72px;
  }
  #section_6 .text_box .desc {
    font-size: 24px;
    padding: 14px 24px;
  }
  #section_6 .info {
    font-size: 48px;
    margin-top: 120px;
  }
  #section_6 .info .point_gold {
    font-size: 64px;
  }
  #section_6 .table_box_1 .new .table_cont .free {
    font-size: 40px;
  }
  #section_6 .cont_wrap_2 .inner_1668 {
	display: flex;
	justify-content: center;
  }
  #section_6 .cont_wrap_2 {
    padding: 120px 0;
  }
  #section_6 .cont_wrap_2 .section_6_swp_wrap {
	margin-top: 0;
  }
  #section_6 .cont_wrap_2 .text_box {
    z-index: 2;
	align-items: center;
  }
  #section_6 .cont_wrap_2 .text_box .text_badge {
	left: 10%;
  }
  #section_6 .cont_wrap_2 .text_box .badge {
	padding: 12px;
  }
  #section_6 .cont_wrap_2 .text_box .desc_2 {
	text-align: center;
  }
  #section_6 .cont_wrap_2 .section_6_swp_wrap {
	display: flex;
	flex-direction: column;
  }
  #section_6 .cont_wrap_2 .section_6_swp_wrap .swiper {
	margin-left: 0;
	margin-right: 0;
  }
  #section_6 .cont_wrap_2 .section_6_swp_wrap .star_box {
	position: static;
    height: 80px;
    top: 310px;
    right: 16px;
    z-index: 1;
	order: -1;
	margin: 30px auto;
  }
}
@media (max-width: 580px) {
  #section_6 .text_box .badge {
    font-size: 36px;
  }
  #section_6 .text_box .title {
    font-size: 56px;
  }
  #section_6 .text_box .desc {
    font-size: 18px;
    padding: 10px 18px;
  }
  #section_6 .info {
    font-size: 36px;
  }
  #section_6 .info .point_gold {
    font-size: 48px;
  }
  #section_6 .table_box_1 .title {
    font-size: 40px;
  }
  #section_6 .table_box_1 .new .table_title > td {
    font-size: 16px;
    width: 20%;
  }
  #section_6 .table_box_1 .new .table_cont > td {
    font-size: 16px;
  }
  #section_6 .table_box_1 .new .table_cont .free {
    font-size: 20px;
  }
  #section_6 .table_box_1 .new .table_sum .sum_price {
    padding-left: 32px;
    font-size: 16px;
  }
  #section_6 .table_box_1 .new .table_sum .price {
    font-size: 16px;
    padding-left: 0;
  }
  #section_6 .table_box_1 .new .table_sum .price .desc {
    font-size: 16px;
  }
  #section_6 .table_box_1 .new .table_sum .price .total:after {
    height: 12px;
  }
  #section_6 .table_box_1 .img_box {
    height: 40px;
  }
  #section_6 .table_box_2 .img_box {
    height: 278px;
  }
  #section_6 .table_box_2 .cont_box .title {
    font-size: 16px;
    padding: 16px 20px;
  }
  #section_6 .table_box_2 .cont_box .sell > thead {
    font-size: 16px;
  }
  #section_6 .table_box_2 .cont_box .sell > tbody > tr > td {
    font-size: 12px;
  }
  #section_6 .table_box_2 .cont_box .sell > tbody > tr .total {
    font-size: 14px;
  }
  #section_6 .table_box_2 .cont_box .desc {
    font-size: 12px;
  }
  #section_6 .cont_wrap_2 .section_6_swp_wrap {
	max-width: 400px;
	width: 100%;
	padding: 0 16px;
  }
  #section_6 .cont_wrap_2 .text_box .desc_2 {
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
  }
}

/* section_7 */
#section_7 {
  background-color: #fc2c2c;
  position: sticky;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
}
#section_7 .img_box {
  width: 283px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 2%;
  font-size: 0;
}
#section_7 .img_box > img {
  width: 100%;
}
#section_7 .cont_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0;
}
#section_7 .title {
  font-family: 'TmonMonsori', sans-serif;
  line-height: 1;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  z-index: 1;
}
#section_7 .ask {
  display: flex;
  align-items: center;
}
#section_7 .ask .input_box {
  display: flex;
  gap: 10px;
  width: 710px;
}
#section_7 .ask .input_box > li {
  display: flex;
  flex: 1;
}
#section_7 .ask .input_box > li > input {
  width: 100%;
  height: 53px;
  padding: 0 24px;
  font-family: 'Pretendard Variable', serif;
  border-radius: 5px;
  border: 1px solid #818181;
  font-size: 18px;
}
#section_7 .ask .input_box > li > input::placeholder {
  font-family: 'Pretendard Variable', serif;
  font-size: 18px;
  font-weight: 400;
  color: #666;
}
#section_7 .ask .agree_box  {
  margin-left: 10px;
  font-family: 'Pretendard Variable', serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  position: relative;
}
#section_7 .ask .agree_box > input {
  display: none;
}
#section_7 .ask .agree_box > label {
  position: relative;
  padding-left: 25px;
}
#section_7 .ask .agree_box > label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url('../img/section_7_chk.png') no-repeat center center / cover;
  cursor: pointer;
}
#section_7 .ask .agree_box > input:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url('../img/section_7_chk_chk.png') no-repeat center center / cover;
}
#section_7 .ask .agree_box .line {
  text-decoration: underline;
  cursor: pointer;
}
#section_7 .btn_ask { display: block; background: inherit ; border:none; box-shadow:none; border-radius:0; padding:0; overflow:visible; cursor:pointer;}
#section_7 .btn_ask {
  width: 220px;
  height: 65px;
  font-family: 'Pretendard Variable', serif;
  font-size: 24px;
  font-weight: 700;
  color: #302627;
  background-color: #ffdc2e;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1700px) {
  #section_7 .img_box {
    width: 245px;
    z-index: 1;
  }
  #section_7 .ask .input_box {
    width: 570px;
    z-index: 2;
  }
  #section_7 .ask .agree_box {
    font-size: 16px;
  }
  #section_7 .btn_ask {
    width: 180px;
  }
}
@media (max-width: 1200px) {
  #section_7 {
    display: none;
  }
  #section_7 .cont_wrap {
    flex-direction: column;
    gap: 16px;
  }
  #section_7 .ask {
    width: 100%;
  }
  #section_7 .ask .input_box {
    width: 78%;
  }
  #section_7 .ask .agree_box {
    flex: 1;
    text-align: center;
  }
  #section_7 .btn_ask {
    width: 100%;
    height: 53px;
    border-radius: 5px;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  #section_7 .ask {
    flex-direction: column;
    width: 100%;
  }
  #section_7 .ask .input_box {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  #section_7 .ask .agree_box > label {
    text-shadow: 0 0 5px #000;
  }
  #section_7 .ask .input_box > li {
    flex: 1 1 calc(50% - 5px);
  }
  #section_7 .ask .agree_box {
    margin-left: 0;
    margin-top: 16px;
    z-index: 2;
  }
  #section_7 .btn_ask {
    width: 100%;
    margin-top: 16px;
    margin-top: 0;
  }
}
@media (max-width: 580px) {
  #section_7 .ask .input_box > li {
    flex: 1 1 100%;
  }
  #section_7 .ask .agree_box {
    font-size: 16px;
  }
  #section_7 .ask .input_box > li > input {
    font-size: 16px;
    height: 48px;
  }
  #section_7 .btn_ask {
    font-size: 20px;
    height: 55px;
  }
}

/* footer */
#footer {
  width: 100%;
  background-color: #222;
}
#footer .footer_wrap {
  padding: 26px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .info_box {
  flex-wrap: wrap;
  margin-top: 16px;
  font-family: 'Pretendard Variable', serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  color: #a3a3a3;
  line-height: 1.4;
  word-break: keep-all;
}
#footer .copy {
  margin-top: 28px;
  font-size: 15px;
  font-weight: 300;
  color: #666;
}
@media (max-width: 1200px) {
  #footer .info_box {
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  #footer .info_box {
    width: 100%;
    font-size: 16px;
    word-break: keep-all;
  }
  #footer .copy {
    font-size: 14px;
  }
  #footer .info_box .bar {
    display: none;
  }
}
@media (max-width: 580px) {
  #footer .info_box {
    font-size: 15px;
  }
  #footer .copy {
    font-size: 13px;
  }
}

/* modal */
.modal_overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
/* 모달 내용 */
.modal_content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  max-width: 480px;
  width: 90%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 닫기 버튼 */
.modal_content .btn_close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  height: 32px;
  border: none;
}
.modal_content .btn_close > img {
  height: 100%;
}
/* 본문 */
.modal_content h2 {
  font-size: 20px;
  margin-bottom: 16px;
}
.modal_body p {
  font-size: 15px;
  line-height: 1.6;
}

/* float */
.float_btn {
  position: fixed;
  bottom: 64px;
  right: 32px;
  z-index: 999;
  display: none;
}
.float_btn .btn_img {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  overflow: hidden;
}
.float_btn .btn_img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px){
  .float_btn {
    display: flex;
    flex-direction: column;
    gap: 16px;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .float_btn .btn_img {
    width: 44px;
    height: 44px;
  }
}

/* mobile */
.mobile_menu_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.mobile_menu_wrap .mobile_menu_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.mobile_menu_wrap .mobile_menu_cont_box {
  width: 100%;
  height: 100%;
  background-color: #650000;
  position: relative;
  z-index: 1;
}
.mobile_menu_wrap .mobile_menu_cont_box .mobile_menu_cont {
  padding-bottom: 16px;
}
.mobile_menu_list li a {
  display: block;
  width: 100%;
  line-height: 53px;
  padding: 0 16px;
  font-size: 18px;
  color: #fff;
  text-align: right;
}
.mobile_menu_top_cont {
  padding: 16px 32px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.mobile_menu_top_cont .logo_box {
  height: 50px;
}
.mobile_menu_top_cont .logo_box > img {
  height: 100%;
}
.mobile_menu_top_cont .btn_box {
  width: fit-content;
  cursor: pointer;
}
@media (max-width: 768px) {
  display: block;
}