/* 250123 청담점 추가(추후 삭제 예정) */
.gnb_cd {
  background-color: #000;
  color: #fff !important;
  border-radius: 5px;
  position: relative;
}
.gnb_cd::before {
  position: absolute;
  content: "new";
  left: 50%;
  top: -7.5px;
  transform: translateX(-50%);
  color: #FFF;
  text-align: center;
  font-family: "Roboto";
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  text-transform: uppercase;
  display: inline-flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #B1A38C;
}

.branch_new {
  background-color: #000;
  color: #fff !important;
  border-radius: 5px;
  position: relative;
}
.branch_new::before {
  position: absolute;
  content: "new";
  left: 50%;
  top: -7.5px;
  transform: translateX(-50%);
  color: #FFF;
  text-align: center;
  font-family: "Roboto";
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  text-transform: uppercase;
  display: inline-flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #44B8B1;
}
@media (max-width: 500px){
  .gnb_cd::before,
  .branch_new::before {
    font-size: 9px;
    padding: 2px 8px;
  }
}
@media (max-width: 375px){
  .gnb_cd::before,
  .branch_new::before {
    font-size: 8px;
    padding: 2px 6px;
  }
}

/* 공통 */
body.no-scroll { overflow: hidden;}
.index_new { width: 100%; max-width:600px; margin: 0 auto; font-family: "Pretendard"; overflow-x: hidden; background-color: #F6F9F8; } 
.index_new .main_container { padding: 8% 4% 9%; } 
.txt_center { text-align: center; } 
.mt10 { margin-top: 10px; } 
.bg_white { background-color: #fff; } 
.main_span { display: inline-block; margin-bottom:2.5%; color: #6D6D6D; text-align: center; font-size: 1.125rem; font-weight: 300; line-height: 100%; letter-spacing: -0.54px; } 
.main_span img { width: 20%; margin-right: 6px; vertical-align: top; } 
.main_tit { text-transform: uppercase; margin-bottom:6%; color: #000; text-align: center; font-family: "Tenor Sans"; font-size: 2.375rem; font-weight: 400; line-height: 100%; } 
.main_more { margin-top: 4%; display: flex; justify-content: space-between; align-items: center; } 
.main_more a { width: 49%; display: flex; height:45px; justify-content: center; align-items: center; color: #FFF; font-size: 14px; font-weight: 400; line-height: 100%; letter-spacing: -0.54px; border-radius: 5px; background-color: #000; } 
.main_more a.highlight { background-color: #25C6BD; } 
.main_more a img { margin-left: 14px; vertical-align: top; } 
.more_btn a { cursor: pointer; display: inline-block; border: 1px solid #000; display: flex; width: 40%; margin: 9% auto 0; height: 45px; justify-content: center; align-items: center; text-transform: uppercase; color: #000; font-family: "Tenor Sans"; font-size: 14px; font-weight: 400; line-height: 18px; letter-spacing: -0.54px; } 
.m_container { position: relative; width: 100%; max-width: 600px; background-color: #eeeeee; height: auto; margin: 0 auto; overflow-x: hidden; } 
/* m_header */
.m_container .m_header { width: 100%; height: 66px; position: relative; } 
.m_container .m_header .inner { width: 100%; max-width: 92%; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; } 
.m_container .m_header .inner .branch_list { padding: 6px 8px; margin-left: 4px; font-weight: 500; display: flex; align-items: center; width: 30%; } 
.m_container .m_header .inner .branch_list img { margin-left: 5px; transition: transform 0.5s; } 
.m_container .m_header .inner .search_bar { position: relative; background-color: #ededed; width: 55%; height: 34px; border-radius: 50px; border: 0; margin: 0 10px; padding: 0 12px; display: flex; justify-content: space-between; align-items: center; } 
.m_container .m_header .inner .search_bar img { position: absolute; right: 3%; top: 50%; width: 10%; transform: translateY(-50%); } 
.m_container .m_header .inner .search_bar input { border: 0; background-color: transparent; } 
.m_container .m_header .inner .m_menu { width: 10%; } 
.m_container .m_header .inner .m_menu span { width: 50%; height: 2px; background-color: #000; display: block; margin: 6px auto; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 
.m_container .m_header .inner .m_menu :hover { cursor: pointer; } 
.m_container .m_header .inner .m_menu.is_active span:nth-child(2) { opacity: 0; } 
.m_container .m_header .inner .m_menu.is_active span:nth-child(1) { -webkit-transform: translateY(8px) rotate(45deg); -ms-transform: translateY(8px) rotate(45deg); -o-transform: translateY(8px) rotate(45deg); transform: translateY(8px) rotate(45deg); } 
.m_container .m_header .inner .m_menu.is_active span:nth-child(3) { -webkit-transform: translateY(-8px) rotate(-45deg); -ms-transform: translateY(-8px) rotate(-45deg); -o-transform: translateY(-8px) rotate(-45deg); transform: translateY(-8px) rotate(-45deg); } 

.branch_menu { border-top: 1px solid #EDEDED; background-color: #fff; height: 100vh; width: 100%; position: absolute; z-index: 900; display: none; } 
.branch_menu .branch_container { display: flex; height: 100%; width: 100%; } 
.branch_menu .branch_container > div {  } 
.branch_menu .side { width: 30%; height: 100%; background-color: #f5f5f5; } 
.branch_menu .side .local_list { display: flex; flex-direction: column;  } 
.branch_menu .side .local_list li { color: #4B4B4B; font-size: 14px; font-weight: 400; line-height: 100%; } 
.branch_menu .side .local_list li a {padding: 24px 20px; display: inline-block; width: 100%;}
.branch_menu .side li.active { color: #000;font-size: 15px;font-weight: 600;line-height: 100%; background: #fff;}
.branch_menu .branch_con { padding: 24px 20px;width: 70%; height: 100%; display: flex; flex-direction: column; gap: 24px 0; } 
.branch_menu .branch_con > div .branch_local { color:#000; font-size: 16px; font-weight: 500; line-height: 100%; margin-bottom: 12px; } 
.branch_menu .branch_con > div .branch_list { display: flex; flex-wrap: wrap; gap:12px; align-items: center; } 
.branch_menu .branch_con > div .branch_list li { display: flex; width: 22.5%; justify-content: center; align-items: center; border-radius: 5px; background: #F6F6F6; } 
.branch_menu .branch_con > div .branch_list li.active { background: #F1FFFD; border: 1px solid #25C6BD; } 
.branch_menu .branch_con > div .branch_list li.active a { color: #25C6BD; } 
.branch_menu .branch_con > div .branch_list li a { text-align: center; width: 100%; padding: 12px 0px; display: inline-block; color: #000; font-size: 14px; font-weight: 400; line-height: 100%; } 

.sub_menu { border-top: 1px solid #EDEDED; background-color: #fff; position: absolute; top: 66px; right: -100%; width: 100%; max-width: 600px; height: 100vh; z-index: 999; background: #fff; transition: right 0.5s ease-in-out; } 
.sub_menu.show { right: 0; } 
.sub_menu .member { display: flex; padding: 20px 24px; align-items: flex-start; gap: 12px; align-self: stretch; border-bottom: 1px solid #EDEDED; } 
.sub_menu .member a { color: #4B4B4B; font-size: 14px; font-weight: 400; line-height: 100%; } 
.sub_menu .member a:last-child::before { content: "|"; padding-right: 12px; position: relative; color: #d9d9d9; } 
.sub_menu .menu_container { display: flex; height: 100%; } 
.sub_menu .side { width: 30%; height: 100%; background-color: #f5f5f5; } 
.sub_menu .side ul li { padding: 22px 24px; background-color: #f5f5f5; font-size: 16px; font-weight: 400; line-height: 100%; letter-spacing: -0.48px; cursor: pointer; } 
.sub_menu .side ul li.active { background-color: #fff; } 
.sub_menu .menu_con { width: 70%; } 
.sub_menu .menu_con .menu_cate > ul { display: none; } 
.sub_menu .menu_con .menu_cate > ul.active { display: block; } 
.sub_menu .menu_con .menu_cate > ul li a { width: 100%; display: inline-block; padding: 22px 30px; flex-shrink: 0; align-self: stretch; font-size: 16px; font-weight: 300; line-height: 100%; letter-spacing: -0.48px; } 
.sub_menu .menu_con .menu_cate > ul li.preparing a { color: #d9d9d9; } 
.sub_menu .menu_con .menu_cate > ul li.on a { font-weight: 700; } 
.sub_menu .menu_con .menu_cate > ul li .lifting_cate { display: none; flex-wrap: wrap; align-items: center; padding: 12px 0; border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; } 
.sub_menu .menu_con .menu_cate > ul li .lifting_cate li { width: 50%; } 
.sub_menu .menu_con .menu_cate > ul li .lifting_cate li a { width: 100%; padding: 20px 40px; } 
.sub_menu .menu_con .menu_cate > ul li.lifting { position: relative; } 
.sub_menu .menu_con .menu_cate > ul li.lifting::before { position: absolute; right: 20px; top: 0; width: 1px; height: 16px; background-color: #000; content: ""; right: 40px; top: 22px; transition: transform 0.2s linear; } 
.sub_menu .menu_con .menu_cate > ul li.lifting::after { position: absolute; right: 20px; top: 0; width: 1px; height: 16px; background-color: #000; content: ""; right: 40px; top: 22px; transform: rotate(90deg); } 
.sub_menu .menu_con .menu_cate > ul li.lifting.active::before { transform: rotate(90deg); } 

 @media (max-width: 600px){
 .m_container .m_header .inner .branch_list { width: 30%; font-size: 14px; } 
 .m_container .m_header .inner .search_bar { margin: 0 5px; } 
 .m_container .m_header .inner .search_bar { width: 50%; } 
 .m_container .m_header .inner .search_bar input { width: 100%; } 
 }
 @media (max-width: 500px){
    .m_container .m_header .inner .logo {width: 16%; } 
 /* .branch_menu .branch_container > div { padding: 24px 14px; }  */
 .m_container .m_header .inner .search_bar img {width: 15%;} 
 .sub_menu .side ul li { padding: 12% 24px; } 
 .branch_menu .side .local_list li a  { padding: 12% 16px } 
 .sub_menu .menu_con .menu_cate > ul li a { padding: 5.5% 30px; } 
 .sub_menu .menu_con .menu_cate > ul li .lifting_cate li a { padding: 20px; } 
 .m_container .m_header .inner .logo img { width: 100%; } 
 .m_container .m_header .inner .search_bar { margin: 0; } 
 .branch_menu .branch_con > div .branch_list { justify-content: flex-start; gap:10px; } 
 .branch_menu .branch_con > div .branch_list li { width: 30%; } 
 }

/* youtube_link */
#youtube_link { width: 100%; } 
#youtube_link a { display: inline-block; text-align: center; width: 100%; background-color: #000; color: #FFF; text-align: center; font-size: 14px; font-weight: 400; line-height: 100%; padding: 12px 0; } 

/* main_hero */
#main_hero { width: 100%; overflow-x: hidden; } 
#main_hero .main_slide {position: relative;}
#main_hero .main_slide .swiper-slide { width: 100% !important; position: relative; height: 100%; } 
#main_hero .main_slide .swiper-slide img { width: 100%; height: 100%; vertical-align: top;  -webkit-user-drag: none;-khtml-user-drag: none;-moz-user-drag: none; -o-user-drag: none;user-drag: none;} 
#main_hero .main_slide .swiper-slide .main_text { position: absolute; z-index: 10; left: 0; bottom: 0; padding: 32px 4%; } 
#main_hero .main_slide .swiper-slide .main_text .subtitle { color: #FFF; font-size: 1.375rem; font-weight: 300; line-height: 100%; letter-spacing: -0.66px; } 
#main_hero .main_slide .swiper-slide .main_text .maintitle { color: #FFF; font-family: "Tenor Sans"; font-size: 3rem; font-weight: 400; line-height: 100%; letter-spacing: -1.44px; margin: 3% 0 5%; } 
#main_hero .main_slide .swiper-slide .main_text .desc { color: #FFF; font-size: 1rem; font-weight: 300; line-height: 140%; letter-spacing: -0.48px; } 

#main_hero .main_slide .swiper-slide.slide02 .main_text { position: absolute; z-index: 10; left: 50%; transform: translateX(-50%); bottom: 0; padding: 38px 0; text-align: center; } 
#main_hero .main_slide .swiper-slide.slide02 .main_text .subtitle { color: #191919;font-size: 1.1rem;font-weight: 300; line-height: 20px; letter-spacing: -0.54px;display: flex;padding: 4px 12px;justify-content: center; align-items: center;border-radius: 4px;background: #fff; width: 212px; margin: 0 auto;} 
#main_hero .main_slide .swiper-slide.slide02 .main_text .subtitle span{color: #D6D6D6;font-size: 1.1rem;font-weight: 300;line-height: 20px;letter-spacing: -0.54px; }
#main_hero .main_slide .swiper-slide.slide02 .main_text .maintitle {color: #fff;text-align: center;font-family: "Tenor Sans";font-size: 3rem;  font-weight: 400; line-height: 100%;letter-spacing: -1.44px; margin: 3% 0 5%; } 
#main_hero .main_slide .swiper-slide.slide02 .main_text .desc { color: #fff;text-align: center; font-size: 1rem;font-weight: 300;  line-height: 140%; letter-spacing: -0.48px; } 
#main_hero .main_slide .swiper-pagination {bottom: 16px;}
#main_hero .main_slide .swiper-pagination-bullet { width: 24px; height: 2px; margin: 0 6px 0 0; background: rgba(255, 255, 255, 0.40); opacity: 1; border-radius: 0;transition: background 0.3s, transform 0.3s;}
#main_hero .main_slide .swiper-pagination-bullet-active {background: #fff;}

/* main_branch */
.index_new #main_branch .main_container { padding: 9% 4% 10%; }

.branch_list_tab { margin-bottom: 28px; box-sizing: border-box; display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: flex-start; align-self: stretch; flex-wrap: wrap; border-top: 1px solid #aaa; } 
.branch_list_tab li { box-sizing: border-box !important; border-bottom: 1px solid #AAA; border-right: 1px solid #AAA; } 
.branch_list_tab li:nth-child(6n+1) {border-left: 1px solid #aaa;}
.branch_list_tab li a {padding: 7px 0; width: 100%; box-sizing: border-box; display: inline-block; text-align: center; color: #747474; font-size: 14px; font-weight: 300; line-height: 20px; letter-spacing: -0.6px; } 
.branch_list_tab li.active { position: relative; } 


.branch_list_tab li.active a { color:#fff; background: #000; font-weight: 500; } 



 
#main_branch .branch_select { padding:0 7.3% 7.3% 7.3%; display: flex; justify-content: center; } 
#main_branch .branch_select select { width: 50%; color: #4B4B4B; height: 50px; font-size: 1rem; font-weight: 400; line-height: 100%; letter-spacing: -0.48px; background: url(/m/images/main/select_arrow.svg) no-repeat right center #fff; background-size: 12px auto; background-position: right 24px center; /* 이미지 위치 조정 */ } 
#main_branch .branch_event .event_title { margin-bottom: 5%; text-align: left; color: #000; font-size: 1.25rem; font-weight: 500; line-height: 100%; letter-spacing: -0.6px; } 
#main_branch .branch_event .main_event_slider .swiper-container { overflow-x: hidden; } 
#main_branch .branch_event .main_event_slider .swiper-wrapper { padding-bottom: 32px; } 
#main_branch .branch_event .main_event_slider .swiper-slide { width: 100% !important; } 
#main_branch .branch_event .main_event_slider .swiper-slide ul li { padding: 3.5% 0; border-top: 1px solid #d9d9d9; } 
#main_branch .branch_event .main_event_slider .swiper-slide ul li:first-child { border-top: none; padding-top: 0; } 
#main_branch .branch_event .main_event_slider .swiper-slide ul li a { display: flex; width: 100%; align-items: center; gap: 0 5%; } 
#main_branch .branch_event .main_event_slider .swiper-slide ul li a img { width: 30%; border-radius: 10px; } 
#main_branch .branch_event .main_event_slider .swiper-slide ul li a .txt { width: 68%; text-align: left; } 
#main_branch .branch_event .main_event_slider .swiper-slide ul li a .txt span { color: #AAA; display: inline-block; font-size: 14px; font-weight: 400; line-height: 100%; letter-spacing: -0.42px; } 
#main_branch .branch_event .main_event_slider .swiper-slide ul li a .txt span img { width: 15px; height: 16px; margin-right: 4px; vertical-align: top; } 
#main_branch .branch_event .main_event_slider .swiper-slide ul li a .txt h4 { color: #000; font-size: 18px; font-weight: 500; line-height: 100%; letter-spacing: -0.54px; margin: 3% 0 2%; } 
#main_branch .branch_event .main_event_slider .swiper-slide ul li a .txt p { color: #4B4B4B; font-size: 14px; font-weight: 400; line-height: 140%; letter-spacing: -0.42px; } 
#main_branch .branch_event .main_event_slider .swiper-pagination-bullets { bottom: 0px !important; } 
#main_branch .branch_event .main_event_slider .swiper-pagination-bullet-active { opacity: 1; background-color: #4B4B4B; width: 22px; border-radius: 20px; } 
#main_branch .branch_info { margin-top: 10%; text-align-last: left; } 
#main_branch .branch_info > div:first-child { margin-bottom: 4%; } 
#main_branch .branch_info > div h5 { color: #000; font-family: "Tenor Sans"; font-size: 1.5rem; font-weight: 400; line-height: 100%; margin-bottom: 5%; } 
#main_branch .branch_info .contact_info { width: 100%; display: flex; flex-direction: column; gap: 24px 0; } 
#main_branch .branch_info .contact_info > li , #main_branch .branch_info .contact_info li > a { width: 100%; display: flex; align-items: center; } 
#main_branch .branch_info .contact_info > li.branch_time { align-items: flex-start; } 
#main_branch .branch_info .contact_info > li > span, #main_branch .branch_info .contact_info li > a > span { width: 20%; display: inline-block; color: #9A9A9A; font-size: 1rem; font-weight: 400; line-height: 100%; letter-spacing: -0.48px; } 
#main_branch .branch_info .contact_info > li em { color: #000 !important; font-size: 1rem; font-weight: 400; line-height: 100%; letter-spacing: -0.48px; } 
#main_branch .branch_info .contact_info > li .highlight { color: #60CCC6 !important; font-size: 1rem; font-weight: 700; line-height: 100%; letter-spacing: -0.48px; } 
#main_branch .branch_info .contact_info > li .time { display: flex; gap: 16px 0; flex-direction: column; } 
#main_branch .branch_info .contact_info > li .time > li { width: 100%; display: flex; gap: 0 16px; font-size: 0.8rem; margin-right:10px; align-items: center; } 
#main_branch .branch_info .contact_info > li .time > li em { font-size: 0.8rem; margin-right: 10px; } 
#main_branch .branch_info .contact_info > li .time > li span { display: inline-block; font-size: 0.8rem;color: #000; font-weight: 400; line-height: 100%; letter-spacing: -0.48px; } 
#main_branch .branch_info .contact_info .notice { line-height: 1.4; } 
#main_branch .branch_info .location_info { display: flex; flex-direction: column; gap: 10px 0; } 
#main_branch .branch_info .location_info li { display: flex; align-items: center; gap: 0 16px; } 
#main_branch .branch_info .location_info li span { border-radius: 500px; display: flex; justify-content: center; border: 1px solid #9A9A9A; width: 75px;  padding: 6px 12px; color: #9A9A9A; font-size: 0.8rem; font-style: normal; font-weight: 400; line-height: 100%; letter-spacing: -0.48px; } 
#main_branch .branch_info .location_info li em { color: #000; font-size: 0.8rem; font-weight: 400; line-height: 100%; letter-spacing: -0.48px; } 

/* main_shorts */
#main_shorts .shorts_slide .swiper-slide { width: 30% !important; } 
#main_shorts .shorts_slide .swiper-slide img { width: 100%; } 
.m_container .shorts_modal { z-index: 9999; display: none; position: fixed; z-index: 99; left: 0; top: 50%; transform: translateY(-50%); width: 100%; max-width:600px; margin: 0 0 0 calc(50vw - 300px); height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); } 
.m_container .shorts_modal .modal-content { margin: 0 auto; top: 50%; transform: translateY(-50%); padding: 20px; width: 450px; aspect-ratio: 9/16; position: relative; } 
.m_container .shorts_modal .close { color: black; float: right; font-size: 28px; font-weight: bold; position: absolute; right: 0; top: 0; } 
.m_container .shorts_modal .close:hover,
.m_container .shorts_modal .close:focus { color: black; text-decoration: none; cursor: pointer; } 


/* main_youtube */
#main_youtube .youtube_slide .swiper-slide { width: 45% !important; } 
#main_youtube .youtube_slide .swiper-slide > a > img { width: 100%; } 
#main_youtube .youtube_slide .swiper-slide > span { margin: 16px 0 8px; color: #000; font-size: 1rem; font-weight: 500; line-height: 100%; letter-spacing: -0.48px; display: flex; justify-content: center; align-items: center; gap: 0 6px; } 
#main_youtube .youtube_slide .swiper-slide > h5 { display: inline-block;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #6D6D6D; max-width: 96%; text-align: center; font-size: 0.875rem; font-weight: 400; line-height: 100%; letter-spacing: -0.42px; word-break: keep-all;} 
#main_youtube .youtube_slide .swiper-slide span img {vertical-align: top; align-self: center; padding-top: 2px;}
#main_youtube .youtube_modal {display: none; position: fixed;z-index: 1;left: 50%;top: 50%;transform: translate(-50%, -50%); width: 100%;max-width: 600px;height: 100%;overflow: auto;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4);}
#main_youtube .youtube_modal .modal-content { margin: 0 auto; top: 50%; transform: translateY(-50%); padding: 20px; width: 90%; aspect-ratio: 16/9; position: relative; } 
#main_youtube .youtube_modal .close { color: #000; float: right; font-size: 28px; font-weight: bold; position: absolute; right: 0; top: 0; } 
#main_youtube .youtube_modal .close:hover,
#main_youtube .youtube_modal .close:focus { color: black; text-decoration: none; cursor: pointer; } 

/* main_magazine */
#main_magazine .magazine_con { width: 100%; aspect-ratio: 3/2; margin-bottom: 6%; } 
#main_magazine .magazine_con img { width: 100%; } 
/* #main_magazine .magazine_slide { margin-bottom: 6%; }  */
/* #main_magazine .magazine_slide .swiper-wrapper { padding-bottom: 32px; }  */
#main_magazine .magazine_slide .swiper-slide { width: 100%; } 
#main_magazine .magazine_slide .swiper-pagination-bullets { bottom: 0px !important; } 
#main_magazine .magazine_slide .swiper-pagination-bullet-active { opacity: 1; background-color: #4B4B4B; width: 22px; border-radius: 20px; } 
#main_magazine .magazine_slide ul li { padding: 3% 0; border-top: 1px solid #CECECE; } 
#main_magazine .magazine_slide ul li:first-child { border-top: 0; padding-top: 0; } 
#main_magazine .magazine_slide ul li:last-child { padding-bottom: 0; } 
#main_magazine .magazine_slide ul li a { width: 100%; display: flex; align-items: center; gap: 0 5%; } 
#main_magazine .magazine_slide ul li a span { width: 18%; display: flex; padding: 2% 4%; justify-content: center; align-items: center; color: #FFF; font-size: 1rem; font-weight: 500; line-height: 100%; letter-spacing: -0.48px; background-color: #000; } 
#main_magazine .magazine_slide ul li a span.highlight { background-color: #25C6BD; } 
#main_magazine .magazine_slide ul li a p { color: #000; font-size: 1rem; font-weight: 400; line-height: 100%; letter-spacing: -0.48px; } 

/* main_drtips */
#main_drtips .drtips_con { width: 100%; margin-bottom: 8%; aspect-ratio: 1/1.2; } 
#main_drtips .drtips_con img { width: 100%; height: 100%; vertical-align: top; } 
#main_drtips .drtips_list { text-align: left; display: flex; flex-direction: column; gap: 40px 0; } 
#main_drtips .drtips_box > h4 { color: #000; font-size: 1.25rem; font-weight: 600; line-height: 100%; letter-spacing: -0.6px; } 
#main_drtips .drtips_box > p { color: #000; font-size: 1rem; margin: 2% 0 4%; font-weight: 300; line-height: 100%; letter-spacing: -0.48px; } 
#main_drtips .drtips_box .item_list li a { display: flex; align-items: center; } 
#main_drtips .drtips_box .item_list li { border-top: 1px solid #d9d9d9; } 
#main_drtips .drtips_box .item_list li:last-child { border-bottom: 1px solid #d9d9d9; } 
#main_drtips .drtips_box .item_list li a { display: flex; justify-content: space-between; align-items: center; } 
#main_drtips .drtips_box .item_list li a .product_img { padding: 1% 1% 1% 0px; width: 30%; } 
#main_drtips .drtips_box .item_list li a .item_info { display: flex; width: 60%; flex-direction: column; align-items: flex-start; padding: 6% 2% 6% 4%; border-left: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; } 
#main_drtips .drtips_box .item_list li a .item_info span { display: inline-block; color: #9A9A9A; font-size: 0.8rem; font-weight: 500; line-height: 100%; letter-spacing: -0.42px; } 
#main_drtips .drtips_box .item_list li a .item_info .tit { color: #000; font-size: 1rem; font-weight: 400; line-height: 130%; letter-spacing: -0.48px; margin: 2% 0 4%; word-break: keep-all; } 
#main_drtips .drtips_box .item_list li a .item_info p { color: #000; font-size: 18px; font-weight: 600; line-height: 100%; letter-spacing: -0.54px; } 
#main_drtips .drtips_box .item_list li a .item_info p em { color: #000; font-size: 16px; font-weight: 400; line-height: 100%; letter-spacing: -0.48px; } 
#main_drtips .drtips_box .item_list .arrow { width: 15%; text-align: center; } 
#main_drtips .drtips_box .item_list .arrow img { width: 20%; } 
#main_drtips .drtips_box .second_link {color: #000; font-size: 1rem; font-weight: 400; line-height: 100%; letter-spacing: -0.48px;display: flex;
padding: 16px 40px; justify-content: center;align-items: center;border: 1px solid #000; width: max-content; margin: 40px auto 0;}

/* main_bnf */
#main_bnf { background-color: #f6f6f6; } 
#main_bnf .bnf_img .bnf_main_slide { width: 100%; margin-bottom: 3%; border-radius: 18px; } 
#main_bnf .bnf_img .swiper-container { border-radius: 18px; position: relative; } 
#main_bnf .bnf_img .swiper-container::before { position: absolute; content: "시술 전"; left: 2%; bottom: 4%; z-index: 10; color: #FFF; font-size: 0.8rem; font-weight: 400; line-height: 100%; display: flex; padding: 1% 2%; justify-content: center; align-items: flex-start; border-radius: 6px; background: rgba(0, 0, 0, 0.40); } 
#main_bnf .bnf_img .swiper-container::after { position: absolute; content: "시술 후"; right: 2%; bottom: 4%; z-index: 10; color: #FFF; font-size: 0.8rem; font-weight: 400; line-height: 100%; display: flex; padding: 1% 2%; justify-content: center; align-items: flex-start; border-radius: 6px; background: rgba(0, 0, 0, 0.40); } 
#main_bnf .bnf_img .swiper-slide { width: 100% !important; } 
#main_bnf .bnf_img .swiper-slide img { width: 100%; border-radius: 18px; vertical-align: top; } 
#main_bnf .bnf_thumb { width: 100%; position: relative; } 
#main_bnf .bnf_thumb .swiper-slide img { width: 100%; height: 100%; border-radius: 8px; opacity: 0.5; } 
#main_bnf .bnf_thumb .swiper-slide.swiper-slide-thumb-active img { opacity: 1; } 
#main_bnf .bnf_info { margin-top: 6%; text-align: left; } 
#main_bnf .bnf_info .tit { color: #000; font-size: 1.25rem; font-weight: 500; line-height: 100%; padding-bottom: 3%; border-bottom:1px solid #9A9A9A; } 
#main_bnf .bnf_info .tit img { vertical-align: top; margin-right: 6px; width: 20px; height: 20px; } 
#main_bnf .bnf_info .info_list { padding-top: 3%; display: flex; align-items: center; justify-content: space-between; } 
#main_bnf .bnf_info .info_list li { width: 49%; display: flex; align-items: center; gap: 0 3%; } 
#main_bnf .bnf_info .info_list li span { display: flex; padding: 2% 3%; justify-content: center; align-items: center; color: #4B4B4B; font-size: 1rem; font-weight: 300; line-height: 100%; letter-spacing: -0.48px; border-radius: 500px; border: 1px solid #9A9A9A; } 
#main_bnf .bnf_info .info_list li em { color: #000; font-size: 1rem; font-weight: 400; line-height: 20px; letter-spacing: -0.48px; } 

#main_bnf .swiper-slide { position: relative; } 
#main_bnf .login_before { text-align: center; position: absolute; z-index: 10; left: 0; top: 0; content: ""; width: 50%; height: 100%; background-color: rgba(0, 0, 0, 0.7); display: flex; flex-direction: column; align-items: center; justify-content: center; } 
#main_bnf .login_before .image { width: 24px; height: 24px; } 
#main_bnf .login_before .image img { width: 100%; } 
#main_bnf .login_before .txt { margin: 4px 0 16px; color: #FFF; text-align: center; font-size: 16px; font-weight: 300; line-height: 130%; } 
#main_bnf .login_before .txt span { color: #6CE4DE; font-size: 16px; font-weight: 600; } 
#main_bnf .login_before button a { color: #FFF; text-align: center; font-size: 16px; font-weight: 400; line-height: 100%; display: flex; padding: 4px 16px; justify-content: center; align-items: center; border-radius: 500px; border: 1px solid #FFF; } 

#main_bnf .login_before_thumb { border-radius: 0.5rem 0 0 0.5rem; text-align: center; position: absolute; z-index: 10; left: 0; top: 0; content: ""; width: 50%; height: 95%; background-color: rgba(0, 0, 0, 0.7); display: flex; flex-direction: column; align-items: center; justify-content: center; } 
#main_bnf .login_before_thumb .image { width: 24px; height: 24px; } 
#main_bnf .login_before_thumb .image img { width: 100%; } 

.m_container .m_footer { background-color: #232323; padding: 40px 0 90px; } 
.m_container .m_footer .f_logo { text-align: center; margin-bottom: 28px; } 
.m_container .m_footer .footer_menu { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 10px 0.5rem; } 
.m_container .m_footer .footer_menu li a { font-size: 14px; font-weight: 400; color: #d9d9d9; } 
.m_container .m_footer .line { width: 100%; height: 1px; background-color: #e5e5e5; margin: 20px 0; } 
.m_container .m_footer .branch_name { margin-bottom: 16px; display: inline-block; position: relative; left: 50%; transform: translateX(-50%); color: #fff; padding: 5px 14px; border: 1px solid #fff; border-radius: 20px; } 
.m_container .m_footer .branch_info { gap: 10px; margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap; } 
.m_container .m_footer .branch_info li { color: #FFF; font-size: 14px; font-style: normal; font-weight: 400; line-height: 100%; letter-spacing: -0.42px; } 
.m_container .m_footer .branch_info li span { color: #aaa; font-size: 14px; font-style: normal; font-weight: 300; line-height: 100%; letter-spacing: -0.42px; margin-right: 6px; } 
.m_container .m_footer .copyright { text-align: center; margin: 28px 0 20px; color: #aaa; font-weight: 300; } 
.m_container .m_footer .sns_btn { display: flex; justify-content: center; gap: 0 16px; align-items: center; } 

/* doctor */
#dr_intro { background-color: #f9f9f9; } 
#dr_intro .title { color: #000; font-size: 2rem; font-weight: 500; line-height: 100%; letter-spacing: -0.96px; margin-bottom: 2rem; } 
#dr_intro .branch_select { padding:0 7.3% 7.3% 7.3%; display: flex; justify-content: center; } 
#dr_intro .branch_select select { width: 50%; color: #4B4B4B; height: 50px; font-size: 1rem; font-weight: 400; line-height: 100%; letter-spacing: -0.48px; background: url(/m/images/main/select_arrow.svg) no-repeat right center #fff; background-size: 12px auto; background-position: right 24px center; /* 이미지 위치 조정 */ } 
#dr_intro .doctor_list { display: flex; flex-direction: row; width: 100%; gap: 32px 0; flex-wrap: wrap; } 

#dr_intro .doctor_list li { width: 48%; /* padding: 0 60px; */
 cursor: pointer; } 
#dr_intro .doctor_list li .dr_box { width: 100%; position: relative; } 
#dr_intro .doctor_list li .dr_box .img img { width: 90%; } 
#dr_intro .doctor_list li .dr_box .txt { position: absolute; right: 0; top: 30%; text-align: right; } 
#dr_intro .doctor_list li .dr_box .txt .branch {
    color: #25C6BD;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.45px;
}

#dr_intro .doctor_list li .dr_box .txt .doctor {
    color: #000;
    margin: 6% 0 6%;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.72px;
}

#dr_intro .doctor_list li .dr_box .txt .doctor em {
    color: #000;
    font-size: 0.6rem;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.6px;
}

#dr_intro .doctor_list li .dr_box .txt a {
    position: relative;
    color: #4B4B4B;
    font-size: 0.6rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.42px;
}
#dr_intro .doctor_list li .dr_box .txt a::before { position: absolute; content: ""; left: -20px; top: 1px; width: 14px; height: 14px; border-radius: 40px; background: #25C6BD url(/images/main-new/dr_more.svg) no-repeat center; } 
#dr_intro #dr_pop { position: fixed; padding: 10% 3%; background: #fff; top: 50%; left: 50%; z-index: 9999; height: auto; transform: translate(-50%, -50%); display: none; width: 80%; } 
#dr_intro .doctor_con ul li .dr_info a { position: relative; color: #4B4B4B; font-size: 14px; font-style: normal; line-height: 100%; letter-spacing: -0.42px; } 
#dr_intro .doctor_con ul li .dr_info a::before { position: absolute; content: ""; left: -16px; top: 1px; width: 14px; height: 14px; border-radius: 40px; background: #25C6BD url(/images/main-new/dr_more.svg) no-repeat center; } 
#dr_intro .doctor_pop_dimmed_bg { z-index: 10; } 
#dr_intro #dr_pop .btn_pop_close { position: absolute; right: 0; top: 0; background-color: #000; display: flex; width: 10%; aspect-ratio: 1/1; justify-content: center; align-items: center; } 
#dr_intro #dr_pop .doctor_pop_cont { display: flex; flex-direction: column; align-items: center; gap: 0 24px; padding: 0 8%; max-height: 80vh; overflow: hidden; } 
#dr_intro #dr_pop .doctor_pop_cont .image { width: 100%; background-color: #DEE1E4; } 
#dr_intro #dr_pop .doctor_pop_cont .image img { width: 100%; } 
#dr_intro #dr_pop .doctor_pop_cont .dr_info { width: 100%; flex-grow: 1; overflow-y: auto; margin-top: 20px; text-align: left; } 
#dr_intro #dr_pop .doctor_pop_cont .dr_info .branch { color: #25C6BD; font-size: 14px; font-weight: 500; line-height: 100%; letter-spacing: -0.42px; } 
#dr_intro #dr_pop .doctor_pop_cont .dr_info .doctor { color: #000; padding: 8px 0; border-bottom: 1px solid #25C6BD; font-size: 24px; font-weight: 500; line-height: 100%; letter-spacing: -0.72px; } 
#dr_intro #dr_pop .doctor_pop_cont .dr_info .doctor em { color:#000; font-size: 20px; font-weight: 300; line-height: 100%; letter-spacing: -0.6px; } 
#dr_intro #dr_pop .doctor_pop_cont .dr_info .profile { display: flex; flex-direction: column; gap: 12px 0; color: #4B4B4B; font-size: 16px; font-weight: 300; line-height: 100%; letter-spacing: -0.42px; } 
#dr_intro #dr_pop .doctor_pop_cont .dr_info .profile > div { display: flex; flex-direction: column; gap: 12px 0; } 

/* bottom_link */
#bottom_link { position: fixed; bottom: 0; width: 100%; max-width: 600px; margin: 0 auto; height: 50px; background-color: #60ccc6; z-index: 100; } 
#bottom_link .link_modal_btn { position: absolute; right: 0; bottom: 0; height: 100%; width: 10%; background-color: #000; } 
#bottom_link .event_link a { padding: 16px 4%; width: 90%; display: flex; align-items: center; justify-content: space-between; } 
#bottom_link .event_link a .event_title { width: 50%; display: flex; align-items: center; } 
#bottom_link .event_link a .event_title img { width: 10%; } 
#bottom_link .event_link a .event_title p { margin-left:2%; color: #FFF; font-family: "Nunito Sans"; font-size: 16px; font-weight: 700; line-height: 100%; /* 16px */ } 
#bottom_link .event_link a span { color: #000; } 
#bottom_link .link_modal_btn { display: flex; justify-content: center; align-items: center; cursor: pointer; } 
#link_modal { display: none; position: fixed; bottom: 50px; width: 100%; max-width: 600px; margin: 0 auto; height: auto; border-radius: 15px 15px 0px 0px; background: #FFF; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); z-index: 999; } 
#link_modal .modal_container { padding: 24px; } 
#link_modal .modal_container .modal_close { position: absolute; right: 24px; top: 24px; width: 30px; height: 30px; } 
#link_modal .modal_container .modal_close img { width: 80%; z-index: 9999; } 
#link_modal .modal_container .link_list li { border-bottom: 1px solid #d9d9d9; } 
#link_modal .modal_container .link_list li a { display: flex; padding: 24px 0; align-items: center; gap: 0 8px; } 
#link_modal .modal_container .link_list li:last-child a { padding-bottom: 0; } 
#link_modal .modal_container .link_list li:last-child { border-bottom: 0; } 
#link_modal .modal_container .quick_resivation { display: none; } 
#link_modal .modal_container .quick_resivation .title { padding: 4% 0; display: flex; align-items: center; gap: 0 8px; } 
#link_modal .modal_container .quick_resivation fieldset { display: flex; flex-direction: column; gap: 16px 0; } 
#link_modal .modal_container .quick_resivation fieldset .agree_box { margin: 2% 0; } 
#link_modal .modal_container .quick_resivation fieldset .resivation_submit { display: flex; padding:3% 0px; justify-content: center; align-items: center; border-radius: 500px; background: #000; color: #FFF; font-size: 1rem; font-weight: 500; line-height: 100%; letter-spacing: -0.48px; } 
.mcheckbox { display: inline-block; position: relative; text-align: left; font-size: 12px; color: #000; } 



@media (max-width: 600px){
 #bottom_link .event_link a .event_title p ,#bottom_link .event_link a span { font-size: 0.8rem; } 
 .m_container .shorts_modal { margin: 0 auto; } 
 .m_container .shorts_modal .modal-content { width: 80%; } 
 #main_magazine .magazine_slide ul li a span { font-size: 0.8rem; width: 20%; } 
 }



 @media (max-width: 500px){
   .main_more a {padding: 12px 0; font-size: 13px;}
   .main_more a img {display: none;}
   
  .m_container .m_header .inner .m_menu span { margin:3px auto; } 
  .m_container .m_header .inner .m_menu.is_active span:nth-child(1) { -webkit-transform: translateY(5px) rotate(45deg); -ms-transform: translateY(5px) rotate(45deg); -o-transform: translateY(5px) rotate(45deg); transform: translateY(5px) rotate(45deg); } 
  .m_container .m_header .inner .m_menu.is_active span:nth-child(3) { -webkit-transform: translateY(-5px) rotate(-45deg); -ms-transform: translateY(-5px) rotate(-45deg); -o-transform: translateY(-5px) rotate(-45deg); transform: translateY(-5px) rotate(-45deg); } 
  .sub_menu .menu_con .menu_cate > ul li.lifting::before { top: 15px; } 
  .sub_menu .menu_con .menu_cate > ul li.lifting::after { top: 15px; } 
  .sub_menu .side ul li.gotolink a { padding: 12% 24px } 
  #bottom_link .event_link a { width: 88%; } 
  #bottom_link .link_modal_btn { width: 12%; } 
  #main_magazine .magazine_slide ul li a p { font-size: 0.8rem; } 
  .main_span { font-size: 0.8rem; } 
  .main_tit { font-size: 1.5rem; } 
  #dr_intro .doctor_list li .dr_box .img img { width: 90%; } 
  .sub_menu .side ul li { padding: 16px 24px; } 
  .sub_menu .menu_con .menu_cate > ul li a { padding: 16px 30px; } 
  .sub_menu .menu_con .menu_cate > ul li .lifting_cate li a { padding: 10px 0 10px 30px; font-size: 0.8rem; } 
  #main_magazine .magazine_slide ul li a p { text-align: left; } 
  #main_hero .main_slide .swiper-slide .main_text .subtitle { font-size: 1rem; } 
  #main_hero .main_slide .swiper-slide .main_text .maintitle { margin: 1% 0 2%; font-size: 2rem; } 
  #main_hero .main_slide .swiper-slide .main_text .desc { font-size: 0.7rem; } 
  
  #main_hero .main_slide .swiper-slide.slide02 .main_text {padding: 20px 0;}
  #main_hero .main_slide .swiper-slide.slide02 .main_text .subtitle {font-size: 0.8rem; width: 100%; padding: 4px 12px;} 
  #main_hero .main_slide .swiper-slide.slide02 .main_text .subtitle span{font-size: 0.8rem;}
  #main_hero .main_slide .swiper-slide.slide02 .main_text .maintitle {margin: 3% 0 5%; font-size: 2rem;  } 
  #main_hero .main_slide .swiper-slide.slide02 .main_text .desc { font-size: 0.7rem; } 
  #main_hero .main_slide .swiper-pagination {bottom: 10px;}

  #main_branch .branch_info .contact_info > li , #main_branch .branch_info .contact_info li > a { gap: 0 30px; } 
  #main_branch .branch_info .location_info li em { font-size: 0.85rem; } 

  #main_drtips .drtips_box .item_list li a .item_info { padding: 2% 2% 2% 4%; } 

  #main_bnf .bnf_info .info_list li span { width: 70px;display: inline-block; font-size: 14px !important; padding: 2% 0; text-align: center; } 
  #main_bnf .bnf_info .info_list li em { font-size: 0.8rem; } 
  #dr_intro .doctor_list li .dr_box .txt { right: -10%; top: 30%; } 
  #dr_intro .doctor_list li .dr_box .img img { width: 100%; } 


  /* branch_bnf */
  #main_bnf .bnf_img .swiper-container::before { font-size: 0.6rem; padding: 5px 10px; } 
  #main_bnf .bnf_img .swiper-container::after { font-size: 0.6rem; padding: 5px 10px; } 
  #main_bnf .login_before_thumb {  height: 94%;  } 
#main_bnf .info-slider .tit { margin-top: 5%; } 
#main_bnf .login_before .txt { margin: 4px 0 8px; color: #FFF; text-align: center; font-size:0.8rem; font-weight: 300; line-height: 130%; } 
#main_bnf .login_before .txt span { color: #6CE4DE; font-size:0.8rem; font-weight: 600; } 
#main_bnf .login_before button a { color: #FFF; text-align: center; font-size:0.8rem; font-weight: 400; line-height: 100%; display: flex; padding: 4px 16px; justify-content: center; align-items: center; border-radius: 500px; border: 1px solid #FFF; } 



 }