123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552 |
- /*
- M-Care Plus Mobile CSS
- 1. 공통 CSS는 mplus.common.css에 설정
- */
- @charset "UTF-8";
- @import "mplus.common.css";
- @media all and (max-width: 720px) {
- /* html, body {
- width: 100%;
- height: 100%;
- -webkit-text-size-adjust: none;
- -moz-text-size-adjust: none;
- -ms-text-size-adjust: none;
- -webkit-overflow-scrolling: touch;
- }
- body, ul, ol, li {
- margin: 0;
- padding: 0;
- }
- ul, ol {
- list-style: none;
- }
- body {
- font-family: Arial, 맑은 고딕, malgun gothic, AppleGothicNeoSD, Apple SD 산돌고딕 Neo, Microsoft NeoGothic, Droid sans, sans-serif;
- font-size: 15px;
- font-weight: 400;
- letter-spacing: -0.02em;
- margin: 0;
- padding: 0;
- color: #777;
- }
- div, td{
- -ms-user-select: none;
- -moz-user-select: -moz-none;
- -khtml-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- }
- a,
- a:hover,
- a:focus {
- color: inherit;
- text-decoration: none;
- transition: all 0.3s;
- }
- .navbar {
- padding: 15px 10px;
- background: #fff;
- border: none;
- border-radius: 0;
- margin-bottom: 40px;
- box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
- }
- .navbar-btn {
- box-shadow: none;
- outline: none !important;
- border: none;
- }
- .line {
- width: 100%;
- height: 1px;
- border-bottom: 1px dashed #ddd;
- margin: 40px 0;
- }
- */
- /* ---------------------------------------------------
- Main Menu
- ----------------------------------------------------- */
- /* #divMainMenu {
- width: 300px;
- position: fixed;
- top: 0;
- right: -1000px;
- height: 100vh;
- z-index: 999;
- background: #7386D5;
- color: #fff;
- transition: all 0.3s;
- overflow-y: scroll;
- box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
- }
- #divMainMenu.active {
- right: 0;
- }
- #dismiss {
- width: 35px;
- height: 35px;
- line-height: 35px;
- text-align: center;
- background: #7386D5;
- position: absolute;
- top: 10px;
- right: 10px;
- cursor: pointer;
- -webkit-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3s;
- }
- #dismiss:hover {
- background: #fff;
- color: #7386D5;
- }
- .overlay {
- display: none;
- position: fixed;
- width: 100vw;
- height: 100vh;
- background: rgba(0, 0, 0, 0.7);
- z-index: 998;
- opacity: 0;
- transition: all 0.5s ease-in-out;
- }
- .overlay.active {
- display: block;
- opacity: 1;
- }
- #divMainMenu .sidebar-header {
- padding: 20px;
- background: #6d7fcc;
- }
- */
- /* ---------------------------------------------------
- CONTENT STYLE
- ----------------------------------------------------- */
- /* #divContent {
- padding: 10px;
- min-height: 100vh;
- transition: all 0.3s;
- top: 0;
- right: 0;
- } */
- /* ---------------------------------------------------
- quick menu
- ----------------------------------------------------- */
- /* #divQuickMenu {
- width: 150px;
- position: fixed;
- top: 0px;
- right: -1000px;
- height: 100vh;
- z-index: 999;
- background: #7386D5;
- color: #fff;
- transition: all 0.3s;
- overflow-y: scroll;
- box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
- }
- #divQuickMenu.active {
- right: 0px;
- } */
- /* ---------------------------------------------------
- modal fullscreen
- ----------------------------------------------------- */
- .modal-full {
- min-width: 100%;
- min-height: 100%;
- background-color: rgba(255,255,255,1);
- margin: 0;
- }
- .modal-full .modal-content {
- min-height: 100vh;
- }
- /* .modal-full .modal-body {
- margin-bottom: 55px;
- } */
- /* ---------------------------------------------------
- loading ...
- ----------------------------------------------------- */
- .wrap-loading{
- z-index: 9999;
- position: absolute;
- padding: auto;
- width: 100%;
- height: 100vh;
- background-color: rgba(0,0,0,0.1);
- top: 0px;
- }
- .loader {
- position: absolute;
- top:50%;
- left:50%;
- margin-left: -25px;
- margin-top: -25px;
- }
- /* ---- Publishing CSS { ---- */
- /* ---- 3줄 collapse 설정 { ---- */
- .chart-info2 .chart-title .row div{padding:5px 0;font-size:13px;}
- .main_fixed_wrap .chart-info2 div p{display:block}
- .container-fluid .chart-info2.list{width:100%;padding:324px 16px 16px 16px}
- .container-fluid .chart-info2.list.up{padding-top:192px;}
- .main_fixed_wrap .chart-info2{width:100%;padding:0 16px 4px 16px;}
- .chart-info2 .chart-content div p{display:block;font-size:14.5px}
- .chart-info2 .chart-content .row div:nth-child(odd){padding:12px 0px 4px 4px} .chart-info2 .chart-content .row div:nth-child(even){padding:4px 0px 12px 4px}
- .chart-info2 .chart-content .row div.p-info-02 p:first-child{overflow:hidden;text-overflow: ellipsis;white-space: nowrap;width:80px;margin:0 auto}
- .chart-info2 .chart-content.same-name .row:before{height:72px}
- .chart-info2.list .chart-content div p:last-child:before{content:""}
- .chart-info2 .chart-content .row div.p-info-02, .chart-info2 .chart-content .row div.p-info-03, .chart-info2 .chart-content .row div.p-info-04 {padding: 16px 0;}
- .chart-info2.prescription span.ascending::before{border-bottom: solid 9px #0067a1;border-left: solid 5px transparent;border-right: solid 5px transparent;content: "";}
- .chart-info2.prescription span.descending::before{border-top: solid 9px #0067a1;border-left: solid 5px transparent;border-right: solid 5px transparent;}
- .chart-info2.prescription{padding-top:15px;}
- .container-fluid .chart-info2.list.prescription{padding-top:0px;}
- .chart-info2.prescription{padding-top:15px;}
- .container-fluid .chart-info2.list.prescription{padding-top:0px;}
- .main_fixed_wrap .collapse2{height: 132px;transition: all 0.2s;overflow: hidden;}
- .main_fixed_wrap .collapse2.up{height: 0 !important;}
- .collapse2 .row div{padding:0;padding-right:4px;height:40px;line-height:40px;font-size:13px}
- .collapse2 .row div:last-child{margin-right:0}
- .container-fluid .main_fixed_wrap .collapse2{height:132px}
- /* ---- 3줄 collapse 설정 } ---- */
- /*---- 검사결과 조건 ---- */
- .select_toggle button, .select_toggle input, .select_toggle select{ height:40px;}
- /*---- 환자목록 환자명 ----*/
- .lbl_patient_name { color: #ffa71c; font-weight: bold;}
- /*---- 환자목록 생년월일 ----*/
- .lbl_patient_birth { color: #01aa01; font-weight: bold;}
- /* ---- Publishing CSS } ---- */
- } /* end of @media all and (max-width: 768px) */
- /* ---- Publishing CSS { ---- */
- /* 기 본 공 통 영 역 */
- *{ box-sizing: border-box; font-family: 'NSR', Sans-serif; letter-spacing: -0.5px }
- body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}
- /*html{overflow-y:scroll}*/
- html,body{position:relative;height:auto}
- body{color:#444444;}
- img{ vertical-align: middle;}
- img,fieldset{border:0}
- ul,ol{list-style:none}
- em,address{font-style:normal}
- table { width: 100%; border-collapse: collapse; }
- a{text-decoration:none;color:#444444}
- a:hover,a:active,a:focus{text-decoration:none}
- hr{display:none}
- legend{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}
- caption{visibility:hidden;overflow:hidden;width:1px;height:1px;font-size:0;line-height:0}
- img,button{border:0}
- label,button,a{cursor:pointer}
- a:active{background-color:transparent}
- @media (max-width:720px) {/*720미만*/
- body{line-height:1.5}
- body .container{width:100%;}
- .container-fluid .navigation{padding:17px 0;}
- .container-fluid .navigation h1{font-size:26px;line-height:1.2}
- .navigation .navi_menu_wrap button{top:18px;font-size:32px;}
- .main_fixed_wrap .select_toggle input,.main_fixed_wrap .select_toggle select{font-size:14px;line-height: 40px;height: 40px;text-indent:1px}
- .main_fixed_wrap .select_toggle select{background: #fff url(../images/publishing/select_arrow.png) no-repeat right 7px center;background-size: 13px;}
- .main_fixed_wrap .dropdown{padding:10px 20px;margin-bottom:10px;}
- .main_fixed_wrap .dropdown button.dropdown_btn{width:40px;height:34px;background-size: 20px;}
- .main_fixed_wrap .dropdown button.dropdown_btn.on{background: url(../images/publishing/dropdown_down.png) no-repeat center;background-size:20px; }
- .main_fixed_wrap .dropdown button.submit{font-size:16px;bottom:10px}
- .main_fixed_wrap .dropdown button.reset{font-size:16px;bottom:10px}
- .chart-info .chart-title .row div{padding:5px 0;font-size:13px;}
- .main_fixed_wrap .chart-info div p{display:block}
- .chart-content .row div{font-size:15px;line-height: 20px;}
- .container-fluid .chart-info.list{width:100%;padding:283px 16px 16px 16px}
- .container-fluid .chart-info.list.up{padding-top:192px;}
- .main_fixed_wrap .collapse{height: 92px;transition: all 0.2s;overflow: hidden;}
- .main_fixed_wrap .collapse.up{height: 0 !important;}
- .select_toggle #datepicker{background: #fff url(../images/publishing/cal.png) no-repeat right 8% center;background-size: 20px;}
- .navigation .navi_menu_wrap button.left_menu_btn{left:16px;}
- .navi_menu_wrap .right_menu_btn{right:20px;}
- .side-right .nav-right-title{padding: 14px 0 !important;font-size: 14px;line-height: 18px;}
- .side-right .nav-right a i{position:inherit;height:100%;top:0;left:0;display:flex;flex-direction: column;justify-content: center;margin-right:0;}
- .nav-right .side-right .nav-right.list-group div{padding:0}
- .list-group-item.item-4 i{font-size:28px;}
- .side-right .nav-right a{padding:0;height:11%;font-size:15px;}
- .side-right .nav-right a span{margin-left:0}
- .side-right .nav-right-bar{font-size:16px;}
- .side-left #mainMenu .menu_top{height: 76px;}
- .side-left #mainMenu .menu_top h5{font-size: 30px;line-height: 72px;}
- .side-left #mainMenu .menu_top div{width:55%;padding:12px 0 12px 16px;}
- .side-left #mainMenu .menu_top .name p{font-size:21px;line-height: 28px;}
- .side-left #mainMenu .menu_top .name span{font-size:15px;}
- .side-left #mainMenu .menu_top .btn button{font-size:30px;}
- .side-left #mainMenu .menu_item h5{font-size:17px;}
- .side-left #mainMenu .menu_item ul i{font-size:23px;}
- .side-left #mainMenu .menu_item ul span{font-size:15px;margin-top:-4px;}
- .side-left #mainMenu .menu_item ul li{padding: 28px 0 22px 0;height: 103px;}
- .side-left #mainMenu .menu_item.treatment h5{padding: 94px 0px 93px 0;font-size:17px}
- .side-left #mainMenu .menu_item.schedule h5{padding: 32px 0 31px 0;line-height:1.2}
- .side-left #mainMenu .menu_item.search h5{padding:41px 0;line-height:1.2}
- .side-left .nav-left .btn_wrap{padding:18px 6%;}
- .side-left .nav-left .btn_wrap button{font-size:15px;}
- .side-left #mainMenu .menu_top .btn{float:right;padding-top:30px;width:29%;height: 76px;padding:25px 0;}
- .side-left #mainMenu .menu_top .btn button{color:#333333;font-size:40px;background: none;opacity: 1;}
- .side-left #mainMenu .menu_top .btn button.close{float:right;width: 22px;height: 22px;background: url(../images/publishing/ico_close_main.png) no-repeat;background-size: 22px;margin-right:20px}
- .side-left #mainMenu .menu_top .btn button.setting{float:left;width: 24px;height: 24px;background: url(../images/publishing/ico_setting.png) no-repeat;background-size: 24px;margin-left:20px;margin-right:0;}
- .navigation .navi_menu_wrap button.left_menu_btn{width: 30px;height: 30px;background: url(../images/publishing/ico_menu.png) no-repeat left center;background-size: 26px;}
- .navigation .navi_menu_wrap button.right_menu_btn{width: 30px;height: 35px;background: url(../images/publishing/ico_doctor.png) no-repeat left center;background-size: 22px;}
- .navigation .navi_menu_wrap button.right_menu_btn{top:16px;left:92%}
- .side-left #mainMenu .menu_top .name span a{display: inline-block;width: 24px;height: 24px;background: url(../images/publishing/ico_pen.png) no-repeat;background-size: 18px;}
- .menu_wrap .side-right .side-right-content .inner{width: 100px;height:100%;box-shadow: 0px 3px 15px 3px #00000052;border-top-left-radius:0.4em;border-bottom-left-radius: 0.4em;}
- .side-left #mainMenu .menu_item.search i{height: 40px;}
- .side-left #mainMenu .menu_item.search .nfc i{background: url(../images/publishing/ico_nfc_main.png) no-repeat center top;background-size:30px;}
- .side-left #mainMenu .menu_item.search .qr i{background: url(../images/publishing/ico_qr_main.png) no-repeat center 3px;background-size:30px;}
- .side-left #mainMenu .menu_item.search .bar i{background: url(../images/publishing/ico_bar_main.png) no-repeat center 7px;background-size:36px;}
- .side-left #mainMenu .menu_item.search .down i{background: url(../images/publishing/ico_down_main.png) no-repeat center 7px;background-size:36px;}
- /* 1210 */
- /* .side-right{opacity:0;} */
- .collapse .row div{padding:0;padding-right:4px;height:40px;line-height:40px;font-size:13px}
- .collapse .row div:last-child{margin-right:0}
- .menu_wrap .side-right .side-right-content {overflow-y:hidden;;}
- .menu_wrap .side-right .side-right-content,
- .menu_wrap .side-right .side-right-overlay {transform: translateX(100%);right: 0;left:auto;transition: all .3s ease-in-out 0s;}
- .menu_wrap .side-right.active .side-right-overlay,.menu_wrap .side-left.active .side-left-overlay{opacity:0}
- .side-right.active .side-right-content {transform: translateX(0);}
- .side-right.active .side-right-overlay {opacity: 1;transform: scale(1);height:100vh;}
- .menu_wrap .side-right .side-right-content {padding-left:20px;}
- .fixed_navi_wrap{position:static;top:0;left:0;width: 100%;z-index: 11;box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.35);}
- .container-fluid .main_fixed_wrap .select_toggle{width:100%;padding:8px 16px 0 16px;border:none}
- .navigation .navi_menu_wrap button.right_menu_btn{display:block;}
- .main_fixed_wrap .dropdown{width:100%}
- .container-fluid .fixed_navi_wrap.main{width:100%}
- /* .container-fluid .main_fixed_wrap{padding-top:0} */
- .main_fixed_wrap .chart-info{width:100%;padding:0 16px 4px 16px;}
- .side-right-content .nav-right-title{margin:0;padding:5px 0 !important;font-size:14px;font-weight: bold;line-height:18px;color:#3e4ea2;border-bottom:2px solid #3b5cb5;text-align: center;background:#fff;border-top-left-radius: 9px ;}
- .side-right-content .nav-right.list-group{height:100%;text-align:center;margin-bottom:0}
- .side-right-content .nav-right-title{height:auto;}
- .side-right-content .nav-right-title span{display:block}
- .side-right-content .nav-right a span{display: block;font-size:14px}
- .side-right-content .nav-right-bar{margin-bottom:10px;background:#0067a1;font-size:14px}
- .side-right-content .list-group-item.search{display: block;width: 40px;height: 40px;border: none;}
- .select_toggle input, .select_toggle select{height:40px}
- .container-fluid .main_fixed_wrap .collapse{height:92px}
- .dropdown button.dropdown_btn{width: 40px;height: 34px;}
- .dropdown{padding:10px 20px}
- .chart-info .chart-content div p{display:block;font-size:14.5px}
- .chart-info .chart-content .row div:nth-child(odd){padding:12px 0px 4px 4px} .chart-info .chart-content .row div:nth-child(even){padding:4px 0px 12px 4px}
- .chart-info .chart-content .row div.p-info-02 p:first-child{overflow:hidden;text-overflow: ellipsis;white-space: nowrap;width:80px;margin:0 auto}
- .chart-info .chart-content.same-name .row:before{height:72px}
- .chart-info.list .chart-content div p:last-child:before{content:""}
- .nav-right a i{height:auto}
- .select_toggle .shinhan .cst-control-label{display:block;padding-left:15px;font-weight:400;font-size:14px}
- .select_toggle .shinhan .cst-control-label span{display:none}
- .select_toggle .shinhan .cst-control-label::before{width:20px;height:20px;top:11px;left:2px;transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
- .select_toggle .shinhan .cst-control-label::after{left:9px;top:13px;width:7px;height:14px;}
- .custom-control.shinhan{font-size:14px}
- .custom-control-input{position:absolute;z-index:-1;opacity:0}
- .menu_wrap .side-left .side-left-content{overflow-y: auto;width:90%;transform: translateX(-100%);}
- .menu_wrap .side-left.active .side-left-content {transform: translateX(0%);border: none;border-top-right-radius:0.5em;border-bottom-right-radius: 0.5em;border-top-left-radius:0;border-bottom-left-radius: 0}
- .nav-right .list-group-item.item-2 i:before, .nav-right .list-group-item.item-3 i:before, .nav-right .list-group-item.item-4 i:before, .nav-right .list-group-item.item-5 i:before, .nav-right .list-group-item.item-6 i:before{font-size:24px}
- .nav-right.list-group .list-group-item.on::before{display:block;left: -20px;transform: rotate(-90deg);}
- .chart-info .chart-content .row div.p-info-02, .chart-info .chart-content .row div.p-info-03, .chart-info .chart-content .row div.p-info-04 {padding: 16px 0;}
- .menu_wrap .side-right .nav-right.list-group div{padding:0}
- .sub_wrap.layout_has_fixed_bottom{padding-bottom: 60px;}
- /* 당직일정 */
- /* common */
- .container.container-fluid.duty .select_toggle .col-xs-2 button{width:33px;height:33px;line-height:100%}
- .duty .collapse .row{padding:0}
- .duty .collapse .row div{height:100%;line-height:1.5em}
- .duty .collapse .row div.wave{margin:0 10px}
- .duty .collapse .row div.starting-date .data-year, .duty .collapse .row div.ending-date .data-year{font-size:12px}
- .duty .collapse .row div.starting-date .data-day, .duty .collapse .row div.ending-date .data-day{font-size:18px}
- .container.container-fluid.duty .main_fixed_wrap .collapse{height:134px}
- .container-fluid.duty .duty-schedule{padding-top:245px}
- .container-fluid.duty .duty-schedule.up{padding-top:115px}
- .duty-schedule .duty-tit{height:90px}
- .duty-schedule .duty-tit div{padding:0;margin:0}
- .duty-schedule .duty-tit:first-child p, .duty-schedule .duty-tit button{font-size:11.8px}
- .duty-schedule .duty-tit div button span{font-size:15.34px}
- .duty-schedule .duty-tit:first-child p, .duty-schedule .duty-tit button{padding:16px 0}
- .container.container-fluid.duty .duty-person div:first-child span{font-size:12.98px}
- .container.container-fluid.duty .duty-person div:first-child{font-size:13px; padding-top: 3px}
- .container.container-fluid.duty .duty-person div p{padding:3px 0;font-size:11px}
- .container.container-fluid.duty .duty-person.ICU div:first-child{font-size:13px}
- /* personal */
- .container-fluid.duty.personal .duty-schedule{padding-top:290px}
- .container-fluid.duty.personal .duty-schedule.up{padding-top:150px}
- .personal .duty-schedule .duty-tit:first-child p{padding:0}
- .personal .duty-schedule .duty-tit{padding:0}
- .duty-schedule .duty-calendar p{font-size:15.36px}
- }
- /* sub */
- @media (max-width:576px) {/*576미만*/
- p.patient-name{font-size: 22px;padding-left:42px;line-height: 35px;background: url(../images/publishing/patient_icon01.png) no-repeat;background-size: 25px;}
- .patient-info{font-size:16px;}
- .chart-view-item .btn{font-size:15px;padding:7px 7px;}
- .chart-view-item .btn.icon-btn{padding:50px 0 10px 0;;}
- .chart-view-item .icon-btn.camera-icon{background: #fff url(../images/publishing/patient_icon02.png) no-repeat center 15px;background-size:30px; }
- .chart-view-item .icon-btn.eye-icon{background: #fff url(../images/publishing/patient_icon03.png) no-repeat center 15px;background-size:38px; }
- .chart-view-item .icon-btn.medicine-icon{background: #fff url(../images/publishing/patient_icon04.png) no-repeat center 10px;background-size:31px; }
- .chart-notice .notice{font-size:13px;}
- .chart-notice .text{font-size:15px;}
- .chart-view-top{padding-top:5px;}
- .patient-info span.description{padding-top:5px;}
- .chart-view-item .view-item-title{padding-top:0px;font-size:16px;margin-bottom:3px;}
- .chart-view-item{margin-top:5px;}
- .notice-more-btn{padding-left:36px;background: url(../images/publishing/more_btn.png) no-repeat left center; background-size:30px;font-size:17px;line-height: 30px;color:#222222;}
- .chart-notice{padding:25px 0 18px 0;}
- .go-top-btn{position: absolute;bottom: 24px;right: 22px;height: 42px;width: 42px;background: #fff url(../images/publishing/top_btn.png) no-repeat center; background-size: 18px;}
- .chart-view-history-top .patient-info span:last-child{display: block;float: inherit;padding-top:8px;}
- .view-history-text{font-size:18px;line-height: 28px;}
- .inquiry-btn{font-size:16px;line-height: 48px;}
- .input-date-wrap{padding:10px 0;font-size:16px;border-left:0;}
- .history-card p{font-size:16px;}
- .history-card p span{display: block;float:inherit;}
- .history-card .icon-wrap{font-size:16px;}
- .inquiry-slide-btn{font-size:16px;}
- .inquiry-slide-btn::after{width: 10px;height: 10px; border-left: 3px solid #c1c2c4;border-top: 3px solid #c1c2c4;}
- .modal-body{font-size:16px;line-height: 24px;padding:30px 15px !important;}
- .modal-title{font-size:18px;}
- .modal-header .close{font-size: 28px;padding: 0;line-height: 20px;margin: 0;margin-top:4px;margin-right:-5px;}
- .btn-dialog, .btn-dialog-blue{font-size:16px;padding:0px 5px !important;}
- .bottom-fixed-menu button{font-size:17px;line-height: 50px;}
- .custom-control{font-size:16px;padding:12px 7px 12px 60px !important;}
- .cst-control-label::before{top:-3px;left:-47px;width: 30px;height: 30px;}
- .cst-control-label::after{top:2px;left:-36px;width: 9px;height: 16px;}
- .modal-header{padding:0.7rem 1.5rem 0.5rem 1.5rem!important}
- .modal-footer{padding:0.7rem 1.5rem 0.7rem 1.5rem!important}
- .chart-view-item + .chart-view-item{margin-top:5px;}
- .container-fluid.sub{padding-top:90px;}
- .layout_has_fixed_bottom{padding-bottom:75px;}
- .input-date-wrap .date{background: url(../images/publishing/cal.png) no-repeat right 6px center;background-size: 19px;}
- .navi_menu_wrap button.page_close_btn{width: 25px;height: 25px;background: url(../images/publishing/ico_close.png) no-repeat center;background-size:25px;margin-top:3px;}
- .chart-view-item .view-item-title i{font-size:21px;}
- .chart-view-item .view-item-title i.icon-patient02{margin-right:7px;}
- .patient-info span:last-child a.sms{width: 24px;height: 24px;background: url(../images/publishing/ico_talk.png) no-repeat center;background-size: 24px;margin-right:10px;}
- .patient-info span:last-child a.smssub{width: 20px;height: 20px;background: url(../images/publishing/ico_talk.png) no-repeat center;background-size: 18px;margin-right:5px;vertical-align: middle;}
- .patient-info span:last-child a.tel{width: 24px;height: 24px;background: url(../images/publishing/ico_phone.png) no-repeat center;background-size: 24px;}
- .patient-info span:last-child a.telsub{width: 20px;height: 20px;background: url(../images/publishing/ico_phone.png) no-repeat center;background-size: 18px;margin-right:5px;vertical-align: middle;}
- .patient-info span:last-child{line-height: 24px;}
- .patient-name + .patient-info{float: right;padding-top:10px;}
- .cst-control-label{font-size:16px;}
- /* 복약안내 */
- .drug_nm:before{
- content: '';
- width: 1em;
- height: 1em;
- display: inline-block;
- vertical-align: middle;
- background: url(../images/mobile/pill_icos.png) no-repeat center center;
- background-size: 1em auto;
- position: absolute;
- left: 0;
- }
- .poc-demo {display: none !important;}
- .custom-radio .cst-control-label::after{width: 30px;height: 30px;top: -3px;
- left: -47px;}
- }
- @media (max-width: 400px){/*400미만*/
- p.patient-name{font-size: 20px;}
- .chart-view-item .btn{font-size:13px;letter-spacing:-0.5px;padding:6px 3px;}
- }
- /* sub */
- @media (max-width:375px) {/*576미만*/
- /*576미만 font수정*/
- .main_fixed_wrap .select_toggle input,.main_fixed_wrap .select_toggle select{font-size:11px;line-height: 40px;height: 40px;text-indent:1px}
- .chart-info .chart-title .row div{padding:5px 0;font-size:10px;}
- .chart-content .row div{font-size:10px;line-height: 20px;}
- .select_toggle button, .select_toggle input, .select_toggle select{ font-size: 12px;}
- .chart-info .chart-content div p{display:block;font-size:10px}
- .patient-info{font-size:14px;}
- .select_toggle .shinhan .cst-control-label{display:block;padding-left:15px;font-weight:400;font-size:12px}
- /* end */
- }
- @media (max-width: 576px){
- .chart-view-item{margin-top:10px;}
- .chart-view-item+.chart-view-item{margin-top:10px;}
- .chart-view-item + .chart-view-item{margin-bottom:20px;}
- .chart-notice{padding:20px 15px;}
- .chart-view-top{padding-top:16px;}
- .view-history-text{font-size:16px;line-height: 26px;}
- .patient-info{padding-top:10px;}
- .row.description{margin-top:15px;}
- .description + .description{margin-top:10px;}
- .login_wrap .logo_wrap{padding-top: 37%;}
- /*.login_wrap .input_line{border-bottom:2px solid #fff;}*/
- .login_wrap .input_line{border-bottom:2px solid #226f4a;}
- .login_wrap .input_line label{width: 30%;font-size:16px;line-height: 30px;}
- .login_wrap .input_line input{width: 66%;font-size:16px;line-height: 30px;}
- .login_wrap .input_line + .input_line{margin-top:22px}
- /*.login_wrap button{border:2px solid #fff;font-size:16px;padding:12px 0;margin-bottom:12px;}*/
- .login_wrap button{border:2px solid #226f4a;font-size:16px;padding:12px 0;margin-bottom:12px;}
- .login_wrap .footer{font-size:13px;padding:10px 0 20px 0;}
- .login_wrap .checkbox_wrap{margin:3px 0;}
- .login_wrap .checkbox_wrap .custom-control:first-child {margin-left: 0;}
- .login_wrap .custom-control{ padding: 12px 7px 12px 37px !important;}
- .login_wrap .inner {width: calc(100% - 20%);}
- .login_wrap .cst-control-label::before{left:-36px;}
- .login_wrap .cst-control-label::after{left:-25px;}
- .login_wrap .cst-control-label{font-size:14px;line-height: 26px;}
- .often_use_login{padding:40px 15px;}
- .often_use_login h5{font-size:18px;}
- .often_use_login p{font-size:14px;line-height: 22px;}
- .often_use_login .pic{padding:20px 0;}
- .often_use_login .pic img{width: 90px;}
- .radio_wrap{margin-top:15px;}
- .radio_wrap .custom-control{padding:13px 7px 13px 60px !important;}
- .chart-info.prescription span.ascending::before{border-bottom: solid 9px #0067a1;border-left: solid 5px transparent;border-right: solid 5px transparent;content: "";}
- .chart-info.prescription span.descending::before{border-top: solid 9px #0067a1;border-left: solid 5px transparent;border-right: solid 5px transparent;}
- .prescription_slide_wrap dl{padding:15px 30px;}
- .prescription_slide_wrap dl dt{font-size:14px;padding-bottom:3px;}
- .prescription_slide_wrap dl dd{font-size:14px;}
- .prescription_slide_wrap dl dd strong{font-size:16px;}
- .prescription_slide_wrap dl dd + dt{padding-top:10px;}
- .prescription_slide_wrap .btn_wrap button{font-size:13px;padding:10px 0;}
- .chart-info.prescription{padding-top:15px;}
- .container-fluid .chart-info.list.prescription{padding-top:0px;}
- .main_fixed_wrap.prescription .dropdown{margin-bottom:0;}
- .main_fixed_wrap.prescription{padding-top:4px;}
- .sub_wrap{padding:10px;}
- }
- input[type=date]{
- -webkit-appearance:none;
- }
- /* ---- Publishing CSS } ---- */
|