.modal .modal_box .modal_txt p {
  /* 20210708 인덱스 약관 */
  line-break: anywhere;
}

.main_list_box_info {
  height: 100px;
}

.main_section {
  position: relative;
  overflow: hidden;
}

.main_wrap {
  padding: 0 10px;
  max-width: 900px;
  margin: auto;
  clear: both;
  width: 100%;
  overflow: hidden;
}

.main_text_box h5 {
  font-weight: bold;
  font-size: 25px;
  color: #4d4d4d;
  padding-top: 100px;
  padding-bottom: 10px;
}

.main_text_box p {
  color: #999;
  font-size: 16px;
}

.main_img {
  margin-top: 90px;
}

.main_img img {
  width: 100%;
  max-width: 570px;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.bg_grey {
  width: 100%;
  height: 417px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.main_market {
  background-image: url('../images/bg-main-market.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.market_text_box {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.market_text_box h4 {
  font-weight: bold;
  font-size: 3rem;
}

.slide_card_container {
  max-width: 450px;
  width: 100%;
  margin: auto;
}

.slide_card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.slide_text_box h6 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}

.slide_text_box p {
  color: #999;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.8;
}

.slide {
  clear: both;
  overflow: auto;
  text-align: center;
}

.slide_img {
  width: 50%;
  margin: auto;
}

.slide_arrow img {
  width: 100px;
}

.mobile_footer {
  display: block;
  background-color: #26262c;
  color: #999;
  position: relative;
  padding: 0 20px;
}

.mobile_footer nav {
  float: right;
  padding: 20px 10px;
}

.mobile_footer nav a {
  padding-left: 20px;
}

.footer_text_box {
  clear: both;
}

.capy_text {
  text-align: center;
  margin: auto;
  padding: 30px 0;
  font-size: 11px;
}

.footer_text_box a {
  display: inline-block;
  color: inherit;
}

.footer_logo {
  margin-bottom: 5px;
}

.footer_logo>a {
  display: block;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.text_bold_500 {
  font-weight: 500;
}

a.color_white {
  color: #fff;
}

.div_slick_slider.slide_card_container {
  background-color: transparent;
}



/* 모바일 반응형 START */

@media screen and (max-width: 863px) {
  .bg_grey {
    height: 630px;
  }

}

@media screen and (max-width: 572px) {
  .main_img {
    margin-top: 0;
  }

  .bg_grey {
    height: 403px;
  }

  .main_img img {
    max-width: 325px;
  }
}

@media screen and (max-width: 500px) {
  .main_img.img_1 {
    margin-top: 40px;
  }

  .slide_text_box p {
    font-size: 13px;
  }
}

@media screen and (max-width: 360px) {
  .main_img img {
    max-width: 250px;
  }

  .bg_grey {
    height: 361px;
  }
}

@media screen and (max-width: 300px) {
  .mobile_footer nav a {
    padding-left: 5px;
  }

  .bg_grey {
    height: 396px;
  }
}

/* 모바일 반응형 END */