@CHARSET "UTF-8";

/*table.table1{word-break:break-all;}*/

/* 상단검색공통 */
.medipart_srch{display: flex; justify-content: space-between; align-items: center; margin-bottom:50px;}
.medipart_srch .srch_area{display: flex; width:320px; height: 50px; border:1px solid #000; border-radius:50px; box-sizing: border-box;}
.medipart_srch .srch_area .srch_txt{flex-grow: 1; margin:10px 0 10px 20px; font-size:1.6rem; font-weight: 500; color:#000; border: none; border-right: 1px solid #000; background-color: transparent; box-sizing: border-box;}
.medipart_srch .srch_area .srch_btn{flex-shrink: 0; width: 60px; height: 100%; background:url(/nanum/site/builder/dir/main/img/menu6024/search_btn.png) no-repeat center / 21px; border:none; cursor: pointer; text-indent: -999999px;}
.medipart_srch .initial_area{display: flex; gap:5px;}
.medipart_srch .initial_area a{display:flex; align-items: center; justify-content: center; width:36px; height: 36px; font-size:1.6rem; font-weight: 700; border:1px solid #000; border-radius: 50%; box-sizing: border-box;}
.medipart_srch .initial_area a.active{color:#fff; background-color: #000;}
.medipart_srch .initial_area a.disable{color:#ccc; border:1px solid #ddd; background-color: #f3f3f3; cursor: default;}


/* 협력병원현황검색 */
.medipart_srch.right{justify-content:end;}
.medipart_srch.right .srch_area{flex-grow:0;}
.medipart_srch.right select.custom_sel{width:150px;border-right:0;}

/* 진료과전체보기 */
.medipart_list ul{display: flex; flex-wrap: wrap; gap:20px;}
.medipart_list ul li{position:relative; display:flex; flex-direction:column; align-items: center; justify-content: center; width:calc(20% - 16px); height: 170px; border:1px solid #ddd; border-radius: 20px; box-sizing: border-box; overflow: hidden; transition:all .3s ease;}
.medipart_list ul li .deptinfo{display: flex; flex-direction: column; align-items: center; justify-content: center; width:100%; height: 100%; transition: .3s;}
.medipart_list ul li .deptinfo > .dept_icon{width: 80px; height: 80px; margin-bottom:10px; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius:50%;  text-indent: -999999px; transition: .3s;}

.medipart_list ul li .deptlink{position:absolute;width:100%; left:0; top:100%; text-align:center; box-sizing:border-box; transition:all .3s ease; z-index:2; opacity: 0;}
.medipart_list ul li .deptlink a{position:relative; display:flex; flex-direction:column; align-items: center; justify-content: center; font-size:1.5rem;font-weight:500;color:#fff;}
.medipart_list ul li .deptlink a::before{content: ""; display: block; width:74px; height: 74px; margin:0 auto 10px auto; background:rgba(0,0,0,0.15) url("/nanum/site/medicalpart/img/medi_icon_on.png") no-repeat center / cover; border-radius:50%;}
.medipart_list ul li .deptlink a span{font-size:1.7rem; font-weight: 700;}

.medipart_list ul li.over{border-radius: 20px 30px 20px 30px; background: linear-gradient(0deg, #112c88 -20%, #4362c9);}
.medipart_list ul li.over .deptinfo{display:none;}

.medipart_list ul li.over .deptlink{position:relative; top:0; opacity: 1;}


/* 클리닉 */
.center_wrap ul{display:flex;flex-wrap:wrap;gap:10px;}
.center_wrap ul li{width:calc(100% / 6);max-width:150px;text-align:center;}
.center_wrap ul li a{display:inline-flex;justify-content:center;align-items:center;width:100%;height:90px;padding:0 10px;border:1px solid #d5d5d5;background:#f5f5f5;font-size:1.6rem;font-weight:500;word-break:keep-all;box-sizing:border-box;}

/* 진료과소개의료진_공통상단 */
.medipart_head{display: flex; justify-content: space-between; align-items: center; margin-bottom:10px; padding-bottom:30px; border-bottom:1px dashed #ddd;}
.medipart_head h3{font-size:2.8rem; font-weight: 700; color:#4362c9;}
.medipart_head a.btn_all{padding:10px 25px; font-size:2rem; font-weight: 700; border:1px solid #000; border-radius: 10px; transition: .3s;}

/* 진료아이콘공통 */
.sche_iconset{display: flex; gap:10px;}
.sche_icon{display: flex; justify-content: center; align-items: center; gap: 5px;}
.sche_icon::before{content: ""; display: block;  width:21px; height: 21px; background-position: center; background-repeat: no-repeat; background-size: cover;}

.sche_icon.sche1:before{background-image:url(/nanum/site/medicalpart/img/sche_icon01.png);}
.sche_icon.sche2:before{background-image:url(/nanum/site/medicalpart/img/sche_icon02.png);}
.sche_icon.sche3:before{background-image:url(/nanum/site/medicalpart/img/sche_icon03.png);}
.sche_icon.sche4:before{background-image:url(/nanum/site/medicalpart/img/sche_icon04.png);}
.sche_icon.sche5:before{background-image:url(/nanum/site/medicalpart/img/sche_icon05.png);}
.sche_icon.sche6:before{background-image:url(/nanum/site/medicalpart/img/sche_icon06.png);}
.sche_icon.sche7:before{background-image:url(/nanum/site/medicalpart/img/sche_icon07.png);}
.sche_icon.sche8:before{background-image:url(/nanum/site/medicalpart/img/sche_icon08.png);}
.sche_icon.sche9:before{background-image:url(/nanum/site/medicalpart/img/sche_icon09.png);}


/* 진료과소개 */
.medipart_intro .intro_txt p{line-height:1.6;}
.medipart_intro .intro_txt p:nth-child(n+2){margin-top:15px;word-break:keep-all;}
.medipart_intro .intro_txt .tit + p{margin-top:0;}
.medipart_intro .ct_type_h{position:relative;display:flex;margin-top:50px;}
.medipart_intro .ct_type_h .title:after,
.medipart_intro .ct_type_h .cont:after{content:'';position:absolute;top:0;left:0;width:100%;height:1px;}
.medipart_intro .ct_type_h .title{position:relative;flex-shrink:0;width:200px;padding-top:30px;font-size:2rem;font-weight:700;}
.medipart_intro .ct_type_h .title:after{background:#000;}
.medipart_intro .ct_type_h .cont{position:relative;padding:30px 0 0 30px;flex-grow:1;}
.medipart_intro .ct_type_h .cont:after{background:#e5e5e5;}
.medipart_intro .ct_type_h .cont > ul > li{position:relative;padding-left:10px;font-size:1.6rem;line-height:1.6;font-weight:500;}
.medipart_intro .ct_type_h .cont > ul > li:after{content:'';position:absolute;top:10px;left:0;width:3px;height:3px;background:#000;}
.medipart_intro .ct_type_h .cont > ul > li:nth-child(n+2){margin-top:5px;}
.medipart_intro .ct_type_h .cont > ul > li > ul{margin:5px 0 8px;}
.medipart_intro .ct_type_h .cont > ul > li > ul > li{position:relative;padding-left:10px;font-size:1.5rem;color:#555;}
.medipart_intro .ct_type_h .cont > ul > li > ul > li:nth-child(n+2){margin-top:3px;}
.medipart_intro .ct_type_h .cont > ul > li > ul > li:after{content:'';position:absolute;top:10px;left:0;width:4px;height:2px;background:#888;}

/* 의료진 */
.caption_area{display: flex; justify-content: space-between; padding:20px 30px; border-radius: 10px; box-shadow: 1px 1px 5px rgba(0,0,0,0.1);}
.caption_area .tit{font-size:1.7rem; font-weight: 700;}

.medipart_doctor .dr_list{display: flex; flex-direction: column; gap:50px; margin-top:50px;}
.medipart_doctor .dr_list li{position: relative;}
.medipart_doctor .dr_list li .info{display: flex; gap:30px;}
.medipart_doctor .dr_list li .info .photo{width:175px; border:1px solid #eee; border-radius: 10px; box-sizing: border-box; overflow: hidden;}
.medipart_doctor .dr_list li .info .photo img{width:175px; vertical-align: top;}
.medipart_doctor .dr_list li .info .d_info{display: flex; flex-direction: column; justify-content: space-between; width:80%;}
.medipart_doctor .dr_list li .info .d_info .name{display: flex; flex-direction: column;}
.medipart_doctor .dr_list li .info .d_info .name span{color:#000; font-size:3rem; font-weight: 700;}
.medipart_doctor .dr_list li .info .d_info .name span.part{font-size:1.7rem; color:#4362c9;}

.medipart_doctor .dr_list li .info .d_info .clinic{display: flex; flex-direction: column; margin-bottom:30px;}

.medipart_doctor .dr_list li .d_sche{margin-top:30px;}

.medipart_doctor .dr_list li table.dr_table th, table.dr_table td{padding:15px;}

.medipart_doctor ul.dr_list li .btn_area{position: absolute; top:0; right: 0; display: flex; flex-direction: column; gap: 10px;}
.medipart_doctor ul.dr_list li .btn_area a{padding:10px 25px; text-align:center; color:#fff; font-weight: 700; border-radius:10px; box-sizing: border-box; background:#4362c9; transition: .3s;}
.medipart_doctor ul.dr_list li .btn_area a.dr_time_btn{padding-top:60px; color:#4362c9; border:1px solid #4362c9; background-image: url(/nanum/site/medicalpart/img/dr_time_icon.png); background-position: top 20px center; background-repeat: no-repeat; background-size:30px auto ;}

/* 의료진상세 */
.point_txt{position: relative; padding-left:28px;}
.point_txt::before{content: ""; position:absolute; top:4px; left:0; width:18px; height: 18px; background: url(/nanum/site/builder/skin/main/img/common/point_txt.png) no-repeat; background-size: cover;}

.medipart_profile{position:relative;min-width:1400px;font-size:1.7rem;line-height:1.5; background-color:#f3f3f3;}
.medipart_profile::before,
.medipart_profile::after{content: ""; position: absolute; left:0; width:100%; height: 100%;}
.medipart_profile::before{top:0; background: url("/nanum/site/medicalpart/img/profile_bg01.png") no-repeat top center / 100%;}
.medipart_profile::after{bottom:0; background: url("/nanum/site/medicalpart/img/profile_bg02.png") no-repeat bottom center / 100%;}
.medipart_profile .profile_bg{background:url(/nanum/site/medicalpart/img/profi_bg.jpg) no-repeat center;}
.medipart_profile .wsize{display:block;width:1400px; height:100%;margin:0 auto;box-sizing:border-box;}
.medipart_profile .profile_head{position:relative; width:100%;height:100px;background:#fff; z-index:2;}
.medipart_profile .profile_head .wsize{position:relative;display:flex;align-items:center;justify-content:space-between;height:100%;}
.medipart_profile .profile_head .wsize .logo{font-size:0;}
.medipart_profile .profile_head .wsize .logo a{display:block;}
.medipart_profile .profile_head .wsize .logo a img{height:60px;object-fit: fill;}
.medipart_profile .profile_head .wsize .right_menu{display: flex;}
.medipart_profile .profile_head .wsize .tselect{margin-left:15px;position:relative;min-width: 230px;z-index:2;}
.medipart_profile .profile_head .wsize .tselect.doctorlist{min-width:150px;}
.medipart_profile .profile_head .wsize .tselect > a{position:relative; padding: 10px 20px;display:block;cursor:pointer;color: #222;background: url(/nanum/site/medicalpart/img/pro_select.png) no-repeat 90% 50%; background-color:#fff; border: 1px solid #bbb; border-radius:10px; z-index:1;}
.medipart_profile .profile_head .wsize .tselect ul{position:absolute;top:27px;left:0;width:100%;max-height:456px; padding-top:20px; box-sizing:border-box;overflow-y:auto;border: 1px solid #d5d5d5; background: #fff;}
.medipart_profile .profile_head .wsize .tselect ul li{position:relative;}
.medipart_profile .profile_head .wsize .tselect ul li:nth-child(n+2){border-top:1px solid #d5d5d5;}
.medipart_profile .profile_head .wsize .tselect ul li a{display:block;padding:10px 20px;font-weight:500;color: #222;}
.medipart_profile .profile_head .wsize .tselect ul li:hover{background:#009ef6;}
.medipart_profile .profile_head .wsize .tselect ul li:hover a{color:#fff;}
.medipart_profile .profile_head .wsize .tselect ul li .photo{position:absolute;top:50%;left:20px;margin-top: -30px;width: 60px;height: 60px;background:url(/nanum/site/medicalpart/img/dortor_lbg.jpg) no-repeat center;border-radius:50%;overflow:hidden;}
.medipart_profile .profile_head .wsize .tselect ul li img{width:100%;object-fit:cover;}

.medipart_profile .profile_head .wsize .view_doctor_list{position: relative;display:block;padding: 0 20px 0 45px;margin-left: 15px;line-height: 46px;height: 46px;color: #fff;background: #757a85;box-sizing: border-box;}
.medipart_profile .profile_head .wsize .view_doctor_list:after{content:'';position:absolute;top:50%;left:20px;width:15px;height:15px;margin-top: -7.5px;background:url(/nanum/site/medicalpart/img/btn_all.png) no-repeat;background-size:cover;}

.medipart_profile .profile_head .wsize .share{position:relative; display:flex; gap:20px; margin-left: 50px;}
.medipart_profile .profile_head .wsize .share > a{display:block;position:relative; width:48px; height: 48px; font-size:1.7rem;font-weight:700;line-height: 50px; text-indent: -99999px;}
.medipart_profile .profile_head .wsize .share > a::before,
.medipart_profile .profile_head .wsize .share > a::after{content:'';position:absolute;top:0; left:0;width: 46px;height: 46px;}
.medipart_profile .profile_head .wsize .share > a::before{border-radius:100%;border: 1px solid #222;background:#fff;box-sizing: border-box; z-index: 5;}
.medipart_profile .profile_head .wsize .share > a::after{background-repeat:no-repeat; background-size: 100%; z-index: 10;}
.medipart_profile .profile_head .wsize .share > a.btn_share::after{background-image:url(/nanum/site/builder/skin/main/img/common/btn_share.png);}
.medipart_profile .profile_head .wsize .share > a.btn_print::after{background-image:url(/nanum/site/builder/skin/main/img/common/btn_print.png);}
.medipart_profile .profile_head .wsize .share #share_cont{position:absolute;top: 60px; right:0; border-radius: 50px; width: 46px; border:1px solid #000; background: #fff; z-index: 3; box-shadow:2px 2px 10px rgba(0,0,0,0.2);}
.medipart_profile .profile_head .wsize .share #share_cont ul{display: flex; flex-direction:column; gap:20px; padding:15px 0;}
.medipart_profile .profile_head .wsize .share #share_cont ul li{text-align:center; line-height: 100%;}
.medipart_profile .profile_head .wsize .share #share_cont ul li a{display:block;}
.medipart_profile .profile_head .wsize .share #share_cont ul li a img{width:auto;height:18px; vertical-align: top;}
.medipart_profile .profile_head .wsize .share #share_cont ul li.kakao a img{height:27px;}

.medipart_profile .section1{position:relative; width:100%; padding-top:80px; box-sizing:border-box; z-index:1;}
.medipart_profile .section1 .part_tit{display:flex; justify-content: space-between; align-items:center; width:100%; max-width:1400px; margin: 0 auto;}
.medipart_profile .section1 .part_tit .part{font-size:4.8rem; font-weight:700; color:#4362c9;}
.medipart_profile .section1 .part_tit .caption_area{display:flex; justify-content: space-between; align-items:center; width:100%; max-width:1110px; padding:20px 30px; border-radius:10px; background: #fff; box-shadow:1px 1px 5px rgba(0,0,0,0.1); box-sizing: border-box;}
.medipart_profile .section1 .part_tit .caption_area .tit{font-size:1.7rem; font-weight: 700;}


.medipart_profile .section1 .wsize{display:flex; justify-content:space-between; gap:40px; height:auto; margin-top:50px;}
.medipart_profile .section1 .wsize .photo{width:271px; height: 345px; border-radius:20px; background-repeat:no-repeat; background-position:center; background-size: cover; overflow: hidden;}
.medipart_profile .section1 .wsize .info{position:relative; display:flex; flex-direction:column; justify-content:space-between;width:calc(100% - 311px); height:100%; box-sizing:border-box;}
.medipart_profile .section1 .wsize .info .d_info .name{margin-top:10px;font-size:3.5rem;line-height:1;font-weight:700;}
.medipart_profile .section1 .wsize .info .d_info .clinic{display:flex; flex-direction:column; gap:10px; margin-top:50px; font-size:1.7rem; color:#555;}
.medipart_profile .section1 .wsize .info .d_info .clinic strong{color:#000;}
.medipart_profile .section1 .wsize .info .d_sche{margin-top:50px;}
.medipart_profile .section1 .wsize .info .d_sche .sche_iconset{justify-content:end;margin-bottom:20px;}
.medipart_profile .section1 .wsize .info .d_sche .sche_iconset span{font-size:1.6rem;font-weight:600;}

.medipart_profile .section1 .wsize .info .d_sche table{width:100%;}
.medipart_profile .section1 .wsize .info .d_sche table th,
.medipart_profile .section1 .wsize .info .d_sche table td{width:calc(100% / 6);padding:12px 0;border-bottom:1px solid #d5d5d5;text-align:center; border-left:1px solid #e5e5e5;}
.medipart_profile .section1 .wsize .info .d_sche table th:FIRST-CHILD,
.medipart_profile .section1 .wsize .info .d_sche table td:FIRST-CHILD{border-left:none;}
.medipart_profile .section1 .wsize .info .d_sche table thead th{color:#000; border-top:2px solid #000; border-bottom:1px solid #000;}
.medipart_profile .section1 .wsize .info .d_sche table tbody td .sche_icon{display:inline-block;width:21px;height:15px;padding-left:0;text-indent:-9999px;}
.medipart_profile .section1 .wsize .info .d_sche > a{display:flex;justify-content:center;align-items:center;width:100%;padding:15px 0;font-size:1.9rem;font-weight:700;}

.medipart_profile .section1 .wsize .info .rsv_btn{position:absolute; top:0; right:0; padding:15px 30px; font-size:2rem; font-weight:700; color:#fff; background:#4362c9; border-radius:50px;}
.medipart_profile .section1 .wsize .info .rsv_btn span{position:relative;display:inline-block; padding-right:40px;}
.medipart_profile .section1 .wsize .info .rsv_btn span::after{content:''; position:absolute; top:50%; right:0; width:24px;height:25px; background:url(/nanum/site/medicalpart/img/dr_time_icon_on.png) no-repeat; background-size:cover; transform:translateY(-50%);}
.medipart_profile .section1 .wsize .info .d_sche .intro_btn{margin-top:10px;background:#fff;color:#009ef6;}

.medipart_profile .section2{position:relative; z-index:1;}
.medipart_profile .section2 .wsize{display:flex;flex-wrap:wrap;gap:80px; margin-top:50px;}
.medipart_profile .section2 .wsize dl{display:flex;flex:1 1 40%;gap:40px;min-height:300px;}
.medipart_profile .section2 .wsize dt,
.medipart_profile .section2 .wsize dd{padding-top:20px;}
.medipart_profile .section2 .wsize dt::after,
.medipart_profile .section2 .wsize dd::after{content:'';position:absolute;top:0;left:0;width:100%;background:#000;}
.medipart_profile .section2 .wsize dt{display:flex;flex-direction:column;justify-content:space-between;position:relative;flex-shrink:0;width:271px; font-size:3rem; line-height:1.2;font-weight:700;}
.medipart_profile .section2 .wsize dt::after{height:2px;}

.medipart_profile .section2 .wsize dd{position:relative;flex-grow:1;}
.medipart_profile .section2 .wsize dd::after{height:2px; background: #ccc;}
.medipart_profile .section2 .wsize dd > ul li{padding:0 0 15px 0; font-size:1.7rem; color:#000;}
.medipart_profile .section2 .wsize dd > ul li:nth-child(n+2){padding:15px 0; border-top:1px dashed #d1d1d1;}

.medipart_profile .section3{position:relative; margin-top:80px; padding:60px 0; text-align:center; box-sizing:border-box; background:#fff; z-index:1;}
.medipart_profile .section3 .fwrap{display: flex; flex-wrap:wrap; justify-content:center; gap:35px;}
.medipart_profile .section3 .fwrap p{font-size:1.6rem;}
.medipart_profile .section3 .copy{margin-top:10px; font-size:1.6rem; color:#aaa;}

/*
.medipart_profile .section3 ul.grid li.item{width:25%;max-width:382px;margin-bottom:24px;}
.medipart_profile .section3 ul.grid li.item a{display:flex;flex-wrap:wrap;width:100%;padding:0 24px 25px 24px;background:#fff;border-radius:20px;box-sizing:border-box;}
.medipart_profile .section3 ul.grid li.item .cont{display:flex;flex-direction:column;min-height:190px;padding:40px 10px 0 10px;box-sizing:border-box;}
.medipart_profile .section3 ul.grid li.item .cont .cate{font-size:1.5rem;font-weight:700;color:#009ef6;}
.medipart_profile .section3 ul.grid li.item .cont .date{margin-top:auto;font-size:1.3rem;font-weight:500;color:#888;letter-spacing:0;}
.medipart_profile .section3 ul.grid li.item .cont p.title{display:-webkit-box;overflow:hidden;max-height:60px;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:10px;font-size:2.2rem;line-height:1.4;font-weight:700;color:#000;word-break:keep-all;}
.medipart_profile .section3 ul.grid li.item .thumb{width:100%;margin-top:24px;font-size:0;line-height:0;}
.medipart_profile .section3 ul.grid li.item .thumb img{width:100%;height:215px;object-fit:cover;}
.medipart_profile .section3 ul.grid li.item.youtube a{position:relative;padding:0;}
.medipart_profile .section3 ul.grid li.item.youtube a > img{width:100%;height:215px;object-fit:fill;}
.medipart_profile .section3 ul.grid li.item.youtube a::after{content:'';position:absolute;top:20px;right:20px;width:32px;height:32px;background:url(/nanum/site/medicalpart/img/icon_youtube.png) no-repeat;background-size:cover;}
*/

/* 진료시간표 */
.medische_wrap .sche_top{display:flex;margin-bottom:20px;}
.medische_wrap .sche_top .custom_sel{flex-shrink:0;width:250px;}
.medische_wrap .sche_top .btn_srch{margin-left:8px;padding:0 20px;background:#757a85;border:1px solid #757a85;font-size:1.5rem;color:#fff;cursor:pointer;}
.medische_wrap .sche_top ul{display:flex;align-items:center;margin-left:auto;}
.medische_wrap table.sche_tb{width:100%;border-top:2px solid #000;border-right:1px solid #d9d9d9;}
.medische_wrap table.sche_tb th,
.medische_wrap table.sche_tb td{padding:10px 20px;border-left:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;font-size:1.5rem;text-align:center;}
.medische_wrap table.sche_tb thead th{background:#f4f5f8;}
.medische_wrap table.sche_tb tbody td{font-weight:600;}
.medische_wrap table.sche_tb tbody td.left{text-align:left;}
.medische_wrap table.sche_tb tbody td .sche_icon{display:inline-block;width:12px;height:10px;padding-left:0;text-indent:-9999px;}
.medische_wrap table.sche_tb tbody td .d_info .name{font-size:1.6rem;font-weight:700;}
.medische_wrap table.sche_tb tbody td .d_info .name span.part{margin-right:8px;padding:3px 5px;border:1px solid #224191;background:#fff;font-size:1.3rem;font-weight:700;color:#224191;}
.medische_wrap table.sche_tb tbody td .d_info .clinic{margin-top:5px;display:-webkit-box;overflow:hidden;max-height:40px;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.4rem;line-height:1.5;font-weight:500;color:#555;}
.medische_wrap table.sche_tb tbody td .rsv_btn{display:block;padding:5px 0;border:1px solid #224191;background:#224191;font-size:1.4rem;font-weight:700;color:#fff;}
/* .medische_wrap table.sche_tb tbody tr:nth-child(odd) td:nth-child(n+2):nth-child(-n+8){border-bottom:1px dashed #e5e5e5;} */
.medische_wrap table.sche_tb tbody tr td.dashed{border-bottom:1px dashed #e5e5e5;}

/* 비급여진료비검색 */
.nonpay_srchbox{display:flex;align-items:center;height:50px;padding:15px 20px;border:1px solid #d5d5d5;background:#f9f9f9;}
.nonpay_srchbox .inp_txt{flex-grow:1;margin:0 10px;}
.nonpay_srchbox .btn_srch{flex-shrink:0;width:100px;height:50px;padding:0;border:0;background:#060606;font-size:1.5rem;font-weight:700;color:#fff;cursor:pointer;}
.nonpay_total{display:flex;justify-content:space-between;margin:30px 0 20px;}
.nonpay_total .count strong{color:#0c43b7;text-decoration:underline;}


/********************태블릿********************/
@media all and (max-width:1024px){

/* 상단검색공통 */
.medipart_srch{flex-direction:column; gap:20px;}
.medipart_srch .initial_area{gap:10px;}
	
/* 클리닉 */
.center_wrap ul{gap:0;}
.center_wrap ul li{width:calc(100% / 4);max-width:100%;padding:5px;box-sizing:border-box;}
.center_wrap ul li a{padding:0 10px;}
	
/* 진료과전체보기 */
.medipart_list ul li{width:calc(25% - 15px);}


/* 진료아이콘공통 */
.medipart_doctor .caption_area{padding:20px;}
.medipart_profile .section1 .part_tit{width:95%; flex-direction:column; gap:30px 0;}
.sche_iconset{gap:8px;}
.sche_icon{gap:3px;}


/* 진료과소개의료진_공통상단 */
.medipart_head a.btn_all{padding:1vh 2vw;}



/* 진료과소개 */
.medipart_intro .ct_type_h{flex-direction:column;}
.medipart_intro .ct_type_h .title{width:100%;padding:1.5vh 1vw;border-bottom:1px solid #e5e5e5;}
.medipart_intro .ct_type_h .cont{margin-top:20px;padding:0 1vw;}
.medipart_intro .ct_type_h .cont::after{display:none;}

/* 의료진 */
.medipart_doctor ul.dr_list li .btn_area a{padding:1vh 2vw;}
.medipart_doctor .dr_list li table.dr_table th, table.dr_table td{padding:1.5vh 1vw;}


/* 비급여진료비검색 */
.nonpay_srchbox{height:50px;padding:0;border:0;background:none;}
.nonpay_srchbox .inp_txt{margin:0;border-right:0;}
.nonpay_srchbox .btn_srch{width:20%;}

.nonpay_total{display:flex;justify-content:space-between;margin:30px 0 20px;}
.nonpay_total .count strong{color:#0c43b7;text-decoration:underline;}

/* 의료진상세 */
.medipart_profile{min-width:auto;}
.medipart_profile .wsize{width:95%;}


.medipart_profile .section1 .wsize .info{flex:1; width:auto;}




}
	
/********************모바일********************/
@media all and (max-width:767px){

/* 포인트 텍스트 */
.point_txt{padding-left:20px;}
.point_txt::before{top:4px; width:12px; height:12px;}	

	
/* 상단검색공통 */
.medipart_srch{align-items:stretch; margin-bottom:3vh;}
.medipart_srch .srch_area{width:100%;}
.medipart_srch .initial_area{display:none;}

/* 진료아이콘공통 */
.sche_iconset{flex-wrap:wrap;}
.medipart_doctor .caption_area{flex-direction:column; gap:10px; justify-content:center; align-items:center;}

/* 진료과전체보기 */
.medipart_list ul{gap:10px;}
.medipart_list ul li{width:calc(33.333% - 7px); height:140px;}
.medipart_list ul li .deptinfo span{width:70px; height:70px;}

.medipart_list ul li .deptlink a::before{width:54px; height:54px;}

/* 의료진 */
.medipart_doctor .dr_list{margin-top:30px;}
.medipart_doctor ul.dr_list li .btn_area{position: relative; flex-direction:row; justify-content:center; margin-top:15px;}
.medipart_doctor ul.dr_list li .btn_area a{width:100%; }
.medipart_doctor ul.dr_list li .btn_area a.dr_time_btn{padding:1vh 2vw; background:none;}

.medipart_doctor .dr_list li .info{gap:15px;}
.medipart_doctor .dr_list li .info .photo{width:30%; align-self:flex-start;}
.medipart_doctor .dr_list li .info .photo img{width:100%;}
.medipart_doctor .dr_list li .info .d_info{width:70%;}


/* 의료진상세 */
.medipart_profile .profile_head{height:auto;}
.medipart_profile .profile_head .wsize{flex-direction:column; gap:10px 0; margin:20px auto;}
.medipart_profile .profile_head .wsize .logo{display:flex; align-items:center; justify-content:center; height:40px; align-self:flex-start;}
.medipart_profile .profile_head .wsize .right_menu{margin-bottom:20px; width:100%; gap:10px;}
.medipart_profile .profile_head .wsize .tselect,
.medipart_profile .profile_head .wsize .tselect.doctorlist{width:50%; min-width:auto; margin:0;}
.medipart_profile .profile_head .wsize .tselect > a{background:url(/nanum/site/medicalpart/img/pro_select.png) no-repeat 95% 50%; background-color:#fff;}

.medipart_profile .profile_head .wsize .share{position: absolute; top:0; right:0; margin:0; gap:5px;}
.medipart_profile .profile_head .wsize .share > a{height:40px; width:40px;}
.medipart_profile .profile_head .wsize .share > a::before, .medipart_profile .profile_head .wsize .share > a::after{width:40px; height:40px;}
.medipart_profile .profile_head .wsize .share #share_cont{top:45px; width:40px;}


.medipart_profile .section1{padding-top:4vh;}
.medipart_profile .section1 .part_tit .caption_area{flex-direction:column; gap:10px;}
.medipart_profile .section1 .part_tit .caption_area .tit{font-size:2rem;}
.medipart_profile .section1 .wsize .info .rsv_btn{padding:1.5vh 3vh;}

.medipart_profile .section2 .wsize dl{flex-direction:column;}
.medipart_profile .section2 .wsize dt{width:100%;}
.medipart_profile .section3{margin-top:4vh;}
.medipart_profile .section3{padding:4vh 0;}


/* 비급여진료비검색 */
.nonpay_srchbox{flex-direction:column; height:auto;}
.nonpay_srchbox .inp_txt{width:100%; border-right:1px solid #d5d5d5;}
.nonpay_srchbox .btn_srch{width:100%;}

}

/********************모바일2********************/
@media all and (max-width:640px){
	
	.medipart_profile .section1 .wsize{flex-direction:column;}
	.medipart_profile .section1 .wsize .photo{margin:0 auto;}
	
	.medipart_profile .section2 .wsize dl{gap:0;}
	.medipart_profile .section2 .wsize dt, .medipart_profile .section2 .wsize dd{padding:0;}
	.medipart_profile .section2 .wsize dt{padding:15px 0; font-size:2.5rem;}
	.medipart_profile .section2 .wsize dd::after{height:1px; background:#000;}
	.medipart_profile .section2 .wsize dd > ul li{padding:10px 0;}
	.medipart_profile .section2 .wsize dd > ul li:nth-child(n+2){padding:10px 0;}
	
}


/********************모바일2********************/
@media all and (max-width:480px){
	
	/* 의료진 */
	.medipart_doctor .dr_list li .info .photo{width:50%;}
	.medipart_doctor .dr_list li .info .d_info .name span{font-size:2.5rem;}

	
}

/********************웹********************/
@media all and (min-width:1025px) {
	
.center_wrap ul li a:hover{background:#fff;border:1px solid #224191;font-weight:700;color:#224191;}

.medipart_profile .section2 .wsize dt a.btn_more:hover{border-color:#000;background:#000;color:#fff;}
.medipart_profile .section2 .wsize dt a.btn_more:hover::after{background:#fff;}

/* 진료과 */
.medipart_head a.btn_all:hover{color:#fff; background-color: #000;}

.medipart_doctor ul.dr_list li .btn_area a:hover{color:#fff; background-color: #000;}
.medipart_doctor ul.dr_list li .btn_area a.dr_time_btn:hover{color:#fff; background-color: #4362c9; background-image: url(/nanum/site/builder/dir/main/img/menu6024/dr_time_icon_on.png);}

}