@charset "utf-8";

/* 건강검진센터(구 /health/ 서브사이트) 콘텐츠 이관용 CSS. 원본: health/common/css/{01synth,02cancer,03special,04student,05guide}.css 를 병합하고 이미지 경로만 본원 체계로 맞춤. */

/* ===== health/common/css/sub_design.css 는 본원 sub_design.css와 "같은 디자인 시스템의 별도 사본"이라 대부분 겹치지만,
   health 쪽에서만 추가된 클래스가 일부 있다(.proce_wrap 예약안내 블록, h5.tit 안의 .b_h5/.s_h5 라벨-값 정렬).
   본원 sub_design.css에는 없으므로 여기서 보충한다. ===== */
.proce_wrap{border-top:2px solid #222;}
.proce_wrap .proce{display:inline-block;margin-top:35px;width:100%;border-bottom: 1px solid #e5e5e5;}
/* .tit/.txt_wrap가 둘 다 float라서 .proce가 자체적으로 높이를 못 잡고 찌그러져 있었다(위쪽 검은선/회색선이 바로 붙어보이던 원인).
   clearfix로 .proce가 float 자식들 높이만큼 제대로 커지게 한다 */
.proce_wrap .proce:after{content:"";display:table;clear:both;}
/* 모바일 문진표 박스만 검은선/회색선 안 보이게 (원본 .proce_wrap 규칙 자체는 위에 그대로 둠).
   진짜 범인은 common/css/02guide.css의 bare ".proce p.tit"(검은선)/".proce .txt_wrap"(회색선)이 새어 들어온 것 - 여기서 명시적으로 꺼준다 */
.proce_wrap.no_line{border-top:2px solid #222;}
.proce_wrap.no_line .proce{border-bottom:1px solid #e5e5e5;}
.proce_wrap.no_line .proce p.tit{border-top:0;}
.proce_wrap.no_line .proce .txt_wrap{border-top:0;}
.proce_wrap .proce.first{margin-top:20px;}
.proce_wrap .proce.last{margin-bottom:50px;}
.proce_wrap .proce p.tit{float:left;width:20%;font-size:20px;font-weight:700;line-height:25px;padding:0px 20px 40px 0;box-sizing:border-box;}
.proce_wrap .proce p.tit span{display:block;margin-bottom:3px;color:#0e5fcc;font-size:16px;font-weight:800;}
.proce_wrap .proce .txt_wrap{float: left;width: 80%;margin-top: 1px;line-height: 23px;padding: 0px 0 40px 20px;box-sizing:border-box;}
.proce_wrap .proce .txt{display:flex;margin-bottom: 15px;}
.proce_wrap .proce .txt .left{float:left;width:25%;font-weight:700;color:#222;}
.proce_wrap .proce .txt .right{width:75%;}
.proce_wrap .proce .txt .right span{font-weight:600;margin-right:10px;}

h5.tit span.s_h5{font-size: 16px;color: #888;margin-left: 20px;font-weight: 500;}
h5.tit span.b_h5{display: inline-block;width: 70px;}

@media(max-width:767px){
.proce_wrap .proce{margin-top:0px;}
.proce_wrap .proce.first{margin-top:0;}
.proce_wrap .proce.last{margin-bottom: 25px;}
.proce_wrap .proce .txt{width: 100%;margin: 0 0 10px 0;padding: 12px 16px 12px 55px;font-size: 14px;}
.proce_wrap .proce .txt .left{width:20%;line-height: 19px;font-size: 15px;}
.proce_wrap .proce .txt .right span.tel{padding: 3px 0px;font-size: 13px;}
.proce_wrap .proce p.tit{float:none;padding: 20px 0px 0px 5px;width:auto;font-size:18px;}
.proce_wrap .proce .txt_wrap{float:none;padding:10px 0 25px 10px;width:auto;font-size:14px;line-height:21px;border-top:0;}
.proce_wrap .proce p.tit span{display:inline-block;margin: 3px 10px 3px;}
h5.tit span.s_h5{display: block;margin-left: 0;font-size:14px;}
}


/* ===== 원본: health/common/css/01synth.css ===== */

/*자주하는질문 - 게시판*/
.board_search ul li select {float: left;width: 70px !important;}
#board .table_blist thead th,
#board .table_blist tbody td.center{height:45px !important;}
#board .board_total_left{height: 25px !important;font-size:13px !important;}
#board .table_blist table{margin-bottom: 10px;}
.board_paginate{margin-bottom: 60px;}
.board_paginate a, .board_paginate strong{padding: 10px 0px 0px 0px !important;width:40px;height: 30px !important;border-radius:100%;font-size:14px !important;}
.board_paginate strong{border:1px solid #222 !important;}
.board_paginate a{border:0 !important;}
.board_paginate a.next{border:0 !important;}

.board_bt01 ul li.pt {padding-top: 7px;}
#board a {color: #333;font-size: 15px;}
a.board_bt01 span {display: inline-block;height: 22px;line-height: 23px;padding-right: 14px;background: url(/content/board/nninc_simple/img/board_lbtn_r.gif) no-repeat right 0;letter-spacing: -1px;}

.board_search ul li select {float: left;width: 50px;height: 38px;padding: 0 10px !important;font-size: 13px;}
.board_search ul li input.search_bt{padding: 5px 4px;margin-left: 5px;background: #333;}
.board_search ul li input.search_input{background:#fff !important;border: 1px solid #ccc !important;height: 36px !important;padding: 0px 0 0 5px !important;}
.board_search{width:331px !important;}
#board .board_total_right{width:auto !important;}
/**/
.bottom_common{border-top:1px solid #222;}
.proce{display:inline-block;margin-top:35px;width:100%;/* border-bottom: 1px solid #e5e5e5; */}
.proce.first{margin-top:20px;}/*맨위여백너무넓을시*/
.proce.last{margin-bottom:50px;}
.proce p.tit{float:left;width:20%;font-size:20px;font-weight:700;line-height:25px;padding:0px 20px 40px 0;/*border-top:2px solid #000;*/box-sizing:border-box;}
.proce p.tit span{display:block;margin-bottom:3px;color:#0e5fcc;font-size:16px;font-weight:800;}
.proce .txt_wrap{float: left;width: 80%;margin-top: 1px;line-height: 23px;padding: 0px 0 40px 20px;box-sizing:border-box;}
.proce .txt{display:flex;margin-bottom: 15px;}
.proce .txt .left{float:left;width:25%;font-weight:700;color:#222;}
.proce .txt .right{width:75%;}
.proce .txt .right span{font-weight:600;margin-right:10px;}


/*인사말*/
.hi_hello .healthcen_wrap{display:inline-block;position:relative;margin-bottom: 20px;width:100%;}
.hi_hello .healthcen_wrap .intro{margin-bottom:250px;width:100%;background:no-repeat 0/cover;}
.hi_hello .healthcen_wrap .intro.long{margin-bottom:847px;}
.hi_hello .healthcen_wrap .intro.bg01{background-image:url("/img/content/10health/01synth/intro_img.jpg");}
.hi_hello .healthcen_wrap .intro p{padding:162px 0 80px;background:no-repeat 50% 27%;text-align:center;font-size:28px;color:#fff;}
.hi_hello .healthcen_wrap .intro p span{font-weight:600;}
.hi_hello .healthcen_wrap .intro p.icon01{background-image:url("/img/content/10health/common/icon_health01.png");}
.hi_hello .healthcen_wrap .txt{display:inline-block;position:absolute;top:248px;left:50%;margin-left:-46%;padding:45px 50px;width:92%;background:#fff;box-shadow:0px -25px 30px rgba(0 0 0 /0.05);box-sizing:border-box;}
.hi_hello .healthcen_wrap .txt .last{font-weight:700;}
.hi_hello .healthcen_wrap .txt .strong{font-weight:600;}
.hi_hello .healthcen_wrap .last{display:block;margin-top:20px;color:#000;}

/*검진종류*/
.pdf_cont .cho_wrap ul li span{color:#000;font-weight:700;margin:0 10px;}
.pdf_cont table tbody tr td.woman{color:#f119ff;font-weight:500;}
.pdf_cont .cho_wrap div.icon01{background-image: url("/img/content/10health/01synth/doc_icon01.png");}
.pdf_cont .cho_wrap div.icon02{background-image: url("/img/content/10health/01synth/doc_icon03.png");}
.pdf_cont .cho_wrap div.icon03{background-image: url("/img/content/10health/01synth/doc_icon04.png");}
.pdf_cont .cho_wrap div.icon04{background-image: url("/img/content/10health/01synth/doc_icon05.png");}
.pdf_cont .cho_wrap div.icon05{background-image: url("/img/content/10health/01synth/doc_icon02.png");}

/*검진안내*/
.tatal_care{margin-top:50px;}
.tatal_care .care_service .main_info{display:flex;flex-wrap:wrap;}
.tatal_care .care_service .main_info .mbx{flex:33%;padding:20px;padding-top:130px;box-sizing:border-box;background-repeat:no-repeat;background-position:center top 20px;}
.tatal_care .care_service .main_info .mbx.call{background-image:url("/img/content/10health/01synth/main_box_icon01.png");}
.tatal_care .care_service .main_info .mbx.call .bg_tit{margin-bottom:38px;}
.tatal_care .care_service .main_info .mbx.tm_date{background-image:url("/img/content/10health/01synth/main_box_icon02.png");border-right:1px dashed #ddd;border-left:1px dashed #ddd;}
.tatal_care .care_service .main_info .mbx.tm_date .bg_tit,
.tatal_care .care_service .main_info .mbx.hospital .bg_tit{margin:15px 0 38px;}
.tatal_care .care_service .main_info .mbx.r_ready{background-image:url("/img/content/10health/01synth/main_box_icon03-.png");}
.tatal_care .care_service .main_info .mbx.hospital{background-image:url("/img/content/10health/01synth/main_box_icon04.png");}
.tatal_care .care_service .main_info .mbx .bg_tit{font-size:22px;font-weight:700;text-align:center;margin-bottom:20px;line-height:30px;}
.tatal_care .care_service .main_info .mbx .bottom_cont{display:flex;font-weight:500;color:#5a5a5a;margin-bottom:10px;line-height:22px;}
.tatal_care .care_service .main_info .mbx .bottom_cont span{margin-top:-2px;font-weight:700;color:#000;margin-right:10px;line-height:25px;}
.tatal_care .care_service .main_info .mbx.r_ready ul li{margin-bottom:20px;width:100%;border:1px solid #ddd;padding:5px;text-align:center;}

/*검진안내-검사정보*/
.popup_gogo{position:relative;}
.popup_gogo .care_flex{display:flex;flex-wrap:wrap;margin-top:20px;}.popup_gogo .care_flex .carebx{flex:20%;border:1px solid #ddd;border-right:0;box-sizing:border-box;text-align:center;padding:20px 5px;padding-top:90px;background-repeat:no-repeat;background-position:center top 20px;}

.popup_gogo .care_flex .carebx:nth-child(5n){border:1px solid #ddd;}
.popup_gogo .care_flex .carebx.nbb{border-bottom:0;}
.popup_gogo .care_flex .carebx p{font-weight:700;font-size:17px;}
.popup_gogo .care_flex .carebx:hover{/* width:182px; */height:130px;border:1px solid #257dea;box-shadow:0 0 10px rgba(0,0,0,0.25);box-sizing:border-box;}
.popup_gogo .care_flex .carebx:hover p{color:#257dea;}
.popup_gogo .care_flex .carebx.n1{background-image:url("/img/content/10health/01synth/carebx_icon01.png");}
.popup_gogo .care_flex .carebx.n2{background-image:url("/img/content/10health/01synth/carebx_icon02.png");}
.popup_gogo .care_flex .carebx.n3{background-image:url("/img/content/10health/01synth/carebx_icon03.png");}
.popup_gogo .care_flex .carebx.n4{background-image:url("/img/content/10health/01synth/carebx_icon04.png");}
.popup_gogo .care_flex .carebx.n5{background-image:url("/img/content/10health/01synth/carebx_icon05.png");}
.popup_gogo .care_flex .carebx.n6{background-image:url("/img/content/10health/01synth/carebx_icon06.png");}
.popup_gogo .care_flex .carebx.n7{background-image:url("/img/content/10health/01synth/carebx_icon07.png");}
.popup_gogo .care_flex .carebx.n8{background-image:url("/img/content/10health/01synth/carebx_icon08.png");}
.popup_gogo .care_flex .carebx.n9{background-image:url("/img/content/10health/01synth/carebx_icon09.png");}
.popup_gogo .care_flex .carebx.n10{background-image:url("/img/content/10health/01synth/carebx_icon10.png");}
.popup_gogo .care_flex .carebx.n11{background-image:url("/img/content/10health/01synth/carebx_icon11.png");}
.popup_gogo .care_flex .carebx.n12{background-image:url("/img/content/10health/01synth/carebx_icon12.png");}
.popup_gogo .care_flex .carebx.n13{background-image:url("/img/content/10health/01synth/carebx_icon13.png");}
.popup_gogo .care_flex .carebx.n14{background-image:url("/img/content/10health/01synth/carebx_icon14.png");}
.popup_gogo .care_flex .carebx.n15{background-image:url("/img/content/10health/01synth/carebx_icon15.png");}
.popup_gogo .care_flex .carebx.n16{background-image:url("/img/content/10health/01synth/carebx_icon16.png");}
.popup_gogo .care_flex .carebx.n17{background-image:url("/img/content/10health/01synth/carebx_icon17.png");}
.popup_gogo .care_flex .carebx.n18{background-image:url("/img/content/10health/01synth/carebx_icon18.png");}
.popup_gogo .care_flex .carebx.n19{background-image:url("/img/content/10health/01synth/carebx_icon19.png");}
.popup_gogo .care_flex .carebx.n20{background-image:url("/img/content/10health/01synth/carebx_icon20.png");}
.popup_gogo .care_flex .carebx.n21{background-image:url("/img/content/10health/01synth/carebx_icon21.png");}
.popup_gogo .care_flex .carebx.n22{background-image:url("/img/content/10health/01synth/carebx_icon22.png");}
.popup_gogo .care_flex .carebx.n23{background-image:url("/img/content/10health/01synth/carebx_icon23.png");}
.popup_gogo .care_flex .carebx.n24{background-image:url("/img/content/10health/01synth/carebx_icon24.png");}
.popup_gogo .care_flex .carebx.n25{background-image:url("/img/content/10health/01synth/carebx_icon25.png");}

/**팝업창**/
.popup_gogo .popup_wrap{position:absolute;width:700px;height:auto;top:30px;left:100px;padding:30px;background-color:#fff;box-shadow: 0 0 20px rgb(0,0,0,0.3);}
.popup_gogo .popup_wrap .close_popup{text-align:center;color:#fff;font-weight:500;padding:20px;background-color:#257dea;width:150px;margin:30px auto;cursor:pointer;}
.popup_gogo .popup_wrap .tab_cont h3.tit.h3_t{margin-top: 25px;}

.billet .proce_wrap .proce .tit img{margin-bottom:5px;}
.billet .proce_wrap .proce .txt_wrap .kakat{width:120px;text-align:center;font-weight:700;margin:20px 0 10px;background-color:#ffeb00;padding:10px;border-radius:20px;}

/*주의사항*/
.red_info .illu{background-repeat:no-repeat;background-size:295px;background-position:right 20px bottom 20px;padding:30px 40px 120px;border-radius:0 50px 0 50px;}
.red_info .illu.chk{background-image:url("/img/content/10health/01synth/red_info_bg01.png");border:1px solid #00cfcc;}
.red_info .illu.chk .check_tit{font-size:20px;font-weight:700;margin:20px 0;color:#00ab9c;}
.red_info .illu.chk ul li .bd{font-weight:600;color:#000;font-size:17px;}
.big_red_bd{font-weight:700;color:#000;}
.red_info .illu.yester{background-image:url("/img/content/10health/01synth/red_info_bg02.png");background-position:right -10px bottom 20px;border:1px solid #247bf2;}
.red_info .illu.yester .check_tit{font-size:20px;font-weight:700;margin:20px 0;color:#247bf2;}
.red_info .illu.today{background-size:auto;background-image:url("/img/content/10health/01synth/red_info_bg02-.png");border:1px solid #ff9d59;}
.red_info .illu.today .import{font-size:20px;font-weight:700;margin:20px 0;color:#ff7a1e;}
.red_info .illu.today .drugcage{margin-top:30px;}
.red_info .illu.today .drugcage .drug_color{width:210px;font-size:16px;font-weight:600;color:#fff;text-align:center;background-color:#ff9d59;padding:5px 0;margin:15px 0;border-radius:20px;}
.red_info .illu.today .drugcage .drug_color.bl{background-color:#247bf2;}
.red_info .illu.today .txt span{color:#000;font-weight:700;}
.red_info .illu.today ul li span{color:#000;font-weight:700;}

/* reser_wrap/bx는 common/css/03hospital.css의 응급실 안내박스와 같은 클래스를 써서(배경아이콘 emer_icon0N.png,
   min-height:275px 등이 새어 들어옴) health 전용으로 hreser_wrap/hbx로 이름을 분리했다 - 03hospital.css 쪽 기존 페이지는 무관 */
.red_info .hreser_wrap{display:flex;flex-wrap:wrap;}
.red_info .hreser_wrap .hbx{flex:48%;margin-right:2%;padding:40px;box-sizing:border-box;background-color:#fffad7;border-radius:25px;}
.red_info .hreser_wrap .hbx:last-child{margin-right:0;background-color:#eafcf6;}
.red_info .hreser_wrap .hbx .tit{text-align:center;color:#b75300;font-weight:700;font-size:20px;margin-bottom:20px;}
.red_info .hreser_wrap .hbx:last-child .tit{color:#056749;}

.red_info .real_import{border:1px solid #ddd;margin-top:30px;padding:30px;}

.red_info .gray_box{background-repeat:no-repeat;background-position:right 20px top 42px;background-size:25%;}
.red_info .gray_box.mri{background-image:url("/img/content/10health/01synth/red_info_bg05.png");padding-right: 195px;}
.red_info .gray_box.ct{background-image:url("/img/content/10health/01synth/red_info_bg04.png");background-position:right 20px top 80px;}
.red_info .gray_box.ct ul li{width:70%;}

.red_info .how_reser{display:flex;flex-wrap:wrap;}
.red_info .how_reser .hrbx{flex:48%;margin-right:2%;border:1px solid #207af5;padding:30px;padding-top:110px;box-sizing:border-box;background-repeat:no-repeat;background-position:center top 20px;}
.red_info .how_reser .hrbx.bdbr{background-image:url("/img/content/10health/01synth/red_info_icon01.png")}
.red_info .how_reser .hrbx.bblu{margin-right:0;background-image:url("/img/content/10health/01synth/red_info_icon02.png")}
.red_info .how_reser .hrbx .main_t{text-align:center;font-size:20px;font-weight:700;color:#000;margin-bottom:15px;}
.red_info .how_reser .hrbx .hrbx_wrap > p{font-weight:500;line-height:22px;color:#5a5a5a;margin-top:10px;display:flex;}
.red_info .how_reser .hrbx .hrbx_wrap > p span{width:75px;font-weight:700;color:#000;/*margin-right:10px;*/margin-top:0px;}

/*대장내시경 주의사항*/
.colon .illu{background-repeat:no-repeat;background-position:right 20px bottom 20px;padding:30px 40px 120px;border-radius:0 50px 0 50px;}
.colon .illu.confi{background-position:100% 100%;background-image:url("/img/content/10health/01synth/red_info_bg06.png");border:1px solid #ffa0f9;}
.colon .illu.confi .check_tit{font-size:20px;font-weight:700;margin:20px 0;color:#bd37d5;}
.colon .illu.confi .check_tit .little{font-size:16px;}
.colon .eat_drug .txt span{font-weight:700;color:#000;}
.colon .eat_drug .drug_img{display:flex;flex-wrap:wrap;gap: 2%;margin-top:20px;}
.colon .eat_drug .drug_img .codrug{flex:1;display: flex;flex-direction: column;justify-content: center;position: relative;border:1px solid #ddd; box-sizing:border-box;padding:30px;padding-top:150px;background-repeat:no-repeat;background-position:50% 20px;}
.colon .eat_drug .drug_img .codrug.n1{background-image:url("/img/content/10health/01synth/colon_bg01.gif");} 
.colon .eat_drug .drug_img .codrug.n2{background-image:url("/img/content/10health/01synth/colon_bg02.gif");} 
.colon .eat_drug .drug_img .codrug.n3{background-image:url("/img/content/10health/01synth/colon_bg03.gif");} 
.colon .eat_drug .drug_img .codrug.n4{background-image:url("/img/content/10health/01synth/colon_bg04.gif");}
.colon .eat_drug .drug_img .codrug p{text-align:center;}
.colon .eat_drug .drug_img.number .codrug{padding-top: 170px;background-position: 50% 45px;}
.colon .eat_drug .drug_img.number .codrug p span.num{display: flex;width: 30px;height: 30px;color: #fff;font-size: 14px;background: #000;align-items: center;justify-content: center;border-radius: 0 0 10px 10px ;position: absolute;top: -1px;left: 50%;margin-left: -15px;}
.colon .eat_drug .drug_img.number .codrug.n1{background-image:url("/img/content/10health/01synth/num_colon01.gif");} 
.colon .eat_drug .drug_img.number .codrug.n2{background-image:url("/img/content/10health/01synth/num_colon02.gif");} 
.colon .eat_drug .drug_img.number .codrug.n3{background-image:url("/img/content/10health/01synth/num_colon03.gif");} 
.colon .eat_drug .drug_img.number .codrug.n4{background-image:url("/img/content/10health/01synth/num_colon04.gif");}
.colon .eat_drug .drug_img.number .codrug.n5{background-image:url("/img/content/10health/01synth/num_colon05.gif");}
.colon .eat_drug .drug_img.number .codrug.n6{background-image:url("/img/content/10health/01synth/num_colon06.gif");}
.colon .eat_drug .drug_img.number .codrug.n7{background-image:url("/img/content/10health/01synth/num_colon07.gif");}
.colon .eat_drug .drug_img .codrug p.f_tit{text-align:center;font-size:18px;font-weight:700;margin-bottom:10px}
.colon .eat_drug .drug_img .codrug p.s_txt{text-align:center;}
.colon .gray_box.after h4.tit.h4_t{margin:0;font-size:20px;}
.colon .gray_box.after ul{margin:10px 0 20px;}


/********************태블릿********************/
@media all and (max-width:1024px){

#board .table_blist{font-size:16px;}

#board .table_blist tbody td.title{padding-left:15px;}
#board a,
#board .table_blist,
#board .table_blist tbody td.content{font-size:14px;}
.board_paginate a, .board_paginate strong{line-height:30px !important;}

.board_paginate a, .board_paginate strong{font-size:13px !important;width:30px;height:30px;line-height:30px;padding:0!important;}

.hi_hello .healthcen_wrap .txt{top: 220px;padding: 30px 35px;}
.hi_hello .healthcen_wrap .intro p{padding: 135px 0 80px;background: no-repeat 50% 20%;font-size: 24px;}

/*검진안내-검사정보*/
.popup_gogo .care_flex .carebx p{font-size:15px;}


/*검진안내-주의사항*/
.red_info .illu{background-size:250px;}
.red_info .illu.today{background-size:125px;}
.red_info .gray_box.mri{padding-right: 185px;}


/*검진안내-대장내시경 주의사항*/
.colon .illu.confi{background-size:200px;}
.colon .illu.confi .check_tit .little {font-size: 15px;display: block;line-height: 25px;}

}

/********************모바일********************/
@media all and (max-width:767px){

#board .table_blist{font-size:14px;}

#board span.category_color{font-size:13px;}
#board .table_blist tbody td.content{font-size: 13px;font-weight: 500;}
.board_paginate{margin-top:55px;}

select{padding: 8px 15px;width: 140px;}
#board .board_total_right li input{padding: 3px 1px;}
#board .board_total_left{padding-top:10px;}




/**/
#board .board_total_left{float:none;width:100%;margin-bottom:5px;}
#board .board_total_right{float:none;width:100%;}
#board .board_total_right .bunru{border:1px solid #dbdbdb;padding:15px 0;background:#f8f8f8;text-align:center;}
#board .board_total_right li{display:inline-block;float:none;}

/* View */
#board .table_bview table{table-layout:fixed;}
#board .table_bview tbody td.content img{display:block;width: 100% !important;min-width:300px;}

/* Paginate */
.board_paginate a, 
.board_paginate strong{width:30px;height:30px;line-height:30px;}

/* Button */
.board_button {clear:both;width:100%;display:inline-block;padding-top:8px;}
.board_button .fl {display:inline-block;width:100%;float:none;padding-bottom:15px;margin-bottom:15px;border-bottom:1px dashed #ccc;}
.board_button .fl ul{text-align:center;}
.board_button .fl ul li{display:inline-block;margin:0;float:none;}
.board_button .fr {float:none; overflow:hidden;width:100%;text-align:center;}
.board_button .fr a{float:none;display:inline-block;margin:0 2px;}
.board_button .fr a:first-child{margin:0 2px;}

.board_search {width:300px;margin:0 auto; margin-top:18px;}
.board_search ul li input.search_input {float:left;width:170px;}

#board .table_blist thead th,
#board .table_blist thead td{font-size: 14px;font-weight:normal;}

/*인사말*/
.hi_hello .healthcen_wrap .intro{background-position:50% 0;}
.hi_hello .healthcen_wrap .intro p{padding:85px 0;font-size:18px;background-size:50px;background-position:50% 13%;}
.hi_hello .healthcen_wrap .txt{top:150px;padding: 20px 25px;}

/*검진종류*/
/*.pdf_cont,
.pdf_cont02,
.pdf_cont03,
.pdf_cont04,
.pdf_cont05{padding:10px;}*/
.popup_gogo .care_flex .carebx p{font-size:15px;}

/*검진안내*/
.tatal_care{padding:10px;}
.tatal_care .care_service .main_info .mbx{flex:100%;background-size:50px;padding:5px;padding-top:65px;background-position:center top 10px;}
.tatal_care .care_service .main_info .mbx.tm_date{border-right:0;border-left:0;border-top: 1px dashed #ddd;border-bottom: 1px dashed #ddd;}
.tatal_care .care_service .main_info .mbx .bg_tit{font-size:17px;margin:10px 0;line-height:22px;}
.tatal_care .care_service .main_info .mbx.tm_date .bg_tit{margin:10px 0;}
.tatal_care .care_service .main_info .mbx.call .bg_tit{margin:10px 0;}
.tatal_care .care_service .main_info .mbx .bottom_cont{font-size:15px;}
.tatal_care .care_service .main_info .mbx .bottom_cont span{font-size:15px;}
.tatal_care .care_service .main_info .mbx.r_ready ul li{font-size:14px;margin-bottom:10px;width:auto;}

/*검진안내-진행순서*/
.num_progre{padding:10px;}

/*검진안내-검사정보*/
.popup_gogo .care_flex{margin-top:10px;}
.popup_gogo .care_flex .carebx{flex:50%;padding:20px 0;padding-top:90px;}
.popup_gogo .care_flex .carebx:nth-child(2n){border-right:1px solid #ddd;}
.popup_gogo .care_flex .carebx:nth-child(5){border-right:0;}
.popup_gogo .care_flex .carebx:nth-child(15){border-right:0;}
.popup_gogo .care_flex .carebx:nth-child(21),
.popup_gogo .care_flex .carebx:nth-child(22),
.popup_gogo .care_flex .carebx:nth-child(23),
.popup_gogo .care_flex .carebx:nth-child(24){border-bottom:0;}
.popup_gogo .care_flex .carebx:hover{border:1px solid #257dea;box-sizing:border-box;}

/*팝업창*/
.popup_gogo .popup_wrap{width:auto;top:auto;left:0;bottom:50%;padding:20px;}
.popup_gogo .popup_wrap.mb_pot{top:10%;bottom:auto;}
.popup_gogo .popup_wrap.mb_poa{bottom:16%;}
.popup_gogo .popup_wrap .tab_cont h3{margin-top:15px;}
.popup_gogo .popup_wrap .close_popup{width:65px;font-size:15px;padding:8px;margin:10px auto 0;}

/*검진안내-문진표*/
.billet {padding:10px;}
.billet .proce_wrap .proce .txt_wrap{padding-left:0;}
.billet .proce_wrap .proce .tit{background-position:left top 20px;font-size:16px;}
.billet .proce_wrap .proce .tit img{display:block;}
.billet .proce_wrap .proce .txt_wrap > p{font-size:14px;}

/*검진안내-주의사항*/
.red_info{padding:10px;}
.red_info .illu{padding:20px 20px 130px;background-size:150px;background-position:center bottom 20px;}
.red_info .illu.chk .check_tit{font-size:16px;margin:10px 0;}
.red_info .illu.chk ul li .bd{font-size:16px;}
.red_info .illu.yester{background-size:150px;background-position:center bottom 20px;}
.red_info .illu.yester .check_tit{font-size:16px;margin:10px 0;}
.red_info .illu.today{background-size:90px;padding-bottom:160px;}
.red_info .illu.today .import{font-size:16px;}
.red_info .illu.today .drugcage .drug_color{margin:8px 0;}

.red_info .hreser_wrap .hbx{flex:100%;padding:25px;margin-right:0;margin-bottom:25px;}
.red_info .hreser_wrap .hbx .tit{font-size:17px;}
.red_info .real_import{margin-top:15px;padding:20px;}

.red_info .gray_box.ct{background-image:none;}
.red_info .gray_box.ct ul li{width:100%;}
.red_info .gray_box.mri{padding-right:20px;background-image:none;}

.red_info .how_reser .hrbx{flex:100%;margin-right:0;background-size:50px;padding:20px;padding-top:75px;}
.red_info .how_reser .hrbx .main_t{font-size:17px;}
.red_info .how_reser .hrbx.bdbr{border-bottom:0;}
.red_info .how_reser .hrbx .hrbx_wrap > p{font-size:15px;}
.red_info .how_reser .hrbx .hrbx_wrap > p span{font-size:15px;}

/*문진표*/
.billet .proce_wrap .proce .txt_wrap .kakat{padding:7px;}

/*검진안내-대장내시경 주의사항*/
.colon{padding:10px;}
.colon .illu.confi{padding:20px 20px 130px;background-size:150px !important;}
.colon .illu.confi .check_tit{font-size:16px;margin:10px 0;}

.colon .eat_drug .drug_img .codrug{flex:100%;margin-right:0;margin-bottom:20px;background-size:100px;padding:20px;padding-top:95px;}
.colon .eat_drug .drug_img .codrug p.f_tit{font-size:16px;margin-bottom:10px;}
.colon .eat_drug .drug_img .codrug p.s_txt{font-size:15px;}
.colon .eat_drug .drug_img.number .codrug{background-size: auto;}

.colon .illu.confi .check_tit .little{line-height:normal;}


}



/********************모바일********************/
@media all and (max-width:450px){

.hi_hello .healthcen_wrap{margin-bottom: 95px;}

}


/********************모바일********************/
@media all and (max-width:330px){

.hi_hello .healthcen_wrap{margin-bottom: 140px;}

}

/********************웹********************/
@media all and (max-width:900px) {
.hi_hello .healthcen_wrap h3.tit.h3_t.mob_mt{margin-top:350px;}

}


/* ===== 원본: health/common/css/02cancer.css ===== */

.cancer_wrap .time_wrap{display:inline-block;width:100%;}
.cancer_wrap .time_wrap p{display:inline-block;position:relative;float:left;padding:50px 10px 50px 135px;margin-left:2.2%;box-sizing:border-box;width:48.9%;border-radius:20px;font-weight:500;font-size:16px;}
.cancer_wrap .time_wrap p:first-child{margin-left:0;}
.cancer_wrap .time_wrap p span{position:absolute;top: 50%;left: 35px;margin-top: -39px;margin-right:10px;background: #fff;width: 79px;height: 79px;line-height:79px;border-radius: 100px;box-sizing: border-box;font-weight:700;font-size:17px;text-align:center;}
.cancer_wrap .time_wrap p.bg01{background:#fffad7;}
.cancer_wrap .time_wrap p.bg01 span{color:#b75300;}
.cancer_wrap .time_wrap p.bg02{background:#eafcf6;}
.cancer_wrap .time_wrap p.bg02 span{color:#056749;}

/*문진표*/
.cancer_wrap .reserv_wrap{display:inline-block;/*margin-top:50px;*/width:100%;padding:70px 50px 70px 320px;background:url(/img/content/10health/03special/res_img01.png)no-repeat 30px 50%/245px;border: 1px solid #377bca;box-sizing:border-box;border-radius: 20px 0;}
.cancer_wrap .reserv_wrap .con_btn{color:#fff;background:#333;border:1px solid #333;}
.cancer_wrap .reserv_wrap .con_btn:hover{border:1px solid #247bf2;background: #247bf2;color: #fff;}
.cancer_wrap .reserv_wrap .tit{font-size: 26px;font-weight: 700;margin-bottom:10px;}
.cancer_wrap .reserv_wrap .txt{margin-bottom:10px;}



/********************태블릿********************/
@media all and (max-width:1024px){

.cancer_wrap .time_wrap p{padding-left:115px;}
.cancer_wrap .time_wrap p span{left:20px;}


}

/********************모바일********************/
@media all and (max-width:767px){

.cancer_wrap .time_wrap p{padding: 35px 10px 35px 100px;width:100%;margin:0;font-size: 15px;}
.cancer_wrap .time_wrap p span{margin-top: -33px;width:65px;height:65px;line-height:65px;font-size:15px;}
.cancer_wrap .time_wrap p.bg01{margin-bottom: 10px;}

.cancer_wrap .reserv_wrap{/*margin-top: 30px;*/padding: 180px 25px 30px 25px;background-size:180px;background-position:50% 30px;text-align: center;}
.cancer_wrap .reserv_wrap .tit{margin-bottom: 5px;font-size:20px;}
.cancer_wrap .reserv_wrap .con_btn:hover{height: 16px;line-height: 16px;}

}

/********************웹********************/
@media all and (min-width:1025px) {


}


/* ===== 원본: health/common/css/03special.css ===== */

.special_wrap .harm_list{display:inline-block;width:100%;}
.special_wrap .harm_list li{float:left;margin:0 0 1% 1%;padding:20px 0;width:18.9%;background:#ffe1e1;border: 1px solid #f99;text-align:center;}
.special_wrap .harm_list li.first{margin-left:0;}

.special_wrap .enfor_list{display:inline-block;width:100%;margin-bottom:15px;}
.special_wrap .enfor_list .enfor{display: table;float:left;padding:15px 0 0 5%;width:30%;background:url(/img/content/10health/03special/arrow02.png)no-repeat 6% 55%;text-align:center;}
.special_wrap .enfor_list .enfor:first-child{padding-left:0;}
.special_wrap .enfor_list .enfor .txt .num{position:absolute;top:-15px;left:50%;margin-left:-15px;width:30px;height:30px;line-height:30px;background:#22ac3b;box-shadow: 0 0 10px #9de4a3;border-radius:50%;color:#fff;font-size:15px;font-weight:700;}
.special_wrap .enfor_list .enfor .txt{position:relative;display: table-cell;vertical-align: middle;margin-top:15px;min-height:80px;height: 95px;background:#f2fced;line-height: 20px;font-weight: 600;}
.special_wrap .enfor_list .enfor.blue .txt{background: #edfcfc;}
.special_wrap .enfor_list .enfor.blue .txt .num{background: #00adb1;box-shadow: 0 0 10px #8ed5d7;}
.special_wrap .enfor_list .enfor.pur .txt{background: #fff7ff;}
.special_wrap .enfor_list .enfor.pur .txt .num{background: #8e6de2;box-shadow: 0 0 10px #ba9efb;}

.special_wrap .tel_box{display:inline-block;margin-top:20px;width:100%;}
.special_wrap .tel_box .tel{float:left;padding:30px 15px 30px 120px;width:48.9%;margin-left:2.2%;background:#f0fdff url(/img/content/10health/03special/tel_icon01.png) no-repeat 10% 50%;border-radius:15px;box-sizing:border-box;font-size:17px;font-weight:600;}
.special_wrap .tel_box .tel:first-child{margin-left:0;}
.special_wrap .tel_box .tel span{display:block;margin-bottom:5px;font-weight:700;font-size:18px;color:#00798e;}
.special_wrap .tel_box .tel.icon02{background-color:#e8feea;background-image:url(/img/content/10health/03special/tel_icon02.png);}

/*문진표*/
.special_wrap .reserv_wrap{display:inline-block;/*margin-top:50px;*/width:100%;padding:70px 50px 70px 320px;background:url(/img/content/10health/03special/res_img01.png)no-repeat 30px 50%/245px;border: 1px solid #377bca;box-sizing:border-box;border-radius: 20px 0;}
.special_wrap .reserv_wrap .con_btn{color:#fff;background:#333;border:1px solid #333;}
.special_wrap .reserv_wrap .con_btn:hover{border:1px solid #247bf2;background: #247bf2;color: #fff;}
.special_wrap .reserv_wrap .tit{font-size: 26px;font-weight: 700;margin-bottom:10px;}
.special_wrap .reserv_wrap .txt{margin-bottom:10px;}

.call_in{display:inline-block;width:100%;text-align:center;}
.call_in p{display:inline-block;padding:17px 20px 17px 50px;background:#254cb9 url(/img/content/03hospital/call_icon.png) no-repeat 20px 50%;color:#fff;font-weight:600;font-size:18px;border-radius:5px;}
.call_in p span{margin-right:15px;font-weight:700;}


/********************태블릿********************/
@media all and (max-width:1024px){

.special_wrap .tel_box .tel{padding-top:45px;min-height: 145px;}
.special_wrap .btn_wrap a{margin:0;}

.call_in p{font-size:17px;}
.call_in p span{margin-right:13px;}
}

/********************모바일********************/
@media all and (max-width:786px){

.special_wrap .tel_box .tel.icon02{padding-top:40px;}


}
/********************모바일********************/
@media all and (max-width:767px){

.call_in{margin-top:25px;}
.call_in p{padding: 13px 20px 13px 45px;background-size:15px;font-size: 14px;}
.call_in p span{margin-right:10px;}

.special_wrap .harm_list li{padding: 13px 0;width:48.8%;font-size:14px;}
.special_wrap .harm_list li.no2{margin-left:0}
.special_wrap .harm_list li.first.no3{margin-left:1%;}
.special_wrap .tel_box .tel{padding: 30px 10px 30px 90px !important;width:100%;margin:0 0 10px 0;min-height:auto;background-size:45px;background-position:25px 50%;font-size: 15px;}
.special_wrap .tel_box .tel span{font-size:16px;}

.special_wrap .tel_box{margin-top:10px;}
.special_wrap .enfor_list{margin-bottom:0;}
.special_wrap .enfor_list .enfor .txt .num{font-size:13px;}
.special_wrap .enfor_list .enfor{padding: 15px 0 15px 0;width:100%;}
.special_wrap .enfor_list .enfor .txt{height: 80px;}

.special_wrap .reserv_wrap{/*margin-top: 30px;*/padding: 180px 25px 30px 25px;background-size:180px;background-position:50% 30px;text-align: center;}
.special_wrap .reserv_wrap .tit{margin-bottom: 5px;font-size:20px;}
.special_wrap .reserv_wrap .con_btn:hover{height: 16px;line-height: 16px;}
}

/********************웹********************/
@media all and (min-width:1025px) {


}


/* ===== 원본: health/common/css/04student.css ===== */

/*학생건강검진*/
.student_health .student_info{border-top:2px solid #222;}
.student_health .student_info .h_proce{display:inline-block;margin-top:35px;width:100%;border-bottom: 1px solid #e5e5e5;}
.student_health .student_info .h_proce.first{margin-top:20px;}/*맨위여백너무넓을시*/
.student_health .student_info .h_proce.last{margin-bottom:50px;}
.student_health .student_info .h_proce p.tit{float:left;width:20%;font-size:20px;font-weight:700;line-height:25px;padding:0px 20px 40px 0;/*border-top:2px solid #000;*/box-sizing:border-box;}
.student_health .student_info .h_proce p.tit span{display:block;margin-bottom:3px;color:#0e5fcc;font-size:16px;font-weight:800;}
.student_health .student_info .h_proce .txt_wrap{float: left;width: 80%;margin-top: 1px;line-height: 23px;padding: 0px 0 40px 20px;box-sizing:border-box;}
.student_health .student_info .h_proce .txt{display:flex;margin-bottom: 15px;}
.student_health .student_info .h_proce .txt .left{float:left;width:25%;font-weight:700;color:#222;}
.student_health .student_info .h_proce .txt .right{width:75%;}
.student_health .student_info .h_proce .txt .right span{font-weight:600;margin-right:10px;}
.student_health .student_info .h_proce .txt{float:left;margin-left:2.2%;width:48.9%;padding:15px 30px 15px 55px;display: inline-block;border-radius: 10px;box-sizing:border-box;background:#ffe3d2 url(/img/content/05reserve/icon_call04.png) no-repeat 22px 50%;font-size:16px;color:#222;}
.student_health .student_info .h_proce .txt.first{margin-left:0;background-color:#fff4d2;background-image:url(/img/content/05reserve/icon_call03.png);}
.student_health .student_info .h_proce .txt span{margin-right: 10px;font-weight:800;}

.student_health .reserv_stu{margin-top:-5px;width:100%;padding:230px 0px 30px 0px;box-sizing:border-box;background:#f9fcff url(/img/content/05reserve/student_reserv.png) no-repeat 50% 45px/315px;text-align: center;border-bottom:1px solid #000;}
.student_health .reserv_stu .tit{font-size: 26px;font-weight: 700;margin-bottom:10px;}
.student_health .reserv_stu .con_btn{padding: 10px 25px;color: #247bf2;}
.student_health .reserv_stu .con_btn:hover{color: #fff;}

.student_health .map_img{position:relative;}
.student_health .map_img a.map_link{display:inline-block;position:absolute;bottom:0;right:20px;padding-top:53px;border-radius: 5px;background:#2d9b1f url(/img/content/05reserve/map_link.png) no-repeat 50% 13px/25px;width:95px;height:80px;box-shadow: 0 10px 20px rgb(0 0 0 / 16%);box-sizing:border-box;font-size:13px;font-weight:700;color:#fff;text-align:center;line-height: 18px;}
.student_health .map_img a.map_link:hover{background-color:#26841a;transition: 0.2s;}
.student_health .map_img img{border:1px solid #e5e5e5;}

.student_health ul.list.type{display: flex;justify-content: space-between;}
.student_health ul.list.type li{margin-top: 0;width: 50%;}


/******************************태블릿******************************/
@media all and (max-width:1024px){

/*학생건강검진*/
.student_health .map_img{height:auto;}
.student_health .reserv_stu .con_btn{height: 20px;line-height: 20px;}
.student_health .reserv_stu .tit{font-size:23px;margin-bottom: 5px;}

}


/******************************모바일******************************/
@media all and (max-width:768px){

/*학생건강검진*/
.student_health .student_info .h_proce{margin-top:0px;}
.student_health .student_info .h_proce.first{margin-top:0;}
.student_health .student_info .h_proce.last{margin-bottom: 25px;}
.student_health .student_info .h_proce .txt{width: 100%;margin: 0 0 10px 0;padding: 12px 16px 12px 55px;font-size: 14px;}
.student_health .student_info .h_proce .txt .left{width:20%;line-height: 19px;font-size: 15px;}
.student_health .student_info .h_proce .txt .right span.tel{padding: 3px 0px;font-size: 13px;}
.student_health .student_info .h_proce p.tit{float:none;padding: 20px 0px 0px 5px;width:auto;font-size:18px;}
.student_health .student_info .h_proce .txt_wrap{float:none;padding:10px 0 25px 10px;width:auto;font-size:14px;line-height:21px;border-top:0;}
.student_health .student_info .h_proce p.tit span{display:inline-block;margin: 3px 10px 3px;}

.student_health .reserv_stu{padding: 185px 0px 15px 0px;margin-top:0;background-size:250px;background-position:50% 35px;}
.student_health .reserv_stu .tit{font-size:19px;}
.student_health .reserv_stu .con_btn{height: 10px;line-height: 10px;}

.student_health .map_img a.map_link{right:15px;padding:0 0 0 40px;background-size:15px;background-position:15px 50%;width:130px;height:40px;font-size:13px;text-align:left;line-height: 40px;}

.student_health ul.list.type{flex-direction: column;}




}



/******************************480******************************/
@media all and (max-width:480px){



}



/***************web***************/
@media all and (min-width:1281px){

}

/* ===== 원본: health/common/css/05guide.css ===== */

/*오시는길*/
.map_wrap{position:relative;width:100%;}
.map_wrap .root_daum_roughmap .wrap_controllers{display: none;}
.map_wrap .root_daum_roughmap_landing .border2{display:block;}
.map_wrap .add_bx{display:flex;align-items: center;position:absolute;top:375px;left:50%;margin-left:-43%;padding:15px 35px;width:86%;border:1px solid #207af5;background:#fff;box-shadow:10px 10px 15px rgba(0 0 0 /5%);box-sizing:border-box;z-index:999;}
.map_wrap .add_bx p{float:left;padding:11px 0 11px 55px;width:50%;background:no-repeat 0 50%;font-size:18px;font-weight:600;line-height: 1.3;box-sizing:border-box;}
.map_wrap .add_bx p span{margin-right:20px;font-size:20px;font-weight:700;color:#207af5;}
.map_wrap .add_bx p.icon01{background-image:url(/img/content/02guide/icon_map01.png);}
.map_wrap .add_bx p.icon02{background-image:url(/img/content/02guide/icon_map02.png);}

.map_wrap .tra_wrap{display:inline-block;width:100%;margin-top:130px;padding-bottom:30px;/*border-bottom:1px solid #e5e5e5;*/}
.map_wrap .traffic{display:inline-block;width:100%;}
.map_wrap .traffic p.tit{float:left;width:22%;background:no-repeat left 50% bottom 40px;font-size:22px;font-weight:700;line-height:27px;padding-top: 170px;border-top:2px solid #000;text-align:center;}
.map_wrap .traffic p.tit.icon01{padding-top: 130px;background-image:url(/img/content/02guide/icon_traff01.png);}
.map_wrap .traffic p.tit.icon02{padding-top: 210px;background-image:url(/img/content/02guide/icon_traff02.png);}
.map_wrap .traffic p.tit.icon03{background-image:url(/img/content/02guide/icon_traff03.png);}
.map_wrap .traffic p.tit.icon04{background-position:left 50% bottom 65px;background-image:url(/img/content/02guide/icon_traff04.png);}
.map_wrap .traffic p.tit.icon05{background-image:url(/img/content/02guide/icon_traff05.png);}
.map_wrap .traffic p.tit.icon06{padding-top: 125px;background-position:left 50% bottom 65px;background-image:url(/img/content/02guide/icon_traff06.png);}
.map_wrap .traffic .txt_wrap{float: right;margin-top: 1px;padding: 50px 0 0 10px;width: 75%;border-top: 1px solid #e5e5e5;line-height: 23px;}
.map_wrap .traffic .txt_wrap p{margin-top: 15px;font-weight:500;}
.map_wrap .traffic .txt_wrap p:first-child{margin-top:0px;}
.map_wrap .traffic .txt_wrap p span{display:table;margin-bottom:5px;padding:3px 13px;background:#000;color:#fff;font-size:14px;font-weight:600;border-radius:5px;}
.map_wrap .traffic .txt_wrap p.car span{background:#f37873;}
.map_wrap .traffic .txt_wrap p.seat span{background:#50bb3b;}
.map_wrap .traffic .txt_wrap p.limou span{background:#af62dc;}
.map_wrap .traffic .txt_wrap p.bus span{background:#5a9cff;}
.map_wrap .traffic .txt_wrap p.txt span{display:inline-block;margin-right:15px;padding:2px 13px;background:#fff;border:1px solid #ccc;color:#222;}

/*주차안내*/
.parking img{display:block;margin:0 auto;}
.parking .fee_wrap{display:inline-block;position:relative;padding:30px 20px;width:100%;background:#fcfcfc;box-sizing:border-box;}

/*의료진소개*/
.hmedi_intro{display:inline-block;width:100%;padding:40px 30px 40px 280px;border-bottom: 2px solid #000;background:#f0fcff url(/img/content/10health/05guide/hmedi_img.png) no-repeat 30px 100%;box-sizing:border-box;}
.hmedi_intro .tit{margin-bottom:15px;font-size:20px;font-weight:700;color: #3264b3;}



/********************태블릿********************/
@media all and (max-width:1024px){

/*오시는길*/
.root_daum_roughmap_landing{width:100% !important;}
.map_wrap .add_bx p.icon01,.map_wrap .add_bx p.icon02{background-size:35px;}
.map_wrap .add_bx p span{margin-right:15px;font-size:18px;}
.map_wrap .add_bx p{padding-left:45px;}
.map_wrap .add_bx{padding:20px 25px;top: 390px;}
.map_wrap .traffic .txt_wrap p{font-size:16px;}
.map_wrap .traffic p.tit{font-size:19px;line-height: 24px;}
.map_wrap .traffic .txt_wrap p span,
.map_wrap .traffic .txt_wrap p.txt span{padding: 2px 12px;}

/*주차안내*/
.parking .fee_wrap{background-size: 95%;}
.parking .fee_wrap .bx{font-size:16px;}

/*검진안내-주의사항*/
.red_info .illu{background-size:225px;}
.red_info .illu.today{background-size:110px;}


/*검진안내-대장내시경 주의사항*/
.colon .illu.confi{background-size:215px;}


}

/********************모바일********************/
@media all and (max-width:767px){

/*오시는길*/
.root_daum_roughmap .wrap_map{height:300px !important;}
.map_wrap .add_bx{flex-direction: column;top:255px;padding: 5px 15px;}
.map_wrap .add_bx p{padding-left: 35px;width:100%;margin-right:10px;font-size:15px;}
.map_wrap .add_bx p span{margin-right:10px;font-size:15px;}
.map_wrap .add_bx p.icon01, 
.map_wrap .add_bx p.icon02{background-size: 25px;}
.map_wrap .traffic p.tit{width:100%;font-size: 18px;line-height: 22px;}
.map_wrap .traffic p.tit.icon01,
.map_wrap .traffic p.tit.icon03,
.map_wrap .traffic p.tit.icon05,
.map_wrap .traffic p.tit.icon06{padding:75px 0 20px;background-position:50% 30px;background-size:40px;}
.map_wrap .traffic p.tit.icon02,
.map_wrap .traffic p.tit.icon04{padding:75px 0 20px;background-position:50% 30px;background-size:25px;}
.map_wrap .traffic p.tit.icon06 br{display:none;}
.map_wrap .tra_wrap{margin-top:95px;}
.map_wrap .traffic .txt_wrap{width:100%;padding-top:25px;}
.map_wrap .traffic .txt_wrap p{font-size:15px;}
.map_wrap .traffic .txt_wrap p span{display:inline-block;margin-right:10px;font-size:13px;}
.map_wrap .traffic .txt_wrap p.txt span{margin-right:10px;padding:1px 9px;font-size:13px;}

/*검진안내-주의사항*/
.red_info{padding:10px;}
.red_info .illu{padding:20px 20px 130px;background-size:150px;background-position:center bottom 20px;}
.red_info .illu.chk .check_tit{font-size:16px;margin:10px 0;}
.red_info .illu.chk ul li .bd{font-size:15px;}
.red_info .illu.yester{background-size:150px;background-position:center bottom 20px;}
.red_info .illu.yester .check_tit{font-size:16px;margin:10px 0;}
.red_info .illu.today{background-size:90px;padding-bottom:160px;}
.red_info .illu.today .import{font-size:16px;}
.red_info .illu.today .drugcage .drug_color{margin:8px 0;}

.red_info .hreser_wrap .hbx{flex:100%;padding:25px;margin-right:0;margin-bottom:25px;}
.red_info .hreser_wrap .hbx .tit{font-size:17px;}
.red_info .real_import{margin-top:15px;padding:20px;}

.red_info .gray_box.mri,
.red_info .gray_box.ct{background-image:none;}
.red_info .gray_box.ct ul li{width:100%;}

.red_info .how_reser .hrbx{flex:100%;margin-right:0;background-size:50px;padding:20px;padding-top:75px;}
.red_info .how_reser .hrbx .main_t{font-size:17px;}
.red_info .how_reser .hrbx.bdbr{border-bottom:0;}
.red_info .how_reser .hrbx .hrbx_wrap > p{font-size:15px;}
.red_info .how_reser .hrbx .hrbx_wrap > p span{font-size:15px;}

/*의료진*/
.hmedi_intro{padding: 25px 20px 120px 20px;background-size: 160px;background-position:50% 100%;}
.hmedi_intro .tit {margin-bottom: 10px;font-size: 18px;}

}

/********************웹********************/
@media all and (min-width:1025px) {


}
