/* 웹채팅은 message.css 867줄 정도에 있다. */
.division_arrow {
  width: 100%;
  padding: 90px 0;
  text-align: center;
}
.division_arrow i {
  color: #E73754;
  font-size: 50px;
}

/* 메인 컨텐츠 */
/* 이것만 message.css 로 옮김 */
/* .m_main_container {
  width: 768px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m_main_container {
    width: 100%;
  }
} */

/* 서비스 소개 시작 */
.m_main_content_wrapper {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
}

.m_main_visual_wrapper {
  position: relative;
  left: 0;
  top: 0;
  padding: 20px;
}

.m_main-content-textArea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.tag_parent {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  gap: 10px;
}

.m_main-border-box {
  height: auto;
  padding-bottom: 3px;
  color: #3857E8;
  font: normal 12px "Noto sans KR";
}

div.m_main_title {
  margin-top: 10px;
}

.m_intro_text {
  font: normal 28px/33px "Noto sans KR";
  position: relative;
  left: 0;
  top: 0;
  z-index: 5;
}
.m_intro_text_highlight {
  font: bold 50px/50px "Noto sans KR";
}
.m_intro_white_bg {
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: 100px;
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 2;
}

.m_main_img {
  position: relative;
  left: 0;
  top: 0;
}

.m_main_img img {
  width: 100%;
  margin-top: 30px;
}

/* 메인 컨텐츠 박스들 */
.m_main_content_box_wrapper {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
}
.m_main_content_box_wrapper#mcbw1 {
  background-color: #F4F8F8;
}
.m_main_content_box_wrapper#mcbw2 {
  background-color: #FCF8F4;
}
.m_main_content_box_wrapper#mcbw3 {
  background-color: #F7F7F7;
}
.m_main_content_box_wrapper#mcbw_app {
  background-color: #F4F8F8;
}
.m_main_content_box_wrapper#mcbw5 {
  background-color: #F4F8F8;
}
.m_main_content_box_wrapper#mcbw6 {
  background-color: #FCF8F4;
}


.m_main_content_box {
  width: 100%;
  max-width: 500px;
  height: auto;
  padding-bottom: 50px;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
}
.m_main_content_img {
  width: auto;
}
.m_main_content_img img {
  width: 100%;
  max-width: 500px;
  margin-top: 50px;
}
.m_main_content_texts {
  width: 375px;
  height: auto;
  padding: 30px;
}
.m_main_content_subtitle {
  font: bold 16px "Noto sans KR";
  /* color: #67A1FF; */
  color: #3857E8;
}
.m_main_content_title {
  font: bold 36px/45px "Noto sans KR";
  color: #000000;
  margin-top: 8px;
}
.m_main_content_bodytext {
  font: 300 16px/27px "Noto sans KR";
  color: #707070;
  margin-top: 20px;
  text-align: justify;
}

/* 컨텐츠 박스 각 섹션 커스텀 */
#mci2{
  width: 300px;
  margin-bottom: 180px;
}
#mci2 img {
  margin-top: 50px;
}
#mcb2, #mct2, #mcbt2,
#mcb4, #mct4, #mcbt4,
#mcb6, #mct6, #mcbt6 {
  text-align: right;
}
#mct2, #mct4, #mct6{
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 8px;
}
#mci3 {
  width: 250px;
  margin: 0 auto;
}
#mci4 {
  margin-bottom: 250px;
}
#mci5 {
  max-width: 350px;
  margin: 0 auto;
}
#mci6 {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 250px;
}

div#mcbw_promote {
  padding: 50px 0;
}
.m_promote_text {
  font: bold 30px "Noto sans KR";
  text-align: center;
  margin-bottom: 20px;
}
/* 영상 */
.m_main_media {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
}


.m_main_media iframe {
  width: 100%;
  height: 198px;
  margin: 0 auto;
  border-left: solid 0.5px gray;
  border-right: solid 0.5px gray;
}
@media screen and (min-width: 425px) and (max-width: 768px) {
  .m_main_media {
    max-width: 80vw;
  }
  .m_main_media iframe {
    height: 40vw;
    margin: 0 auto;
    border-left: solid 0.5px gray;
    border-right: solid 0.5px gray;
  }
}

div.m_app_down_texts {
  padding: 30px;
  width: 100%;
}
.m_app_down_text {
  font: normal 28px/33px "Noto sans KR";
}
.m_app_down_text_highlight {
  font: bold 40px/50px "Noto sans KR";
}