/*준비중*/
.ready{text-align: center;  padding: 100px 0;}
.ready .dot span{ display: inline-block; width: 10px; height: 10px; border-radius: 50%; background-color: #eee; margin: 0 5px;}
.ready h1{ font-size: 28px; margin: 30px 0 10px 0; font-weight: 600; color: #333;}
.ready strong{ color:#65C8CD; font-weight: 600;}
.ready p{ font-size: 18px; color: #999; font-weight: 300;}

/*테이블 - 가로스크롤*/
.row-horizon { position:relative; width:100%; overflow-x: hidden; overflow-y: hidden;}
.tbl_blur{ display: none;}
.tbl_scroll{ display: none;}

.price_tbl{ width: 1200px; margin: 0 auto; padding: 50px 0; text-align: center;}
.price_tbl table{ width: 100%; border-top: 5px solid #65C8CD; border-left: 1px solid #ccc; border-collapse: collapse;}
.price_tbl thead th{ font-size: 20px; font-weight: 700; color: #65C8CD; padding: 15px 10px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.price_tbl tbody th{ font-size: 20px; font-weight: 700; color: #222; padding: 15px 10px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;
background-color: #EEFFFE;}
.price_tbl tbody td{ font-size: 18px; color: #666; padding: 15px 10px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.price_tbl .p{ color: #999; margin-top: 30px;}
@media screen and (max-width: 1023px) {
  .ready p{ font-size: 20px;}
  .ready span{ font-size: 14px;}
  .price_tbl{ width: 95%; padding: 20px 0;}
}
@media screen and (max-width: 767px) {
  .table_wrap{ position: relative;}
  .tbl_blur{ display: block; position:absolute; top:0px; right:0; width:40px; height:100%; background:url(../img/common/tbl_blur.png) repeat-y right top; z-index:10;}
  .row-horizon {overflow-x: scroll;overflow-y: hidden;white-space: nowrap;float: none; width: 100%;}
  .tbl_scroll{ display: block; font-size:12px; line-height: 12px; color:#888; margin-bottom:10px; padding-left: 5px;}
  .price_tbl{ padding: 10px 0;}
  .price_tbl thead th{ font-size: 16px; padding: 10px 5px;}
  .price_tbl tbody th{ font-size: 16px; padding: 10px 5px;}
  .price_tbl tbody td{ font-size: 16px; padding: 10px 5px;}
}

/*************** 서브 상단비주얼 ***************/
.svisual{ width:100%; height:520px; background-repeat: no-repeat; background-size: cover;  background-position: center top; position: relative;}
.sv01{ background-image: url(../img/sub/implant01_title.png);}
.sv02{ background-image: url(../img/sub/braces01_title.png);}
.sv03{ background-image: url(../img/sub/care01_title.png);}
.sv04{ background-image: url(../img/sub/bna01_title.png); height:730px;}
.svisual .sv_in{ position: absolute; top: 50%; left: 240px; transform: translateY(-50%); z-index: 2;}
.svisual .sv_tit p{ font-size: 17px; color:#fff; text-transform: uppercase;}
.svisual .sv_tit h1{ font-size: 55px; font-weight: normal; font-family: 'MaruBuri'; color:#fff; line-height: 1.3; letter-spacing: -1px; margin: 10px 0 30px 0;}
.svisual .sv_tit h1 > span{ color: #65C8CD;}
.svisual .sv_tit h2{ font-size: 20px; font-weight: normal; color:#fff; line-height: 1.5;}
@media screen and (max-width: 1023px) {
.svisual{ height:300px;}
.sv04{ height:400px;}
.svisual .sv_in{ left: 3%;}
.svisual .sv_tit p{ font-size: 15px;}
.svisual .sv_tit h1{ font-size: 40px;}
.svisual .sv_tit h2{ font-size: 18px;}
}
@media screen and (max-width:767px) {
.svisual{ height:250px;}
.sv04{ height:350px;}
.svisual .sv_tit p{ font-size: 14px;}
.svisual .sv_tit h1{ font-size: 28px;}
.svisual .sv_tit h2{ font-size: 15px;}
.svisual .sv_tit h2 > br{ display: none;}
}

/*의료진소개-진료시간-오시는길 상단 이미지 및 텍스트*/
.sv_tit2{ width: 1440px; margin: 0 auto; padding: 100px 0;}
.sv_tit2 p{ font-size: 16px; color:#222; margin-bottom: 10px;}
.sv_tit2 h1{ font-size: 50px;  color: #222; text-transform: uppercase;}
.sv_tit2 h1 > span{ color: #65C8CD;}

.intro_img{ background: url(../img/sub/intro01_title.png) no-repeat center top / cover; width: 100%; height: 700px;}
.intro_img2{ background-image: url(../img/sub/intro02_title.jpg);}
.intro_top{ width: 1440px; margin: 0 auto; padding-bottom: 80px; border-bottom: 1px solid #444;}
.intro_top2{ border-bottom: 0;}
.intro_txt{ position: relative;}
.intro_txt .txt_up{ display: inline-block; padding: 50px 50px 0 50px; background-color: #fff; margin: -80px 0 0 0;}
.intro_txt h1{ font-size: 50px; line-height: 1.2; margin-bottom: 40px;}
.intro_txt h1 > span{ color: #65C8CD;}
.intro_txt p{ font-size: 17px; line-height: 1.5; color: #666;}
.intro_txt h2{ font-size: 19px; font-weight: normal; font-weight: 300; line-height: 1.5; position: absolute; top: 120px; left: 750px;}
.intro_txt h2 > strong{ color: #65C8CD; font-weight: 600; display: block; margin-top: 20px;}
.intro_txt h3{ font-size: 20px; font-weight: normal; font-weight: 500; line-height: 1.6; margin-bottom: 20px;}
.intro_txt .time_table{ position: absolute; top: 30px; left: 700px;}

.gt2_t{ font-size: 35px; font-weight: 700;}
.gt2_h2{ font-size: 20px; line-height: 1.3; margin-top: 10px;}
.gt2_h2 > span{ display: block; color: #777; margin-top: 10px;}
.gt2_tel{ display: flex; flex-wrap: wrap; margin-top: 40px;}
.gt2_num{ font-size:35px; font-weight: 700; color: #65C8CD; padding-left: 100px;}

@media screen and (max-width: 1023px) {
.sv_tit2{ width: 100%; padding: 80px 3% 40px 3%;}
.sv_tit2 p{ font-size: 15px;}
.sv_tit2 h1{ font-size: 40px;}
.intro_img{ height: 500px; background-position: 90% top;}
.intro_top{ width: 100%; padding-bottom: 50px;}
.intro_txt .txt_up{ padding: 30px 30px 0 30px; margin: -50px 0 0 0;}
.intro_txt h1{ font-size: 40px; margin-bottom: 40px;}
.intro_txt p{ font-size: 17px;}
.intro_txt h2{ display: none;}
.intro_txt h3{ font-size: 18px;}
.intro_txt .time_table{ position: relative; top: auto; left: auto; padding: 30px 30px 0 30px;}
.intro_txt .time_table img{ width: 100%;}
.gt2_t{ font-size: 30px;}
.gt2_h2{ font-size: 18px; }
.gt2_tel{ margin-top: 30px;}
.gt2_num{ font-size:30px; padding-left: 50px;}
}
@media screen and (max-width: 767px) {
.sv_tit2{ padding: 50px 3% 20px 5%;}
.sv_tit2 p{ font-size: 14px;}
.sv_tit2 h1{ font-size: 28px;}
.intro_img{ height: 250px;}
.intro_top{ padding-bottom: 30px;}
.intro_txt .txt_up{ width: 90%; padding: 20px 20px 0 20px;}
.intro_txt h1{ font-size: 25px; margin-bottom: 30px;}
.intro_txt h1 > br{ display: none;}
.intro_txt p{ font-size: 16px;}
.intro_txt h3{ font-size: 16px;}
.intro_txt .time_table{ padding: 20px 0 0 0;}
.gt2_t{ font-size: 25px;}
.gt2_h2{ font-size: 16px; }
.gt2_tel{ margin-top: 20px; display: block;}
.gt2_num{ font-size:25px; padding: 10px 0 0 0;}
}

/*************** 서브메뉴 ***************/
.smenu_box{ text-align: center; margin: 100px auto 0 auto;}
.smenu_box .smenu{ display: inline-block; border: 1px solid #ddd;}
.smenu_box .smenu ul{ display:flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.smenu_box .smenu ul li { text-align: center;}
.smenu_box .smenu ul li a{ display:block; font-size:21px; font-weight: 600; color:#333; line-height:1.2; padding: 20px 70px; border-right: 1px solid #ddd;}
.smenu_box .smenu ul li:last-child a{ border-right: 0;}
.smenu_box .smenu ul li a:hover{ color:#65C8CD;}
.smenu_box .smenu ul li a.menu_on{ font-weight: 700; color:#fff; background-color: #65C8CD;}
@media screen and (max-width: 1023px) {
.smenu_box{ width: 90%; margin: 3% auto;}
.smenu_box .smenu{ display: block;}
.smenu_box .smenu ul{ display:flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.smenu_box .smenu ul li { width: 33%;}
.smenu_box .smenu ul li:nth-of-type(3), .smenu_box .smenu ul li:nth-of-type(6){ width: 34%;}
.smenu_box .smenu ul li a{ font-size:16px; padding: 15px 20px;}
.smenu_box .smenu ul li:nth-of-type(1) a, .smenu_box .smenu ul li:nth-of-type(2) a{ border-bottom: 1px solid #ddd;}
.smenu_box .smenu ul li:nth-of-type(3) a{ border-right: 0; border-bottom: 1px solid #ddd;}
.smenu_box .smenu2 ul li { width: 25%;}
.smenu_box .smenu2 ul li:nth-of-type(3){ width: 25%;}
.smenu_box .smenu2 ul li:nth-of-type(1) a, .smenu_box .smenu2 ul li:nth-of-type(2) a{ border-bottom: 0;}
.smenu_box .smenu2 ul li:nth-of-type(3) a{ border-right: 1px solid #ddd; border-bottom: 0;}
.smenu_box .smenu2 ul li:nth-of-type(4) a{ border-right: 0;}
}
@media screen and (max-width: 767px) {
.smenu_box{ width: 95%;}
.smenu_box .smenu ul li a{ font-size:14px; padding: 10px 10px;}
}

/*************** 내용작업 ***************/
.sub_wrap{ width: 1440px; margin: 0 auto;}

/*의료진소개*/
.dct_wrap{ border-bottom: 1px solid #333; padding:100px 2%; display: flex; flex-wrap: wrap;}
.dct_last{ border:0; margin-bottom: 0px;}
.dct_img{ width: 480px; height: 580px; margin-right: 150px;}
.dct_info_box{ padding-top: 80px; width: calc(100% - 630px);}
.dct_info_box h2{ font-size: 23px; color: #65C8CD; font-weight: normal; margin-bottom: 10px;}
.dct_info_box h1{ font-size: 50px; color:#222; border-bottom: 1px solid #999; padding-bottom: 40px;}
.dct_info_box ul{ margin-top: 50px;}
.dct_info_box li{ font-size: 20px; color: #777; font-weight: 300; line-height: 1.5; padding: 4px 0 4px 12px; position: relative;}
.dct_info_box li::before{ display: block; content: ""; width: 3px; height: 3px; background-color: #ccc; position: absolute; top: 15px; left: 0px;}
@media screen and (max-width: 1023px) {
.sub_wrap{ width: 100%;}
.dct_wrap{ padding:80px 5%;}
.dct_img{ width: 400px; height: auto; margin: 0 auto ;}
.dct_img img{ width: 100%;}
.dct_info_box{ padding-top: 40px; width: 100%;}
.dct_info_box h2{ font-size: 20px;}
.dct_info_box h1{ font-size: 40px; padding-bottom: 30px;}
.dct_info_box ul{ margin-top: 30px;}
.dct_info_box li{ font-size: 18px;}
}
@media screen and (max-width: 767px) {
.dct_wrap{ padding:50px 5%;}
.dct_img{ width: 300px;}
.dct_info_box h2{ font-size: 18px;}
.dct_info_box h1{ font-size: 30px;}
.dct_info_box li{ font-size: 16px; padding: 2px 0 2px 10px; }
.dct_info_box li::before{ top: 12px;}
}

/*오시는길*/
.map{ padding-top: 100px;}
.add_box{ margin-top: 50px; padding: 0 10px; position: relative;}
.add_box p{ font-size: 18px; color: #222; margin-bottom: 5px;}
.add_box h1{ font-size: 30px; color: #65C8CD;}
.add_box ul{ position: absolute; top: 20px; right: 0px; display: flex;}
.add_box li{ margin-left: 10px;}
.add_box li a{ display: block; background-color: #65C8CD; font-size: 16px; color: #fff; line-height: 50px; padding: 0 40px;}
.add_info{ margin-top: 50px;}
.add_info dl{ border-top: 1px dashed #ddd; padding: 30px 10px; display: flex;}
.add_info dt{ color: #999; font-size: 18px; margin-right: 50px;}
.add_info dt i{ color: #ddd;}
.add_info dd{ font-size: 18px;}
.map .root_daum_roughmap .cont{ display: none;}
@media screen and (max-width: 1023px) {
.map{ padding-top: 80px;}
.add_box{ padding: 0 5%;}
.add_box h1{ font-size: 22px;}
.add_info dl{ padding: 30px 3%; flex-wrap: wrap;}
.add_info dt{ font-size: 16px; margin-right: 0; margin-bottom: 10px; width: 100%;}
.add_info dd{ font-size: 16px; width: 100%;}
.map .root_daum_roughmap .wrap_map{ height: 400px !important;}
}
@media screen and (max-width: 767px) {
.map{ padding-top: 50px;}
.map iframe{ height: 300px;}
.add_box{ margin-top: 30px;}
.add_box ul{ position: relative; top: auto; right: auto; margin-top: 20px;}
.add_box li{ margin: 0 10px 0 0;}
.add_box li a{ font-size: 14px; line-height: 40px; padding: 0 30px;}
.add_info{ margin-top: 30px;}
.add_info dl{ padding: 20px 3%;}
.add_info dt{ font-size: 14px;}
.add_info dd{ font-size: 14px;}
.map .root_daum_roughmap .wrap_map{ height: 250px !important;}
}

/*진료시간*/
.time2{ display: flex; justify-content: space-between; margin: 100px 0;}
.time_img{ width: 50%; height: 610px; background:url(../img/sub/time_img.jpg) no-repeat center top / cover;}
.time2 .time_box{ width: 100%; padding: 60px 70px; background-color: #f4f4f4;}
.time2 .tinfo{ margin-bottom: 50px;}
.time2 .tinfo:last-child{ margin-bottom: 0;}
.time2 .tinfo h3{ font-size: 15px; color: #ccc;}
.time2 .tinfo h2{ font-size: 25px; color: #333; margin: 10px 0 20px 0;}
.time2 .tinfo h1{ font-size: 50px; color: #65C8CD; margin-bottom: 20px;}
.time2 .tinfo .ct4_ico{ display: flex;}
.time2 .tinfo .ct4_ico li{ margin-right: 10px;}
.time2 .tinfo .ct4_ico li img{ width: 70px;}
.time2 .tinfo p{ font-size: 20px; line-height: 1.3; padding: 3px 0 3px 12px; position: relative;}
.time2 .tinfo p::before{ display: block; content: ""; width: 3px; height: 3px; background-color: #ccc; position: absolute; top: 14px; left: 0px;}
.time2 .tinfo p > span{ color: #f21818;}

@media screen and (max-width: 1023px) {
  .time2{ flex-wrap: wrap; margin: 80px 0 0 0;}
  .time_img{ width: 100%; height: 400px; background-size: 100%;}
  .time2 .time_box{ width: 100%; padding: 50px 50px;}
}
@media screen and (max-width: 767px) {
  .time_img{ height: 180px; background-position: center -80px;}
  .time2 .time_box{ padding: 40px 30px;}
  .time2 .tinfo{ margin-bottom: 50px;}
  .time2 .tinfo h3{ font-size: 11px;}
  .time2 .tinfo h2{ font-size: 20px; margin-bottom: 20px;}
  .time2 .tinfo h1{ font-size: 35px;}
  .time2 .tinfo .ct4_ico li img{ width: 50px;}
  .time2 .tinfo p{ font-size: 16px; padding: 3px 0 3px 10px;}
  .time2 .tinfo p::before{ top: 12px;}
}

/*특별함*/
.intro01_con03 { padding-top: 240px; padding-bottom: 140px;}
.intro01_con03 > div { display: flex; justify-content: space-between;}
.intro01_con03_left { position: relative;}
.intro01_con03_left > div { position: sticky; top: 240px;}
.intro01_con03_left h2 { font-size: 48px; font-weight: 700; color: #000000; line-height: 60px; position: relative;}
.intro01_con03_left p { font-size: 17px; font-weight: 400; color: #595857; line-height: 28px; margin-top: 30px;}
.intro01_con03_left h2 > img { position: absolute; left: -83px; bottom: 0px; z-index: -1;}
.intro01_con03_left h2 > span { color: #65c8cd;}
.intro01_con03_right > div { margin-bottom: 84px;}
.intro01_con03_right > div:last-child { margin: 0px;}
.intro01_con03_right h3 { font-size: 28px; font-weight: 500; color: #000000; margin-top: 20px; margin-bottom: 10px;}
.intro01_con03_right h3 > span { color: #65c8cd;}
.intro01_con03_right p { color: #595857; font-size: 17px; font-weight: 400; line-height: 28px;}

.special01_con03_box{ background-color: #65C8CD; padding: 60px 0; text-align: center; width: 1440px; margin: 0 auto;}
.special01_con03_box h1{ font-family: 'MaruBuriSemiBold'; font-size: 35px; color: #fff; line-height: 1.3; margin-bottom: 20px;}
.special01_con03_box p{ font-size: 18px; color: #fff; line-height: 1.6;}
.special01_con03_box p > span{ color: #f1e575;}
.special01_con03_box p > strong{ display: block; margin-top: 20px; font-size: 17px; font-weight: normal;}

.special01_con03_box2{ background: url(../img/sub/special01_con03_bg2.jpg) no-repeat center top / cover; width: 100%; height: 750px; padding: 80px 0;
margin: 100px 0;}
.special01_con03_box2 h1{ font-size: 55px; text-transform: uppercase; margin-bottom: 30px; text-align: center;}
.special01_con03_box2 h1 > strong{ display: block; font-size: 16px; font-weight: normal; margin-bottom: 10px;}
.special01_con03_box2 h1 > span{ color: #65C8CD;}
.sp_box{ display: flex; justify-content: center; flex-wrap: wrap; width: 1400px; margin: 0 auto;}
.sp_box dl{ width: 45%; margin: 15px; padding: 40px 10px; background-color: #fff; text-align: center;}
.sp_box dl:nth-of-type(2), .sp_box dl:nth-of-type(3){ background-color: #65C8CD; color: #fff;}
.sp_box dt{ font-size: 30px; font-weight: 700; margin-bottom: 20px; line-height: 1.2;}
.sp_box dd{ font-size: 19px; line-height: 1.5;}

.top_tit{ width: 1440px; margin: 0 auto; position: relative;}
.top_tit p{ font-size: 18px; color: #65C8CD; margin-bottom: 10px; text-transform: uppercase;}
.top_tit h1{ font-size: 50px; line-height: 1.2;}
.top_tit h1 > span{ color: #65C8CD;}
.top_tit h2{ font-size: 18px; font-weight: normal; font-weight: 400; color: #666; line-height: 1.5; position: absolute; top: 50px; left: 700px;}

.sp_box2{ margin: 50px 0 100px 0; background: url(../img/sub/special01_con03_bg.jpg) no-repeat right center; width: 100%; height: 700px;
display: flex; flex-wrap: wrap;}
.sp_box2 .sp_box2_img{ padding: 100px 0 0 100px;}
.sp_box2 .sp_box2_img video{ width: 790px; height: 490px;}
.sp_box2 .sp_box2_txt{ padding: 120px 80px; width: calc(100% - 900px);}
.sp_box2 .sp_box2_txt h1{ font-size: 35px; color: #fff; margin-bottom: 40px;}
.sp_box2 .sp_box2_txt h1 > span{ color: #65C8CD;}
.sp_box2 .spb{ display: flex; flex-wrap: wrap;}
.sp_box2 .spb dl{ width: 43%; margin: 2% 2% 2% 0;}
.sp_box2 .spb dt{ font-size: 25px; color: #fff; margin-bottom: 20px;}
.sp_box2 .spb dd{ font-size: 18px; font-weight: 300; color: #fff; line-height: 1.6;}

@media screen and (max-width: 1023px) {
.intro01_con03 { padding-top: 100px; padding-bottom: 100px;}
.intro01_con03 > div { display: block; }
.intro01_con03_left > div { position: relative; top: auto;}
.intro01_con03_left h2 { font-size: 40px; line-height: 1.2; padding: 0 5%;}
.intro01_con03_left p { font-size: 17px; line-height: 1.5; padding: 0 5%; margin: 30px 0 30px 0;}
.intro01_con03_left h2 > img { width: 150px; left: 20px;}
.intro01_con03_right{ padding: 0 5%;}
.intro01_con03_right > div { margin-bottom: 50px;}
.intro01_con03_right img{ width: 100%;}
.intro01_con03_right h3 { font-size: 28px; font-weight: 500; color: #000000; margin-top: 20px; margin-bottom: 10px;}
.intro01_con03_right h3 > span { color: #65c8cd;}
.intro01_con03_right p { color: #595857; font-size: 17px; font-weight: 400; line-height: 28px;}
.special01_con03_box{ width: 100%;}
.special01_con03_box h1{ font-size: 30px;}
.special01_con03_box p{ font-size: 17px;}
.special01_con03_box p > strong{ font-size: 16px;}
.special01_con03_box2{ height: auto; padding: 60px 0; margin: 0 0 100px 0;}
.special01_con03_box2 h1{ font-size: 40px;}
.sp_box{ width: 80%;}
.sp_box dl{ width: 100%; margin: 10px 0;}
.sp_box dt{ font-size: 25px;}
.sp_box dd{ font-size: 17px;}
.top_tit{ width: 100%; padding: 0 5%;}
.top_tit p{ font-size: 16px;}
.top_tit h1{ font-size: 40px;}
.top_tit h2{ font-size: 18px; position: relative; top: auto; left: auto; margin-top: 20px;}
.sp_box2{ margin: 50px 0 0 0; height: auto; background: none; display: block;}
.sp_box2 .sp_box2_img{ padding: 0;}
.sp_box2 .sp_box2_img video{ width: 100%; height: auto;}
.sp_box2 .sp_box2_txt{ padding: 60px 5% 20px 5%; width:100%;}
.sp_box2 .sp_box2_txt h1{ font-size: 30px; color: #333; margin-bottom: 30px;}
.sp_box2 .spb{ display: flex; flex-wrap: wrap;}
.sp_box2 .spb dl{ width: 100%; margin: 0 0 5% 0; padding-bottom: 5%; border-bottom: 1px solid #ddd;}
.sp_box2 .spb dt{ font-size: 23px; color: #333; margin-bottom: 20px;}
.sp_box2 .spb dd{ font-size: 16px; color: #333;}
}
@media screen and (max-width: 767px) {
.intro01_con03 { padding-top: 50px; padding-bottom: 50px;}
.intro01_con03_left h2 { font-size: 30px;}
.intro01_con03_left p { font-size: 15px; margin: 20px 0;}
.intro01_con03_left h2 > img { width: 100px;}
.intro01_con03_right > div { margin-bottom: 30px;}
.intro01_con03_right h3 { font-size: 25px; line-height: 1.3;}
.intro01_con03_right p { font-size: 15px; line-height: 1.5;}
.special01_con03_box h1{ font-size: 25px;}
.special01_con03_box h1 > br{ display: none;}
.special01_con03_box p{ font-size: 15px;}
.special01_con03_box p > br{ display: none;}
.special01_con03_box p > strong{ font-size: 15px;}
.special01_con03_box2{ margin: 0 0 50px 0;}
.special01_con03_box2 h1{ font-size: 30px;}
.sp_box{ width: 90%;}
.sp_box dl{ padding: 30px 20px;}
.sp_box dt{ font-size: 22px;}
.sp_box dd{ font-size: 15px;}
.sp_box dd > br{ display: none;}
.top_tit p{ font-size: 14px;}
.top_tit h1{ font-size: 28px;}
.top_tit h1 > br{ display: none;}
.top_tit h2{ font-size: 16px;}
.top_tit h2 > br{ display: none;}
.sp_box2{ margin: 20px 0 0 0;}
.sp_box2 .sp_box2_txt{ padding: 30px 5% 10px 5%;}
.sp_box2 .sp_box2_txt h1{ font-size: 25px; margin-bottom: 20px;}
.sp_box2 .spb dt{ font-size: 20px; margin-bottom: 10px;}
.sp_box2 .spb dd{ font-size: 14px;}
}

/*임플란트*/
.im_top_box{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: 100px 0;}
.imt_txt h2{ font-size: 18px; line-height: 1.2; margin-bottom: 20px;}
.imt_txt h1{ font-size: 50px; line-height: 1.2; margin-bottom: 40px;}
.imt_txt h1 > span{ font-size: 70px; color: #65C8CD;}
.imt_txt p{ font-size: 20px; line-height: 1.5;}
.imt_img{ width: 700px;}

.im_tit{ text-align: center; margin-bottom: 50px;}
.im_tit p{ font-size: 20px; margin-bottom: 10px;}
.im_tit h1{ font-size: 50px; line-height: 1.2;}
.im_tit h1 > span{ color: #65C8CD;}
.im_case{ background-color: #F9F9F9; padding: 80px 0; display: flex; justify-content: center; flex-wrap: wrap;}
.im_case h1{ display: inline-block; font-size: 18px; line-height: 40px; padding: 0 20px; border-radius: 50px; border: 2px solid #444; margin-bottom: 20px;}
.case_box{ width: 500px; margin: 0 30px;}
.case_box .case_img{ margin-bottom: 50px;}
.im_case dt{ font-size: 40px; font-weight: 700; margin-bottom: 30px;}
.im_case dt > span{ font-size: 25px;}
.im_case dd{ font-size: 20px; line-height: 1.6;}

.im_doc{ padding: 100px 0; position: relative;}
.im_doc_tit{ width: 1440px; margin: 0 auto 50px auto;}
.im_doc_tit h2{ font-size: 22px; font-weight: normal; margin-bottom: 20px;}
.im_doc_tit h2 > span{ font-weight: bold; color: #65C8CD;}
.im_doc_tit h2 > strong{ color: #b91515;}
.im_doc_tit h1{ font-size: 50px; line-height: 1.2;}
.im_doc_tit h1 > span{ color: #65C8CD;}
.im_doc_img{ position: absolute; top: 200px; left: 50%; margin-left: 150px;}
.im_doc_txt{ background-color: #F9F9F9; padding: 50px 0;}
.doc_txt{ width: 1440px; margin: 0 auto;}
.doc_txt p{ font-size: 20px; line-height: 1.6; margin-bottom: 40px;}
.doc_txt dt{ font-size: 35px; font-weight: bold; margin-bottom: 20px;}
.doc_txt dt > span{ display: inline-block; background-color: #65C8CD; font-size: 22px; font-weight: 500; color: #fff; line-height: 35px; padding: 0 20px;
border-radius: 40px;}
.doc_txt dd{ font-size: 18px; color: #777; padding: 4px 0;}
.imp_img{ padding-bottom: 100px;}
.imp_img img{ width: 100%;}

@media screen and (max-width: 1023px) {
.im_top_box{ padding: 60px 0; display: block;}
.imt_txt{ padding: 0 5%; margin-bottom: 40px;}
.imt_txt h2{ font-size: 16px;}
.imt_txt h1{ font-size: 40px; margin-bottom: 30px;}
.imt_txt h1 > span{ font-size: 50px;}
.imt_txt p{ font-size: 18px;}
.imt_img{ width: 100%;}
.imt_img img{ width: 100%;}
.im_tit{ padding: 0 5%;}
.im_tit p{ font-size: 18px;}
.im_tit h1{ font-size: 40px; margin-bottom: 30px;}
.im_case{ padding: 50px 0; display: block;}
.im_case h1{ font-size: 16px; line-height: 35px;}
.case_box{ width: 450px; margin: 0 auto 50px auto;}
.im_case .case_box:nth-of-type(2){ margin: 0 auto;}
.case_box .case_img{ width: 450px; border-radius: 30px; margin: 10px 0 30px 0;}
.case_box .case_img img{ width: 100%;}
.case_box dt{ font-size: 30px; margin-bottom: 20px;}
.case_box dt > span{ font-size: 20px;}
.case_box dd{ font-size: 18px;}
.im_doc{ padding: 60px 0;}
.im_doc_tit{ width: 100%; margin: 0 auto 50px auto; padding: 0 5%;}
.im_doc_tit h2{ font-size: 20px;}
.im_doc_tit h1{ font-size: 40px;}
.im_doc_img{ position: relative; top: auto; left: auto; text-align: center; margin: 0 auto 50px auto;}
.im_doc_txt{ padding: 50px 0;}
.doc_txt{ width: 100%; padding: 0 5%;}
.doc_txt p{ font-size: 18px;}
.doc_txt dt{ font-size: 30px;}
.doc_txt dt > span{ font-size: 20px;}
.doc_txt dd{ font-size: 16px;}
.imp_img{ padding-bottom: 50px;}
}
@media screen and (max-width: 767px) {
.im_top_box{ padding: 50px 0;}
.imt_txt h2{ font-size: 15px;}
.imt_txt h1{ font-size: 30px;}
.imt_txt h1 > span{ font-size: 40px;}
.imt_txt p{ font-size: 16px;}
.imt_txt p > br{ display: none;}
.im_tit{ padding: 0 3%;}
.im_tit p{ font-size: 15px;}
.im_tit h1{ font-size: 28px;}
.im_tit h1 br{ display: none;}
.im_case{ padding: 0 0 50px 0;}
.case_box{ width: 300px;}
.case_box h1{ margin-bottom: 10px;}
.case_box .case_img{ width: 300px; border-radius: 20px; margin: 10px 0 30px 0;}
.case_box .case_img img{ width: 100%;}
.case_box dt{ font-size: 25px;}
.case_box dt > span{ font-size: 18px;}
.case_box dd{ font-size: 16px;}
.im_case dl{ width: 90%;}
.im_case dt{ font-size: 30px; margin-bottom: 20px; line-height: 1.2;}
.im_case dt > span{ font-size: 23px; display: block;}
.im_case dd{ font-size: 16px;}
.im_doc{ padding: 50px 0;}
.im_doc_tit{ margin: 0 auto 30px auto;}
.im_doc_tit h2{ font-size: 16px;}
.im_doc_tit h1{ font-size: 30px;}
.im_doc_tit h1 > br{ display: none;}
.im_doc_img{ width: 300px; margin: 0 auto 30px auto;}
.im_doc_img img{ width: 100%;}
.im_doc_txt{ padding: 30px 0;}
.doc_txt p{ font-size: 16px;}
.doc_txt dt{ font-size: 25px;}
.doc_txt dt > span{ font-size: 18px;}
.doc_txt dd{ font-size: 15px;}
.imp_img{ padding-bottom: 30px;}
}

/*치아교정*/
.bra_t{ font-size: 50px; font-weight: 700; line-height: 1.2; margin-bottom: 50px;}
.bra_t > span{ color: #65C8CD;}
.bra_box{ background-color: #f9f9f9; padding: 80px 0; display: flex; flex-wrap: wrap;}
.bra_img_left{ padding-left: 240px;}
.bra_img_left video{ width: 600px;}
.bra_txt .btxt{ padding-left: 80px;}
.bra_txt h2{ font-size: 18px; font-weight: normal; color: #666; margin-bottom: 20px;}
.bra_txt h1{ font-size: 33px; line-height: 1.2; margin-bottom: 40px;}
.bra_txt h1 > span{ color: #65C8CD;}
.bra_txt p{ font-size: 23px; line-height: 1.5; color: #444;}
.btxt2{ display: flex; flex-wrap: wrap; margin-top: 120px;}
.btxt2 dt{ font-size: 20px; font-weight: bold; margin-bottom: 10px; border-bottom: 1px solid #666; padding: 0 50px 10px 80px;}
.btxt2 dd{ font-size: 15px; font-weight: 300; line-height: 1.5; padding-left: 80px;}
.bra_box2{ padding: 100px 0;}
.bra_t2{ margin-bottom: 80px; text-align: center;}
.bra_t2 h2{ font-size: 18px; color: #65C8CD; font-weight: normal;}
.bra_t2 h1{ font-size: 50px; font-weight: normal; font-weight: 600; line-height: 1.2; margin: 20px 0 40px 0;}
.bra_t2 h1 > span{ color: #65C8CD;}
.bra_t2 p{ font-size: 20px; color: #666; line-height: 1.5;}
.bra_img2{ text-align: center;}
.bra_img3{ text-align: center; margin-top: 50px;}
.bra_box3{ padding: 100px 0;}
.bra_t3{ margin-bottom: 60px; text-align: center;}
.bra_t3 h2{ font-size: 20px; font-weight: normal; line-height: 1.2;}
.bra_t3 h1{ font-size: 50px; line-height: 1.2; margin: 10px 0 80px 0;}
.bra_t3 h1 > span{ color: #65C8CD;}
.bra_t3 p{ font-size: 22px; color: #666; line-height: 1.5;}
.bra_img4{ text-align: center; margin-top: 50px;}
.bra_age{ padding: 80px 0;}
.bra_grey{ background-color: #f9f9f9;}
.bra_flex{ display: flex; justify-content: center; flex-wrap: wrap; width: 1440px; margin: 0 auto;}
.bra_flex_re{ flex-direction: row-reverse;}
.age_img{ position: relative; width: 50%;}
.age_img > span{ display: block; background-color: #65C8CD; color: #fff; line-height: 30px; padding: 0 10px; position: absolute; top: 30px; left: -20px;}
.bra_age .age_txt{ padding-right: 50px; width: 50%;}
.bra_grey .age_txt{ padding: 0 0 0 50px;}
.age_txt h2{ font-size: 28px; font-weight: normal; font-weight: 500; display: inline-block; text-decoration: underline;}
.age_txt h1{ font-size: 40px; line-height: 1.2; margin: 20px 0 50px 0;}
.age_txt h1 > span{ display: inline-block; font-size: 20px; font-weight: 400; color: #fff; background-color: #D6A87F; line-height: 40px; padding: 0 10px; margin-left: 50px;}
.age_txt p{ font-size: 20px; line-height: 1.5;}
.age_txt dl{ display: flex; align-items: center; background-color: #fff; padding: 10px 20px; margin-bottom: 20px;}
.age_txt dt{ font-size: 22px; color: #fff; width: 40px; height: 40px; border-radius: 50%; line-height: 40px; background-color: #65C8CD; text-align: center; margin-right: 20px;}
.age_txt dd{ font-size: 21px; line-height: 1.3; width: calc(100% - 60px);}
.age_txt ul{ margin-top: 50px; display: flex; flex-wrap: wrap; border: 1px solid #555; padding: 20px 10px;}
.age_txt li{ width: 33%; font-size: 18px; color: #444; line-height: 1.2; border-right: 1px solid #666; padding: 0 20px;}
.age_txt li:nth-of-type(3){ border-right: 0;}

.bra_af{ text-align: center; margin: 100px 0;}
.bra_af_tit{ margin-bottom: 60px;}
.bra_af_tit h1{ font-size: 50px; font-weight: bold; color: #65C8CD; margin-bottom: 20px;}
.bra_af_tit p{ font-size: 20px;}

@media screen and (max-width: 1023px) {
.bra_t{ font-size: 40px; padding: 0 5%;}
.bra_box{ padding: 50px 0; display: block;}
.bra_img_left{ padding-left: 0px;}
.bra_img_left video{ width: 100%;}
.bra_img img{ width: 100%;}
.bra_txt .btxt{ padding: 50px 5%;}
.bra_txt h2{ font-size: 16px;}
.bra_txt h1{ font-size: 30px;}
.bra_txt p{ font-size: 20px;}
.btxt2{ display: block; margin-top: 0px;}
.btxt2 dl{ margin-top: 40px;}
.btxt2 dt{ font-size: 20px; padding: 0 50px 10px 50px;}
.btxt2 dd{ font-size: 15px; padding-left: 50px;}
.bra_box2{ padding: 100px 0;}
.bra_t2{ margin-bottom: 80px; text-align: center;}
.bra_t2 h1{ font-size: 40px;}
.bra_t2 p{ font-size: 18px;}
.bra_img2 img{ width: 100%;}
.bra_box3{ padding: 60px 0;}
.bra_t3{ margin-bottom: 40px;}
.bra_t3 h2{ font-size: 18px;}
.bra_t3 h1{ font-size: 40px; margin: 10px 0 50px 0;}
.bra_t3 p{ font-size: 20px;}
.bra_img4{ margin-top: 30px;}
.bra_age{ padding: 50px 5%;}
.bra_flex{ width: 100%; display: block;}
.age_img{ width: 100%;}
.age_img img{ width: 100%;}
.bra_age .age_txt{ width: 100%; padding: 30px 0;}
.bra_grey .age_txt{ padding: 30px 0;}
.age_txt h2{ font-size: 23px;}
.age_txt h1{ font-size: 30px; margin: 10px 0 30px 0;}
.age_txt h1 > span{ font-size: 16px; margin-left: 30px;}
.age_txt p{ font-size: 18px;}
.age_txt dt{ font-size: 20px;}
.age_txt dd{ font-size: 19px;}
.age_txt ul{ margin-top: 50px;}
.age_txt li{ font-size: 16px;}
.bra_af_img img{ width: 100%;}
}
@media screen and (max-width: 767px) {
.bra_t{ font-size: 30px; padding: 0 5%; margin-bottom: 30px;}
.bra_box{ padding: 30px 0;}
.bra_txt .btxt{ padding: 50px 5%;}
.bra_txt h2{ font-size: 15px;}
.bra_txt h1{ font-size: 28px;}
.bra_txt p{ font-size: 18px;}
.btxt2 dl{ margin-top: 30px;}
.btxt2 dt{ font-size: 18px; padding: 0 30px 10px 30px;}
.btxt2 dd{ font-size: 14px; padding-left: 30px;}
.bra_box2{ padding: 60px 0;}
.bra_t2{ margin-bottom: 50px;}
.bra_t2 h1{ font-size: 30px;}
.bra_t2 p{ font-size: 16px;}
.bra_img3{ width: 250px; margin: 30px auto 0 auto;}
.bra_img3 img{ width: 100%;}
.bra_box3{ padding: 50px 0;}
.bra_t3{ margin-bottom: 30px; padding: 0 5%;}
.bra_t3 h2{ font-size: 16px;}
.bra_t3 h1{ font-size: 30px; margin: 10px 0 30px 0;}
.bra_t3 p{ font-size: 18px;}
.bra_t3 p > br{ display: none;}
.bra_img4 img{ width: 100%;}
.age_img > span{ top: 10px; left: -10px;}
.age_txt{ padding: 30px 0 0 0;}
.bra_grey .age_txt{ padding: 30px 0 0 0;}
.age_txt h2{ font-size: 20px;}
.age_txt h1{ font-size: 25px;}
.age_txt h1 > span{ font-size: 15px; line-height: 35px; display: block; margin: 10px 0 0 0;}
.age_txt p{ font-size: 16px;}
.age_txt dl{ margin-bottom: 10px;}
.age_txt dt{ font-size: 18px; width: 30px; height: 30px; line-height: 30px; margin-right: 10px;}
.age_txt dd{ font-size: 16px; width: calc(100% - 40px);}
.age_txt ul{ margin-top: 30px;}
.age_txt li{ font-size: 15px;}
.bra_af{ margin: 60px 0;}
.bra_af_tit{ margin-bottom: 30px; padding: 0 3%;}
.bra_af_tit h1{ font-size: 35px; margin-bottom: 10px;}
.bra_af_tit p{ font-size: 16px;}

}

/*일반진료*/
.care_top{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; background-color: #F2F2F2; padding: 40px 80px; margin: 100px 0;}
.care_txt h2{ font-size: 20px; font-weight: normal; font-size: 600; color: #666;}
.care_txt h1{ font-size: 50px; margin: 10px 0 30px 0;}
.care_txt h1 > span{ color: #65C8CD;}
.care_txt p{ font-size: 20px; font-weight: 500; color: #666; line-height: 1.6;}

.care_box{ display: flex; align-items: center; flex-wrap: wrap; padding: 0 80px 100px 80px;}
.care_box h1{ font-size: 50px; font-weight: normal; line-height: 1.2; margin: 0 100px 40px 0;}
.care_box h1 > strong{ font-weight: 700;}
.care_box p{ font-size: 20px; color: #666; line-height: 1.6;}
.care_box p > strong{ color: #333;}

.care_box2_wrap{ border: 1px solid #ddd; border-left: 0; border-right: 0; margin-bottom: 100px;}
.care_box2{ width: 1440px; margin: 0 auto; border-left: 1px solid #ddd; border-right: 1px solid #ddd; display: flex; align-items: center; flex-wrap: wrap;}
.care_txt2{ width: calc(100% - 820px); padding: 0 60px;}
.care_txt2 h1{ font-size: 45px; line-height: 1.2; font-weight: normal; margin-bottom: 30px;}
.care_txt2 p{ font-size: 20px; color: #555; line-height: 1.6;}
.care_box2_wrap .care_box2:nth-of-type(2){ flex-direction: row-reverse;}
.care_box2_wrap .care_box2:nth-of-type(2) .care_txt2{ text-align: right;}

.care_box3{ border-top: 1px solid #333; padding: 100px 0;}
.care_box3 .care_tit{ display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 50px;}
.care_box3 .care_tit h1{ font-size: 50px; line-height: 1.2; margin-right: 100px;}
.care_box3 .care_tit h1 > span{ color: #65C8CD;}
.care_box3 .care_tit p{ font-size: 20px; line-height: 1.6;}
.care_ul ul{ display: flex; align-items: center; flex-wrap: wrap;}
.care_ul li.txt{ font-size: 22px; font-weight: 700; text-align: center; line-height: 70px; border: 2px solid #333; border-radius: 70px; width: 320px;}
.care_ul li.arr{ padding: 0 20px; position: relative;}
.care_ul li.arr > span{ display: block; width: 15px; height: 2px; background-color: #333; transform: rotate(45deg); position: absolute; left: 12px; top: -3px;}
.care_ul li.arr > span:nth-of-type(2){ transform: rotate(-45deg); top: 7px;}
.care_mach{ margin-bottom: 100px;}
.care_mach img{ width: 100%;}
.cma_mo{ display: none;}

.care_box4 .cb4_t{ font-size: 52px; font-weight: 700; text-align: center; color: #191919; margin-bottom: 40px;}
.cb4{ display: flex; align-items: center; flex-wrap: wrap; padding: 40px 50px; background-color: #EFF7F9; margin-bottom: 10px;}
.cb4_sky{ background-color: #EBFBFA;}
.cb4 .num{ font-size: 30px; color: #fff; font-weight: 600; text-align: center; width: 60px; height: 60px; border-radius: 50%; background-color: #65C8CD;
line-height: 60px;}
.cb4 .img{ margin: 0 50px;}
.cb4 h1{ width: 20%; font-size: 35px;}
.cb4 .txt{ width: 50%;}
.cb4 .txt h2{ font-size: 28px; font-weight: normal; font-weight: 500;}
.cb4 .txt p{ font-size: 18px; color: #666; line-height: 1.6; margin: 20px 0;}
.cb4 .txt dl{ display: flex; align-items: center; font-size: 16px;}
.cb4 .txt dt{ color: #fff; background-color: #65C8CD; line-height: 30px; padding: 0 10px; border-radius: 4px; margin-right: 10px;}

.care02_con04 { padding: 100px 0;}
.care02_con04 > h2 { font-size: 52px; font-weight: 700; text-align: center; color: #191919;}
.care02_con04_page { max-width: 1139px; width: 100%; margin: 38px auto 40px; display: flex;}
.care02_con04_page .swiper-pagination-bullet { width: 33.3%; height: auto; line-height: 60px; font-size: 24px; font-weight: 700; color: #191919; opacity: 1;
border-radius: 0px; background-color: transparent; box-shadow: 1px 0 0 0 #c3c3c3, 0 1px 0 0 #c3c3c3, 1px 1px 0 0 #c3c3c3,
1px 0 0 0 #c3c3c3 inset, 0 1px 0 0 #c3c3c3 inset; margin: 0 !important; text-align: center;}
.care02_con04_page .swiper-pagination-bullet-active { background-color: #65c8cd; color: #fff;}
.care02_con04_swiper { max-width: 1189px; width: 100%; overflow: hidden; margin: 0 auto;}
.care02_con04_swiper .swiper-slide { display: flex;}
.care02_con04_swiper .swiper-slide > div { width: 50%;}
.care02_con04_swiper_right { position: relative; padding-left: 59px; padding-top: 20px;}
.care02_con04_swiper_right > h3 { font-size: 44px; font-weight: 700; color: #191919;}
.care02_con04_swiper_right > p { font-size: 20px; font-weight: 500; color: #191919; margin-top: 19px;}
.care02_con04_swiper_right > span { position: absolute; right: 0px; bottom: 0px; font-family: 'MaruBuriBold';font-size: 200px; font-weight: 300; 
  color: rgba(89, 88, 87, 0.05);}

.care_box5{ display: flex; flex-wrap: wrap; padding: 0 0 100px 80px;}
.care_box5 h1{ width: 40%; font-size: 50px; font-weight: normal; line-height: 1.2;}
.care_box5 h1 > strong{ font-weight: 700;}
.cb5_box{ width: 60%; display: flex; flex-wrap: wrap;}
.cb5_box dl{ display: flex; align-items: center; justify-content: space-between; width: 46%; margin: 0 0 8% 4%;}
.cb5_box dt{ font-size: 25px; color: #fff; line-height: 50px; text-align: center; width: 50px; height: 50px; border-radius: 50%; background-color: #65C8CD; margin-right: 10px;}
.cb5_box dd{ font-size: 30px; line-height: 1.3; width: calc(100% - 60px);}

.care_box6 { position: relative; text-align: center;}
.care_box6 .img6 img{ width: 100%;}
.care_box6 > span { position: absolute; left: 50%; top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: coin 10s infinite linear;
}
@keyframes coin {
    0% {
        transform: translateX(-50%) translateY(-50%) rotatey(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotatey(360deg);
    }
}
.care_box7{ width: 100%; height: 380px; background:url(../img/sub/care03_con05.jpg) no-repeat left top #F4F5F6; padding: 80px 0;}
.care_box7 .txt{ width: 1200px; margin: 0 auto; border: 4px solid rgba(0,0,0,0.05); text-align: center; padding: 50px 50px; font-family: 'MaruBuriLight';}
.care_box7 .txt h1{ font-size: 35px; font-weight: normal; line-height: 1.6; color: #666;}
.care_box7 .txt h1 strong{ color: #333;}
.care_box7 .txt h1 span{ display: inline-block; color: #fff; padding: 0 5px; background-color: #65C8CD;}
.care_box8{ display: flex; align-items: center; flex-wrap: wrap; padding: 100px 0 0 0;}
.cb8_txt{ background-color: #F2F2F2; padding: 80px 50px; width: 700px; margin-left: -100px; z-index: 1;}
.cb8_txt h1{ font-size: 35px; margin-bottom: 30px;}
.cb8_txt p{ font-size: 20px; color: #666; line-height: 1.5; border-bottom: 1px solid #ccc; padding-bottom: 40px;}
.cb8_bot{ margin-bottom: 100px; flex-direction: row-reverse;}
.cb8_bot .cb8_txt{ margin: 0 -100px 0 0;}

.care04_con04 { padding: 100px 0 150px 0; position: relative;}
.care04_con04 > div { display: flex; justify-content: space-between;}
.care04_con04_left { position: sticky; top: 120px; height: 483px; padding-left: 70px;}
.care04_con04_left > h2 { font-size: 48px; font-weight: 400; color: #191919; line-height: 66px;}
.care04_con04_left > h2 > span { font-weight: 700;}
.care04_con04_left > p { font-size: 20px; font-weight: 500; color: #727272; line-height: 32px; margin-top: 39px; margin-bottom: 60px;}
.care04_con04_left > h3 { font-size: 26px; font-weight: 500; color: #191919; line-height: 42px;}
.care04_con04_right > div > h4 { font-size: 28px; font-weight: 500; color: #000000; margin-top: 20px; margin-bottom: 13px;}
.care04_con04_right > div > p { font-size: 24px; font-weight: 400; color: #595857; line-height: 42px;}
.care04_con04_01, .care04_con04_02 { margin-bottom: 79px;}
.care04_con04_03 { margin-bottom: 65px;}

@media screen and (max-width: 1023px) {
.care_top{ display: block; padding: 40px 80px; margin: 60px 0;}
.care_txt h2{ font-size: 18px;}
.care_txt h1{ font-size: 40px;}
.care_txt p{ font-size: 18px;}
.care_img{ margin-top: 20px;}
.care_box{ display: block; padding: 0 50px 50px 50px;}
.care_box h1{ font-size: 40px; margin: 0 0 30px 0;}
.care_box p{ font-size: 18px;}
.care_box2_wrap{ margin-bottom: 0;}
.care_box2{ width: 100%; border-left: 0; border-right: 0; display: block;}
.care_img2 img{ width: 100%;}
.care_txt2{ width: 100%; padding: 50px 5%;}
.care_txt2 h1{ font-size: 35px;}
.care_txt2 p{ font-size: 18px;}
.care_box2_wrap .care_box2:nth-of-type(2) .care_txt2{ text-align: left;}
.care_box3{ padding: 50px 5%; margin-top: -1px;}
.care_box3 .care_tit{ display: block; margin-bottom: 30px;}
.care_box3 .care_tit h1{ font-size: 40px; margin-right: 0px; margin-bottom: 20px;}
.care_box3 .care_tit p{ font-size: 18px;}
.care_ul li.txt{ font-size: 18px; line-height: 60px; width: 40%; margin-bottom: 10px;}
.care_ul li.arr{ padding: 0 0px; width: 10%;}
.care_ul li.arr > span{ width: 15px; height: 2px; left: 27px; top: -10px;}
.care_ul li.arr > span:nth-of-type(2){ top: 0px;}
.care_mach{ margin-bottom: 0;}
.cma_pc{ display: none;}
.cma_mo{ display: block;}

.care_box4 .cb4_t{ font-size: 40px; margin-bottom: 30px;}
.cb4{ justify-content: center;}
.cb4 .num{ font-size: 25px; width: 50px; height: 50px; line-height: 50px;}
.cb4 .img{ margin: 0 50px;}
.cb4 h1{ width: 25%; font-size: 30px; text-align: center;}
.cb4 .txt{ width: 100%; margin-top: 30px;}
.cb4 .txt h2{ font-size: 25px; }
.cb4 .txt p{ font-size: 16px;}

.care02_con04 { padding: 50px 0;}
.care02_con04 > h2 { font-size: 40px;}
.care02_con04_page { max-width: 90%; margin: 30px auto;}
.care02_con04_page .swiper-pagination-bullet { line-height: 50px; font-size: 20px;}
.care02_con04_swiper { max-width: 90%;}
.care02_con04_swiper .swiper-slide { flex-wrap: wrap;}
.care02_con04_swiper .swiper-slide > div { width: 100%;}
.care02_con04_swiper .swiper-slide img{ width: 100%;}
.care02_con04_swiper_right { padding: 30px 5%;}
.care02_con04_swiper_right > h3 { font-size: 35px;}
.care02_con04_swiper_right > p { font-size: 18px;}
.care02_con04_swiper_right > span { font-size: 150px; }

.care_box5{ display: block; padding: 0 5% 50px 5%;}
.care_box5 h1{ width: 100%; font-size: 40px; margin-bottom: 40px;}
.cb5_box{ width: 100%; display: block;}
.cb5_box dl{ width: 100%; margin: 0 0 10px 0; padding-bottom: 10px; border-bottom: 1px solid #ddd;}
.cb5_box dt{ font-size: 20px; line-height: 40px; width: 40px; height: 40px;}
.cb5_box dd{ font-size: 23px; width: calc(100% - 50px);}

.care_box6 .img6{ width: 100%;}
.care_box6 > span img{ width: 100px;}

.care_box7{ height: 255px; padding: 50px 0;}
.care_box7 .txt{ width: 90%; padding: 30px 30px;}
.care_box7 .txt h1{ font-size: 28px;}
.care_box8{ display: block; padding: 0;}
.cb8_img img{ width: 100%;}
.cb8_txt{ padding: 50px 5%; width: 100%; margin-left: 0px;}
.cb8_txt h1{ font-size: 28px; margin-bottom: 20px;}
.cb8_txt p{ font-size: 18px; }
.cb8_bot{ margin-bottom: 0;}
.cb8_bot .cb8_txt{ margin: 0;}

.care04_con04 { padding: 100px 0 150px 0; position: relative;}
.care04_con04 > div { display: flex; justify-content: space-between;}
.care04_con04_left { position: sticky; top: 120px; height: 483px; padding-left: 70px;}
.care04_con04_left > h2 { font-size: 48px; font-weight: 400; color: #191919; line-height: 66px;}
.care04_con04_left > h2 > span { font-weight: 700;}
.care04_con04_left > p { font-size: 20px; font-weight: 500; color: #727272; line-height: 32px; margin-top: 39px; margin-bottom: 60px;}
.care04_con04_left > h3 { font-size: 26px; font-weight: 500; color: #191919; line-height: 42px;}
.care04_con04_right > div > h4 { font-size: 28px; font-weight: 500; color: #000000; margin-top: 20px; margin-bottom: 13px;}
.care04_con04_right > div > p { font-size: 24px; font-weight: 400; color: #595857; line-height: 42px;}
.care04_con04_01, .care04_con04_02 { margin-bottom: 79px;}
.care04_con04_03 { margin-bottom: 65px;}

.care04_con04 { padding: 50px 0;}
.care04_con04 > div { display: block;}
.care04_con04_left { position: relative; top: auto; height: auto; padding-left: 0; padding: 0 5% 30px 5%;}
.care04_con04_left > h2 { font-size: 40px; line-height: 1.2;}
.care04_con04_left > p { font-size: 16px; line-height: 1.5; margin: 30px 0;}
.care04_con04_left > h3 { font-size: 20px; line-height: 1.5;}
.care04_con04_right{ padding: 0 5%;}
.care04_con04_right > div > h4 { font-size: 25px; margin: 30px 0 10px 0;}
.care04_con04_right > div > p { font-size: 20px; line-height: 1.5;}
.care04_con04_01, .care04_con04_02 { margin-bottom: 50px;}
.care04_con04_right img{ width: 100%;}
.care04_con04_03 { margin-bottom: 50px;}

}
@media screen and (max-width: 767px) {
.care_top{ padding: 40px 5%; margin: 50px 0;}
.care_txt h2{ font-size: 16px;}
.care_txt h1{ font-size: 30px;}
.care_txt p{ font-size: 16px;}
.care_img img{ width: 100%;}

.care_box{ padding: 0 5% 30px 5%;}
.care_box h1{ font-size: 30px; margin: 0 0 20px 0;}
.care_box p{ font-size: 16px;}

.care_txt2{ padding: 30px 5%;}
.care_txt2 h1{ font-size: 30px;}
.care_txt2 p{ font-size: 16px;}
.care_txt2 p > br{ display: none;}

.care_box3{ padding: 30px 5%;}
.care_box3 .care_tit h1{ font-size: 30px;}
.care_box3 .care_tit p{ font-size: 16px;}
.care_ul li.txt{ font-size: 16px; line-height: 60px; width: 90%; margin: 0 auto ;}
.care_ul li.arr{ width: 90%; margin: 0 auto; padding: 20px 0;}
.care_ul li.arr > span{ left: 50%; margin-left: -10px; top: 50%; margin-top: -2px;}
.care_ul li.arr > span:nth-of-type(2){ top: 50%; margin-top: -2px; margin-left: 0px;}

.care_box4 .cb4_t{ font-size: 30px;}
.cb4{ padding: 40px 5%;}
.cb4 .num{ font-size: 22px; width: 40px; height: 40px; line-height: 40px;}
.cb4 .img{ margin: 20px auto; width: 100%; text-align: center;}
.cb4 h1{ width: 100%; font-size: 26px;}
.cb4 .txt{ width: 100%; margin-top: 30px;}
.cb4 .txt h2{ font-size: 22px; }
.cb4 .txt p{ font-size: 16px;}

.care_box5{ padding: 0 5% 30px 5%;}
.care_box5 h1{ font-size: 30px; margin-bottom: 30px;}
.cb5_box dt{ font-size: 18px; line-height: 30px; width: 30px; height: 30px;}
.cb5_box dd{ font-size: 18px; width: calc(100% - 40px);}

.care_box6 > span img{ width: 60px;}
.care_box7{ height: 223px; padding: 40px 0;}
.care_box7 .txt{ padding: 20px 10px;}
.care_box7 .txt h1{ font-size: 20px;}
.care_box7 .txt h1 > br{ display: none;}
.care_box8{ display: block; padding: 0;}
.cb8_txt{ padding: 30px 5%;}
.cb8_txt h1{ font-size: 25px;}
.cb8_txt p{ font-size: 16px; }

.care02_con04 > h2 { font-size: 30px;}
.care02_con04_page { max-width: 95%; margin: 20px auto;}
.care02_con04_page .swiper-pagination-bullet { line-height: 40px; font-size: 16px;}
.care02_con04_swiper { max-width: 95%;}
.care02_con04_swiper_right > h3 { font-size: 30px;}
.care02_con04_swiper_right > p { font-size: 16px;}
.care02_con04_swiper_right > span { font-size: 100px; }
}


/*치료사례*/
.bna_tit{ text-align: center; margin: 80px 0 50px 0;}
.bna_tit h1{ font-size: 50px; line-height: 1.2;}
.bna_tit h1 > span{ color: #65C8CD;}
.bna_img{ width: 1040px; margin: 0 auto; text-align: center;}

.bna_bot{ padding: 100px 0; display: flex; flex-wrap: wrap; position: relative;}
.bna_txt{ width: 50%; padding: 100px 0 0 230px;}
.bna_txt h1{ font-size: 50px; font-weight: normal; font-weight: 500; line-height: 1.2;}
.bna_txt h1 > span{ display: block; color: #65C8CD;}
.bna_txt .line{ width: 37%; height: 1px; background-color: #333; position: absolute; top: 380px; left: 230px;}
.bna_txt h2{ font-size: 35px; line-height: 1.2;  margin: 80px 0 20px 0;}
.bna_txt p{ font-size: 16px; color: #666; line-height: 1.6;}
.bna_bg{ width: 50%;}
.bna_bg img{ width: 100%;}

@media screen and (max-width: 1023px) {
.bna_tit{ margin: 50px 0 30px 0;}
.bna_tit h1{ font-size: 40px;}
.bna_img{ width: 100%;}
.bna_img img{ width: 100%;}
.bna_bot{ padding: 50px 0 0 0; display: block;}
.bna_txt{ width: 100%; padding: 50px 50px;}
.bna_txt h1{ font-size: 35px; border-bottom: 1px solid #333; padding-bottom: 30px ; margin-bottom: 30px;}
.bna_txt .line{ display: none;}
.bna_txt h2{ font-size: 25px; margin: 0 0 20px 0;}
.bna_txt p{ font-size: 16px;}
.bna_bg{ width: 100%;}

}
@media screen and (max-width: 767px) {
.bna_tit{ margin: 50px 0 30px 0;}
.bna_tit h1{ font-size: 25px;}
.bna_bot{ padding: 30px 0 0 0;}
.bna_txt{ padding: 30px 5%;}
.bna_txt h1{ font-size: 30px;}
.bna_txt h1 > span{ display: inline-block;}
.bna_txt h2{ font-size: 20px;}
.bna_txt p{ font-size: 15px;}
}
