/* subMenu1 */
.subMenu1 * {
  word-break: keep-all;
}

.subMenu1 .subBanner {
  height: 584px;
  background-position: 50% 50%;
}

.subMenu1 .subBanner .txt_area h2 {
  color: #191919;
  margin-bottom: 25px;
}

.subMenu1 .subBanner .txt_area p {
  font-size: 19px;
  font-weight: 500;
  color: #434040;
}

.subMenu1 .subBanner .txt_area {
  top: 120px;
  left: 0;
  width: 100%;
  transform: translate(0, 0);
}

.subMenu1 .title_area3 .tit_small:after {
  background-color: #e0a5a2;
}

.subWrap .section_01 {
  padding-top: 5px;
}

.subMenu1 section {
  padding: 135px 0 140px;
}

.subMenu1 section .title_area h3.crimson {
  font-size: 40px;
  color: #434040;
  letter-spacing: -0.01em;
  font-weight: 500;
  /* 400 */
  line-height: 80%;
  margin-bottom: 15px;
}

.subMenu1 section .title_area h3.crimson:after,
.subMenu1 section .title_area h3.crimson:before {
  display: none;
}

.subMenu1 section .title_area .sub_top {
  font-size: 13px;
  color: #f39999;
  letter-spacing: 0.28em;
  margin-bottom: 22px;
  line-height: 90%;
}

.subMenu1 section .title_area .sub_btm {
  font-size: 19px;
  color: #767676;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.subMenu1 section .title_area .center_en.mn_1_3 {
  color: #f39999;
}

.subMenu1 section .title_area .center_en.mn_1_4 {
  color: #e0a5a2;
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

.paginate {
  margin: 0 auto;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginate .pageBtn strong {
  font-size: 15px;
  font-weight: 800;
  color: #f39999;
  margin: 0 19px;
  display: inline-block;
}

.paginate .pageBtn a {
  font-size: 15px;
  font-weight: 500;
  /* 400 */
  color: #595959;
  margin: 0 13px;
  display: inline-block;
}

.paginate .prev {
  margin-right: 20px;
  margin-left: 30px;
}

.paginate .next {
  margin-left: 20px;
  margin-right: 30px;
}

.text_card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
}

.text_card li {
  text-align: center;
  display: flex;
  align-items: flex-end;
  margin-bottom: 52px;
  position: relative;
  background-size: cover;
  box-shadow: 0 0 18px rgba(66, 66, 66, 0.05);
}

.text_card li:first-of-type {
  border-radius: 50px 0 0 0;
  -webkit-border-radius: 50px 0 0 0;
  -moz-border-radius: 50px 0 0 0;
  -ms-border-radius: 50px 0 0 0;
  -o-border-radius: 50px 0 0 0;
}

.text_card li:last-of-type {
  border-radius: 0 0 50px 0;
  -webkit-border-radius: 0 0 50px 0;
  -moz-border-radius: 0 0 50px 0;
  -ms-border-radius: 0 0 50px 0;
  -o-border-radius: 0 0 50px 0;
}

.text_card li:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 27px;
  background: url(../hoImage/common/arrow_right_pink_2.png) no-repeat;
  background-size: cover;
  top: 50%;
  right: -27px;
  transform: translate(0, -50%);
}

.text_card li:last-of-type:after {
  background: none;
}

.text_card li dl {
  width: 100%;
  margin-bottom: 44px;
}

.text_card li dt {
  font-size: 21px;
  letter-spacing: -0.01em;
  color: #e0a5a2;
  margin-bottom: 10px;
}

.text_card li dd {
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #434040;
}

.subWrap .title_area {
  margin-bottom: 80px;
}

.subWrap .section {
  overflow: hidden;
}

/* subMenu1_1 */
.subMenu1_1 .subBanner {
  background-image: url("../hoImage/sub/menu1/subvisual_1_1.png");
  background-color: #f8f8f8;
}

.subMenu1_1 .subBanner .txt_area h2:after {
  content: "Treatment Environment";
  color: #fff;
  font-size: 85px;
  opacity: 0.54;
  transform: rotate(-5deg) translate(-51.4%, 0);
  top: -118px;
}

.subMenu1_1 .slider_control .stop_btn i.icon_pause {
  background-image: url(../hoImage/common/stop_black.png);
}

.subMenu1_1 .slider_control .stop_btn i.icon_play {
  background-image: url(../hoImage/common/play_black.png);
}

.subMenu1_1 .section_01 {
  padding: 40px 0 120px;
  background: url(../hoImage/sub/menu1/1_interior_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.subMenu1_1 .section_01 .container {
  max-width: 1060px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0;
}

.subMenu1_1 .section_01 .txt_area {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 135px;
  left: 0;
  transform: translate(0, 0);
  font-size: 30px;
  line-height: 2;
  letter-spacing: -0.01em;
}

.subMenu1_1 .section_01 .txt_area p {
  margin-bottom: 43px;
}

.subMenu1_1 .section_01 .txt_area strong {
  display: block;
  margin-top: 15px;
}

.subMenu1_1 .section_01 .img_area {
  border-radius: 0 130px 0 70px;
  -webkit-border-radius: 0 130px 0 70px;
  -moz-border-radius: 0 130px 0 70px;
  -ms-border-radius: 0 130px 0 70px;
  -o-border-radius: 0 130px 0 70px;
  overflow: hidden;
}

.subMenu1_1 .section_01 .slide_area {
  left: 43.9062%;
  width: 1077px;
}

.subMenu1_1 .section_01 .slider_control {
  color: #595959;
}

.subMenu1_1 .section_01 .slider_control .swiper-pagination {
  width: 168px;
  background-color: rgba(118, 118, 118, 0.3);
}

.subMenu1_1 .section_01 .slider_control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(118, 118, 118);
}

.subMenu1_1 .section_02 .title_area h3 {
  line-height: 80%;
  margin: 0 auto 22px;
}

.subMenu1_1 .section_02 .title_area .sub {
  color: #767676;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: -0.01em;
  font-weight: 500;
}

.subMenu1_1 .section_02 .slide_btn {
  height: 60px;
  position: absolute;
  width: 100%;
  max-width: 1060px;
  top: 495px;
}

.subMenu1_1 .section_02 .swiper-button-next {
  right: -172px;
  top: 0;
  transform: translate(0, 0);
}

.subMenu1_1 .section_02 .swiper-button-prev {
  left: -172px;
  top: 0;
  transform: translate(0, 0);
}

.subMenu1_1 #main_clinic.section_02 {
  padding: 135px 0 140px;
  background-color: #fff;
}

.subMenu1_1 #main_clinic .info_con:hover {
  height: auto;
  margin-top: 80px;
  margin-bottom: 0;
}

.subMenu1_1 #main_clinic.section_02 .clinic .txt_area {
  padding-right: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.subMenu1_1 #main_clinic.section_02 .clinic .txt_area .title {
  letter-spacing: -0.01em;
}

.subMenu1_1 #main_clinic.section_02 .info_con .clinic .clinic_inner {
  overflow: hidden;
}

.subMenu1_1 #main_clinic.section_02 .info_con .clinic:hover .clinic_inner {
  height: 386px;
  overflow: hidden;
}

.subMenu1_1 #main_clinic.section_02 .info_con .swiper-slide {
  display: flex;
  width: 100%;
  justify-content: center;
}

.subMenu1_1 #main_clinic.section_02 .info_con .clinic_7 {
  margin-right: 0;
}

.subMenu1_1 #main_clinic.section_02 .info_con.mobile {
  display: none;
}

.subMenu1_1 .section_03 {
  background: url(../hoImage/sub/menu1/1_banner_bg.jpg) no-repeat 70% 50%;
  background-size: cover;
  background-color: #fcf6f4;
  padding: 105px 0;
}

.subMenu1_1 .section_03 .desc .title {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 52px;
  color: #191919;
}

.subMenu1_1 .section_03 .desc .title span {
  position: relative;
  z-index: 1;
}

.subMenu1_1 .section_03 .desc .title span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 17px;
  width: 240px;
  background-color: #f6e1df;
  z-index: -1;
}

.subMenu1_1 .section_03 .desc {
  font-size: 20px;
  line-height: 30px;
  color: #595959;
}

.subMenu1_1 .section_03 .desc p {
  margin-bottom: 30px;
}

.subMenu1_1 .section_03 .desc p:last-of-type {
  margin-bottom: 0;
}

.subMenu1_1 .section_04 .title_area {
  margin-bottom: 80px;
}

.subMenu1_1 .section_04 .title_area h3 {
  font-size: 40px;
  color: #191919;
  line-height: 80%;
  margin: 0 auto 22px;
  font-weight: 500;
  /* 400 */
  font-family: "Crimson Text", "Noto Serif KR", "NotoSerifKR", serif;
}

.subMenu1_1 #main_doctor {
  /*padding: 192px 0 225px;*/
  padding: 192px 0 136px;
}

.subMenu1_1 #main_doctor .txt_area {
  padding-right: 0;
}

.subMenu1_1 #main_doctor .txt_area .desc {
  text-align: left;
}

.subMenu1_1 #main_doctor.section_04 {
  background-position: 50% 0;
}

.subMenu1_1 #main_doctor.section_04 .txt_area .desc .sub {
  letter-spacing: -0.01em;
  margin-bottom: 28px;
}

.subMenu1_1 #main_doctor.section_04 .txt_area .desc p {
  margin-bottom: 28px;
}

.subMenu1_1 #main_doctor.section_04 .txt_area .desc p:last-of-type {
  margin-bottom: 0;
}

.subMenu1_1 #main_doctor .txt_area .desc .sign {
  margin-top: 38px;
}

.subMenu1_1 .section_05 {
  padding: 103px 0 0;
  position: relative;
  overflow: hidden;
}

.subMenu1_1 .section_05 .container {
  position: relative;
}

.subMenu1_1 .section_05 .container:after {
  content: "";
  position: absolute;
  left: 27px;
  width: 200vw;
  top: -103px;
  height: 425px;
  background-color: #f8f8f8;
  border-radius: 0 0 0 70px;
  -webkit-border-radius: 0 0 0 70px;
  -moz-border-radius: 0 0 0 70px;
  -ms-border-radius: 0 0 0 70px;
  -o-border-radius: 0 0 0 70px;
}

@media screen and (max-width: 1340px) {
  .subMenu1_1 .section_05 .container:after {
    left: 0;
    transform: translate(-50%, 0);
  }
}
.subMenu1_1 .section_05 .slide_con {
  display: flex;
  padding-bottom: 140px;
}

.subMenu1_1 .section_05 .slide_con .txt_area {
  order: 2;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-weight: 400;
  /* 200 */
  color: #595959;
  margin-top: 78px;
  margin-left: 80px;
  position: relative;
  width: 450px;
  padding-left: 42px;
}

.subMenu1_1 .section_05 .slide_con .txt_area .title {
  font-size: 28px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 46px;
  position: relative;
  letter-spacing: -0.01em;
  color: #000;
}

.subMenu1_1 .section_05 .slide_con .txt_area .number {
  font-size: 120px;
  letter-spacing: -0.05em;
  position: absolute;
  opacity: 0.08;
  left: -42px;
  bottom: 18px;
  line-height: 60%;
}

.subMenu1_1 .section_05 .slide_con .img_area {
  width: 540px;
  height: 414px;
  order: 1;
  box-shadow: 12px 12px 13px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.subMenu1_1 .section_05 .view_more_2 {
  position: absolute;
  bottom: 167px;
  left: 50%;
  margin-left: 85px;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-color: #e0a5a2;
}

.subMenu1_1 .section_05 .view_more_2:hover {
  background-color: #e0a5a2;
  background-image: url("../hoImage/common/arrow_right_sm_white.png");
  color: #fff;
}

.subMenu1_1 .section_05 .slide_area {
  position: relative;
  width: 1070px;
  margin-left: -10px;
}

.subMenu1_1 .section_05 .slide_btn {
  height: 60px;
  position: absolute;
  width: 100%;
  top: 180px;
  margin-left: 10px;
}

.subMenu1_1 .section_05 .swiper-button-next {
  right: -143px;
  top: 0;
  transform: translate(0, 0);
}

.subMenu1_1 .section_05 .swiper-button-prev {
  left: -143px;
  top: 0;
  transform: translate(0, 0);
}

.subMenu1_1 .section_05 .slider_control {
  position: absolute;
  top: 292px;
  right: 4px;
  width: 446px;
}

.subMenu1_1 .section_05 .slider_control .swiper-pagination {
  width: 446px;
  margin: 0;
  background-color: #dcdcdc;
}

.subMenu1_1 .section_05 .slider_control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e0a7a4;
}

.subMenu1_1 .section_06 {
  background-color: #f8f8f8;
  padding: 140px 0 68px;
}

.subMenu1_1 .section_06 .title_area h3.crimson {
  font-size: 32px;
}

.subMenu1_1 .section_06 .title_area h3 span {
  font-size: 40px;
  letter-spacing: -0.01em;
  color: #434040;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.subMenu1_1 .section_06 .title_area h3 span:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #e0a5a2;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: -15px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.subMenu1_1 .section_06 .title_area h3.line:before,
.subMenu1_1 .section_06 .title_area h3.line:after {
  display: none;
}

.subMenu1_1 .section_06 .text_card li {
  width: 230px;
  height: 295px;
}

.subMenu1_1 .section_06 .text_card .text_card_1 {
  background-image: url(../hoImage/sub/menu1/1_processes_1.jpg);
}

.subMenu1_1 .section_06 .text_card .text_card_2 {
  background-image: url(../hoImage/sub/menu1/1_processes_2.jpg);
}

.subMenu1_1 .section_06 .text_card .text_card_3 {
  background-image: url(../hoImage/sub/menu1/1_processes_3.jpg);
}

.subMenu1_1 .section_06 .text_card .text_card_4 {
  background-image: url(../hoImage/sub/menu1/1_processes_4.jpg);
}

.subMenu1_1 .section_06 .text_card .text_card_5 {
  background-image: url(../hoImage/sub/menu1/1_processes_5.jpg);
}

.subMenu1_1 .section_06 .text_card .text_card_6 {
  background-image: url(../hoImage/sub/menu1/1_processes_6.jpg);
}

.subMenu1_1 .section_06 .text_card .text_card_7 {
  background-image: url(../hoImage/sub/menu1/1_processes_7.jpg);
}

.subMenu1_1 .section_06 .text_card .text_card_8 {
  background-image: url(../hoImage/sub/menu1/1_processes_8.jpg);
}

.subMenu1_1 .section_06 .text_card .text_card_4:after {
  display: none;
}

/* subMenu1_2 */
.subMenu1_2 .subBanner {
  background-image: url("../hoImage/sub/menu1/subvisual_1_2.png");
}

.subMenu1_2 .subBanner .txt_area h2:after {
  content: "Medical Environment";
  color: #fff;
  opacity: 0.7;
  transform: translate(-50%, 0);
  top: -62px;
  left: 63.7%;
}

.subMenu1_2 .title_area h3.line:before {
  transform: translate(59.5%, -50%);
}

.subMenu1_2 .title_area h3.line:after {
  transform: translate(-59.5%, -50%);
}

.subMenu1_2 .section_01 {
  padding-top: 25px;
  padding-bottom: 190px;
}

.subMenu1_2 .section_01 .interior {
  position: relative;
}

.subMenu1_2 .section_01 .interior .number {
  font-size: 90px;
  letter-spacing: -0.01em;
  color: #fdf5f3;
}

.subMenu1_2 .section_01 .interior .title {
  font-size: 38px;
  letter-spacing: -0.01em;
  line-height: 41px;
  color: #595959;
  margin-bottom: 17px;
}

.subMenu1_2 .section_01 .interior .title span {
  position: relative;
}

.subMenu1_2 .section_01 .interior .title span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 16px;
  padding: 0 5px;
  background-color: #fdf5f3;
  z-index: -1;
}

.subMenu1_2 .section_01 .interior .desc {
  font-size: 15px;
  letter-spacing: -0.01em;
  line-height: 1.6;
  color: #767676;
}

.subMenu1_2 .section_01 .interior .txt_area {
  width: 290px;
  position: absolute;
}

.subMenu1_2 .section_01 .interior .txt_area .number {
  position: absolute;
  z-index: -1;
  right: 0;
}

.subMenu1_2 .section_01 .interior .img_area {
  display: flex;
  align-items: flex-start;
}

.subMenu1_2 .section_01 .interior .img_area .img {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}

.subMenu1_2 .section_01 .interior_1 {
  margin-bottom: 200px;
}

.subMenu1_2 .section_01 .interior_1 .img_area .img_1 {
  width: 540px;
  height: 350px;
  margin-right: 21px;
}

.subMenu1_2 .section_01 .interior_1 .img_area .img_2 {
  width: 300px;
  height: 350px;
}

.subMenu1_2 .section_01 .interior_1 .img_area .img_3 {
  width: 300px;
  height: 198px;
}

.subMenu1_2 .section_01 .interior_1 .txt_area {
  top: 386px;
}

.subMenu1_2 .section_01 .interior_1 .txt_area:after {
  content: "";
  width: 340px;
  height: 1px;
  position: absolute;
  top: 73px;
  left: 110px;
  background: url("../hoImage/sub/menu2/gray_line_r.gif") 50% 50%;
  background-size: 100% 1px;
}

.subMenu1_2 .section_01 .interior_1 .txt_area .number {
  right: -259px;
}

.subMenu1_2 .section_01 .interior_1 .img_area .img_2 {
  margin-top: 136px;
}

.subMenu1_2 .section_01 .interior_1 .img_area .img_3 {
  margin-top: 60px;
  margin-left: -100px;
}

.subMenu1_2 .section_01 .interior_2 {
  margin-bottom: 170px;
}

.subMenu1_2 .section_01 .interior_2 .img_area .img_1 {
  width: 320px;
  height: 450px;
  margin-right: 20px;
}

.subMenu1_2 .section_01 .interior_2 .img_area .img_2 {
  width: 438px;
  height: 350px;
}

.subMenu1_2 .section_01 .interior_2 .txt_area {
  right: 0;
  bottom: 0;
  text-align: right;
}

.subMenu1_2 .section_01 .interior_2 .txt_area:after {
  content: "";
  width: 226px;
  height: 1px;
  position: absolute;
  top: -120px;
  right: -102px;
  transform: rotate(-90deg);
  background: url(../hoImage/sub/menu2/gray_line_r.gif) 50% 50%;
  background-size: 100% 1px;
}

.subMenu1_2 .section_01 .interior_2 .txt_area .number {
  top: -315px;
}

.subMenu1_2 .section_01 .interior_3 {
  padding-top: 68px;
}

.subMenu1_2 .section_01 .interior_3 .img_area {
  align-items: flex-end;
}

.subMenu1_2 .section_01 .interior_3 .img_area .img_1 {
  width: 588px;
  height: 300px;
  margin-right: 20px;
}

.subMenu1_2 .section_01 .interior_3 .img_area .img_2 {
  width: 453px;
  height: 392px;
  object-fit: cover;
}

.subMenu1_2 .section_01 .interior_3 .img_area .img_2 img {
  width: auto;
  height: 392px;
}

.subMenu1_2 .section_01 .interior_3 .txt_area {
  width: 270px;
  left: 0;
  top: 25px;
}

.subMenu1_2 .section_01 .interior_3 .txt_area:after {
  content: "";
  width: 226px;
  height: 1px;
  position: absolute;
  top: 32px;
  left: 280px;
  background: url("../hoImage/sub/menu2/gray_line_r.gif") 50% 50%;
  background-size: 100% 1px;
}

.subMenu1_2 .section_01 .interior_3 .txt_area .number {
  right: -310px;
  top: -40px;
}

.subMenu1_2 .section_02 {
  padding: 140px 0 0;
  background: url(../hoImage/sub/menu1/2_equipment_bg.jpg) no-repeat 50% 50%;
  /* background-size: cover; */
  background-color: #fafafa;
}

.subMenu1_2 .section_02 .title_area_sub {
  text-align: center;
  position: relative;
}

.subMenu1_2 .section_02 .title_area {
  margin-bottom: 90px;
}

.subMenu1_2 .section_02 .title_area h3 {
  margin-bottom: 24px;
}

.subMenu1_2 .section_02 .title_area_sub .title .number {
  position: absolute;
  color: #fff;
  opacity: 0.8;
  font-size: 90px;
  letter-spacing: -0.01em;
  font-style: italic;
  line-height: 60%;
  left: 75px;
  top: 50%;
  transform: translate(0, -50%);
}

.subMenu1_2 .section_02 .title_area_sub .title {
  color: #434040;
  font-size: 30px;
  letter-spacing: -0.01em;
  height: 52px;
  line-height: 52px;
  background-color: #f7eded;
  overflow: hidden;
  position: relative;
}

.subMenu1_2 .section_02 .title_area_sub .title span {
  color: #f39999;
  font-weight: 500;
  display: inline-block;
  margin-right: 8px;
}

.subMenu1_2 .section_02 .title_area_sub .sub {
  margin-top: 10px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #767676;
  margin-bottom: 0;
  display: block;
}

.subMenu1_2 .section_02 .equipment_con_2 .slider_area {
  padding-top: 94px;
}

.subMenu1_2 .section_02 .equipment_con_2 .title_area_sub .title {
  background-color: #fff;
}

.subMenu1_2 .section_02 .equipment_con_2 .title_area_sub .number {
  left: auto;
  right: 75px;
  color: #f7eded;
}

.subMenu1_2 .section_02 .equipment_con {
  position: relative;
}

.subMenu1_2 .section_02 .equipment_con .equipment_inner {
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
}

.subMenu1_2 .section_02 .equipment_con .equipment_inner .txt_area .title {
  font-size: 25px;
  line-height: 100%;
  font-weight: 700;
  color: #434040;
  margin-bottom: 32px;
}

.subMenu1_2 .section_02 .equipment_con .equipment_inner .txt_area .title .sub {
  color: #f39999;
  font-size: 20px;
  line-height: 80%;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}

.subMenu1_2 .section_02 .equipment_con .equipment_inner .txt_area .desc {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.01em;
  font-weight: 400;
  /* 300 */
  color: #595959;
  text-align: justify;
}

.subMenu1_2 .section_02 .equipment_con_1 .equipment_inner {
  padding-top: 70px;
  padding-bottom: 184px;
}

.subMenu1_2 .section_02 .equipment_con_1 .equipment_inner .img_area {
  width: 373px;
  border-radius: 0 0 80px 0;
  -webkit-border-radius: 0 0 80px 0;
  -moz-border-radius: 0 0 80px 0;
  -ms-border-radius: 0 0 80px 0;
  -o-border-radius: 0 0 80px 0;
  overflow: hidden;
  box-shadow: 10px 10px 50px rgba(84, 64, 41, 0.1);
  height: 444px;
}

.subMenu1_2 .section_02 .equipment_con_1 .equipment_8 .equipment_inner .txt_area {
  width: 361px;
}

.subMenu1_2 .section_02 .equipment_con_1 .equipment_8 .equipment_inner .img_area {
  border-radius: 0 80px 0 0;
  -webkit-border-radius: 0 80px 0 0;
  -moz-border-radius: 0 80px 0 0;
  -ms-border-radius: 0 80px 0 0;
  -o-border-radius: 0 80px 0 0;
}

.subMenu1_2 .section_02 .equipment_con_1 .equipment_inner .txt_area {
  width: 357px;
  margin-top: 114px;
}

.subMenu1_2 .section_02 .equipment_con_2 .equipment_inner {
  flex-wrap: wrap;
  padding-bottom: 190px;
}

.subMenu1_2 .section_02 .equipment_con_2 .equipment_inner .txt_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.subMenu1_2 .section_02 .equipment_con_2 .equipment_inner .txt_area .desc {
  width: 480px;
}

.subMenu1_2 .section_02 .equipment_con_2 .equipment_inner .txt_area .title .sub {
  margin-bottom: 10px;
}

.subMenu1_2 .section_02 .equipment_con_2 .equipment_inner .img_area {
  width: 100%;
  border-radius: 0 0 0 80px;
  -webkit-border-radius: 0 0 0 80px;
  -moz-border-radius: 0 0 0 80px;
  -ms-border-radius: 0 0 0 80px;
  -o-border-radius: 0 0 0 80px;
  overflow: hidden;
  box-shadow: 10px 10px 50px rgba(84, 64, 41, 0.1);
  height: 256px;
}

.subMenu1_2 .section_02 .slide_btn {
  height: 60px;
  position: absolute;
  width: 100%;
}

.subMenu1_2 .section_02 .equipment_con_1 .slide_btn {
  top: 320px;
}

.subMenu1_2 .section_02 .equipment_con_2 .slide_btn {
  top: 350px;
}

.subMenu1_2 .section_02 .swiper-button-next {
  right: 0;
  top: 0;
  transform: translate(0, 0);
}

.subMenu1_2 .section_02 .swiper-button-prev {
  left: 0;
  top: 0;
  transform: translate(0, 0);
}

/* subMenu1_3 */
.subMenu1_3 .subBanner {
  background-image: url("../hoImage/sub/menu1/subvisual_1_3.png");
}

.subMenu1_3 .title_area {
  margin-bottom: 70px;
}

.subMenu1_3 .title_area h3.line:before {
  transform: translate(78.5%, -50%);
}

.subMenu1_3 .title_area h3.line:after {
  transform: translate(-78.5%, -50%);
}

.subMenu1_3 .subBanner .txt_area h2:after {
  content: "Bomvit Tube";
  color: #fff;
  opacity: 0.7;
  transform: translate(-50%, 0);
  top: -60px;
  left: 50%;
}

.subMenu1_3 .section_01 {
  padding-top: 25px;
  padding-bottom: 140px;
  background: url(../hoImage/sub/menu1/3_tube_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.subMenu1_3_view .section_01 {
  background: #fff;
}

.subMenu1_3 .tube_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.subMenu1_3 .tube_list .tube {
  margin-top: 10px;
  margin-bottom: 82px;
  width: 340px;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}

.subMenu1_3 .tube_list .tube:after {
  content: "";
  width: 360px;
  height: 255px;
  background-color: #fbe0e0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  display: none;
}

.subMenu1_3 .tube_list .tube:hover:after {
  display: block;
}

.subMenu1_3 .tube_list .tube:nth-of-type(3n) {
  margin-right: 0;
}

.subMenu1_3 .tube_list .tube .txt_area {
  line-height: 100%;
}

.subMenu1_3 .tube_list .tube .img_area {
  margin-bottom: 16px;
  position: relative;
  height: 184px;
  width: 340px;
  overflow: hidden;
}

.subMenu1_3 .tube_list .tube .img_area img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  width: 100%;
  height: auto;
  /* min-width: 100%;
  min-height: 100%; */
}

.subMenu1_3 .tube_list .tube .txt_area .title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #191919;
}

.subMenu1_3 .tube_view {
  margin-top: -10px;
}

.subMenu1_3 .tube_view .tube_con {
  border-top: 2px solid #f39999;
}

.subMenu1_3 .tube_view .tube_con .title_area {
  height: 70px;
  background-color: #fdfaf9;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  padding: 19px 26px;
  justify-content: space-between;
  color: #595959;
  margin-bottom: 0;
}

.subMenu1_3 .tube_view .tube_con .title_area h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  width: calc(100% - 70px);
}

.subMenu1_3 .tube_view .tube_con .title_area .date {
  font-size: 15px;
  font-weight: 400;
  /* 300 */
  line-height: 32px;
  width: 70px;
  text-align: right;
}

.subMenu1_3 .tube_view .tube_con .tube_con_innter {
  padding: 50px 0;
  width: 932px;
  margin: 0 auto;
  border-bottom: 1px solid #dbdbdb;
}

.subMenu1_3 .tube_view .tube_con .tube_con_innter iframe {
  width: 100%;
  height: 545px;
}

.subMenu1_3 .tube_view .tube_con_btm {
  display: flex;
  justify-content: center;
  padding: 26px 0;
}

.subMenu1_3 .tube_view .tube_con_btm a {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 120px;
  height: 40px;
  background-color: #f39999;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: -0.01em;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

/* subMenu1_4 */
.subMenu1_4 .subBanner {
  background-image: url("../hoImage/sub/menu1/subvisual_1_4.png");
  background-color: #fdfaf9;
}

.subMenu1_4 .subBanner .txt_area h2:after {
  content: "Information&Location";
  color: #fab4b0;
  opacity: 0.4;
  font-size: 85px;
  transform: rotate(-4.3deg) translate(-50%, -50%);
  top: -61px;
  left: 49%;
}

.subMenu1_4 .title_area {
  margin-bottom: 95px;
}

.subMenu1_4 .title_area_sub {
  width: 200px;
  margin-left: 124px;
}

.subMenu1_4 .title_area_sub h4 {
  background-color: #e48d89;
  color: #fff;
  width: 148px;
  line-height: 36px;
  height: 36px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.01em;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.subMenu1_4 .info_con .info {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #dad7d7;
  padding: 65px 0;
}

.subMenu1_4 .info_con .info:first-of-type {
  padding-top: 0;
}

.subMenu1_4 .info_con .info:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.subMenu1_4 .info_con .info dl {
  display: flex;
}

.subMenu1_4 .info_con .info dl dt {
  font-size: 18px;
  letter-spacing: -0.01em;
  font-weight: 500;
  /* 400 */
  color: #0b0b0b;
}

.subMenu1_4 .info_con .info dl dd {
  font-size: 18px;
  font-weight: 400;
  /* 300 */
  letter-spacing: -0.01em;
  color: #414141;
  padding-left: 18px;
}

.subMenu1_4 .info_con .map {
  width: 916px;
  height: 570px;
  margin: 0 auto;
  border-radius: 0 70px 0 70px;
  -webkit-border-radius: 0 70px 0 70px;
  -moz-border-radius: 0 70px 0 70px;
  -ms-border-radius: 0 70px 0 70px;
  -o-border-radius: 0 70px 0 70px;
  overflow: hidden;
  margin-bottom: 36px;
}

.subMenu1_4 .info_con .kakao_navigation {
  margin-bottom: 138px;
  text-align: center;
  height: 65px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 500;
  /* 400 */
  letter-spacing: -0.025em;
  color: #505050;
  border: 1px solid #d5d5d5;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.subMenu1_4 .info_con .kakao_navigation .kakao_img {
  display: block;
  height: 30px;
  margin-right: 19px;
}

.subMenu1_4 .section_01 {
  background: url(../hoImage/sub/menu1/4_info_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-color: #fdfaf9;
  padding-top: 20px;
  padding-bottom: 140px;
}

.subMenu1_4 .section_01 .info_con .title_area_sub {
  margin-left: 194px;
}

.subMenu1_4 .section_01 .info_con .number .call {
  font-size: 45px;
  font-weight: 500;
  /* 400; */
  letter-spacing: -0.01em;
  color: #191919;
  line-height: 80%;
  margin-bottom: 20px;
}

.subMenu1_4 .section_01 .info_con .number p {
  font-size: min(17px, 3.4vw);
}
.subMenu1_4 .section_01 .info_con .number p:has(+ .call) {
  margin-bottom: min(2em, 4.5vw);
}
.subMenu1_4 .section_01 .info_con .number .kakao {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #595959;
}
.subMenu1_4 .section_01 .info_con .number .kakao strong {
  font-weight: 400;
  /* 300 */
  color: #191919;
}

.subMenu1_4 .section_01 .info_con dl {
  margin-bottom: 20px;
}

.subMenu1_4 .section_01 .info_con dl:last-of-type {
  margin-bottom: 0;
}

.subMenu1_4 .section_01 .info_con dl dd {
  font-size: 18px;
  font-weight: 400;
  /* 300 */
  letter-spacing: -0.01em;
  color: #414141;
}

.subMenu1_4 .section_01 .info_con dl dd .noti {
  display: block;
  font-size: 14px;
  margin-left: 0;
  margin-top: 10px;
}

.subMenu1_4 .section_01 .info_con dl dd span {
  color: #595959;
  display: inline-block;
  margin-left: 10px;
}

.subMenu1_4 .section_02 {
  padding-bottom: 50px;
}

.subMenu1_4 .section_02 .info_con {
  width: 916px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
}

.subMenu1_4 .section_02 .info_con .way {
  width: 595px;
}

.subMenu1_4 .section_02 .info_con dl {
  border-bottom: 1px solid #eeecec;
  padding: 14px 0 14px 16px;
}

.subMenu1_4 .section_02 .info_con dl:first-of-type {
  padding-top: 0;
}

.subMenu1_4 .section_02 .info_con dl:last-of-type {
  border-bottom: none;
}

.subMenu1_4 .section_02 .info_con .info_1 dl dt {
  color: #0b0b0b;
  font-weight: 500;
  /* 400 */
  width: 98px;
  letter-spacing: 0.78em;
}

.subMenu1_4 .section_02 .info_con .info_1 dl:last-of-type dt {
  letter-spacing: -0.025em;
}

.subMenu1_4 .section_02 .info_con .info_2 .way {
  display: flex;
  align-items: center;
}

.subMenu1_4 .section_02 .info_con .info_2 .way p {
  display: flex;
  padding: 0 16px;
  color: #0b0b0b;
}

.subMenu1_4 .section_02 .info_con .info_2 .way span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  display: flex;
}

.subMenu1_4 .section_02 .info_con .info_2 .way .number4 {
  color: #2682ff;
  margin-right: 8px;
}

.subMenu1_4 .section_02 .info_con .info_2 .way .number_mid {
  color: #3cc36c;
  margin-right: 25px;
}

.subMenu1_4 .section_02 .info_con .info_2 .way .number4 em {
  font-style: normal;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 1.3;
  background-color: #2682ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 500;
  /* 400 */
  font-size: 20px;
}

.subMenu1_4 .section_02 .info_con .info_3 dl dt {
  width: 215px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  /* 400 */
  color: #0b0b0b;
}

.subMenu1_4 .section_02 .info_con .info_3 dl dd {
  width: 360px;
  font-size: 16px;
}

.subMenu1_4 .section_02 .info_con dl dd {
  color: #414141;
  font-weight: 400;
  /* 300 */
  padding-left: 0;
  width: 478px;
  line-height: 28px;
}

.subMenu1_4 .section_02 .info_con .img_area {
  border-radius: 0 70px 0 70px;
  -webkit-border-radius: 0 70px 0 70px;
  -moz-border-radius: 0 70px 0 70px;
  -ms-border-radius: 0 70px 0 70px;
  -o-border-radius: 0 70px 0 70px;
  overflow: hidden;
  margin-left: 16px;
}

.subMenu1_4 .section_02 .info_con .info {
  padding: 55px 0;
}

.subMenu1_4 .section_02 .info_con .info_1 dl:last-of-type {
  margin-bottom: 10px;
}

.subMenu1_4 .section_02 .info_con .info_3 ul li span {
  padding-left: 28px;
  background-size: 12px 15px;
  background-position: left 0 top 50%;
  background-repeat: no-repeat;
  font-size: 18px;
}

.subMenu1_4 .section_02 .info_con .info_3 ul li .blue {
  background-image: url(../hoImage/sub/menu1/4_bus_blue.png);
}

.subMenu1_4 .section_02 .info_con .info_3 ul li .green {
  background-image: url(../hoImage/sub/menu1/4_bus_green.png);
}

.subMenu1_4 .section_02 .info_con .info_3 ul li .sky {
  background-image: url(../hoImage/sub/menu1/4_bus_sky.png);
}

@media screen and (max-width: 800px) {
  .mobile {
    display: block;
  }
  .subMenu1 .subBanner {
    height: 154.2vw;
    padding-top: 15.6vw;
  }
  .subMenu1 .subBanner .txt_area {
    top: 33%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .subMenu1 .subBanner .txt_area h2 {
    margin-bottom: 3vw;
    font-size: 7.8vw;
  }
  .subMenu1 .subBanner .txt_area h2:after {
    left: 50%;
  }
  .subMenu1 .subBanner .txt_area p {
    font-size: 3.4vw;
    line-height: 5.3vw;
    word-break: keep-all;
  }
  .subMenu1_1 .subBanner .txt_area p {
    padding: 0 20vw;
  }
  .subWrap .section_01 {
    padding-top: 0;
  }
  .subMenu1 section {
    padding: 17.1vw 0 18.7vw;
  }
  .subMenu1 section .title_area h3.crimson {
    font-size: 6.2vw;
    line-height: 1;
    margin: 0 10vw 3.7vw;
  }
  .subMenu1 section .title_area .sub_top {
    font-size: 2.3vw;
    margin-bottom: 4.6vw;
  }
  .subMenu1 section .title_area .sub_btm {
    font-size: 3.7vw;
  }
  .subWrap .title_area {
    margin-bottom: 10.1vw;
  }
  .subMenu1_1 #main_clinic.section_02 .info_con.mobile {
    display: block !important;
    margin-top: 10.1vw;
  }
  .subMenu1_1 #main_clinic.section_02 .info_con.pc {
    display: none;
  }
  .subMenu1_1 .section_02 .title_area2 h3 {
    padding: 0 14vw;
    line-height: 8.1vw;
  }
  /* text_card */
  .text_card {
    padding: 0 10px;
  }
  .text_card li {
    margin-bottom: 52px;
    box-shadow: 0 0 18px rgba(66, 66, 66, 0.05);
  }
  .text_card li:first-of-type {
    border-radius: 7.8vw 0 0 0;
    -webkit-border-radius: 7.8vw 0 0 0;
    -moz-border-radius: 7.8vw 0 0 0;
    -ms-border-radius: 7.8vw 0 0 0;
    -o-border-radius: 7.8vw 0 0 0;
  }
  .text_card li:last-of-type {
    border-radius: 0 0 7.8vw 0;
    -webkit-border-radius: 0 0 7.8vw 0;
    -moz-border-radius: 0 0 7.8vw 0;
    -ms-border-radius: 0 0 7.8vw 0;
    -o-border-radius: 0 0 7.8vw 0;
  }
  .text_card li:after {
    width: 4.1vw;
    height: 4.6vw;
    right: -16.5%;
    transform: translate(0, -50%);
    background-size: contain;
    background-position: 50% 50%;
  }
  .text_card li:nth-of-type(even):after {
    display: none;
  }
  .text_card li dl {
    margin-bottom: 6.8vw;
  }
  .text_card li dt {
    font-size: 3.7vw;
    margin-bottom: 2vw;
  }
  .text_card li dd {
    font-size: 3.4vw;
  }
  /* paginate */
  .paginate .pageBtn strong {
    font-size: 3.4vw;
    margin: 0 2.9vw;
  }
  .paginate .pageBtn a {
    font-size: 3.4vw;
    margin: 0 2.9vw;
  }
  .paginate .direction {
    width: 3vw;
    height: 3.4vw;
  }
  .paginate .prev {
    margin-right: 3.1vw;
    margin-left: 4.6vw;
    width: 1.2vw;
    height: 3.4vw;
  }
  .paginate .next {
    margin-left: 3.1vw;
    margin-right: 4.6vw;
    width: 1.2vw;
    height: 3.4vw;
  }
  /* subMenu1_1 */
  .subMenu1_1 .subBanner {
    background-image: url("../hoImage/sub/menu1/subvisual_1_1_m.png");
  }
  .subMenu1_1 .subBanner .txt_area h2:after {
    font-size: 13vw;
    transform: rotate(-5deg) translate(-50%, -110%);
    top: 0;
    color: #444;
  }
  .subMenu1_1 .section_01 {
    /* padding: 17.1vw 0 18.7vw; */
    padding: 0 0 18.7vw;
  }
  .subMenu1_1 .section_01 .container {
    flex-wrap: wrap;
    padding: 0 6.2vw;
  }
  .subMenu1_1 .section_01 .txt_area {
    font-size: 6.2vw;
    position: static;
    order: 1;
    max-width: 100%;
    line-height: 1.8;
  }
  .subMenu1_1 .section_01 .txt_area p {
    margin-bottom: 5vw;
  }
  .subMenu1_1 .section_01 .txt_area strong {
    margin-top: 2.5vw;
  }
  .subMenu1_1 .section_01 .img_area {
    border-radius: 0 20.3vw 0 10.9vw;
    -webkit-border-radius: 0 20.3vw 0 10.9vw;
    -moz-border-radius: 0 20.3vw 0 10.9vw;
    -ms-border-radius: 0 20.3vw 0 10.9vw;
    -o-border-radius: 0 20.3vw 0 10.9vw;
    order: 1;
  }
  .subMenu1_1 .section_01 .img_area img {
    width: auto;
    height: 50vw;
  }
  .subMenu1_1 .section_01 .slide_area {
    order: 2;
    left: auto;
    width: calc(100% + 6.2vw);
    margin-right: -6.2vw;
    margin-top: 7vw;
  }
  .subMenu1_1 .section_01 .slider_control .swiper-pagination {
    width: 168px;
  }
  .subMenu1_1 .section_02 .title_area h3 {
    line-height: 1;
    margin: 0 auto 22px;
  }
  .subMenu1_1 .section_02 .title_area .sub {
    font-size: 19px;
  }
  .subMenu1_1 .section_02 .slide_btn {
    height: 60px;
    max-width: 1060px;
    top: 495px;
  }
  .subMenu1_1 .section_02 .swiper-button-next {
    right: -172px;
    top: 0;
    transform: translate(0, 0);
  }
  .subMenu1_1 .section_02 .swiper-button-prev {
    left: -172px;
    top: 0;
    transform: translate(0, 0);
  }
  .subMenu1_1 #main_clinic.section_02 {
    padding: 17.1vw 0 18.7vw;
  }
  .subMenu1_1 #main_clinic.section_02 .info_con .clinic:hover .clinic_inner {
    height: 82vw;
  }
  .subMenu1_1 #main_clinic.section_02 .clinic .txt_area {
    height: auto;
    top: 62vw;
  }
  .subMenu1_1 #main_clinic.section_02 .info_con .swiper-slide {
    height: 100%;
    min-height: 82vw;
  }
  .subMenu1_1 .section_03 {
    padding: 17.1vw 0 18.7vw;
  }
  .subMenu1_1 .section_03 .desc .title {
    font-size: 4.6vw;
    line-height: 1.5;
    margin-bottom: 5vw;
    padding-right: 10vw;
  }
  .subMenu1_1 .section_03 .desc .title span:after {
    height: 17px;
    width: 40vw;
  }
  .subMenu1_1 .section_03 .desc {
    font-size: 3.7vw;
    line-height: 5.5vw;
  }
  .subMenu1_1 .section_03 .desc p {
    margin-bottom: 4.3vw;
  }
  .subMenu1_1 .section_04 .title_area {
    margin-bottom: 80px;
  }
  .subMenu1_1 .section_04 .title_area h3 {
    font-size: 40px;
    margin: 0 auto 22px;
  }
  .subMenu1_1 #main_doctor {
    padding: 21.9vw 0 42.1875vw;
  }
  .subMenu1_1 #main_doctor.section_04 .txt_area .desc .sub {
    margin-bottom: 28px;
  }
  .subMenu1_1 #main_doctor .txt_area .desc {
    text-align: justify;
  }
  .subMenu1_1 #main_doctor.section_04 .txt_area .desc p {
    margin-bottom: 28px;
  }
  .subMenu1_1 #main_doctor.section_04 .txt_area .desc p br {
    display: none;
  }
  .subMenu1_1 #main_doctor .txt_area .desc .sign {
    margin-top: 38px;
  }
  .subMenu1_1 .section_05 {
    padding: 17.1vw 0 18.7vw;
  }
  .subMenu1_1 .section_05 .container:after {
    width: 100vw;
    top: -15.6vw;
    height: 110vw;
    border-radius: 0 0 0 10.9vw;
    -webkit-border-radius: 0 0 0 10.9vw;
    -moz-border-radius: 0 0 0 10.9vw;
    -ms-border-radius: 0 0 0 10.9vw;
    -o-border-radius: 0 0 0 10.9vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .subMenu1_1 .section_05 .slide_con {
    padding-bottom: 21.8vw;
    flex-wrap: wrap;
    width: 100%;
  }
  .subMenu1_1 .section_05 .slide_con .txt_area {
    font-size: 3.4vw;
    line-height: 5.9vw;
    margin-top: 0;
    margin-bottom: 7vw;
    padding-top: 8vw;
    margin-left: 4.5vw;
    width: 100%;
    padding-left: 7.2vw;
    order: 1;
  }
  .subMenu1_1 .section_05 .slide_con .txt_area .title {
    font-size: 4.6vw;
    margin-bottom: 5vw;
  }
  .subMenu1_1 .section_05 .slide_con .txt_area .desc br {
    display: none;
  }
  .subMenu1_1 .section_05 .slide_con .txt_area .number {
    font-size: 18.7vw;
    left: -12.5vw;
    bottom: 0.5vw;
  }
  .subMenu1_1 .section_05 .slide_con .img_area {
    order: 2;
    width: 100%;
    height: 64.6vw;
    box-shadow: 12px 4px 13px rgba(0, 0, 0, 0.08);
  }
  .subMenu1_1 .section_05 .slide_con .img_area img {
    width: 100%;
  }
  .subMenu1_1 .section_05 .view_more_2 {
    bottom: 5vw;
    left: auto;
    right: 0;
    margin-left: 0;
    background-position: right 2.5vw top 50%;
  }
  .subMenu1_1 .section_05 .slide_area {
    width: 100%;
    margin-left: 0;
  }
  .subMenu1_1 .section_05 .slide_btn {
    height: 60px;
    top: 180px;
    margin-left: 10px;
  }
  .subMenu1_1 .section_05 .swiper-button-next {
    right: -143px;
  }
  .subMenu1_1 .section_05 .swiper-button-prev {
    left: -143px;
  }
  .subMenu1_1 .section_05 .slider_control {
    top: auto;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    bottom: 0;
  }
  .subMenu1_1 .section_05 .slider_control .swiper-pagination {
    width: 100%;
  }
  .subMenu1_1 .section_06 {
    padding: 17.1vw 0 18.7vw;
  }
  .subMenu1_1 .section_06 .title_area3 .tit_small {
    display: inline-block;
    margin-left: 5vw;
  }
  .subMenu1_1 .section_06 .title_area3 .tit_small:after {
    top: 50%;
    left: -2.2vw;
  }
  .subMenu1_1 .section_06 .text_card li {
    width: 45%;
    height: 46.3vw;
    margin-bottom: 8.1vw;
  }
  /* subMenu1_2 */
  .subMenu1_2 .subBanner {
    background-image: url("../hoImage/sub/menu1/subvisual_1_2_m.png");
  }
  .subMenu1_2 .subBanner .txt_area h2:after {
    transform: translate(-51%, -70%);
    top: 0;
    left: 50%;
    font-size: 13vw;
  }
  .subMenu1_2 .title_area h3.line:before {
    transform: translate(59.5%, -50%);
  }
  .subMenu1_2 .title_area h3.line:after {
    transform: translate(-59.5%, -50%);
  }
  .subMenu1_2 .section_01 {
    padding: 0 0 35vw;
  }
  .subMenu1_2 .section_01 .interior .number {
    font-size: 18.7vw;
  }
  .subMenu1_2 .section_01 .interior .title {
    font-size: 7.8vw;
    line-height: 8.4vw;
    margin-bottom: 0;
  }
  .subMenu1_2 .section_01 .interior .title span:after {
    height: 16px;
    padding: 0 5px;
  }
  .subMenu1_2 .section_01 .interior .desc {
    margin: 2vw 0 0;
    font-size: 3.4vw;
    line-height: 5.3vw;
    word-break: keep-all;
  }
  .subMenu1_2 .section_01 .interior .txt_area {
    width: 100%;
  }
  .subMenu1_2 .section_01 .interior .img_area .img {
    border-radius: 1.8vw;
    -webkit-border-radius: 1.8vw;
    -moz-border-radius: 1.8vw;
    -ms-border-radius: 1.8vw;
    -o-border-radius: 1.8vw;
  }
  .subMenu1_2 .section_01 .interior_1 {
    margin: 0 0 35vw;
  }
  .subMenu1_2 .section_01 .interior_1 .img_area .img_1 {
    width: auto;
    height: auto;
    margin-right: 2.2vw;
  }
  .subMenu1_2 .section_01 .interior_1 .img_area .img_2 {
    width: auto;
    height: auto;
    margin-top: 10vw;
  }
  .subMenu1_2 .section_01 .interior_1 .img_area .img_3 {
    width: auto;
    height: auto;
    margin-top: 2vw;
    margin-left: -10vw;
  }
  .subMenu1_2 .section_01 .interior_1 .img_area .imgAwrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .subMenu1_2 .section_01 .interior_1 .txt_area {
    top: 32.5vw;
    left: 0;
    margin: 0;
    width: 100%;
    padding-right: 20%;
    text-align: left;
  }
  .subMenu1_2 .section_01 .interior_1 .txt_area:after {
    display: none;
  }
  .subMenu1_2 .section_01 .interior_1 .txt_area .number {
    bottom: 0;
    right: 0;
    line-height: 0.8;
  }
  .subMenu1_2 .section_01 .interior_2 {
    margin: 0 0 30vw;
  }
  .subMenu1_2 .section_01 .interior_2 .img_area .img_1 {
    width: 100%;
    height: auto;
    margin-right: 2.2vw;
  }
  .subMenu1_2 .section_01 .interior_2 .img_area .img_2 {
    width: 100%;
    height: auto;
  }
  .subMenu1_2 .section_01 .interior_2 .txt_area {
    top: 56.5vw;
    right: 0;
    margin: 0;
    text-align: right;
  }
  .subMenu1_2 .section_01 .interior_2 .txt_area:after {
    display: none;
  }
  .subMenu1_2 .section_01 .interior_2 .txt_area .desc {
    padding-left: 30vw;
  }
  .subMenu1_2 .section_01 .interior_2 .txt_area .title br {
    display: none;
  }
  .subMenu1_2 .section_01 .interior_2 .txt_area .number {
    top: -21.5vw;
    right: 0;
  }
  .subMenu1_2 .section_01 .interior_3 {
    padding-top: 30vw;
  }
  .subMenu1_2 .section_01 .interior_3 .img_area .img_1 {
    width: 100%;
    height: auto;
    margin-right: 2.2vw;
  }
  .subMenu1_2 .section_01 .interior_3 .img_area .img_2 {
    width: 100%;
    height: auto;
  }
  .subMenu1_2 .section_01 .interior_3 .img_area .img_2 img {
    width: 100%;
    height: auto;
  }
  .subMenu1_2 .section_01 .interior_3 .txt_area {
    top: 10vw;
    left: 0;
    margin: 0;
    text-align: left;
  }
  .subMenu1_2 .section_01 .interior_3 .txt_area:after {
    display: none;
  }
  .subMenu1_2 .section_01 .interior_3 .txt_area .number {
    top: -18vw;
    right: auto;
    left: 0;
  }
  .subMenu1_2 .section_02 {
    padding: 17.1vw 0 0;
    /*background-position: -110vw 23vw;*/
    background-position: 50% 30%;
  }
  .subMenu1_2 .section_02 .title_area {
    margin-bottom: 10.1vw;
  }
  .subMenu1_2 .section_02 .title_area h3 {
    margin-bottom: 3.7vw;
  }
  .subMenu1_2 .section_02 .title_area_sub .title .number {
    font-size: 13.9vw;
    left: 5vw;
  }
  .subMenu1_2 .section_02 .title_area_sub .title {
    font-size: 5vw;
    height: 8.1vw;
    line-height: 8.1vw;
  }
  .subMenu1_2 .section_02 .title_area_sub .title span {
    margin-right: 8px;
  }
  .subMenu1_2 .section_02 .title_area_sub .sub {
    margin-top: 10px;
    font-size: 3.4vw;
  }
  .subMenu1_2 .section_02 .equipment_con_2 .slider_area {
    padding-top: 0;
  }
  .subMenu1_2 .section_02 .equipment_con_2 .title_area_sub .number {
    right: 5vw;
    margin: 0;
    padding-right: 2vw;
    left: auto;
  }
  .subMenu1_2 .section_02 .equipment_con .equipment_inner {
    padding: 7.9vw 12.9vw 12.9vw;
  }
  .subMenu1_2 .section_02 .equipment_con .equipment_inner .txt_area .title {
    font-size: 4.4vw;
    margin-bottom: 5vw;
  }
  .subMenu1_2 .section_02 .equipment_con .equipment_inner .txt_area .title .sub {
    font-size: 3.9vw;
    margin-bottom: 3vw;
  }
  .subMenu1_2 .section_02 .equipment_con .equipment_inner .txt_area .desc {
    font-size: 3.4vw;
    line-height: 5.3vw;
    margin-bottom: 5vw;
  }
  .subMenu1_2 .section_02 .equipment_con .equipment_inner .txt_area .desc p {
    word-break: break-all;
  }
  .subMenu1_2 .section_02 .equipment_con_1 .equipment_inner {
    flex-wrap: wrap;
    padding: 7.9vw 12.9vw 12.9vw;
  }
  .subMenu1_2 .section_02 .equipment_con_1 .equipment_inner .img_area {
    width: 100%;
    border-radius: 0 0 12.5vw 0;
    -webkit-border-radius: 0 0 12.5vw 0;
    -moz-border-radius: 0 0 12.5vw 0;
    -ms-border-radius: 0 0 12.5vw 0;
    -o-border-radius: 0 0 12.5vw 0;
    overflow: hidden;
    box-shadow: 1.5vw 1.5vw 7.8vw rgba(84, 64, 41, 0.1);
    height: auto;
  }
  .subMenu1_2 .section_02 .equipment_con_1 .equipment_inner .img_area img {
    width: 100%;
    vertical-align: bottom;
  }
  .subMenu1_2 .section_02 .equipment_con_1 .equipment_8 .equipment_inner .txt_area {
    width: 100%;
  }
  .subMenu1_2 .section_02 .equipment_con_1 .equipment_8 .equipment_inner .img_area {
    border-radius: 0 12.5vw 0 0;
    -webkit-border-radius: 0 12.5vw 0 0;
    -moz-border-radius: 0 12.5vw 0 0;
    -ms-border-radius: 0 12.5vw 0 0;
    -o-border-radius: 0 12.5vw 0 0;
  }
  .subMenu1_2 .section_02 .equipment_con_1 .equipment_inner .txt_area {
    width: 100%;
    margin-top: 0;
    height: 43vw;
  }
  .subMenu1_2 .section_02 .equipment_con_2 .equipment_inner {
    padding-bottom: 18.7vw;
  }
  .subMenu1_2 .section_02 .equipment_con_2 .equipment_inner .txt_area {
    flex-wrap: wrap;
    align-content: flex-start;
    height: 40vw;
  }
  .subMenu1_2 .section_02 .equipment_con_2 .equipment_inner .txt_area .desc {
    width: 100%;
  }
  .subMenu1_2 .section_02 .equipment_con_2 .equipment_inner .img_area {
    border-radius: 0 0 0 8.5vw;
    -webkit-border-radius: 0 0 0 8.5vw;
    -moz-border-radius: 0 0 0 8.5vw;
    -ms-border-radius: 0 0 0 8.5vw;
    -o-border-radius: 0 0 0 8.5vw;
    box-shadow: 1.5vw 1.5vw 7.8vw rgba(84, 64, 41, 0.1);
    height: 20vw;
  }
  .subMenu1_2 .section_02 .equipment_con_2 .equipment_inner .img_area img {
    height: 100%;
    width: auto;
  }
  .subMenu1_2 .section_02 .slide_btn {
    height: 9.3vw;
  }
  .subMenu1_2 .section_02 .equipment_con_1 .slide_btn {
    top: 97vw;
  }
  .subMenu1_2 .section_02 .equipment_con_2 .slide_btn {
    top: 67.5vw;
  }
  .subMenu1_2 .section_02 .swiper-button-next {
    width: 9.3vw;
    height: 9.3vw;
    background-size: 43.3333% auto;
  }
  .subMenu1_2 .section_02 .swiper-button-prev {
    width: 9.3vw;
    height: 9.3vw;
    background-size: 43.3333% auto;
  }
  /* subMenu1_3 */
  .subMenu1_3 .subBanner {
    background-image: url("../hoImage/sub/menu1/subvisual_1_3_m.png");
  }
  .subMenu1_3 .title_area {
    margin-bottom: 10.9vw;
  }
  .subMenu1_3 .title_area h3.line:before {
    transform: translate(78.5%, -50%);
  }
  .subMenu1_3 .title_area h3.line:after {
    transform: translate(-78.5%, -50%);
  }
  .subMenu1_3 .subBanner .txt_area h2:after {
    color: #fff;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
  }
  .subMenu1_3 .section_01 {
    padding: 0 0 18.7vw;
  }
  .subMenu1_3 .tube_list .tube {
    margin-top: 1.5vw;
    margin-bottom: 8.1vw;
    width: 48%;
    margin-right: 4%;
  }
  .subMenu1_3 .tube_list .tube:after {
    width: 110%;
    height: 110%;
    border-radius: 1.8vw;
    -webkit-border-radius: 1.8vw;
    -moz-border-radius: 1.8vw;
    -ms-border-radius: 1.8vw;
    -o-border-radius: 1.8vw;
  }
  .subMenu1_3 .tube_list .tube:nth-of-type(3n) {
    margin-right: 4%;
  }
  .subMenu1_3 .tube_list .tube:nth-of-type(even) {
    margin-right: 0;
  }
  .subMenu1_3 .tube_list .tube .img_area {
    margin-bottom: 1.5vw;
    height: 23.7vw;
    width: 100%;
  }
  .subMenu1_3 .tube_list .tube .txt_area .title {
    font-size: 3.4vw;
  }
  .subMenu1_3 .tube_view {
    margin-top: -10px;
  }
  .subMenu1_3 .tube_view .tube_con {
    border-top: 2px solid #f39999;
  }
  .subMenu1_3 .tube_view .tube_con .title_area {
    height: auto;
    min-height: 10.9vw;
    padding: 2.9vw 4vw;
  }
  .subMenu1_3 .tube_view .tube_con .title_area h4 {
    font-size: 3.7vw;
    line-height: 4.6vw;
    width: calc(100% - 16vw);
  }
  .subMenu1_3 .tube_view .tube_con .title_area .date {
    font-size: 3.4vw;
    line-height: 4.6vw;
    width: 16vw;
  }
  .subMenu1_3 .tube_view .tube_con .tube_con_innter {
    padding: 7.8vw 0;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
  }
  .subMenu1_3 .tube_view .tube_con .tube_con_innter iframe {
    /* height: 40.4vw;
    width: 71.8vw; */
    height: 49.1vw;
    width: 87.4vw;
  }
  .subMenu1_3 .tube_view .tube_con_btm {
    padding: 4vw 0;
  }
  .subMenu1_3 .tube_view .tube_con_btm input {
    width: 18.7vw;
    height: 6.25vw;
    font-size: 3.4vw;
    line-height: 6.25vw;
    border-radius: 0.7vw;
    -webkit-border-radius: 0.7vw;
    -moz-border-radius: 0.7vw;
    -ms-border-radius: 0.7vw;
    -o-border-radius: 0.7vw;
  }
  .subMenu1_3 .paginate {
    margin-top: 5vw;
  }
  /* subMenu1_4 */
  .subMenu1_4 .subBanner {
    background-image: url("../hoImage/sub/menu1/subvisual_1_4_m.png");
    background-color: #fdfaf9;
  }
  .subMenu1_4 .subBanner .txt_area h2:after {
    font-size: 13vw;
    transform: rotate(0deg) translate(-50%, -50%);
    top: 0;
    left: 50%;
  }
  .subMenu1_4 .title_area {
    margin-bottom: 10.1vw;
  }
  .subMenu1_4 .title_area_sub {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5vw;
  }
  .subMenu1_4 .title_area_sub h4 {
    width: 35%;
    line-height: 6.4vw;
    height: 6.2vw;
    font-size: 3.7vw;
    border-radius: 3.1vw;
    -webkit-border-radius: 3.1vw;
    -moz-border-radius: 3.1vw;
    -ms-border-radius: 3.1vw;
    -o-border-radius: 3.1vw;
    margin: 0 auto;
  }
  .subMenu1_4 .info_con .info {
    padding: 10.1vw 0;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .subMenu1_4 .info_con .info .day,
  .subMenu1_4 .info_con .info .way {
    padding: 0 2vw;
    width: 100%;
  }
  .subMenu1_4 .info_con .info dl dt {
    font-size: 3.4vw;
  }
  .subMenu1_4 .info_con .info dl dd {
    font-size: 3.4vw;
    padding-left: 3.4vw;
  }
  .subMenu1_4 .info_con .map {
    width: 100%;
    height: auto;
    border-radius: 0 10.9vw 0 10.9vw;
    -webkit-border-radius: 0 10.9vw 0 10.9vw;
    -moz-border-radius: 0 10.9vw 0 10.9vw;
    -ms-border-radius: 0 10.9vw 0 10.9vw;
    -o-border-radius: 0 10.9vw 0 10.9vw;
    margin-bottom: 36px;
  }
  .subMenu1_4 .info_con .kakao_navigation {
    margin-bottom: 8.1vw;
    height: 10.1vw;
    line-height: 4.6vw;
    font-size: 3.4vw;
    padding: 1.8vw 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
  .subMenu1_4 .info_con .kakao_navigation .kakao_img {
    height: 4.6vw;
    margin-right: 2.9vw;
  }
  .subMenu1_4 .info_con .kakao_navigation .kakao_img img {
    width: auto;
    height: 4.6vw;
  }
  .subMenu1_4 .section_01 {
    padding-top: 0;
    padding-bottom: 18.7vw;
  }
  .subMenu1_4 .section_01 .info_con .title_area_sub {
    margin-left: 0;
  }
  .subMenu1_4 .section_01 .info_con .number .call {
    font-size: 7.8vw;
    line-height: 80%;
    margin-bottom: 3vw;
  }
  .subMenu1_4 .section_01 .info_con .number .kakao {
    font-size: 3.4vw;
  }
  .subMenu1_4 .section_01 .info_con .info_2 .number {
    margin: 0 auto;
  }
  .subMenu1_4 .section_01 .info_con {
    width: 100%;
  }
  .subMenu1_4 .section_01 .info_con dl {
    margin-bottom: 3vw;
  }
  .subMenu1_4 .section_01 .info_con dl dt {
    width: 11%;
  }
  .subMenu1_4 .section_01 .info_con dl dd {
    font-size: 3.4vw;
    width: 89%;
  }
  .subMenu1_4 .section_01 .info_con dl dd span {
    margin-left: 1.5vw;
  }
  .subMenu1_4 .section_01 .info_con dl dd .noti {
    font-size: 3.1vw;
    margin-top: 2vw;
  }
  .subMenu1_4 .section_02 {
    padding-bottom: 7.8vw;
  }
  .subMenu1_4 .section_02 .info_con {
    width: 100%;
    font-size: 3.4vw;
  }
  .subMenu1_4 .section_02 .info_con .way {
    width: 100%;
  }
  .subMenu1_4 .section_02 .info_con dl {
    border-bottom: 1px solid #eeecec;
    padding: 3vw 0;
  }
  .subMenu1_4 .section_02 .info_con .info_1 dl dt {
    width: 20%;
  }
  .subMenu1_4 .section_02 .info_con .info_1 dl dd {
    width: 80%;
  }
  .subMenu1_4 .section_02 .info_con .info_2 .way p {
    padding: 0;
  }
  .subMenu1_4 .section_02 .info_con .info_2 .way span {
    font-size: 3.4vw;
  }
  .subMenu1_4 .section_02 .info_con .info_2 .way .number4 {
    margin-right: 1.2vw;
    width: 12vw;
  }
  .subMenu1_4 .section_02 .info_con .info_2 .way .number_mid {
    margin-right: 2.5vw;
    width: 18vw;
  }
  .subMenu1_4 .section_02 .info_con .info_2 .way .number4 em {
    width: 4.6vw;
    height: 4.6vw;
    font-size: 3.4vw;
    text-indent: -0.3vw;
  }
  .subMenu1_4 .section_02 .info_con .info_3 dl dt {
    width: 50%;
    font-size: 3.4vw;
    line-height: 4.6vw;
  }
  .subMenu1_4 .section_02 .info_con .info_3 dl dd {
    width: 50%;
    font-size: 3.4vw;
  }
  .subMenu1_4 .section_02 .info_con dl dd {
    width: 100%;
    line-height: 4.6vw;
  }
  .subMenu1_4 .section_02 .info_con .img_area {
    border-radius: 0 10.9vw 0 10.9vw;
    -webkit-border-radius: 0 10.9vw 0 10.9vw;
    -moz-border-radius: 0 10.9vw 0 10.9vw;
    -ms-border-radius: 0 10.9vw 0 10.9vw;
    -o-border-radius: 0 10.9vw 0 10.9vw;
    margin-left: 0;
  }
  .subMenu1_4 .section_02 .info_con .info {
    padding: 8.1vw 0;
  }
  .subMenu1_4 .section_02 .info_con .info_1 dl:last-of-type {
    margin-bottom: 1.5vw;
  }
  .subMenu1_4 .section_02 .info_con .info_3 ul li span {
    padding-left: 28px;
    background-size: 12px 15px;
    font-size: 3.4vw;
  }
  .subMenu1_4 ~ footer {
    padding-top: 4.6vw;
  }
}/*# sourceMappingURL=menu_1_style.css.map */