/** @format */

/* article1 */
.article2_leftline_m,
.article3_leftline_m,
.article4_leftline_m,
.article5_leftline_m,
.article6_leftline_m,
.article7_leftline_m,
.article8_leftline_m {
  display: none;
}
.article1 {
  width: 100%;
  height: 37.2vh;
  max-height: 350px;
  background-image: url("../../img/speciality/special_backg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.article1_inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  min-width: 1200px;
}
.article1_title {
  /* margin-top: 110px; */
  font-size: 51px;
  font-weight: bold;
  text-indent: 10px;
  /* font-size: 5.4vh; */
  letter-spacing: -5.1px;
  text-align: left;
  color: #ffffff;
}
.article1_subtitle {
  font-size: 22.5px;
  text-indent: 10px;
  /* font-size: 2.4vh; */
  letter-spacing: -2.25px;
  text-align: left;
  color: #ffffff;
}

/* article2 */
.article2 {
  position: relative;
  height: auto;
  overflow: visible;
  z-index: 11;
}
.article2_leftline {
  margin-top: 177px;
  margin-right: 20px;
  /* width: 336px; */
  width: 35vh;
  height: 2px;
  background-color: #ce8e46;
}
.article2_inner1 {
  margin-top: 125px;
  min-width: 455px;
}
.article2_inner1_title {
  font-size: 51px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -5.1px;
  text-align: left;
  color: #ce8e46;
  opacity: 0.99;
}
.article2_inner1_img {
  margin-top: 35px;
  position: absolute;
  width: 455px;
  height: 455px;
  background-image: url("../../img/speciality/special_machine.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.article2_inner2 {
  margin-top: 129px;
  margin-left: 159px;
  min-width: 586px;
}
.article2_inner2_text1 {
  margin-bottom: 54px;
  font-size: 22.5px;
  line-height: 1.38;
  letter-spacing: -2.25px;
  text-align: left;
  color: #1b1b1b;
}
.article2_inner2_text2 {
  margin-bottom: 54px;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -3.1px;
  text-align: left;
  color: #ce8e46;
  opacity: 0.99;
}
.article2_inner2_text3 {
  position: relative;
  margin-bottom: 85px;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: -2.2px;
  text-align: left;
  color: #894f1f;
  opacity: 0.99;
}
/* 언더 라인 */
.article2_inner2_text3::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 475px;
  height: 1px;
  background-color: #894f1f;
}
.article2_inner2_bubble {
  display: inline-block;
  margin-top: 3px;
  margin-right: 3px;
  width: 24px;
  height: 21px;
  background-image: url("../../img/speciality/bubble1.png");
  background-size: 99%;
  background-position: center;
  background-repeat: no-repeat;
}

/* article3 */
.article3 {
  height: auto;
  background-image: url("../../img/speciality/special_backg2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.article3_leftline {
  margin-top: 381px;
  margin-right: 20px;
  /* width: 336px; */
  width: 35vh;
  height: 2px;
  background-color: #ffffff;
}
.article3_inner1 {
  margin-top: 329px;
  min-width: 455px;
}
.article3_inner1_title {
  font-size: 51px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: -5.1px;
  text-align: left;
  color: #ffffff;
}
.article3_inner1_subtitle {
  margin-top: 70px;
  margin-bottom: 270px;
  font-size: 22.5px;
  line-height: 1.38;
  letter-spacing: -2.25px;
  text-align: left;
  color: #ffffff;
}
.article3_inner2 {
  margin-top: 327px;
  min-width: 745px;
}
.article3_inner2_contents {
  margin-left: 159px;
}
.article3_inner2_contents a {
  display: inline-block;
  text-decoration: none;
}

.article3_inner2_circle {
  position: relative;
  margin-right: 36px;
  margin-bottom: 38px;
  width: 192px;
  height: 192px;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 34.5px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -3.45px;
  text-align: center;
  color: #59534d;
  transition: all 0.1s ease-in-out;
  overflow: hidden;
  opacity: 0.99;
}
.article3_inner2_circle:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
}
.article3_inner2_circle div {
  position: relative;
  margin-bottom: 14px;
  font-size: 23.5px;
  line-height: 1.09;
  letter-spacing: -2.35px;
  text-align: center;
  color: #1b1b1b;
  transition: all 0.1s ease-in-out;
}
.article3_inner2_circle div::before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -7px;
  left: 2px;
  width: 100%;
  height: 2px;
  background-color: #1b1b1b;
}
.article3_inner3_m {
  display: none;
}
/* article4 */
.article4 {
  height: auto;
  background-color: #f9f9f9;
}
.article4_leftline {
  margin-top: 170px;
  margin-right: 20px;
  /* width: 336px; */
  width: 35vh;
  height: 2px;
  background-color: #1b1b1b;
}
.article4_inner1 {
  margin-top: 102px;
  min-width: 562px;
}
.article4_inner1_title {
  font-size: 51px;
  font-weight: bold;
  letter-spacing: -5.1px;
  text-align: left;
  color: #1b1b1b;
}
.article4_inner1_subtitle {
  font-size: 34px;
  font-weight: bold;
  line-height: 0.91;
  letter-spacing: -3.4px;
  text-align: left;
  color: #1b1b1b;
}
.article4_inner1_text1 {
  margin-top: 40px;
  font-size: 22.5px;
  line-height: 1.38;
  letter-spacing: -2.25px;
  text-align: left;
  color: #1b1b1b;
}
.article4_inner1_text2 {
  margin-top: 300px;
  width: 265px;
  height: 34px;
  font-size: 22.5px;
  line-height: 1.38;
  letter-spacing: -2.25px;
  text-align: center;
  color: #ffffff;
  background-color: #ce8e46;
}
.article4_inner1_text3 {
  margin-bottom: 98px;
  width: 259px;
  height: 22px;
  font-size: 22.5px;
  line-height: 1.38;
  letter-spacing: -2.25px;
  text-align: center;
  color: #1b1b1b;
}
.article4_inner2 {
  margin-top: 119px;
  margin-right: 53px;
  min-width: 520px;
}
.article4_inner2_img {
  width: 337px;
  height: 278px;
  background-image: url("../../img/speciality/special_cafe.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.article4_inner2_graph {
  margin-top: 34px;
  width: 520px;
  height: 304px;
  background-image: url("../../img/speciality/special_graph.png ");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* article5 */
.article5 {
  height: auto;
  background-image: url("../../img/speciality/special_backg3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.article5_leftline {
  margin-top: 170px;
  margin-right: 20px;
  /* width: 336px; */
  width: 35vh;
  height: 2px;
  background-color: #ffffff;
}
.article5_inner {
  margin-top: 102px;
  min-width: 1200px;
}
.article5_inner_title {
  font-size: 51px;
  font-weight: bold;
  letter-spacing: -5.1px;
  text-align: left;
  color: #ffffff;
}
.article5_inner_subtitle {
  font-size: 34px;
  font-weight: bold;
  line-height: 0.91;
  letter-spacing: -3.4px;
  text-align: left;
  color: #ffffff;
}
.article5_inner_text {
  margin-top: 40px;
  font-size: 22.5px;
  line-height: 1.38;
  letter-spacing: -2.25px;
  text-align: left;
  color: #ffffff;
}
.article5_inner_contents {
  margin-top: 107px;
  margin-bottom: 107px;
}
.article5_inner_content {
  margin-right: 60px;
  width: 352px;
  height: 364px;
  background-image: url("../../img/speciality/special_backg6.png");
  background-size: 99%;
  background-position: center;
  background-repeat: no-repeat;
}
.article5_inner_content_symbol1 {
  position: relative;
  display: inline-block;
  margin-top: 35px;
  /* margin-bottom: 15px; */
  width: 101px;
  transform: translateY(8px);
}
.article5_inner_content_title {
  height: auto;
  font-size: 59px;
  font-weight: bold;
  letter-spacing: -5.9px;
  text-align: center;
  color: #59534d;
  opacity: 0.99;
}
.article5_inner_content_symbol2 {
  position: relative;
  display: inline-block;
  /* margin-top: 15px; */
  width: 100px;
  transform: translateY(-8px);
}
.article5_inner_content_subtitle {
  margin-top: 18px;
  height: 24px;
  font-size: 22.5px;
  font-weight: bold;
  /* line-height: 2.02; */
  letter-spacing: -2.25px;
  text-align: center;
  color: #894f1f;
  opacity: 0.99;
  /* border-left: 2px solid #894f1f;
  border-right: 2px solid #894f1f; */
}
.article5_inner_content_text {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: -2px;
  text-align: center;
  color: #894f1f;
  opacity: 0.99;
}

/* article6 */
.article6 {
  height: auto;
  background-image: url("../../img/speciality/special_backg4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.article6_leftline {
  margin-top: 170px;
  margin-right: 20px;
  /* width: 336px; */
  width: 35vh;
  height: 2px;
  background-color: #1b1b1b;
}
.article6_inner {
  margin-top: 102px;
  min-width: 1200px;
}
.article6_title {
  font-size: 51px;
  font-weight: bold;
  letter-spacing: -5.1px;
  text-align: left;
  color: #1b1b1b;
}
.article6_subtitle {
  font-size: 34px;
  font-weight: bold;
  line-height: 0.91;
  letter-spacing: -3.4px;
  text-align: left;
  color: #1b1b1b;
}
.article6_text1 {
  margin-top: 32px;
  font-size: 22.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -2.25px;
  text-align: left;
  color: #1b1b1b;
}
.article6_text2 {
  margin-top: 65px;
  font-size: 22.5px;
  line-height: 1.38;
  letter-spacing: -2.25px;
  text-align: left;
  color: #1b1b1b;
}
.article6_text2 span {
  position: relative;
  font-weight: bold;
  color: #ce8e46;
  opacity: 0.99;
}
.article6_text2 span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: #ce8e46;
}
.article6_contents {
  margin-top: 65px;
}
.article6_content1 {
  margin-left: 273px;
}
.article6_underbar {
  margin-left: 5px;
  width: 20px;
  height: 3px;
  background-color: #1b1b1b;
}
.article6_content1_text {
  margin-top: 18px;
  font-size: 29px;
  line-height: 1.38;
  letter-spacing: -2.9px;
  text-align: left;
  color: #1b1b1b;
}
.article6_content1_graph {
  margin-top: 45px;
  width: 200px;
  height: 200px;
  background-image: url("../../img/speciality/special_graph2.png");
  background-size: 99%;
  background-position: center;
  background-repeat: no-repeat;
}
.article6_content1_graph_text {
  font-size: 25.5px;
  line-height: 1.59;
  letter-spacing: -2.55px;
  text-align: center;
  color: #1b1b1b;
}
.article6_content1_graph_text span {
  font-size: 40.5px;
  font-weight: bold;
  line-height: 0.8;
  letter-spacing: -4.05px;
  text-align: center;
  color: #1b1b1b;
}
.article6_content2 {
  margin-left: 84px;
}
.article6_content2_bubble {
  margin-top: 94px;
  padding-top: 5px;
  width: 67px;
  height: 57px;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: -1.5px;
  text-align: center;
  color: #ffffff;
  background-image: url("../../img/speciality/bubble2.png");
  background-size: 99%;
  background-position: center;
  background-repeat: no-repeat;
}
.article6_content2_leftarrow {
  margin-top: 21px;
  width: 66px;
  height: 122px;
  background-image: url("../../img/speciality/special_left.png");
  background-size: 99%;
  background-position: center;
  background-repeat: no-repeat;
}
.article6_content3 {
  margin-left: 84px;
}

.article6_content3_text {
  margin-top: 18px;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: -2.9px;
  text-align: left;
  color: #1b1b1b;
}
.article6_content3_graph {
  margin-top: 20px;
  width: 240px;
  height: 240px;
  background-image: url("../../img/speciality/special_graph3.png");
  background-size: 99%;
  background-position: center;
  background-repeat: no-repeat;
}
.article6_content3_graph_text {
  font-size: 26.5px;
  line-height: 1.57;
  letter-spacing: -2.65px;
  text-align: center;
  color: #1b1b1b;
}

.article6_content3_graph_text span {
  font-size: 68px;
  font-weight: bold;
  line-height: 0.8;
  letter-spacing: -6.8px;
  text-align: center;
  color: #1b1b1b;
}

.article6_text_box {
  margin-top: 100px;
  margin-bottom: 80px;
}
.article6_text3 {
  margin-right: 157px;
  font-size: 51px;
  font-weight: bold;
  letter-spacing: -5.1px;
  line-height: 1.25;
  text-align: left;
  color: #1b1b1b;
}
.article6_text3 span {
  position: relative;
  color: #ce8e46;
}
.article6_text3 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #ce8e46;
}
.article6_text4 {
  font-size: 22.5px;
  line-height: 1.38;
  letter-spacing: -2.25px;
  text-align: left;
  color: #1b1b1b;
}

/* article7 */
.article7 {
  height: auto;
  background-color: #282623;
}
.article7_leftline {
  margin-top: 170px;
  margin-right: 20px;
  /* width: 336px; */
  width: 35vh;
  height: 2px;
  background-color: #ffffff;
}
.article7_inner {
  margin-top: 102px;
  min-width: 1200px;
}
.article7_title {
  font-size: 51px;
  font-weight: bold;
  letter-spacing: -5.1px;
  text-align: left;
  color: #ffffff;
}
.article7_subtitle {
  font-size: 34px;
  font-weight: bold;
  line-height: 0.91;
  letter-spacing: -3.4px;
  text-align: left;
  color: #ffffff;
}
.article7_text {
  margin-top: 40px;
  font-size: 22.5px;
  line-height: 1.38;
  letter-spacing: -2.25px;
  text-align: left;
  color: #ffffff;
}
.article7_text2 {
  position: relative;
  margin-top: 70px;
  font-size: 22.5px;
  line-height: 1.38;
  letter-spacing: -2.25px;
  text-align: left;
  color: #ffe399;
  text-decoration-color: #ffe399;
}
.article7_text2::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 173px;
  height: 2px;
  background-color: #ffe399;
}
.article7_text3 {
  margin-top: 10px;
  font-size: 34px;
  line-height: 0.91;
  letter-spacing: -3.4px;
  text-align: left;
  color: #ffffff;
}
.article7_contents {
  /* margin-left: 615px; */
  margin-left: 65.5vh;
  margin-bottom: 73px;
}
.article7_content {
  margin-left: 80px;
}
.article7_underbar {
  margin-left: 5px;
  width: 20px;
  height: 3px;
  background-color: #ffffff;
}
.article7_content_title {
  margin-top: 15px;
  font-size: 22.5px;
  line-height: 1.38;
  letter-spacing: -2.25px;
  text-align: left;
  color: #ffffff;
}
.article7_content_text {
  margin-top: 3px;
  /* width: 207px; */
  height: 30px;
  background-color: #ffe399;
  font-size: 22.5px;
  font-weight: bold;
  text-indent: 5px;
  line-height: 1.38;
  letter-spacing: -2px;
  text-align: left;
  color: #282623;
}
.article7_content_img1 {
  width: 240px;
  height: 225px;
  margin-top: 29px;
  background-image: url("../../img/speciality/special_man1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.article7_content_img2 {
  width: 240px;
  height: 225px;
  margin-top: 29px;
  background-image: url("../../img/speciality/special_man2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.article8 {
  height: auto;
  background-image: url("../../img/speciality/special_backg5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.article8_leftline {
  margin-top: 170px;
  margin-right: 20px;
  /* width: 336px; */
  width: 35vh;
  height: 2px;
  background-color: #1b1b1b;
}
.article8_inner {
  margin-top: 102px;
  margin-bottom: 124px;
  min-width: 1200px;
}
.article8_title {
  font-size: 51px;
  font-weight: bold;
  letter-spacing: -5.1px;
  text-align: left;
  color: #1b1b1b;
}
.article8_subtitle {
  font-size: 22.5px;
  line-height: 1.38;
  letter-spacing: -2.25px;
  text-align: left;
  color: #1b1b1b;
}
.article8_button {
  margin-top: 117px;
  width: 200px;
  height: 50px;
  outline: none;
  border: none;
  font-size: 23px;
  letter-spacing: -1.84px;
  text-align: center;
  color: #ffffff;
  background-color: #1b1b1b;
  border: 2px solid #1b1b1b;
  transition: all 0.3s ease-in-out;
}
.article8_inner a {
  text-decoration: none;
}
.article8_button:hover {
  font-weight: bold;
  background-color: transparent;
  color: #1b1b1b;
}

/* 태블릿 768 ~ 1200 */
@media all and (max-width: 1200px) {
  .article1 {
    height: 43vh;
  }
  .article1 span {
    display: block;
  }
  .article2_leftline,
  .article3_leftline,
  .article4_leftline,
  .article5_leftline,
  .article6_leftline,
  .article7_leftline,
  .article8_leftline {
    display: none;
  }
  /* article2 */
  .article2 {
    position: relative;
    /* overflow: hidden; */
    width: 100vw;
    flex-direction: column;
  }
  .article2_inner1 {
    margin-top: 0;
    width: 100%;
    min-width: 0;
  }
  .article2_inner1_title {
    margin-top: 10vw;
    text-align: center;
  }
  .article2_inner1_img {
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
  }
  .article2_inner2 {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }
  .article2_inner2_text1 {
    margin-bottom: 54px;
    font-size: 22.5px;
    line-height: 1.38;
    letter-spacing: -2.25px;
    text-align: center;
  }
  .article2_inner2_text2 {
    margin-bottom: 54px;
    font-size: 31px;
    line-height: 1.25;
    letter-spacing: -3.1px;
    text-align: center;
  }
  .article2_inner2_text3 {
    justify-content: center;
    margin-bottom: 10vw;
    font-size: 22.5px;
    line-height: 1.38;
    letter-spacing: -2.2px;
  }
  /* article3 */
  .article3 {
    width: 100vw;
    flex-direction: column;
  }
  .article3_inner1 {
    margin-top: 10vw;
    width: 100%;
    min-width: 0;
  }
  .article3_inner1_title {
    text-align: center;
  }
  .article3_inner1_subtitle {
    margin-top: 3%;
    margin-bottom: 0px;
    text-align: center;
  }
  .article3_inner2 {
    width: 100%;
    min-width: 0;
  }
  .article3_inner2 {
    margin-top: 5%;
    margin-bottom: 10vw;
    min-width: 100%;
  }
  .article3_inner2_contents {
    margin-left: 0px;
    justify-content: center;
  }
  .article3_inner2_circle {
    margin-right: 0;
    margin-bottom: 0;
    margin: 20px;
  }

  /* article4 */
  .article4 {
    flex-direction: column;
  }
  .article4_inner1 {
    margin-top: 10vw;
    width: 100vw;
    min-width: 0;
  }
  .article4_inner1_title {
    text-align: center;
  }
  .article4_inner1_subtitle {
    text-align: center;
  }
  .article4_inner1_text1 {
    text-align: center;
  }
  .article4_inner1_text2 {
    margin: 0 auto;
    margin-top: 50px;
    width: 265px;
    height: 34px;
    text-align: center;
  }
  .article4_inner1_text3 {
    margin: 0 auto;
    margin-bottom: 0px;
    width: 259px;
    height: 22px;
    text-align: center;
  }
  .article4_inner2 {
    margin-top: 0px;
    margin-bottom: 10vw;
    width: 100vw;
    min-width: 0;
  }
  .article4_inner2_img {
    display: none;
  }
  /* article5 */
  .article5_inner {
    margin-top: 10vw;
    margin-bottom: 10vw;
    width: 100vw;
    min-width: 0px;
  }
  .article5_inner_title {
    font-size: 51px;
    text-align: center;
  }
  .article5_inner_subtitle {
    text-align: center;
  }
  .article5_inner_text {
    text-align: center;
  }
  .article5_inner_contents {
    margin-top: 6vw;
    margin-bottom: 0;
    width: 100vw;
    height: auto;
  }
  .article5_inner_content {
    margin: 1.66vw;
    width: 30vw;
    height: 31vw;
  }
  .article5_inner_content_symbol1 {
    margin-top: 3vw;
    width: 28%;
    transform: translateY(0.68vw);
  }
  .article5_inner_content_title {
    font-size: 5.5vw;
  }
  .article5_inner_content_symbol2 {
    width: 28%;
    transform: translateY(-0.68vw);
  }
  .article5_inner_content_subtitle {
    margin-top: 1vw;
    height: auto;
    font-size: 2.2vw;
  }
  .article5_inner_content_text {
    margin-top: 1vw;
    font-size: 1.8vw;
    line-height: 2.5vw;
  }
  /* article6 */
  .article6_inner {
    margin-top: 10vw;
    width: 100vw;
    min-width: 0;
  }
  .article6_title {
    text-align: center;
  }
  .article6_subtitle {
    text-align: center;
  }
  .article6_text1 {
    margin-top: 32px;
    text-align: center;
  }
  .article6_text2 {
    margin-top: 65px;
    text-align: center;
  }
  .article6_contents {
    justify-content: center;
  }
  .article6_content1 {
    margin-left: 0;
  }
  .article6_text_box {
    flex-direction: column;
    margin-bottom: 10vw;
  }
  .article6_text3 {
    margin-right: 0px;
    text-align: center;
  }
  .article6_text4 {
    margin-top: 30px;
    text-align: center;
  }

  /* article7 */
  .article7_inner {
    margin-top: 10vw;
    width: 100vw;
    min-width: 0;
  }
  .article7_title {
    text-align: center;
  }
  .article7_subtitle {
    text-align: center;
  }
  .article7_text {
    margin-top: 40px;
    text-align: center;
  }
  .article7_text2 {
    margin-top: 70px;
    text-align: center;
  }
  .article7_text3 {
    margin-top: 10px;
    text-align: center;
  }
  .article7_contents {
    justify-content: center;
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 10vw;
  }
  .article7_content {
    margin-left: 0;
    margin: 0 30px;
  }
  /* article8 */
  .article8_inner {
    width: 100vw;
    min-width: 0;
  }
  .article8_title {
    text-align: center;
  }
  .article8_subtitle {
    text-align: center;
  }
  .article8_button {
    margin: 0 auto;
    margin-top: 50px;
  }
}

/* 모바일 767 이하 */
@media all and (max-width: 767px) {
  .article1 {
    background-image: url("../../img/speciality/special_backg_m.jpg");
  }
  .article2_leftline_m,
  .article3_leftline_m,
  .article4_leftline_m,
  .article5_leftline_m,
  .article6_leftline_m,
  .article7_leftline_m,
  .article8_leftline_m {
    display: inline-block;
    position: absolute;
    margin-top: 8vw;
    margin-right: 0;
    left: 0;
    width: 5vw;
    height: 0.5vw;
  }
  /* article2 */
  .article2_inner1_title {
    margin-left: 6vw;
    margin-top: 12vh;
    font-size: 7vw;
    text-align: left;
    letter-spacing: -0.3vw;
    line-height: 8.5vw;
  }
  .article2_inner2 {
    margin-left: 6vw;
    margin-top: 10vw;
    width: 94vw;
    min-width: 0;
  }
  .article2_inner2_text1 {
    margin-bottom: 10vw;
    font-size: 3.7vw;
    line-height: 1.38;
    letter-spacing: -0.3vw;
    text-align: left;
  }
  .article2_inner2_text2 {
    margin-bottom: 10vw;
    font-size: 5.7vw;
    line-height: 1.25;
    letter-spacing: -0.3vw;
    text-align: left;
  }
  .article2_inner2_text3 {
    width: max-content;
    justify-content: start;
    margin-bottom: 12vh;
    font-size: 4vw;
    line-height: 1.38;
    letter-spacing: -0.3vw;
  }
  .article2_inner2_text3::before {
    width: 100%;
  }
  .article2_inner2_bubble {
    margin-top: 1vw;
    margin-right: 1vw;
    width: 5vw;
    height: 5vw;
  }

  /* article3 */
  .article3 {
    width: 100vw;
    flex-direction: column;
    background-image: url("../../img/speciality/special_backg2_m.jpg");
  }
  .article3_inner1 {
    margin-top: 12vh;
    margin-left: 6vw;
    width: 100%;
    min-width: 0;
  }
  .article3_inner1_title {
    font-size: 7vw;
    text-align: left;
    letter-spacing: -0.3vw;
    line-height: 8.5vw;
  }
  .article3_inner1_subtitle {
    margin-top: 10vw;
    margin-bottom: 0;
    font-size: 3.7vw;
    font-weight: 300;
    line-height: 1.38;
    letter-spacing: -0.3vw;
    text-align: left;
  }
  .article3_inner2 {
    width: 100%;
    min-width: 0;
  }
  .article3_inner2 {
    display: flex;
    margin-top: 10vw;
    margin-bottom: 5vw;
    margin-left: 5vw;
    min-width: 100%;
  }
  .article3_inner2_contents {
    margin-left: 0px;
    justify-content: center;
  }
  .article3_inner2_circle {
    margin-right: 0;
    margin-bottom: 0;
    margin: 1vw;
    width: 20.5vw;
    height: 20.5vw;
    font-size: 4vw;
    letter-spacing: -0.4vw;
  }
  .article3_inner2_circle div {
    margin-bottom: 3vw;
    font-size: 3.5vw;
    line-height: 1.09;
    letter-spacing: -0.4vw;
  }
  .article3_inner2_circle div::before {
    bottom: -1vw;
    left: 0.3vw;
  }
  .article3_inner3_m {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 12vh;
    margin-left: 6vw;
    width: max-content;
    /* margin-top: 10vw; */
    font-size: 2vw;
    letter-spacing: -0.2vw;
    text-align: left;
    color: #ffffff;
  }
  .article3_inner3_m::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.3vw;
    background-color: #ffffff;
    opacity: 0.3;
  }
  .article3_inner3_bubble {
    display: inline-block;
    margin-right: 1vw;
    width: 3vw;
    height: 3.5vw;
    background-image: url("../../img/speciality/bubble3.png");
    background-size: 99%;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* article4 */
  .article4 {
    flex-direction: column;
  }
  .article4_inner1 {
    margin-top: 12vh;
    margin-left: 6vw;
    width: 100vw;
    min-width: 0;
  }
  .article4_inner1_title {
    font-size: 7vw;
    text-align: left;
    letter-spacing: -0.3vw;
    line-height: 8.5vw;
  }
  .article4_inner1_subtitle {
    font-size: 5vw;
    text-align: left;
    letter-spacing: -0.3vw;
    line-height: 6vw;
  }
  .article4_inner1_text1 {
    margin-top: 5vw;
    font-size: 3.7vw;
    line-height: 1.38;
    letter-spacing: -0.3vw;
    text-align: left;
  }
  .article4_inner1_text2 {
    margin-top: 5vw;
    margin-left: 0;
    padding: 0 2vw;
    width: max-content;
    height: 6vw;
    line-height: 6vw;
    font-size: 4.5vw;
    text-align: left;
  }
  .article4_inner1_text3 {
    margin-left: 0;
    margin-bottom: 0px;
    padding: 0 2vw;
    width: max-content;
    height: 6vw;
    font-size: 4.5vw;
    text-align: left;
  }
  .article4_inner2 {
    flex-direction: row !important;
    margin-left: 6vw;
    margin-bottom: 12vh;
    min-width: 0;
    width: 100vw;
  }
  .article4_inner2_img {
    display: none;
  }
  .article4_inner2_graph {
    width: 85vw;
    height: 55vw;
  }
  /* article5 */
  .article5 {
    background-image: url("../../img/speciality/special_backg3_m.jpg");
  }
  .article5_inner {
    margin-top: 12vh;
    margin-left: 6vw;
    margin-bottom: 12vh;
    width: 100vw;
    min-width: 0px;
  }
  .article5_inner_title {
    font-size: 7vw;
    text-align: left;
    letter-spacing: -0.3vw;
    line-height: 8.5vw;
  }
  .article5_inner_subtitle {
    font-size: 5vw;
    text-align: left;
    letter-spacing: -0.3vw;
    line-height: 6vw;
    font-weight: 300;
  }
  .article5_inner_text {
    margin-top: 5vw;
    font-size: 3.7vw;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: -0.3vw;
    text-align: left;
  }
  .article5_inner_contents {
    flex-direction: column;
    margin-top: 6vw;
    margin-bottom: 0;
    width: 100vw;
    height: auto;
  }
  .article5_inner_content {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 3vw;
    width: 88vw;
    height: 27.9vw;
    background-image: url("../../img/speciality/special_backg6_m.png");
  }
  .article5_inner_content_symbol1 {
    margin-top: 0;
    width: 14.5%;
    transform: translateY(1vw);
  }
  .article5_inner_content_title {
    width: 37%;
    font-size: 8.5vw;
    letter-spacing: -0.7vw;
  }
  .article5_inner_content_symbol2 {
    width: 14.5%;
    transform: translateY(-1vw);
  }
  .article5_inner_content_textbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 63%;
    height: 100%;
  }
  .article5_inner_content_subtitle {
    margin-top: 1vw;
    width: 100%;
    height: auto;
    font-size: 3.5vw;
    text-align: left;
  }
  .article5_inner_content_text {
    margin-top: 2vw;
    margin-left: 1vw;
    width: 100%;
    font-size: 3vw;
    font-weight: 300;
    line-height: 4vw;
    text-align: left;
    letter-spacing: -0.3vw;
  }
  .article5_inner_content_text1 br {
    display: none;
  }
  .article5_inner_content_text1 span {
    display: block;
  }

  /* article6 */
  .article6_inner {
    margin-top: 12vh;
    margin-left: 6vw;
    margin-bottom: 12vh;
    width: 100vw;
    min-width: 0px;
  }
  .article6_title {
    font-size: 7vw;
    text-align: left;
    letter-spacing: -0.3vw;
    line-height: 8.5vw;
  }
  .article6_subtitle {
    font-size: 5vw;
    text-align: left;
    letter-spacing: -0.3vw;
    line-height: 6vw;
  }
  .article6_text1 {
    margin-top: 5vw;
    font-size: 3.7vw;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.3vw;
    text-align: left;
  }
  .article6_text2 {
    margin-top: 6vw;
    font-size: 3.7vw;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: -0.3vw;
    text-align: left;
  }
  .article6_text2 span::before {
    height: 1.5px;
  }
  .article6_contents {
    justify-content: start;
    margin-top: 10vw;
  }
  .article6_content1 {
    margin-left: 0;
  }
  .article6_underbar {
    margin-left: 0.5vw;
    width: 2.5vw;
    height: 0.5vw;
    background-color: #1b1b1b;
  }
  .article6_content1_text {
    margin-top: 2.2vw;
    font-size: 3.9vw;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.3vw;
  }
  .article6_content1_graph {
    margin-top: 7vw;
    width: 26vw;
    height: 26vw;
    background-image: url("../../img/speciality/special_graph2.png");
    background-size: 99%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .article6_content1_graph_text {
    font-size: 3.3vw;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.3vw;
  }
  .article6_content1_graph_text span {
    font-size: 5vw;
    line-height: 1;
    letter-spacing: -0.3vw;
  }
  .article6_content2 {
    margin-left: 11vw;
  }
  .article6_content2_bubble {
    margin-top: 13vw;
    padding-top: 0.8vw;
    width: 8.6vw;
    height: 7.4vw;
    font-size: 3.5vw;
    letter-spacing: -0.2vw;
  }
  .article6_content2_leftarrow {
    margin-top: 3vw;
    width: 8.6vw;
    height: 16vw;
  }
  .article6_content3 {
    margin-left: 10vw;
  }
  .article6_content3_text {
    margin-top: 2.2vw;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.3vw;
  }
  .article6_content3_graph {
    margin-top: 4vw;
    width: 31.25vw;
    height: 31.25vw;
  }
  .article6_content3_graph_text {
    font-size: 3.3vw;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.3vw;
  }
  .article6_content3_graph_text span {
    font-size: 8.7vw;
    line-height: 1;
    letter-spacing: -0.5vw;
  }
  .article6_text_box {
    margin-top: 9vw;
    margin-bottom: 0vh;
  }
  .article6_text3 {
    font-size: 6.5vw;
    text-align: left;
    letter-spacing: -0.3vw;
    line-height: 8.5vw;
  }
  .article6_text3 span::before {
    height: 0.8vw;
  }
  .article6_text4 {
    margin-top: 3vw;
    font-size: 3.7vw;
    line-height: 1.4;
    letter-spacing: -0.35vw;
    text-align: left;
  }

  /* article7 */
  .article7_inner {
    margin-top: 12vh;
    margin-left: 6vw;
    margin-bottom: 12vh;
    width: 100vw;
    min-width: 0px;
  }
  .article7_title {
    font-size: 7vw;
    text-align: left;
    letter-spacing: -0.3vw;
    line-height: 8.5vw;
  }
  .article7_subtitle {
    font-size: 5vw;
    text-align: left;
    letter-spacing: -0.3vw;
    line-height: 6vw;
  }
  .article7_text {
    margin-top: 5vw;
    font-size: 3.7vw;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.3vw;
    text-align: left;
  }
  .article7_text2 {
    width: max-content;
    margin-top: 10vw;
    font-size: 3.7vw;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.3vw;
    text-align: left;
  }
  .article7_text2::before {
    width: 100%;
    height: 1.5px;
  }
  .article7_text3 {
    margin-top: 1vw;
    font-size: 5.3vw;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.3vw;
    text-align: left;
  }
  .article7_contents {
    justify-content: start;
    margin-top: 13vw;
    margin-bottom: 0vh;
    margin-left: 0;
  }
  .article7_content {
    margin-left: 0;
    margin-right: 15.5vw;
  }
  .article7_underbar {
    margin-left: 0.5vw;
    width: 2.5vw;
    height: 0.5vw;
  }
  .article7_content_title {
    width: max-content;
    margin-top: 2.2vw;
    font-size: 2.8vw;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.2vw;
  }
  .article7_content_text {
    letter-spacing: -0.2vw;
    margin-top: 0.5vw;
    margin-left: 0;
    padding: 0 1vw;
    text-indent: 0;
    width: max-content;
    height: 4vw;
    line-height: 4vw;
    font-size: 2.8vw;
    text-align: left;
  }
  .article7_content_img1,
  .article7_content_img2 {
    width: 31.25vw;
    height: 29.29vw;
    margin-top: 3vw;
  }
  /* article8 */
  .article8 {
    background-image: url("../../img/speciality/special_backg5_m.jpg");
  }
  .article8_inner {
    margin-top: 12vh;
    margin-left: 6vw;
    margin-bottom: 12vh;
    width: 100vw;
    min-width: 0px;
  }
  .article8_title {
    font-size: 7vw;
    text-align: left;
    letter-spacing: -0.3vw;
    line-height: 8.5vw;
  }
  .article8_subtitle {
    font-size: 3.7vw;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.3vw;
    text-align: left;
  }
  .article8 a {
    width: 100vw;
    height: 15%;
  }

  .article8_button {
    margin: 0;
    margin-top: 8vw;
    margin-bottom: 4.2vh;
    width: 35%;
    height: 8vw;
    font-size: 4vw;
    letter-spacing: -1px;
  }
}

/* ------------------ 서브페이지 공통 ------------------ */
@media all and (max-width: 1200px) {
  .article1_inner {
    height: 100%;
    margin-left: 10%;
    min-width: 100vw;
    word-break: keep-all;
  }
  .article1_title,
  .article1_subtitle {
    text-indent: 0;
  }
}
/* ------------------ 서브페이지 공통 ------------------ */
@media all and (max-width: 767px) {
  /* article1 */
  .article1 {
    height: 40vw;
  }
  .article1_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .article1_title {
    margin-top: 0;
    font-size: 7vw;
    letter-spacing: -3px !important;
    text-indent: 0px;
  }
  .article1_subtitle {
    font-size: 3vw;
    letter-spacing: -0.3vw;
    margin-top: 2%;
    opacity: 0.8;
  }

  .article1_title,
  .article1_subtitle {
    text-indent: 0;
  }
}
