@CHARSET "UTF-8";

table.table1{word-break:break-all;}

/* 상단검색공통 */
.medipart_srch{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:50px;}
.medipart_srch .initial_area{display:flex;gap:8px;}
.medipart_srch .initial_area li a{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:100%;background:#f1f1f1;font-size:1.5rem;line-height: 1;}
.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:50px;font-size:0;}
.medipart_srch .srch_area .srch_txt{flex-grow:1;height:100%;padding:0 10px;border:1px solid #d5d5d5;border-right:0;border-radius:10px 0 0 10px;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;font-weight: 600;color:#fff;cursor:pointer;border-radius:0 10px 10px 0;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: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;gap:20px;}
.medipart_list ul li{overflow:hidden;position:relative;height:220px;border:1px solid #e5e5e5;border-radius:20px;box-sizing:border-box;cursor:pointer;}
.medipart_list ul li .deptinfo{height:100%;padding-top:135px;background: no-repeat 50% 30% / 60px;font-size:2.1rem;font-weight:700;line-height: 1;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:#0060cf;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:#0060cf;}
.medipart_list ul li .deptlink a:nth-child(n+2){margin-top:5px;}*/
.medipart_list ul li.over .deptlink{top:0;}

.medipart_list ul li .deptlink .doctor_page{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.4;font-size:1.7rem;font-weight:600;color:#fff;}
.medipart_list ul li .deptlink .doctor_page::before{content:"";display:block;width:90px;height:90px;margin-bottom:15px;border-radius:50%;background: rgba(0, 0, 0, 0.1) url(/nanum/site/medicalpart/img/medi_icon_doc.png) no-repeat 50% / 60%;}
.medipart_list ul li .deptlink .doctor_page span{font-size:2.1rem;font-weight: 700;}


/* 클리닉 */
.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:3.7rem;font-weight:700;}
.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:after{display: inline-block;margin: 2px;padding: 3px 13px;background: #d2d2d2;border-radius: 20px;font-size: 1.3rem;font-weight: 600;color: #fff;}
.sche_icon span{padding-left: 50px;font-size:1.5rem;font-weight:500;}
.sche_icon.sche1:after{content:'수술';background: #3457ab;}
.sche_icon.sche2:after{content:'외래';background: #119aeb;}
.sche_icon.sche3:after{content:'순환';background: #e57403;}
.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;gap: 30px 35px;padding: 20px;padding-right: 30px;border:1px solid #ddd;border-radius:25px;overflow:hidden;flex-wrap: wrap;}
.medipart_doctor > .dr_list > li > .photo{position:relative;flex-shrink:0;width:100%;max-width: 420px;height: 530px;font-size:0;line-height:0;border-radius:20px;overflow:hidden;}
.medipart_doctor > .dr_list > li > .photo img{width:100%;height:100%;object-fit:cover;box-sizing:border-box;}

.medipart_doctor > .dr_list > li > .photo .btn_area{position: absolute;left:50%;bottom:20px;width:100%;padding:0 20px;box-sizing:border-box;transform:translateX(-50%);}
.medipart_doctor > .dr_list > li > .photo .btn_area a{position:relative;display:block;width:100%;padding:18px 0;line-height:1;text-align:center;font-size:2rem;font-weight:700;color:#fff;border-radius:20px;box-sizing:border-box;background:#2e65c1;box-shadow:0 0 20px rgba(46,101,193,0.5);overflow:hidden;}
.medipart_doctor > .dr_list > li > .photo .btn_area a::before{content:"";position: absolute;left:0;top:100%;width:100%;height:100%;background: linear-gradient(0deg, rgba(0,0,0,0.3), transparent);transition:.3s;}
.medipart_doctor > .dr_list > li > .photo .btn_area a span{position: relative;}


.medipart_doctor > .dr_list > li > .info{flex: 1;display:flex;flex-direction:column;padding-top: 20px;flex-grow:1;box-sizing:border-box;}
.medipart_doctor > .dr_list > li > .info .d_info .name_box{display:flex;align-items:flex-end;flex-wrap:wrap;gap:0 30px;line-height:1;}
.medipart_doctor > .dr_list > li > .info .d_info .name_box .name{display:flex;align-items:flex-end;gap:15px;font-size:3.5rem;font-weight:700;}
.medipart_doctor > .dr_list > li > .info .d_info .name_box .name .director,
.medipart_doctor > .dr_list > li > .info .d_info .name_box .medicine{font-size:2.4rem;font-weight:700;color:#2e65c1;}
.medipart_doctor > .dr_list > li > .info .d_info .name_box .medicine{position: relative;}
.medipart_doctor > .dr_list > li > .info .d_info .name_box .medicine::before,
.medipart_doctor > .dr_list > li > .info .d_info .name_box .medicine::after{content:"";position: absolute;left:-18px;top:calc(50% - 7px);width:4px;height:4px;background: #dcdcdc;}
.medipart_doctor > .dr_list > li > .info .d_info .name_box .medicine::after{top:auto;bottom:calc(50% - 6px);}

.medipart_doctor > .dr_list > li > .info .d_info .clinic_box{margin-top: 25px;padding-top: 25px;border-top:1px dashed #ccc;}
.medipart_doctor > .dr_list > li > .info .d_info .clinic_box dl:nth-child(n+2){margin-top: 20px;}
.medipart_doctor > .dr_list > li > .info .d_info .clinic_box dl dt{display:flex;align-items:center;justify-content:center;gap:10px;width: 125px;height: 40px;line-height:1;color:#405b91;font-size: 1.6rem;font-weight:700;border-radius:50px;background: #f0f3f8;}
.medipart_doctor > .dr_list > li > .info .d_info .clinic_box dl dt::before{content:"";flex-shrink: 0;display:block;width: 18px;height: 18px;background: no-repeat 50%/contain;}
.medipart_doctor > .dr_list > li > .info .d_info .clinic_box dl .icon01::before{background-image: url("/nanum/site/medicalpart/img/director_icon01.png");}
.medipart_doctor > .dr_list > li > .info .d_info .clinic_box dl .icon02::before{background-image: url("/nanum/site/medicalpart/img/director_icon02.png");}

.medipart_doctor > .dr_list > li > .info .d_info .clinic_box dl dd{margin-top: 10px;}
.medipart_doctor > .dr_list > li > .info .d_info .clinic_box dl:nth-child(2) dd > .list2{display: grid;grid-template-columns: 1fr 1fr;gap: 0 10px;}

.medipart_doctor> .dr_list > li .d_sche{flex: 100%;}
.medipart_doctor> .dr_list > li .d_sche table{width:100%;border-top:1px solid #e5e5e5;font-size: 1.5rem;text-align:center;}
.medipart_doctor> .dr_list > li .d_sche table th,
.medipart_doctor> .dr_list > li .d_sche table td{width:calc(100% / 7);padding:8px 0;border-bottom:1px solid #e5e5e5;}
.medipart_doctor> .dr_list > li .d_sche table thead th{background:#f5f5f5;border-left:1px solid #e5e5e5;}
.medipart_doctor> .dr_list > li .d_sche table thead th:first-child{border-left:0;}
.medipart_doctor> .dr_list > li .d_sche table tbody td{border-left:1px solid #e5e5e5;font-weight:500;color:#555;}

/* 의료진상세 */
.medipart_profile{position:relative;min-width:1450px;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:1450px;height:100%;margin:0 auto;box-sizing:border-box;}
.medipart_profile .profile_head{width:100%;height: 100px;background: #eff1f9;border-bottom: 1px solid #00000020;}
.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 img{height:50px;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: 12px 20px;display:block;cursor:pointer;color: #222;background: url(/nanum/site/medicalpart/img/pro_select.png) no-repeat 90% 50%/13px;border: 1px solid #00000020;border-radius: 10px;}
.medipart_profile .profile_head .wsize .tselect ul{position:absolute;top: 49px;left:0;width:100%;max-height:456px;box-sizing:border-box;overflow-y:auto;border: 1px solid #d5d5d5;border-radius: 10px;background: #fff;}
.medipart_profile .profile_head .wsize .tselect ul li{position:relative;}
.medipart_profile .profile_head .wsize .tselect ul li a{display:block;padding: 12px 20px;font-weight:500;color: #222;}
.medipart_profile .profile_head .wsize .tselect ul li:hover{background: #2a66b2;}
.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;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: calc(100vh - 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;gap: 30px;width:760px;height:100%;padding: 150px 0;box-sizing:border-box;}
.medipart_profile .section1 .wsize .info .d_info .part{display:inline-block;position:relative;margin-bottom:30px;padding:0 15px;font-size:2.2rem;line-height:1;font-weight:700;color: #2e65c1;}
.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: #2e65c1;}
.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_box{display:flex;align-items:center;flex-wrap:wrap;gap:0 30px;line-height:1;}
.medipart_profile .section1 .wsize .info .d_info .name_box .name{display:flex;align-items:center;gap:15px;font-size:5.2rem;font-weight:700;}
.medipart_profile .section1 .wsize .info .d_info .name_box .name .director,
.medipart_profile .section1 .wsize .info .d_info .name_box .medicine{font-size:3.3rem;font-weight:600;color:#2e65c1;}
.medipart_profile .section1 .wsize .info .d_info .name_box .medicine{position: relative;}
.medipart_profile .section1 .wsize .info .d_info .name_box .medicine::before,
.medipart_profile .section1 .wsize .info .d_info .name_box .medicine::after{content:"";position: absolute;left:-18px;top:calc(50% - 7px);width:4px;height:4px;background: #dcdcdc;}
.medipart_profile .section1 .wsize .info .d_info .name_box .medicine::after{top:auto;bottom:calc(50% - 6px);}

.medipart_profile .section1 .wsize .info .d_info .clinic_box{margin-top:30px;padding-top:30px;border-top:1px dashed #ccc;}
.medipart_profile .section1 .wsize .info .d_info .clinic_box dl:nth-child(n+2){margin-top:30px;}
.medipart_profile .section1 .wsize .info .d_info .clinic_box dl dt{display:flex;align-items:center;justify-content:center;gap:10px;width:130px;height:45px;line-height:1;color:#405b91;font-weight:700;border-radius:50px;background: #fff;}
.medipart_profile .section1 .wsize .info .d_info .clinic_box dl dt::before{content:"";display:block;width:21px;height:21px;background-size: 100% auto;background-repeat: no-repeat;}
.medipart_profile .section1 .wsize .info .d_info .clinic_box dl .icon01::before{background-image: url("/nanum/site/medicalpart/img/director_icon01.png");}
.medipart_profile .section1 .wsize .info .d_info .clinic_box dl .icon02::before{background-image: url("/nanum/site/medicalpart/img/director_icon02.png");}

.medipart_profile .section1 .wsize .info .d_info .clinic_box dl dd{margin-top:20px;font-size:1.8rem;}

.medipart_profile .section1 .wsize .info .d_info .name .mv_btn{display: inline-flex;margin-left: 15px;padding: 8px 15px;background: #000;border-radius: 5px;font-size: 1.5rem;font-weight: 700;color: #fff;transition: cubic-bezier(0.18, 0.89, 0.32, 1.28) .3s;}
.medipart_profile .section1 .wsize .info .d_info .clinic{margin-top:40px;font-size:1.8rem;color:#555;}
.medipart_profile .section1 .wsize .info .d_info .clinic strong{display: block;margin-bottom: 10px;font-size: 1.9rem;color:#000;}
.medipart_profile .section1 .wsize .info .d_sche .sche_iconset{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 .sche_iconset .sche_icon:after{position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.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: #00000005;border-top: 2px solid#000;}

.medipart_profile .section1 .wsize .info .d_sche > a{display:flex;justify-content:center;align-items:center;width:100%;padding:15px 0;border-radius: 10px;font-weight:700;font-size: 1.8rem;}
.medipart_profile .section1 .wsize .info .d_sche .rsv_btn{margin-top: 30px;background: #1967c9;color:#fff;transition: cubic-bezier(0.18, 0.89, 0.32, 1.28) .3s;}
.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:125px;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{padding:35px 0;background:#f8f8f8;text-align:center;}
.medipart_profile .section3 .fwrap{display:flex;flex-wrap:wrap;gap:10px 30px;justify-content:center;font-size:1.6rem;}
.medipart_profile .section3 .copy{margin-top:15px;font-size:1.3rem;line-height:1.3;color: #888;letter-spacing: 0.05em;text-transform: uppercase;}


/* 진료시간표 */
.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 .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 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:1160px){

/* 상단검색공통 */
.medipart_srch{flex-direction:column;}
.medipart_srch #frm_sch{width:100%;}

.medipart_list ul{gap: 15px;}

}


/********************태블릿********************/
@media all and (max-width:1024px){

/* 상단검색공통 */
.medipart_srch{margin-bottom:5vh;}

/* 클리닉 */
.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{grid-template-columns: 1fr 1fr 1fr;gap:10px;}
.medipart_list ul li{height:200px;}
.medipart_list ul li .deptinfo{padding-top:125px;font-size:2rem;background-size: auto 55px;}
.medipart_list ul li .deptlink .doctor_page::before{width:70px;height:70px;}
.medipart_list ul li .deptlink .doctor_page span{font-size:2rem;}

/* 진료과소개의료진_공통상단 */
.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_head{margin-bottom:3vh;}
.medipart_doctor > .dr_list > li{gap: 30px;}
.medipart_doctor > .dr_list > li > .photo{max-width:300px;height:400px;}
.medipart_doctor > .dr_list > li > .info{padding-top: 15px;}
.medipart_doctor > .dr_list > li > .info .d_info .name_box{/* align-items:flex-start; */gap:10px;}
.medipart_doctor > .dr_list > li > .info .d_info .name_box .name{gap: 10px;/* width:100%; */font-size: 3.2rem;}
.medipart_doctor > .dr_list > li > .info .d_info .name_box .medicine{padding-left: 15px;font-size:2rem;}
.medipart_doctor > .dr_list > li > .info .d_info .name_box .medicine::before, 
.medipart_doctor > .dr_list > li > .info .d_info .name_box .medicine::after{left:0;}
.medipart_doctor > .dr_list > li > .info .d_info .clinic_box{margin-top: 20px;padding-top: 20px;}
.medipart_doctor > .dr_list > li > .info .d_info .clinic_box dl dt{width: 120px;}
.medipart_doctor > .dr_list > li > .info .d_info .clinic_box dl:nth-child(2) dd > .list2{grid-template-columns: 1fr;}
.medipart_doctor > .dr_list > li > .info .d_info .clinic_box dl:nth-child(2) dd > .list2 > li{margin-bottom: 3px;width:100%;}
.medipart_doctor > .dr_list > li > .photo .btn_area a{padding: 15px 0;font-size: 1.7rem;}

/* 비급여진료비검색 */
.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%;}
.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: 120px;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:0 3vw;box-sizing:border-box;}
.medipart_profile .section1 .wsize{height:auto;background-position: 50% 0;background-size: 300px;}
.medipart_profile .section1 .wsize .info{position:relative;justify-content:end;width:100%;padding:420px 0 3vh 0;text-align: center;}
.medipart_profile .section1 .wsize .info .d_info{margin-bottom:3vh;}
.medipart_profile .section1 .wsize .info .d_info .part{margin-bottom:1vh;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_box{justify-content:center;line-height:1.4;}
.medipart_profile .section1 .wsize .info .d_info .name_box .name{justify-content:center;width:100%;font-size:3.5rem;}
.medipart_profile .section1 .wsize .info .d_info .name_box .medicine{width:100%;}
.medipart_profile .section1 .wsize .info .d_info .name_box .medicine::before,
.medipart_profile .section1 .wsize .info .d_info .name_box .medicine::after{display:none;}
.medipart_profile .section1 .wsize .info .d_info .clinic_box dl dt{margin:0 auto;}

.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::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;}


}

/********************모바일********************/
@media all and (max-width:767px){

.medipart_head h3{font-size: 3.2rem;}

/* 상단검색공통 */
.medipart_srch{gap:15px;margin-bottom:3vh;}
.medipart_srch .initial_area{flex-wrap:wrap;gap: 5px;}
.medipart_srch .initial_area li a{width:30px;height:30px;}
.medipart_srch .srch_area .srch_btn,
.medipart_srch .srch_area .srch_txt{font-size: 1.8rem;}
.medipart_srch .srch_area{height: 45px;}


.medipart_list ul li{height:135px;}
.medipart_list ul li .deptinfo{padding-top:85px;background-size: 45px;}
.medipart_list ul li .deptlink .doctor_page{font-size:1.7rem;}
.medipart_list ul li .deptlink .doctor_page::before{width:50px;height:50px;margin-bottom:1vh;}

.sche_icon:after{margin: 1px;padding: 2px 8px;}
.medische_wrap table.sche_tb th, .medische_wrap table.sche_tb td{padding: 10px;}

/* 협력병원현황검색 */
.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;gap: 20px;padding:2vh;}
.medipart_doctor> .dr_list > li .photo{max-width: 280px;height: 340px;}
.medipart_doctor > .dr_list > li > .photo .btn_area a{padding:1.5vh 0;border-radius:15px;}

.medipart_doctor > .dr_list > li > .info{padding:0;width: 100%;}
.medipart_doctor > .dr_list > li > .info .d_info .name_box,
.medipart_doctor > .dr_list > li > .info .d_info .name_box .name{justify-content:center;gap: 8px;}
.medipart_doctor > .dr_list > li > .info .d_info .name_box .name{font-size: 3rem;}
.medipart_doctor > .dr_list > li > .info .d_info .name_box .medicine{padding-left:0;}
.medipart_doctor > .dr_list > li > .info .d_info .name_box .medicine::before, 
.medipart_doctor > .dr_list > li > .info .d_info .name_box .medicine::after{display:none;}

.medipart_doctor > .dr_list > li > .info .d_info .clinic_box{margin-top:20px;padding-top:20px;}
.medipart_doctor > .dr_list > li > .info .d_info .clinic_box dl dt{width: 105px;height:35px;}
.medipart_doctor > .dr_list > li > .info .d_info .clinic_box dl:nth-child(2) dd > .list2 > li{margin-bottom: 1px;}

.medipart_doctor> .dr_list > li .d_sche{width: 100%;}

/* 상세 페이지 */
.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;}

.medipart_profile .section1 .wsize .info .d_info .name_box .name{gap:10px;}
.medipart_profile .section1 .wsize .info .d_info .name_box .medicine{font-size:2.3rem;}
.medipart_doctor > .dr_list > li > .info .d_info .clinic_box dl:nth-child(n+2){margin-top:3vh;}
.medipart_profile .section1 .wsize .info .d_info .clinic_box dl dt{height:35px;}
.medipart_profile .section1 .wsize .info .d_info .clinic_box dl dd{margin-top:2vh;}

}

/********************모바일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_srch .srch_area .srch_btn,
.medipart_srch .srch_area .srch_txt{font-size: 1.7rem;}
.medipart_srch .srch_area{height: 40px;}

.medipart_list ul{grid-template-columns: 1fr 1fr;}

/* 의료진상세 */
.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;}

.medipart_doctor > .dr_list > li > .photo .btn_area a:hover::before{top:0;}

}