@CHARSET "UTF-8";

table.table1{word-break:break-all;}

/* 상단검색공통 */
.medipart_srch{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:20px;}
.medipart_srch .initial_area{display:flex;}
.medipart_srch .initial_area li:nth-child(n+2){margin-left:8px;}
.medipart_srch .initial_area li a{display:inline-flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:100%;background:#f1f1f1;font-size:1.5rem;}
.medipart_srch .initial_area li a:hover,
.medipart_srch .initial_area li a.active{background:#222;color:#fff;}
.medipart_srch .initial_area li a.disable{color:rgba(0,0,0,0.2);pointer-events:none;cursor:default;}
.medipart_srch .srch_area{display:flex;flex-grow:1;height:40px;font-size:0;}
.medipart_srch .srch_area .srch_txt{flex-grow:1;height:100%;padding:0 10px;border:1px solid #d5d5d5;border-right:0;box-sizing:border-box;font-size:1.5rem;font-weight:700;color:#000;}
.medipart_srch .srch_area .srch_txt::placeholder{font-weight:500;color:#888;}
.medipart_srch .srch_area .srch_txt::-webkit-input-placeholder{font-weight:500;color:#888;}
.medipart_srch .srch_area .srch_txt:-ms-input-placeholder{font-weight:500;color:#888;}
.medipart_srch .srch_area .srch_btn{flex-shrink:0;width:80px;height:100%;padding:0 20px;background:#000;border:0;font-size:1.5rem;color:#fff;cursor:pointer;box-sizing:border-box;}

/* 협력병원현황검색 */
.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:10px;}
.medipart_list ul li{overflow:hidden;position:relative;width:calc(100% / 6);max-width:150px;height:150px;box-sizing:border-box;cursor:pointer;}
.medipart_list ul li .deptinfo{height:100%;padding-top:100px;border:1px solid #e5e5e5;background-repeat:no-repeat;background-size:auto 46px;background-position:50% 35px;font-size:1.6rem;font-weight:600;text-align:center;box-sizing:border-box;}
.medipart_list ul li .deptlink{display:flex;flex-direction:column;justify-content:center;position:absolute;width:100%;height:100%;left:0;top:100%;padding:20px;background:#00a3ff;transition:all .3s ease;z-index:2;text-align:center;box-sizing:border-box;}
.medipart_list ul li .deptlink a{padding:5px 0;border:1px solid #fff;font-size:1.4rem;font-weight:700;color:#fff;}
.medipart_list ul li .deptlink a:hover{background:#fff;color:#00a3ff;}
.medipart_list ul li .deptlink a:nth-child(n+2){margin-top:5px;}
.medipart_list ul li.over .deptlink{top:0;}

/* 클리닉 */
.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:40px;}
.medipart_head h3{font-size:3rem;font-weight:500;}
.medipart_head a.btn_all{position:relative;padding:10px 20px 10px 45px;;background:#757a85;font-weight:600;color:#fff;}
.medipart_head a.btn_all:after{content:'';position:absolute;top:50%;left:20px;width:15px;height:15px;margin-top:-7px;background:url(/nanum/site/medicalpart/img/btn_all.png) no-repeat;background-size:cover;}

/* 진료아이콘공통 */
.sche_iconset{display:flex;}
.sche_iconset li:nth-child(n+2){margin-left:30px;}
.sche_icon{position:relative;}
.sche_icon:nth-child(n+2){margin-left:5px;}
.sche_icon:after{content:'';position:absolute;top:50%;left:0;width:12px;height:10px;margin-top:-5px;background-position:50% 50%;background-repeat:no-repeat;background-size:auto 100%;}
.sche_icon span{padding-left:20px;font-size:1.5rem;font-weight:500;}
.sche_icon.sche1:after{background-image:url(/nanum/site/medicalpart/img/icon_sche1.png);}
.sche_icon.sche2:after{background-image:url(/nanum/site/medicalpart/img/icon_sche2.png);}
.sche_icon.sche3:after{background-image:url(/nanum/site/medicalpart/img/icon_sche3.png);}
.sche_icon.sche9:after{width:14px;height:14px;margin-top:-7px;background-image:url(/nanum/site/medicalpart/img/icon_sche9.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;}

/* 의료진 */
.medipart_doctor .caption_area{display:flex;justify-content:space-between;align-items:center;}
.medipart_doctor .dr_list li{display:flex;margin-top:30px;padding-top:30px;border-top:1px solid #d5d5d5;}
.medipart_doctor .dr_list li .photo{flex-shrink:0;width:150px;font-size:0;line-height:0;}
.medipart_doctor .dr_list li .photo img{width:150px;height:200px;object-fit:cover;border:1px solid #e5e5e5;box-sizing:border-box;}
.medipart_doctor .dr_list li .info{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;padding:0 30px;}
.medipart_doctor .dr_list li .info .d_info{margin-bottom:10px;}
.medipart_doctor .dr_list li .info .d_info .name{font-size:2.1rem;font-weight:700;}
.medipart_doctor .dr_list li .info .d_info .name span.part{margin-left:15px;font-size:1.5rem;color:#224191;}
.medipart_doctor .dr_list li .info .d_info .clinic{margin-top:5px;font-size:1.5rem;font-weight:500;color:#555;}
.medipart_doctor .dr_list li .info .d_info .clinic strong{margin-right:10px;color:#000;}
.medipart_doctor .dr_list li .info .d_sche table{width:100%;border-top:1px solid #e5e5e5;font-size:1.4rem;text-align:center;}
.medipart_doctor .dr_list li .info .d_sche table th,
.medipart_doctor .dr_list li .info .d_sche table td{width:calc(100% / 7);padding:8px 0;border-bottom:1px solid #e5e5e5;}
.medipart_doctor .dr_list li .info .d_sche table thead th{background:#f5f5f5;border-left:1px solid #e5e5e5;}
.medipart_doctor .dr_list li .info .d_sche table thead th:first-child{border-left:0;}
.medipart_doctor .dr_list li .info .d_sche table tbody td{border-left:1px solid #e5e5e5;font-weight:500;color:#555;}
.medipart_doctor .dr_list li .info .d_sche table tbody td .sche_icon{display:inline-block;width:12px;height:10px;padding-left:0;text-indent:-9999px;}
.medipart_doctor .dr_list li .btn_area{display:flex;flex-direction:column;gap:10px;flex-shrink:0;width:100px;}
.medipart_doctor .dr_list li .btn_area a{display:inline-flex;align-items:center;justify-content:center;height:100%;max-height:95px;font-size:1.6rem;font-weight:700;color:#fff;box-sizing:border-box;}
.medipart_doctor .dr_list li .btn_area a.rsv_btn{border:1px solid #224191;background:#224191;color:#fff;}
.medipart_doctor .dr_list li .btn_area a.rsv_btn.off{border-color:#d5d5d5;background:#d5d5d5;}
.medipart_doctor .dr_list li .btn_area a.dr_btn{border:1px solid #224191;color:#224191;}

/* 의료진상세 */
.medipart_profile{position:relative;min-width:1600px;font-size:1.6rem;line-height:1.5;}
.medipart_profile .profile_bg{background:url(/nanum/site/medicalpart/img/profi_bg.jpg) no-repeat center;}
.medipart_profile .wsize{display:block;width:1600px;height:100%;margin:0 auto;box-sizing:border-box;}
.medipart_profile .profile_head{width:100%;height:80px;background:#fff;}
.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{padding: 10px 20px;display:block;cursor:pointer;color: #222;background: url(/nanum/site/medicalpart/img/pro_select.png) no-repeat 90% 50%;border: 1px solid #bbb;}
.medipart_profile .profile_head .wsize .tselect ul{position:absolute;top:46px;left:0;width:100%;max-height:456px;box-sizing:border-box;overflow-y:auto;border: 1px solid #d5d5d5;border-top: 0;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:7px 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;margin-left: 50px;}
.medipart_profile .profile_head .wsize .share > a{display:block;position:relative;height: 48px;padding-left: 60px;font-size:1.7rem;font-weight:700;line-height: 50px;}
.medipart_profile .profile_head .wsize .share > a::before,
.medipart_profile .profile_head .wsize .share > a::after{content:'';position:absolute;top:50%;}
.medipart_profile .profile_head .wsize .share > a::before{left:0;width: 46px;height: 46px;margin-top: -23px;border-radius:100%;border: 2px solid #222;background:#fff;box-sizing: border-box;z-index: 5;}
.medipart_profile .profile_head .wsize .share > a::after{top: 21px;left: 13px;width: 17px;height: 27px;margin-top:-10px;background-image:url(/nanum/site/medicalpart/img/btn_share.png);background-repeat:no-repeat;background-size: 100%;z-index: 10;}
.medipart_profile .profile_head .wsize .share #share_cont{position:absolute;top: 17px;left:0;border-radius: 0 0 50px 50px;width: 46px;padding-top: 45px;background: #f2f2f2;z-index: 3;}
.medipart_profile .profile_head .wsize .share #share_cont ul li{padding-bottom:14px;text-align:center;}
.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;}
.medipart_profile .profile_head .wsize .share #share_cont ul li.kakao a img{height:27px;}

.medipart_profile .section1{width:100%;height:100vh;padding-top:100px;background-color:#eff1f9;box-sizing:border-box;}
.medipart_profile .section1 .wsize{display:flex;align-items:center;justify-content:end;height:100%;background-repeat:no-repeat;background-size:auto 98%;background-position:0 100%;}
.medipart_profile .section1 .wsize .info{display:flex;flex-direction:column;justify-content:space-between;width:760px;height:100%;padding:90px 0;box-sizing:border-box;}
.medipart_profile .section1 .wsize .info .d_info .part{display:inline-block;position:relative;padding:0 15px;font-size:2.2rem;line-height:1;font-weight:700;color:#224191;}
.medipart_profile .section1 .wsize .info .d_info .part::before,
.medipart_profile .section1 .wsize .info .d_info .part::after{content:'';position:absolute;top:50%;width:2px;height:22px;margin-top:-11px;background:#224191;}
.medipart_profile .section1 .wsize .info .d_info .part::before{left:0;}
.medipart_profile .section1 .wsize .info .d_info .part::after{right:0;}
.medipart_profile .section1 .wsize .info .d_info .name{margin-top:20px;font-size:5.2rem;line-height:1.2;font-weight:700;}
.medipart_profile .section1 .wsize .info .d_info .clinic{margin-top:40px;font-size:1.7rem;color:#555;}
.medipart_profile .section1 .wsize .info .d_info .clinic strong{margin-right:10px;color:#000;}
.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% / 7);padding:12px 0;border-bottom:1px solid #d5d5d5;text-align:center;}
.medipart_profile .section1 .wsize .info .d_sche table thead th{background-color:#3d464a;color:#fff;}
.medipart_profile .section1 .wsize .info .d_sche table tbody td .sche_icon{display:inline-block;width:12px;height:10px;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 .d_sche .rsv_btn{margin-top:70px;background:#009ef6;color:#fff;}
.medipart_profile .section1 .wsize .info .d_sche .rsv_btn span{position:relative;display:inline-block;padding-left:50px;}
.medipart_profile .section1 .wsize .info .d_sche .rsv_btn span::after{content:'';position:absolute;top:50%;left:0;width:30px;height:26px;margin-top:-13px;background:url(/nanum/site/medicalpart/img/icon_rsv_btn.png) no-repeat;background-size:cover;}
.medipart_profile .section1 .wsize .info .d_sche .intro_btn{margin-top:10px;background:#fff;color:#009ef6;}

.medipart_profile .section2 .wsize{display:flex;flex-wrap:wrap;gap:80px;padding:90px 0;}
.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:40px;}
.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:120px;font-size:3.2rem;line-height:1.2;font-weight:700;}
.medipart_profile .section2 .wsize dt::after{height:2px;}
.medipart_profile .section2 .wsize dt a.btn_more{position:relative;display:block;width:100%;padding:10px 20px;border:1px solid #d5d5d5;font-size:1.5rem;box-sizing:border-box;}
.medipart_profile .section2 .wsize dt a.btn_more::after{content:'';position:absolute;top:50%;right:20px;width:15px;height:2px;margin-top:-1px;background:#000;}

.medipart_profile .section2 .wsize dd{position:relative;flex-grow:1;}
.medipart_profile .section2 .wsize dd::after{height:1px;}
.medipart_profile .section2 .wsize dd > ul li{font-size:1.8rem;color:#555;}
.medipart_profile .section2 .wsize dd > ul li:nth-child(n+2){margin-top:10px;}

.medipart_profile .section3{background:#f5f5f5;padding:90px 0 60px;box-sizing:border-box;}
.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{display:block;gap:0;margin-bottom:2vh;}
.medipart_srch .initial_area{display:none;}
	
/* 클리닉 */
.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{gap:0;}
.medipart_list ul li{width:calc(100% / 5);max-width:100%;height:auto;padding:5px;box-sizing:border-box;}
.medipart_list ul li .deptinfo{padding:75px 0 30px;background-size:auto 30px;background-position:50% 30px;}
.medipart_list ul li .deptlink{left:5px;width:calc(100% - 10px);height:calc(100% - 10px);padding:0 2vw;}
.medipart_list ul li.over .deptlink{top:5px;}

/* 진료과소개의료진_공통상단 */
.medipart_head a.btn_all{padding:1vh 2vw 1vh 5vw;}
.medipart_head a.btn_all:after{left:2vw;width:10px;height:10px;margin-top:-5px;}

/* 진료아이콘공통 */
.sche_iconset li:nth-child(n+2){margin-left:3vw;}

/* 진료과소개 */
.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 .dr_list li{margin-top:3vh;padding-top:3vh;}
.medipart_doctor .dr_list li .photo{width:15%;}
.medipart_doctor .dr_list li .photo img{width:100%;height:auto;}
.medipart_doctor .dr_list li .info{padding:0 3vw;}
.medipart_doctor .dr_list li .info .d_info .clinic{margin:0 0 1vh;}
.medipart_doctor .dr_list li .btn_area{justify-content:space-between;width:12%;}
.medipart_doctor .dr_list li .btn_area a{max-height:100%;}

/* 비급여진료비검색 */
.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{height:auto;min-width:100%;padding-bottom: 100%;}
.medipart_profile .wsize{width:100%;flex-direction: column;}
.medipart_profile .profile_head{height: auto;padding: 2vh 0;box-sizing:border-box;}
.medipart_profile .profile_head .wsize h1.logo img{width: 230px;height: auto;}
.medipart_profile .profile_head .wsize .right_menu{width: 100%;justify-content: center;border-top: 1px solid #e5e5e5;padding-top: 15px;margin-top: 15px;}
.medipart_profile .profile_head .wsize .share > a{width:40px;padding-left:0;font-size:0;}
.medipart_profile .section1{height:auto;padding:80px 3vw 0 3vw;box-sizing:border-box;}
.medipart_profile .section1 .wsize{height:auto;background-position:100% 0;background-size:contain;}
.medipart_profile .section1 .wsize .info{position:relative;justify-content:end;width:100%;padding:20vh 0 3vh 0;}
.medipart_profile .section1 .wsize .info .d_info{margin-bottom:3vh;}
.medipart_profile .section1 .wsize .info .d_info .part{padding:0;font-size:1.7rem;}
.medipart_profile .section1 .wsize .info .d_info .part::before,
.medipart_profile .section1 .wsize .info .d_info .part::after{display:none;}
.medipart_profile .section1 .wsize .info .d_info .name{margin-top:1vh;font-size:3.5rem;}
.medipart_profile .section1 .wsize .info .d_info .clinic{margin-top:2vh;}
.medipart_profile .section1 .wsize .info .d_sche table th,
.medipart_profile .section1 .wsize .info .d_sche table td{padding:1vh 0;}
.medipart_profile .section1 .wsize .info .d_sche table tbody th,
.medipart_profile .section1 .wsize .info .d_sche table tbody td{background:#fff;}
.medipart_profile .section1 .wsize .info .d_sche table tbody td{border-left:1px solid #d5d5d5;}
.medipart_profile .section1 .wsize .info .d_sche .sche_iconset{margin-bottom:0;padding:1vh 2vw;background:rgba(255,255,255,0.5);}
.medipart_profile .section1 .wsize .info .d_sche > a{padding:1.5vh 0;font-size:1.6rem;}
.medipart_profile .section1 .wsize .info .d_sche .rsv_btn{margin-top:1vh;}
.medipart_profile .section1 .wsize .info .d_sche .rsv_btn span{padding-left:30px;}
.medipart_profile .section1 .wsize .info .d_sche .rsv_btn span::after{width:18px;height:16px;margin-top:-8px;}
.medipart_profile .section1 .wsize .info .d_sche .intro_btn{margin-top:1vh;}
.medipart_profile .section2 .wsize{gap:0;padding:3vh 3vw;}
.medipart_profile .section2 .wsize dl{flex:auto;flex-wrap:wrap;width:100%;min-height:auto;gap:0;}
.medipart_profile .section2 .wsize dl:nth-child(n+2){margin-top:4vh;padding-top:4vh;border-top:1px solid #d5d5d5;}
.medipart_profile .section2 .wsize dt,
.medipart_profile .section2 .wsize dd{width:100%;}
.medipart_profile .section2 .wsize dt::after,
.medipart_profile .section2 .wsize dd::after{display:none;}
.medipart_profile .section2 .wsize dt{padding:0;font-size:2.4rem;}
.medipart_profile .section2 .wsize dt br{display:none;}
.medipart_profile .section2 .wsize dd{padding-top:2vh;}
.medipart_profile .section2 .wsize dd > ul li:nth-child(n+2){margin-top:1vh;}
.medipart_profile .section3{padding:3vh 2vw;}
.medipart_profile .section3 ul.grid li.item{width:50%;}


}
	
/********************모바일********************/
@media all and (max-width:767px){

.medipart_list ul li{width:calc(100% / 3);}

/* 협력병원현황검색 */
.medipart_srch.right .srch_area{gap:5px;flex-grow:0;flex-direction:column;height:auto;}
.medipart_srch.right select.custom_sel{width:100%;border-right:1px solid #d5d5d5;font-size:1.5rem;}
.medipart_srch.right .srch_area .srch_txt{height:40px;border-right:1px solid #d5d5d5;}
.medipart_srch.right .srch_area .srch_btn{height:40px;width:100%;}

/* 의료진 */
.medipart_doctor .caption_area{flex-direction:column;}
.medipart_doctor .dr_list li{flex-direction:column;align-items:center;}
.medipart_doctor .dr_list li .photo{width:40%;margin-bottom:2vh;}
.medipart_doctor .dr_list li .info{width:100%;margin-bottom:2vh;padding:0;}
.medipart_doctor .dr_list li .btn_area{width:100%;flex-direction:row;gap:0;}
.medipart_doctor .dr_list li .btn_area a{width:50%;padding:1vh 0;}

.medipart_profile .profile_head .wsize{align-items: flex-start;}
.medipart_profile .profile_head .wsize .logo{margin-left:15px;}
.medipart_profile .profile_head .wsize h1.logo img{width:170px;}
.medipart_profile .profile_head .wsize .right_menu{position:relative;flex-wrap: wrap;justify-content: space-between;gap: 5px;padding: 15px 15px 0;box-sizing: border-box;}
.medipart_profile .profile_head .wsize .share{position:absolute;top:-55px;right:15px;}

.medipart_profile .profile_head .wsize .tselect,
.medipart_profile .profile_head .wsize .tselect.doctorlist{min-width:49%;margin-left:0;}
.medipart_profile .profile_head .wsize .tselect ul{top:41px;}
.medipart_profile .profile_head .wsize .view_doctor_list{width:100%;margin-left:0;}

}

/********************모바일2********************/
@media all and (max-width:480px){
	
.medische_wrap .sche_top{flex-wrap:wrap;}
.medische_wrap .sche_top .custom_sel{flex-grow:1;width:auto;}
.medische_wrap .sche_top .btn_srch{flex-shrink:0;width:80px;}
.medische_wrap .sche_top ul{width:100%;margin:1.5vh 0 0 0;justify-content:center;}

/* 의료진상세 */
.medipart_profile .section3 ul.grid li.item{width:100%;max-width:100%;}
.medipart_profile .section3 ul.grid li.item a{padding:0 4vw 2vh 4vw;}
.medipart_profile .section3 ul.grid li.item .cont{width:100%;min-height:120px;padding:4vh 1vw 0 1vw;}
.medipart_profile .section3 ul.grid li.item .cont p.title{margin-top:1vh;}
.medipart_profile .section3 ul.grid li.item .thumb{margin-top:2vh;}
.medipart_profile .section3 ul.grid li.item .thumb img{height:20vh;}
	
}

/********************웹********************/
@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;}

}