@charset "utf-8";


html{height:100%;overflow-x:hidden;}
html.fixed{overflow:hidden !important;}
body{
        min-width:1440px;
        height:100%;
        background:url(../../img/bg_sub.png) no-repeat center top;
}

*{box-sizing: border-box;}
.chatbot_div{width: 470px;height:100% }
/* 다빈도 챗봇 박스 */
.chatbot_div#chatIframe2{width: 100%;height:100% }
.blind {position: absolute; width: 1px; height: 1px; clip: rect(0 0 0 0); overflow: hidden;}

/**/
.utilmenu{margin:30px 0 10px 0}
.utilmenu > div{width:95%;height: 70px;margin: 0 auto;display: flex;align-items: center; justify-content: space-between;}
.utilmenu h1{width:340px;height: 67px;}
.utilmenu h1 a{display: inline-block;width: 100%;height:100%;background: url("../../img/logo.png") no-repeat center;font-size: 0;text-indent: -99999px;line-height: 0;color: transparent}
.utilmenu .left_menu{display: flex}
.utilmenu .left_menu li{margin-right: 5px}
.utilmenu .left_menu li a{background: #3E96E4;border-radius: 10px;font-size: 18px;font-family: 'SeoulNamsanM';font-weight: 600;color: #fff;padding:8px 16px}
.utilmenu .right_menu{display: flex}
.utilmenu .right_menu li{margin-left: 5px}
.utilmenu .right_menu li a{position: relative;display: block;background:#CB67A3;font-size: 0;text-indent: -99999px;line-height: 0;color: transparent;padding: 7px 10px;border-radius: 15px}
.utilmenu .right_menu li a:before{content: '';display: block;width: 28px;height: 28px;}
.utilmenu .right_menu .search:before{background:url("../../img/top_search.png") no-repeat center}
.utilmenu .right_menu .sitemap:before{background:url("../../img/top_llist.png") no-repeat center}

/* gnb메뉴*/
.menu{display:inline-block;margin-top: 25px;position:relative;padding-left: 10px;z-index: 3}
.menu ul{width: 100%;display: flex;}
.menu ul li{    position: relative; padding: 2px 0 2px 20px; height: 60px;min-width: 170px; display: block; text-align: center;;}
.menu ul li a{font-size:30px;color:#000;display:block;font-family:'brR';height: 100%}
.menu ul li a:after{content: '';display: inline-block;width: 40px;height:20px;}
.menu ul li a:hover:after{background: url("../../img/menu_gnb_bg.svg") no-repeat center}


.submenu{background:#ffffff;margin-top: -8px;border-top:4px solid #0792F2;box-shadow:2px 5px 8px rgba(0, 0, 0, .2);border-radius: 10px;min-height: 145px;width: 160px;  position: absolute;left:10px;z-index: 3;}
.submenu._sub01{background:#ffffff url("../../img/menu_cha01.png") no-repeat right bottom;}
.submenu._sub02{background:#ffffff url("../../img/menu_cha02.png") no-repeat right bottom;}
.submenu._sub03{background:#ffffff url("../../img/menu_cha03.png") no-repeat right bottom;}
.submenu._sub04{background:#ffffff url("../../img/menu_cha04.png") no-repeat right bottom;}
.submenu._sub05{background:#ffffff url("../../img/menu_cha05.png") no-repeat right bottom;}
.submenu._sub06{background:#ffffff url("../../img/menu_cha06.png") no-repeat right bottom;}
.submenu._sub07{background:#ffffff url("../../img/menu_cha07.png") no-repeat right bottom;}
.submenu > ul{display: flex;  flex-direction: column;margin-top: 10px;    margin-left: -13px;}
.submenu > ul li{height: auto; padding: 0}
.submenu > ul li a{font-size:18px;letter-spacing:-0.5px;padding:5px 0;display:block;color:#333;font-family:"brR";text-align: center;color: #333;}
.submenu > ul li a:after{display: none}
.menu ul li.on .submenu > ul li a{color: #444;}
.submenu > ul li a:hover, .menu ul li.on .submenu > ul li a:hover{background: none !important;color: #0792F2;}

.menu_all{
        position:absolute;
        top:6px;
        right:-70px;
        width:32px;
        height:32px;
        background:url(../../img/icon_hamb.png) no-repeat center;
        display:block;
        text-indent:-9999px;    z-index: 3;
}

.t_menu{display:flex;gap:10px;    align-items: center;}
.t_menu div{
        /*background:#fff;*/
        /*height:40px;*/
        /*border-radius:40px;*/
        /*display:flex;*/
        /*padding-left:20px;*/
}
.top_sidemenu{display: flex;align-items: center;gap: 5px}
.top_sidemenu ul{display: flex;align-items: center;gap: 5px}
.top_sidemenu ul li{}
.top_sidemenu ul li a{background: #fffaec;border: 1px solid #0072d4;color: #0072d4;padding:0 20px;height:40px;line-height:36px;border-radius:40px;display:block;font-size: 17px;
font-family: "'Pretendard'", sans-serif;font-weight: 700}
.top_sidemenu ul li a.manzok { background: #F25F10; color: #fff; border-color: #F25F10; display: none;}
.sidemenu a.manzok{background: #fffaec;border: 1px solid #0072d4;color: #0072d4;padding:0 20px;height:40px;line-height:36px;border-radius:40px;display:block;font-size: 17px;
        font-family: "'Pretendard'", sans-serif;font-weight: 700;background: #F25F10; color: #fff; border-color: #F25F10; display: none;}
.m_manzok {background: #F25F10; color: #fff; border-color: #F25F10; display:none}
.top_sidemenu ul li a.qna{    background: #70af87;
        color: #fff;
        border-color: #34714a;}
.top_sidemenu .sidemenu{display: flex;align-items: center;gap: 3px}

.t_menu div input{border:none;width:100%;}
.t_menu .btns_{display: flex;gap: 3px}
.t_menu .btns_ .mob_ver{display: none}
.t_menu .btns_ button{width: 40px;height: 40px;text-indent: -9999px;  border-radius: 50%;display: inline-block}
.t_menu .btns_ button.print{background: #0072d4 url(../../img/top_icon_print.svg) no-repeat center center;}
.t_menu .btns_ button.share{background: #0072d4 url(../../img/top_icon_share.svg) no-repeat center center;}
.t_menu .btns_ button.search{background: #0072d4 url(../../img/icon_wsearch.png) no-repeat center center;      background-size:20px;}
.t_menu a.mem{padding:0 20px;height:40px;line-height:40px;color:#fff;font-family:'NotoKrB';text-align:center;background:#0792F2;border-radius:40px;display:block;font-size: 17px}
.t_menu  .mobile_menu{display: none}
/* 전체메뉴 */
#top-menu-all{display:none;min-width:1440px;position:absolute;top:190px;left:0;width:100%;z-index:10;background:rgba(255,255,255,.4)}
#top-menu-all-inner{position:relative;display:block;margin:0 auto;width:100%;}
/*#top-menu-all-inner-box{overflow:hidden;}*/
#top-menu-all-inner-box > div{position:relative;width:170px;float:left;height:180px;;box-sizing:border-box;text-align:left;border-radius:10px;transition: margin-top .2s}
#top-menu-all-inner-box > div:hover{background:#ffffff url("../../img/menu_cha.png") no-repeat right bottom;margin-top: -8px;border-top:4px solid #FE695C;box-shadow:2px 5px 8px rgba(0, 0, 0, .2);}
#top-menu-all-inner-box > div > ul{margin:10px 0 0 0}
#top-menu-all-inner-box > div > ul li a{font-size:18px;letter-spacing:-0.5px;padding:7px 0;display:block;color:#333;font-family:"brR";text-align: center}
#top-menu-all-inner-box > div > ul li a:hover{color:#e74a49;}

/* 각 서브메뉴 */
.location_area{/*height: 245px;*/margin-bottom: 30px}
.location_area > section{position:relative;width: 100%;height:100%;z-index:2;}
.location_area > section:not(.menuUpId_0):before{
        position:absolute;bottom:0;
        /*bottom:34px;*/
        width:100%;
        height:90px;
        background:#ffe554;
        content:"";
        display:block;
        z-index:-1;
}
.location_area > section.menuUpId_0 ul {display: none}
.location_area .inner{max-width: 1440px;height: 100%;margin: 0 auto;}
.location_area .title_sub{position:relative;margin:60px 0 0 0;}
.location_area .title_sub h2{text-align:center;color: #000;font-size: 66px;font-family:'brB';margin-bottom: 35px}
.menu_bar_div{display: flex;justify-content: space-between;    background: #ffe554;}
.location_area .title_sub ul.menu_step li > div{display:none;}
.location_area .title_sub .menu_step{
        height:90px;
        display: flex;
        align-items:center;
}
.location_area .title_sub .menu_step > li:first-child {
        border-left:none;
}
.location_area .title_sub .menu_step > li:last-child {
        border-right:none;
}
.location_area .title_sub .menu_step > li:first-child > a {
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        display: block;
        background: url(../../img/licon_home.png) no-repeat 0 0;
}
.location_area .title_sub .menu_step > li{
        padding:0 38px;
        border-left:1px solid #fff;
        border-right:1px solid #eed85e;
        display:flex;
        align-items:center;
        height:90px;min-width: 185px;
        background:#ffd954;
        position:relative;
}
.location_area .title_sub .menu_step > li:first-child{min-width: auto}
.location_area .title_sub .menu_step > li > a{
        position: relative;
        color:#000;
        font-size: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.location_area .title_sub .menu_step > li > a:after {
        width:40px;
        height:40px;
        display:inline-block;
        content:"";
        background-image:url(../../img/licon_btm.png);
        vertical-align:middle;
        margin-left:20px;
}
.location_area .title_sub .menu_step > li:hover > a:after{
        background-image:url(../../img/licon_top.png);
}
.location_area .title_sub .menu_step > li:hover > div{
        display:block;
        position:absolute;
        top:80px;
        left:-10px;
        padding:20px 20px 0 20px;
        width:100%;
}
.location_area .title_sub .menu_step > li:hover > div ul{
        display:flex;
        flex-direction:column;
        padding:20px;
        background:#fff;
        border:1px solid #ddd;
        border-radius:20px;
        box-shadow:0 0 6px rgba(0,0,0,0.1);
        width:100%;
}
.location_area .title_sub .menu_step > li:last-child:hover > div ul{
        min-width:180px;
}
.location_area .title_sub .menu_step > li:hover > div ul li a{
        font-size:18px;
        color:#000;
        display:block;
        margin:10px;
}
.location_area .title_sub .menu_step > li:hover > div ul li a:hover{
        color:#f15a59;
        font-family:'NotoKrM';
        text-decoration:underline !important;
}


.location_area .title_sub ul.menu_step li.on a:after{content: '';position: absolute;left:0;bottom:-5px;width: 100%;height: 6px;background: #fff;border-radius: 8px}
.location_area .img_div{display:none;width: 520px;height: 100%;position: relative}
.location_area .img_div p{position: absolute;width: 550px;height: 273px;right:0;top:4px;font-size: 0;text-indent: -99999px;line-height: 0;color: transparent}

.lsearch{
        position:absolute;
        bottom:15px;
        right:0;
        height: 60px;
        background: #fff;
        border-radius: 60px;
        width: 365px;
        display: flex;
        justify-content: space-between;
        padding-left:30px;
}
.lsearch input{border:none;width:100%;}
.lsearch input::placeholder{color:#000;font-family:'NotoKrM';font-size:18px;}
.lsearch button{
        width:70px;
        height:70px;
        background:#3b83cf url(../../img/icon_wsearch.png) no-repeat center center;
        display:block;
        content:"";
        text-indent:-9999px;
        border-radius:70px;
        margin-top:-4px;
        flex-shrink:0;
}

/* 하단 퀵*/
.right_quick{position: fixed;right:1%;bottom:18%;z-index: 4}
.right_quick li{text-align: center;}
.right_quick li a{font-size: 0;text-indent: -99999px;line-height: 0;color: transparent}
.right_quick .ai_center{display:inline-block;width:120px;height:130px;background:url("../../img/ai_center.svg") no-repeat center}
.right_quick .doctor{display:inline-block;width:145px;height:150px;background:url("../../img/ai_doctor.svg") no-repeat center;margin-top: 20px;font-size: 0;text-indent: -99999px;line-height: 0;}
.right_quick .doctor{
        -webkit-animation: balloon 2s ease-in-out infinite;
        -moz-animation: balloon 2s ease-in-out infinite;
        -o-animation: balloon 2s ease-in-out infinite;
        animation: balloon 2s ease-in-out infinite
}
.right_quick .top{display: inline-block;    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background: #0072d4 url(../../img/top_arrow.png) no-repeat center;}



.ai_auick{
        -webkit-animation:balloon 2s ease-in-out infinite;
        -moz-animation:balloon 2s ease-in-out infinite;
        -o-animation:balloon 2s ease-in-out infinite;
        animation:balloon 2s ease-in-out infinite;
}

@-webkit-keyframes balloon {
        0%,100%{ -webkit-transform:translate(0, 0px);}
        50%{ -webkit-transform:translate(0px, 20px);}
}
@-moz-keyframes balloon {
        0%,100%{ -moz-transform:translate(0, 0px);}
        50%{ -moz-transform:translate(0px, 20px);}
}
@-o-keyframes balloon {
        0%,100%{ -o-transform:translate(0, 0px);}
        50%{ -o-transform:translate(0px, 20px);}
}
@keyframes balloon {
        0%,100%{ transform:translate(0, 0px);}
        50%{ transform:translate(0px, 20px);}
}

.ai_chatbot{width:100%;height: 100%;position: fixed;top:0;left:0;background: rgba(0,0,0,.7);z-index: 6}
.ai_chatbot > div {position: fixed;right:25px;bottom: 20px;z-index: 6;height: 82%}
.ai_chatbot .closed{position: absolute;
        z-index: 9;
        right: 13px;
        bottom: 76px;}
.ai_chatbot .closed a{display:inline-block;width:50px;height:50px;border-radius: 50%;background: #104cb4 url("../../img/closed.svg") no-repeat center;box-shadow: 2px 2px 10px rgba(0,0,0,.3);background-size: 35%;
        font-size: 0;text-indent: -99999px;line-height: 0;color: transparent}

/* footer*/
footer .footer_conts{}
footer .footer_conts .logo{display:none;}
footer .footer_conts .logo img{width:320px;height: auto}
footer .footer_conts .footer_menu{margin: 10px 0 0 0}
footer .footer_conts .footer_menu ul{margin:15px 0 35px 0;}
footer .footer_conts .footer_menu li a{font-size: 18px;font-weight: normal;font-family: "NEXON Gothic", sans-serif}
footer .footer_conts .footer_menu .personal a{color: #00307d;font-weight: bold}
footer .footer_conts .footer_menu .address address{padding: 3px 0;color:#000;font-family:'NotoKrM';font-size:18px;}
.copyright{color:#000;font-family:'NotoKrM';font-size:18px;}
footer .cs_call{border:1px solid #a2c8a7;border-radius:15px;padding:15px 20px;}
footer .cs_call span{font-family:'NotoKrM';display: inline-block;color: #000;font-size: 16px;margin:0 0 5px 0;}
footer .cs_call p{font-family:'NotoKrM';font-size: 24px;color: #000;}

/* layout */
.title_area{display: flex; align-items: center; justify-content: space-between;}
.title_area h2{font-size: 35px;font-family: 'brB';padding: 15px 5px; display: inline-block;position: relative;}
.title_area h2:after{content: '';position: absolute;bottom: 16px;left:0;display: block;width: 100%;height: 10px;;background: rgba(255,191,191,.5);border-radius: 5px}
.container .content_wrap{padding: 20px 0}

/* 질병백과 */
.disease_search{}
.disease_search .top_search{display: flex;    justify-content: center;gap: 7px}
.disease_search .top_search .search_form{position: relative;display: flex;width: 675px;height: 75px;border: 3px solid #0792F2;border-radius:45px;background: #fff}
.disease_search .top_search .search_form:before{content: '';display:inline-block;width: 90px;height: 70px;background: url("../../img/icon_searchl.png") no-repeat center }
.disease_search .top_search .search_form .inpt{border: 0;width: calc(100% - 220px);font-size: 20px}
.disease_search .top_search .search_form button{border: 0;background: #0792F2;font-size:24px;color: #fff;;width:135px;border-radius:45px ;font-family: "Pretendard", sans-serif;font-weight: 500}
.disease_search .top_search .refresh_btn{width: 75px;height: 75px;border-radius: 50%;background: #0792F2 url("../../img/icon_refresh.png") no-repeat center;font-size: 0;text-indent: -99999px;line-height: 0;color: transparent}
.disease_search .top_search .exel_btn{background: #FAFAFA;border: 2px solid #0792F2;padding: 0 20px;border-radius: 40px;display: flex;align-items: center;}
.disease_search .top_search .exel_btn span{font-size: 24px;color: #575757;}
.disease_search .top_search .exel_btn span:before{content: '';display:inline-block;width: 38px;height: 38px;background: url("../../img/icon_exel.png") no-repeat center;vertical-align: text-bottom;margin-right: 5px}
.disease_search .dictionary_list{display: flex;align-items: center;  justify-content: center;margin: 15px 0}
.disease_search .dictionary_list ul{display: flex;margin: 0 5px}
.disease_search .dictionary_list li{margin: 0 3px}
.disease_search .dictionary_list li a{display: block;background: #EFEFEF;font-family: "nXM", sans-serif;font-size: 20px;padding: 10px 18px;border-radius: 18px}
/*.disease_search .dictionary_list #eng_intl_list{width: 835px;flex-wrap: wrap;justify-content: center;gap: 5px 0}*/
.disease_search .dictionary_list #eng_intl_list{flex-wrap: wrap;justify-content: center;gap: 5px 0}
.disease_search .dictionary_list #eng_intl_list li a{font-family: 'nXM', sans-serif;font-size: 18px;padding: 10px 22px;/*width: 56px;*/}
.disease_search .dictionary_list li.on a, #eng_intl_list li.on a{background:#FEDB76;color: #000}
.disease_search .top_search .exel_btn span:before{content: '';display:inline-block;width: 38px;height: 38px;background: url("../../img/icon_exel.png") no-repeat center;vertical-align: bottom;margin-right: 5px}
.disease_search .dictionary_list .total{display: block;background: #FE6A5B;font-size: 20px;padding: 10px 25px;border-radius:25px;color: #fff}
.disease_search .dictionary_list .eng{display: block;background: #FE6A5B;font-size: 20px;padding: 10px 25px;border-radius: 25px;color: #fff}
.disease_list{margin-top: 40px}
.total_num{margin-bottom: 10px}
.total_num strong{font-family: "nXB", sans-serif;color: #f15a59;   vertical-align: baseline;}
.disease_list .list_dl{border-top: 1px solid #ccc}
.disease_list .list_dl dl{border-bottom: 1px solid #d2d2d2;padding:20px 0 45px}
.disease_list .list_dl dl:first-child{border-top: 1px solid #d2d2d2;padding:20px 0 45px}
.disease_list .list_dl dt{font-family: "nxB", sans-serif;font-size: 24px;padding: 13px 0;display: inline-block;position: relative}
.disease_list .list_dl dt:after{content: '';position: absolute;bottom: 12px;left:0;display: block;width: 100%;height: 8px;;background: rgba(255,236,180,.7);border-radius: 5px}
.disease_list .list_dl dd{position: relative}
.disease_list .list_dl dd a.data_{display: block;height:71px;overflow: hidden;padding: 0 5px;    line-height: 1.5;}
.disease_list .list_dl dd a.btnMore{display: block;background: #0792F2 url("../../img/more_bt.png") no-repeat 6px center;color: #fff;border-radius: 4px;    position: absolute; right: 0; bottom: -41px;
height: 27px;line-height: 27px;padding:0 8px 0 24px;font-size: 14px}
.disease_list .list_dl dd a > p{display: block;-webkit-line-clamp: 4;
        height: 47px;line-height: 1.3em;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;    -webkit-box-orient: vertical;}
.disease_view{    }
.disease_view .view_title{position: relative;font-family: "nxB", sans-serif;font-size: 34px;text-align: center;padding: 20px;    background: #fff8e8;
        border-radius: 50px;  border-top: 2px solid #ffd97c;}
.disease_view .view_title .favor_btn{display: inline-block;width: 35px;height: 35px;background: url("../../img/faver.png") no-repeat center;font-size: 0;text-indent: -9999px;
position: absolute;right:20px;top:20px}
.disease_view .view_title .favor_btn.on{background: url("../../img/faver_on.png") no-repeat center;}
.disease_view .view_list{border-bottom: 1px solid #d2d2d2;padding: 15px}
.disease_view .view_list dl{padding:20px 0}
.disease_view .view_list dt{font-family: "nxB", sans-serif;font-size: 26px;color: #0792F2;padding-bottom: 15px}
.disease_view .view_list dd, .disease_view .view_list dd *{font-size:18px;line-height: 1.6}
.view_list img {display: block;margin: 0px auto;}
.disease_view .view_list table{width:100%;margin:20px 0;background:#fff;position: relative;}
.disease_view .view_list table th{line-height:20px;padding:1% 0;border:#ccc 1px solid;background:#fffdf3;font-size:0.938rem;font-weight:500;color:#000;text-align:center;border-top: 2px solid #FF6200;}
.disease_view .view_list table td{line-height:17px;padding:1% 0;border:#ccc 1px solid;text-align:center;font-weight:300;font-size:0.750rem}
.disease_view .view_list table tr:first-child td{border: 0; position: absolute;top: -36px; font-size: 16px;}
.disease_view .view_list table th:last-child{border-right:none}
.disease_view .view_list table th:first-child{border-left:none}
.disease_view .view_list table td:last-child{border-right:none}
.disease_view .view_list table tr:last-child td{border: 0 !important}
.neoTableTitle { border: none !important;}
.disease_view .view_list table tr:last-child td p{text-align:left}
.disease_view .view_list table tr:nth-child(2) td{background:#d5e4ef}
.disease_view .view_list table td p{margin-bottom:0px;text-align:center}
.disease_view .view_list table td:first-child{border-left:none}
.disease_view .view_list img{border:#ddd 1px solid;margin:5px}
.neoTableCaption{text-align: left !important}

/* 병원약국찾기 */

.sub_menu{display:flex;gap:8px;    justify-content: center;}
/*.sub_menu li{margin-left: 5px;}*/
.sub_menu li a{display: flex;align-items: center; color: #6D6D6D;height: 61px;line-height: 61px; padding:0 85px 0 70px;font-family: 'nXB';
        background: #E9E9E9; font-size: 26px;border-radius:40px;text-align: center;}
.sub_menu li.on a{background:#0792F2; color: #fff;}
.sub_menu li a:before{content: '';display: inline-block;width: 44px;height: 44px;margin-right: 10px;vertical-align: middle}
.sub_menu li a.pc:before{background: url("../../img/tab_menu_pc.png") no-repeat center}
.sub_menu li.on a.pc:before{background: url("../../img/tab_menu_pc_on.png") no-repeat center}
.sub_menu li a.call:before{background: url("../../img/tab_menu_call.png") no-repeat center}
.sub_menu li.on a.call:before{background: url("../../img/tab_menu_call_on.png") no-repeat center}

.sub_menu li.on a.hospital:before{background: url("../../img/icon_hospital.svg") no-repeat center;background-size: contain }
.sub_menu li.on a.pharmacy:before{background: url("../../img/icon_pharmacy.svg") no-repeat center;background-size: contain}

.hospital_search_div form{display: flex; align-items: center;justify-content: center;}
.hospital_search_div .search_up{display: flex;align-items: center;justify-content: center;}
.search_up.mobile_ver{display: none}
.hospital_search_div .search_div{width:970px;height: 65px;border: 2px solid #3b3b3b;border-radius: 60px;display: flex;  align-items: center;  justify-content: space-between;margin-right: 10px}
.hospital_search_div .search_div .select_ {position: relative;width: 200px;height: 90%;}
.hospital_search_div .search_div .select_ select{width:100%;height:100%; padding-left: 30px;;border: 0;margin: 0 5px;border-radius: 40px;font-size: 18px}
.hospital_search_div .search_div .select_:after{content: '';display: block;background: #ccc;width: 1px;height: 38px;position: absolute;right:-13px;top:8px;z-index: 1}
.hospital_search_div .search_div input{height:100%;;border: 0;width: calc(100% - 300px);font-size: 18px;border-radius: 40px;text-align: center}
.hospital_search_div .check_div{margin-left: 20px;}
.hospital_search_div .check_div label{margin: 0 10px;cursor: pointer}
.hospital_search_div .check_div input{width: 22px;height: 22px}
.hospital_search_div .check_div span{font-size: 22px;margin-left: 5px}
.cityList{text-align: center;;margin: 20px 0}
.cityList a{display:inline-block;border: 1px solid #FE6A5C;font-family: "nxM", sans-serif; font-size: 24px;  padding:0 45px; margin:5px;border-radius: 30px; height: 52px; line-height: 52px;}
.cityList a.on{background:#FE6A5C;color: #fff }
/*.cityList.hospital{text-align: left}*/
.cityList.hospital a{margin: 5px 3px;font-size: 21px}
.hospital_tb .mobile_hospital{display: none}

/*버튼*/
[class*='small_btn_']{display: inline-block;width: 32px;height: 32px;font-size: 0;text-indent: -99999px;line-height: 0;color: transparent}
.small_btn_view{background: url("../../img/icon_view.png") no-repeat center;background-size: contain}
.small_btn_map{background:#0792F2 url("../../img/icon_map.png") no-repeat center;background-size: 22px;border-radius: 50%}
[class*='pop_icon_']{display: inline-block;width: 28px;height:28px;font-size: 0;text-indent: -99999px;line-height: 0;color: transparent;margin-right: 10px;float: left;}
.pop_icon_ihospital{background: url("../../img/mini_ihospital.png") no-repeat center;background-size: contain}
.pop_icon_map{background: url("../../img/mini_map.png") no-repeat center;background-size: contain}
.pop_icon_time{background: url("../../img/mini_time.png") no-repeat center;background-size: contain}
.pop_icon_tel{background: url("../../img/mini_tel.png") no-repeat center;background-size: contain}
.pop_icon_url{background: url("../../img/mini_url.png") no-repeat center;background-size: contain}
.pop_icon_fax{background: url("../../img/mini_fax.png") no-repeat center;background-size: contain}
.pop_icon_organi{background: url("../../img/mini_hospi.png") no-repeat center;background-size: contain}
.pop_icon_etc{background: url("../../img/mini_etc.png") no-repeat center;background-size: contain}


/* 레이어팝어 */
.medInfo_layer{box-shadow: 5px 5px 15px rgba(0,0,0,.25);background: #fff;border-radius: 20px;padding: 0;border: 0;margin: 0}
.medInfo_layer::backdrop{background:rgba(0,0,0,.6) }
.medInfo_layer .title{background: #0792F2;border-radius: 20px 20px 0 0;height: 65px;display: flex;align-items: center; justify-content: space-between;padding: 0 20px 0 30px}
.medInfo_layer .title h2{color: #fff;font-size:24px;}
.medInfo_layer .title .closed{display: block;width: 35px;height: 35px;background: url("../../img/closed.png") no-repeat center;font-size: 0;text-indent: -99999px;line-height: 0;color: transparent}
.popup_tab{display: flex;padding: 10px}
.popup_tab li{flex: 1}
.popup_tab li a{display: block;font-size: 20px;color: #999;font-family: "nxM", sans-serif;border-bottom: 3px solid #e8e8e8;padding: 10px;text-align: center}
.popup_tab li.on a{color: #000;border-color: #0792F2}
.pop_content{padding: 20px 30px}
.pop_content h3.hospital_h3{color: #0792F2;font-size: 24px;margin-bottom: 15px}
.pop_content .hospital_info{height: 270px;overflow-y: auto}
.pop_content .hospital_info .info_list{}
.pop_content .hospital_info .info_list li{overflow: hidden;padding: 6px 0}
.pop_content .hospital_info .info_list li p{display: flex; align-items: center;}
.pop_content .hospital_info .info_list li p pre{white-space: pre-wrap;overflow-wrap: break-word;}
.pop_content .hospital_info .info_list li strong{color: #FE6A5B;font-size: 20px;margin-right: 5px;    line-height: 28px;}
.medInfo_layer .popup_btn{  display: flex; justify-content: center; align-items: center; gap: 13px;}
.medInfo_layer .popup_btn a{padding:10px 30px ; color: #fff;  font-size: 20px;  font-family: 'Pretendard';font-weight: 600; background: #AFAFAF; border-radius: 30px; display: inline-block;}
.medInfo_layer .popup_btn .road_map{background: #0792F2}
.medInfo_layer .popup_btn .road_map:before{content: '';display: inline-block;width: 25px;height: 25px;background: url("../../img/mini_road.png") no-repeat center;margin-right: 10px;;vertical-align: middle}
.pop_content .hospital_info .medical_clinic{}
.pop_content .hospital_info .medical_clinic ul{display: flex; flex-wrap: wrap;}
.pop_content .hospital_info .medical_clinic li{width: 33.3%;padding: 5px}
.pop_content .hospital_info .medical_clinic li span{display: block;position: relative;padding-left: 8px}
.pop_content .hospital_info .medical_clinic li span:before{content: '';position: absolute;top:8px;left:0;display: block;width: 3px;height: 3px;background: #333}


/* 다빈치 증상/질환/사고 */

.search_top input, .search_top select{  padding-left: 20px;  color: #000; font-size: 18px;  width: 390px;  border: 2px solid #000;  height: 53px;  border-radius: 53px;text-align: center}
.search_top button.search{  width: 50px;  height: 50px;  display: inline-block;  text-indent: -9999px; background: url(../../img/portal/nicon_search.png) no-repeat 0 0;}

.dabindo_list_wrap{}
.dabindo_list_wrap .info_div{position: relative;background: #fcf2d9;border-radius: 50px;padding: 25px 0 25px 50px}
.dabindo_list_wrap .info_div span{font-family: "NEXON Gothic", sans-serif;line-height: 1.6;display: inline-block;font-size:17px}
.dabindo_list_wrap .info_div strong{    vertical-align: baseline;}
.dabindo_list_wrap .info_div:before{position:absolute;bottom:0;right:20px;content: '';width: 201px;height:157px}
.dabindo_list_wrap.symptom .info_div:before{background: url("../../img/dvido_img01.png") no-repeat center bottom;background-size: contain}
.dabindo_list_wrap .dabindo_list{display: flex;flex-wrap: wrap; justify-content: space-between;margin-top: 10px}
.dabindo_view_wrap .dabindo_object{width: 100%; margin: 0 0 30px 0}
.dabindo_view_wrap .dabindo_chat_box{display: flex;  justify-content: space-between}
.dabindo_object{width: 32%;margin-top:30px;border: 1px solid  #dddddd;border-radius: 25px}
.dabindo_object .subject{position: relative;background: #f0f0f0;height: 70px;border-radius: 25px 25px 0 0}
.dabindo_object .subject span{font-family: "nxB", sans-serif;color: #000;font-size:24px;height: 100%;display:flex;align-items: center; justify-content: center;}
.dabindo_object .subject .ookmark{position: absolute;right:15px;top:20px;width: 25px;height: 25px;background: url("../../img/bookmark_off.png") no-repeat center;font-size: 0;text-indent: -99999px;line-height: 0;color: transparent}
.dabindo_object .subject .ookmark.on{background: url("../../img/bookmark_on.png") no-repeat center}
.dabindo_object ._content{padding: 20px;border-radius: 25px;display: flex;  align-items: center;gap:15px;height: 160px}
.dabindo_object ._content .imge{width:100px;height:100px;border-radius: 50%;text-align: center;background: #f0f0f0;display: flex; justify-content: center; align-items: center;}
.dabindo_object ._content .description{ display: flex; flex: 1;flex-direction: column;justify-content: center; height: 100%;}
.dabindo_object ._content .description span{line-height: 1.4;font-size: 18px}
.dabindo_object .btn{display: flex}
.dabindo_object .btn a{display:block;flex: 1; text-align: center;background: #595757;color: #fff;padding:12px 0;border-radius: 0 0 25px 0;font-size: 18px;font-family: "nxM"}
.dabindo_object .btn a.s_btn_self{background: #f15a59;color: #fff;border-radius: 0 0 0 25px}
.dabindo_list_wrap.disease .dabindo_object .subject{background: #3CBDA8;}
.dabindo_list_wrap.disease .dabindo_object ._content{border-color:#3CBDA8}
.dabindo_list_wrap.disease .dabindo_object ._content .imge{border-color:#3CBDA8}
.dabindo_list_wrap.accident .dabindo_object .subject{background: #AA8CE0;}
.dabindo_list_wrap.accident .dabindo_object ._content{border-color:#AA8CE0}
.dabindo_list_wrap.accident .dabindo_object ._content .imge{border-color:#AA8CE0}

/* 다빈치 증상/질환/사고  - 상세보기 */
.container .content_wrap.davindo_wrap{position: relative}
.davindo_wrap:before{content: '';display: block;position: absolute;right:118px;top:-49px;width: 120px;height:90px;background: url(../../img/dvido_img01.png) no-repeat center bottom; background-size: contain;}
.title_area h2.subview{font-size:32px;font-family: 'brB' }
.search_top .ookmark{height: 53px;padding: 10px 50px 10px 25px;border: 2px solid #000;border-radius: 30px;color: #000;font-size: 20px;font-family: "nXB", sans-serif ;
background:#fffce8 url("../../img/bookmark_on.png") no-repeat calc(100% - 12px) center;vertical-align: bottom;}
.search_top select{width: 250px;text-align: left}
.dabindo_view_info{display: flex;align-items: center;gap:20px}
.dabindo_view_info .imge{width: 95px;height:95px;border-radius: 50%;background: #f0f0f0;text-align: center}
.dabindo_view_info span{display: block;font-size: 20px;font-family: "NnXB", sans-serif}
.dabindo_view_wrap{display: flex;justify-content: space-between;margin-top: 20px}
.dabindo_view_wrap .davindo_contents{width:74%}
.dabindo_view_wrap .davindo_contents .tabmenu{display: flex;gap: 4px}
.dabindo_view_wrap .dabindo_object ._content{height: 85px}
.davindo_contents .tabmenu li{flex: 1}
.davindo_contents .tabmenu li a{display: block; padding: 15px 0;background: #eaf5ff;border-radius: 10px 10px 0 0;font-size: 22px;font-family: "nxB", sans-serif;color:#718392;text-align: center }
.davindo_contents .tabmenu li.on a{background: #42A4FF;color: #fff}
.davindo_contents .tabmenu li a:before{display: inline-block;content: '';width: 32px;height: 32px;vertical-align: middle;margin-right: 10px}
.davindo_contents .tabmenu li:nth-child(1) a:before{background: url("../../img/iocn_tab01.png") no-repeat center}
.davindo_contents .tabmenu li:nth-child(2) a:before{background: url("../../img/iocn_tab02.png") no-repeat center}
.davindo_contents .tabmenu li:nth-child(3) a:before{background: url("../../img/iocn_tab03.png") no-repeat center}
.davindo_contents .tabmenu li:nth-child(1).on a:before{background: url("../../img/iocn_tab01_on.png") no-repeat center}
.davindo_contents .tabmenu li:nth-child(2).on a:before{background: url("../../img/iocn_tab02_on.png") no-repeat center}
.davindo_contents .tabmenu li:nth-child(3).on a:before{background: url("../../img/iocn_tab03_on.png") no-repeat center}
.dabindo_view_wrap .davindo_contents .content_div{border: 1px solid #399EE5;border-radius: 0 0 10px 10px}
.self_test_div{padding: 15px}
.self_test_div .question_title{display: flex;align-items: center;}
.self_test_div .question_title .q_num{color: #fff;  font-size:32px;  font-family: 'nxB';font-weight: bold;background: url("../../img/icon_q_bg.png") no-repeat ;width:100px;height: 76px ;padding: 30px 15px 0 0; text-align: center;margin-right: 15px}
.self_test_div .question_title .question_subject{font-family: "nXM", sans-serif;font-size: 20px}
.self_test_div .question_list{border: 1px solid #41A3FC;border-radius: 10px;padding: 15px;margin: 15px 0 30px}
.self_test_div .question_list ul li{padding: 6px 0}
.self_test_div .question_list ul li input{width: 20px;height: 20px;margin-right: 7px}
.self_test_div .question_list ul li label{font-size: 18px;cursor: pointer}
.self_test_div .question_btn{display: flex;justify-content: space-between;}
.self_test_div .question_btn a{display: inline-block;font-size: 18px;font-family: "nXM", sans-serif;letter-spacing: -1px;border-radius: 38px;height: 46px;}
.self_test_div .question_btn a.refresh_btn{color: #0071E2;border: 1px solid #0071E2;background: url("../../img/icon_refresh.svg") no-repeat 8px center;padding:12px 20px 10px 43px}
.self_test_div .question_btn a.prev{background: #A3A7AB url("../../img/iocn_arrow2.svg") no-repeat 12px center;color:#fff; padding:12px 20px 10px 53px}
.self_test_div .question_btn a.next{background: #CB67A3 url("../../img/iocn_arrow.svg") no-repeat calc(100% - 12px)  center;color:#fff;padding:12px 53px 10px 20px}
.dabindo_view_wrap .davindo_qna, .dabindo_view_wrap .davindo_quick{width:25%}
.dabindo_view_wrap .davindo_qna .question_title{width: 188px;height:58px;background:url("../../img/davindo_qna_tit.png") no-repeat;}
.dabindo_view_wrap span.title_bg{font-family: "nXB", sans-serif;font-size: 22px;color: #fff;display: flex; align-items: center; width: 158px;  height: 100%;justify-content: center;}
.dabindo_view_wrap .davindo_qna figure{border: 1px solid #858585;border-radius: 10px;margin-bottom: 5px}
.dabindo_view_wrap .davindo_qna figure .tit_tag{display: block;width: 43px;height: 43px;font-size: 0;text-indent: -99999px;line-height: 0;color: transparent}
.dabindo_view_wrap figure .question_Q{display: flex;align-items: center;gap: 10px;padding:10px 15px;background: #FCFCFC;border-bottom: 1px solid #ccc ;border-radius: 10px 10px 0 0}
.dabindo_view_wrap figure .question_A{display: flex; align-items: center;padding:0 15px;gap: 10px}
.dabindo_view_wrap figure .question_Q .tit_tag{background:url("../../img/icon_q.png") no-repeat center; }
.dabindo_view_wrap figure .question_Q .diagnose strong{font-family: "nXB", sans-serif}
.dabindo_view_wrap figure .question_A .tit_tag{background:url("../../img/icon_reply.png") no-repeat center; }
.dabindo_view_wrap figure .question_A .diagnose{color:#F15A59 }

/* 챗봇 붙인 대처법 */
/*.dabindo_view_wrap .davindo_contents{width: calc(100% - 530px)}*/
.dabindo_view_wrap .davindo_contents{width: 40%}
.dabindo_view_wrap .davindo_contents .content_div{width: 49%; border: 1px solid #399EE5;border-radius: 10px;}
.dabindo_view_wrap .davindo_qna, .dabindo_view_wrap .davindo_quick{/*width: 474px;*/min-height:600px; width:59%; border: 7px solid #65b6ff; border-radius: 10px}
.title_area._chatplus{/*align-items: flex-start;*/   justify-content: left; /*flex-direction: column;*/}
.self_chat_div,.detail_div{padding: 20px;overflow-y: auto;display: flex;gap: 10px;flex-wrap: wrap;    align-items: flex-start;align-content: flex-start; overscroll-behavior: none}
.self_chat_div >  div{width: 100%;  border-radius: 10px;   border: 1px solid #E8E8E8;}
.self_chat_div >  div:after{content: '';display: block;clear: both}
.self_chat_div >  details{width: 100%;  border-radius: 10px;   padding-bottom: 15px; border: 1px solid #E8E8E8;}
.self_chat_div >  details:after{content: '';display: block;clear: both}
.self_chat_div >  div > a{ padding: 12px 13px; background-color: #EAF5FF; border-radius: 10px; display: inline-block; width: 100%}
.self_chat_div >  div > a.on{background-color: #3B9EF6; color: white}
.self_chat_div >  details > summary{ padding: 12px 13px; background-color: #EAF5FF;}
.self_chat_div .chat_buttons{padding:5px 10px 0}
.self_chat_div .chat_buttons li{ line-height: 20px;padding: 5px 5px 5px 13px;  text-align: left;  border-bottom: 1px solid #f0f0f0;;}
.self_chat_div .chat_buttons li:last-child{border-bottom: 0}

/* 대처법 상세 */
._chatplus a#showRespList:after {
        width:40px;
        height:40px;
        display:inline-block;
        content:"";
        background-image:url(../../img/licon_btm.png);
        vertical-align:middle;
        margin-left:20px;
        border-radius: 25px;
        border: 1px solid #dddddd;
}
._chatplus a#showRespList.on:after{
        background-image:url(../../img/licon_top.png);
}

._chatplus .search_top {position: relative}

ul#otherRespList { display: none}
ul#otherRespList.on {
        display: flex;
        flex-direction: column;
        line-height: 14%;
        position: absolute;
        z-index: 99;
        top: 50px;
        left: -55px;
        width: 190px;
        gap:10px;
        padding:25px 20px 20px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 20px;
        box-shadow:0 0 6px rgba(0,0,0,0.1);
}
ul#otherRespList.on li a{letter-spacing: -1px}
ul#otherRespList.on li a:hover{color:#FD695C;text-decoration: underline }

.discription_div{display: flex;padding: 20px;gap: 20px}
.discription_div .img{}
.discription_div .disc_div{}
.discription_div .disc_div dl{margin-bottom: 15px}
.discription_div .disc_div dt{font-size: 22px;font-family: "nxB", sans-serif;padding: 7px 0}
.discription_div .disc_div dd{line-height: 1.5;}
.dabindo_view_wrap .davindo_contents .content_div .title{padding: 12px 13px; background-color: #EAF5FF;border-radius: 9px 9px 0 0}
.davindo_contents .content_div.cause01{background: url("../../img/portal/icon_img01.svg") no-repeat bottom center}
.davindo_contents .content_div.cause02{background: url("../../img/portal/icon_img02.svg") no-repeat bottom center}
.davindo_contents .content_div.cause03{background: url("../../img/portal/icon_img03.svg") no-repeat bottom center}
.davindo_contents .content_div.cause04{background: url("../../img/portal/icon_img04.svg") no-repeat bottom center}
.davindo_contents .content_div.cause05{background: url("../../img/portal/icon_img05.svg") no-repeat bottom center}
.davindo_contents .content_div.cause06{background: url("../../img/portal/icon_img06.svg") no-repeat bottom center}
.davindo_contents .content_div.cause07{background: url("../../img/portal/icon_img07.svg") no-repeat bottom center}
.davindo_contents .content_div.cause08{background: url("../../img/portal/icon_img08.svg") no-repeat bottom center}
.davindo_contents .content_div.cause09{background: url("../../img/portal/icon_img09.svg") no-repeat bottom center}
.davindo_contents .content_div.cause10{background: url("../../img/portal/icon_img10.svg") no-repeat bottom center}
.davindo_contents .content_div.list_resp{background-size: 85px auto !important}
.davindo_contents .content_div.list_resp ul{width: 100%}
.davindo_contents .content_div.list_resp ul li{width: 100%;border-bottom:1px solid #BDD2EF;    padding: 8px 0 10px;}

.dabindo_view_wrap .davindo_quick .quick_tit{width: 188px;height:58px;background:url("../../img/quick_tit.png") no-repeat;}
.dabindo_view_wrap .davindo_quick .quick_list{}
.davindo_quick .quick_list .movement{margin-bottom: -1px;}
.davindo_quick .quick_list .movement button{position: relative;border: 1px solid #9699B6;text-align: center;color:#9699B6;font-family: "nXM", sans-serif;    display: block;
        width: 100%;  padding: 9px; background: #fff;font-size: 16px }
.davindo_quick .quick_list .movement button:after{content: '';display: block;position: absolute;right:12px;top:15px;width:15px;height: 10px;background: url("../../img/down_arrow.svg") no-repeat center }
.davindo_quick .quick_list .movement button.open{background: #E7E8F2;border-color: #767AAB;color:#5C63B5 }
.davindo_quick .quick_list .movement button.open:after{background: url("../../img/up_arrow.svg") no-repeat center;top:12px;}
.davindo_quick .quick_list .movement ul{margin:20px 10px}
.davindo_quick .quick_list .movement li{border-left: 1px solid #ccc;}
.davindo_quick .quick_list .movement li a{position: relative;display: block;padding: 5px 15px;font-family: nX}
.davindo_quick .quick_list .movement li a:before{content: '';display: block;position: absolute;left:0;top:50%;width: 8px;height: 1px;background: #ccc}
.davindo_quick .quick_list .movement li.on a{background:#edf1fc;font-family: nXM}

.counseling_div{padding: 15px}
.counseling_div .counseling_list{}
.counseling_div .counseling_list .list_figure{border: 1px solid #D7D7D7;border-radius: 10px;padding:15px 20px;margin-bottom:10px}
.counseling_div .counseling_list .list_figure.active{border-color: #A5C8EC;background: #F1F8FF;box-shadow: 3px 3px 8px rgba(0,0,0,.15)}
.counseling_div .counseling_list .list_figure .title{display: flex;justify-content: space-between;padding: 3px 0;margin-bottom:5px;}
.counseling_div .counseling_list .list_figure .title p{font-family: "nXM", sans-serif;font-size: 18px;height: 24px;color: #000;width: 296px}
.counseling_div .counseling_list .list_figure .title .daytime{display: block;background: url("../../img/icon_time.svg") no-repeat left 0;font-size: 14px; padding-left: 20px;}
.counseling_div .counseling_list .list_figure a{}
.counseling_div .paginationSet{margin-bottom: 20px}
.davindo_qna .counseling_a{padding: 20px}
.davindo_qna .counseling_a .counseling_txt{}
.davindo_qna .counseling_a .counseling_txt p{display: flex;margin-bottom: 10px}
.davindo_qna .counseling_a .counseling_txt p .num_txt{margin-right: 10px}
.davindo_qna .counseling_a .solution{margin-top: 15px}
.davindo_qna .counseling_a .solution dt{font-size: 24px;color: #C14E93;background: url("../../img/icon_solution.png") no-repeat left center;padding:5px 0 5px 40px}
.davindo_qna .counseling_a .solution dd{margin-top: 5px}

/* 커뮤니티 */
.community_answer{}
.community_qna_top{ margin-bottom: 30px;border-top: 2px solid #FF6200}
.community_qna_top .subject{font-size: 24px;font-family: "nXM", sans-serif;width: 700px;}
.community_qna_top .adv_status{flex-direction: row; align-items: center;gap: 0;border-bottom: 1px solid #ddd;padding: 10px 0;margin: 10px 0}
.community_qna_top .adv_status{flex-direction: row; align-items: center;gap: 0;border-bottom: 1px solid #ddd;padding: 10px 0;margin: 10px 0}
.community_qna_top .adv_status > div{    justify-content: flex-start;}
.oneand_01{ justify-content: space-between !important;width: 100%}
.community_qna_top strong{margin-right: 15px}
.community_answer .community_qna_conte{padding: 20px;margin-bottom: 10px;font-size: 20px}
.community_answer .community_qna_content{background: #FAFAFA;border-radius: 10px;padding: 20px}
.community_qna_content #brdiTextCnText{font-size: 20px}
.community_answer .community_qna_content .item_info{border-bottom: 1px solid #A5A5A5;padding:5px 5px 20px 10px;margin-bottom:20px;line-height: 1.5;}
.community_answer .community_qna_content .comment_area{}
.community_answer .community_qna_content .comment_area .timetalk{font-size: 20px;font-family: "nX", sans-serif;color: #1385F0;background: url("../../img/Polygon_01.png") no-repeat left center;padding-left: 20px;margin: 10px 0}
.community_answer .community_qna_content .comment_area .content_div{position: relative;background: #fff;height:90px;border-radius: 10px }
.comment_area .content_div textarea{border: 0;width:calc(100% - 80px);height:100%;resize: none;border-radius: 10px;padding: 15px}
.comment_area .content_div button{position: absolute;right:15px;top:18px;width: 55px;height: 55px;border-radius: 50%;background: #4A9DEA url("../../img/icon_send.png") no-repeat 8px center;
        cursor: pointer;font-size: 0;text-indent: -99999px;line-height: 0;color: transparent}
.community_reply{margin-top: 30px}
.community_reply .reply_sorting{display: flex;justify-content: space-between;}
.community_reply .reply_sorting .total_count{margin-bottom: 15px}
.community_reply .reply_sorting .total_count strong{color: #ff0000;vertical-align: baseline;}
.community_reply .reply_sorting .radio_div{display: flex}
.community_reply .reply_sorting .radio_div label{cursor: pointer;margin-left: 15px}
.community_reply .reply_sorting .radio_div input{width: 22px;height: 22px;margin-right: 5px}
.community_reply .answer_list{display: flex; justify-content: flex-start; flex-wrap: wrap;margin-bottom: 20px;gap:30px}
.community_reply .answer_list figure{background: #FDFDFD;border: 1px solid #E0E0E0;border-radius: 10px;width:calc(33.3% - 20px);height: 215px;padding: 10px;box-shadow: 4px 4px 4px rgba(0,0,0,.05)}
.community_reply .answer_list figure .num_txt{display: inline-block;color: #F94343;border: 1px solid #F94343;padding: 5px 20px;border-radius: 25px;background: #fff}
.community_reply .answer_list figure .cont_{padding: 10px;height: 100px;overflow: hidden}
.community_reply .answer_list figure .reply_bottom_info{display: flex;justify-content: space-between;align-items: center;margin-top: 10px}
.community_reply .answer_list figure .reply_bottom_info .daytime{display: block;background: url("../../img/icon_time.svg") no-repeat left 0;font-size: 15px;    padding-left: 20px;}
.community_reply .answer_list figure .reply_bottom_info .like_btn{ display: flex; align-items: center;gap: 10px}
.community_reply .answer_list figure .reply_bottom_info .like_btn span{display: inline-block;color: #0BBBC8;font-family: "nxM", sans-serif;font-size: 20px}
.community_reply .answer_list figure .reply_bottom_info .like_btn button{width:45px;height: 45px;border-radius: 50%;background: #33DAE6 url("../../img/icon_lide.png") no-repeat center;
        cursor: pointer;font-size: 0;text-indent: -99999px;line-height: 0;color: transparent}

.community_caution .info_div{position: relative;background: #fcf2d9;border-radius: 50px;padding: 25px 0 25px 50px}
.community_caution .info_div span{font-family: "nX", sans-serif;line-height: 1.6;display: inline-block;font-size:16px}
.community_caution .info_div strong{    vertical-align: baseline;}
.community_caution .info_div:before{position:absolute;bottom:0;right:20px;content: '';width: 201px;height:157px}

.choice_box{display: flex; align-items: center; justify-content: space-between; padding: 20px 0; flex-direction: column;gap: 20px;}
.choice_box h3{font-size: 36px; color: #666; font-family: 'brB';text-align: center}
#btn_aplrHist{
        position: absolute;
        top: -10px;
        right: 0;
}

.consulting_div{}
.consulting_div .consulting_box{  padding: 30px; border: 1px solid #C2DDEB;  border-radius: 10px;    background: #FCFEFF;}
.consulting_div .consulting_box .pc_person{display: flex;margin-bottom: 20px}
.consulting_div .consulting_box .pc_person li{display: flex;width: 50%;align-items: center}
.consulting_div .consulting_box .pc_person .title{width:80px;font-size: 20px;  font-family: 'nXB';}
.consulting_div .consulting_box .pc_person input{width: calc(100% - 100px);padding-left: 10px}
.consulting_div .consulting_box .adv_attach{margin-top: 20px}
.consulting_div .call_person{display: flex;    align-items: flex-start;gap: 10px;min-height: 60px}
.consulting_div .call_person .title{font-size: 19px;  font-family: 'nXB';width: 210px;padding-top: 13px}
.consulting_div .call_person input[type='text']{width: auto;min-width: 20%;padding-left: 10px}
.consulting_div .call_person .data_txt span{   width: 45%;    display: inline-block;}
.consulting_div .call_person .phone_inp{position: relative; }
.consulting_div .call_person .phone_inp input{width: 100%}
.consulting_div .call_person .data_txt{display: inline-flex;width: calc(100% - 252px);gap: 12px}
.consulting_div .call_person .phone_inp .btn_callarea{position: absolute;right:5px;top:3px}
.call_person .call_per_radio{  min-height: 50px; display: inline-flex;align-items: center;}
.call_person .call_per_radio span{display: inline-block; margin-right: 12px;}
.call_person .call_per_radio input[type=radio]{    width: 22px;   height: 22px; }
.call_person .call_per_radio label{font-size: 17px}
.call_failed .call_person {display: flex;}
.call_failed .call_person > div{width: calc(100% - 200px);}
.call_failed .failed_call{width: calc(100% - 200px);}
.call_failed .failed_call input[type='text']{width:100%}
.call_complat{}
.call_complat > div{background: #fdfaf1;  padding: 18px; border-radius: 10px;border: 1px solid #d0c5a3;font-family: nxB}
.call_complat > div strong{color: red;font-size: 19px}


/* 상담하기 */
.mobile_Counsel_list{display: none}
.board_searchlist.counsel_sort{display: flex;align-items: center;}
.board_searchlist.counsel_sort .chck_{    margin: 0 0 0 13px;}

/*만족도평가*/
.satisfaction_div{    padding: 20px 25px;
        background: #fffaef;
        border: 1px solid #f4e4bc;
        border-radius: 15px;
        margin-top: 30px;}
.satisfaction_div h3{font-size: 26px;font-family: nxB;position: relative;display: inline-block;}
.satisfaction_div h3:after{content: '';display: inline-block;width: 42px;height: 42px;background: url("../../img/satisfaction_icon.png") no-repeat center;margin-left: 10px;vertical-align: middle}
.satisfaction_div h3:before{    content: '';
        display: block;
        width: 100%;
        height: 3px;
        background: #ffe28b;
        position: absolute;
        bottom: 0px;
        left: 0;}
.satisfaction_div .score_wrap{    padding: 0 10px;}
.satisfaction_div .score_wrap dl{display: flex;align-items: center; justify-content: space-between;margin: 15px 0}
.satisfaction_div .score_wrap dt{font-size: 18px;font-family: nXM;;position: relative;padding-left: 10px}
.satisfaction_div .score_wrap dt:before{content: '';display: block; width: 3px;height: 3px; background: #000;border-radius: 50%;position: absolute;top: 7px;left: 0;}
.satisfaction_div .score_wrap dt span{display: block}
.satisfaction_div .score_wrap dt.inner_dt{    margin-left: 4px;    padding-left: 12px;font-family: initial;}
.satisfaction_div .score_wrap dt.inner_dt:before{content: '';display: block; width: 7px;height: 12px; background:url("../../img/2dep_arrow.svg") no-repeat bottom left;;position: absolute;top: 0px;left: 0;}
.satisfaction_div .score_wrap dd{font-size: 16px;font-family: nXM;width: 740px; display: flex; justify-content: space-between;}
.satisfaction_div .score_wrap dd span{margin-left: 7px;display: inline-block}
.satisfaction_div .score_wrap dd input{width: 20px;height: 20px;margin-right: 7px}
.satisfaction_div .score_wrap dd label{color: #000}
.satisfaction_div .satisfaction{margin-top: 25px;}
.satisfaction_div .satisfaction dt{font-size: 18px;font-family: nXM;padding-bottom: 10px;    color: #0792f2;}
.satisfaction_div .satisfaction{}

.satisfaction_div .score_div{display: flex;align-items: center; justify-content: space-between;}
.satisfaction_div .score_div p{font-size: 16px;font-family: nXM}
.satisfaction_div .score_div ul{display: flex;align-items: center;;}
.satisfaction_div .score_div ul li{}
.satisfaction_div .score_div ul li label{display: flex;align-items: center}
.satisfaction_div .score_div ul li input{width: 25px;height: 25px}
.satisfaction_div .score_div ul li span{font-size: 16px;font-family: nXM;margin: 0 10px;display: block}
.satisfaction_div .score_div ul li span:after{content: '';display: inline-block;width: 50px;height: 50px;vertical-align:middle}
.satisfaction_div .score_div ul li:nth-child(1) span:after{background: url("../../img/emoji_01.png") no-repeat center;background-size: contain}
.satisfaction_div .score_div ul li:nth-child(2) span:after{background: url("../../img/emoji_02.png") no-repeat center;background-size: contain}
.satisfaction_div .score_div ul li:nth-child(3) span:after{background: url("../../img/emoji_03.png") no-repeat center;background-size: contain}
.satisfaction_div .score_div ul li:nth-child(4) span:after{background: url("../../img/emoji_04.png") no-repeat center;background-size: contain}
.satisfaction_div .score_div ul li:nth-child(5) span:after{background: url("../../img/emoji_05.png") no-repeat center;background-size: contain}
.satisfaction_div .write_div{position: relative;background: #fff;height:90px;border-radius: 10px }
.satisfaction_div .write_div textarea{border: 0;width:calc(100% - 80px);height:100%;resize: none;border-radius: 10px;padding: 15px}
.satisfaction_div .write_div button{position: absolute;right:15px;top:18px;width: 55px;height: 55px;border-radius: 50%;background: #ffac2a url("../../img/icon_send.png") no-repeat 8px center;
        cursor: pointer;font-size: 0;text-indent: -99999px;line-height: 0;color: transparent}

/* 만족도 조사 작성 확인 팝업 */
.satisfaction_div .title_div {width:100%;height: 70px;display: flex;align-items: center; justify-content: space-between;}
._popup_content .satis_con_scroll {overflow: auto;padding: 20px}
.div_satis_pop{box-shadow: 5px 5px 15px rgba(0,0,0,.25);background: #fff;border-radius: 20px;padding: 0;border: 0;margin: 0}
.div_satis_pop::backdrop {background: rgba(0, 0, 0, .6);}


/* 관련사이트*/
.rel_site{gap: 30px}
.sitem_link{display: block;position: relative;  width: calc(33% - 20px)}
.sitem_link img{width: 100%;height: 360px;border-radius: 20px}
.sitem_link p{position: absolute;bottom:0;left:0;width: 100%;height: 70px;background: rgba(0,0,0,.5);border-radius:0 0 20px 20px;  display: flex;align-items: center;justify-content: center;transition: all .3s}
.sitem_link p span{font-family: nxB;color: #fff;font-size: 18px;position: relative}
.sitem_link p span:before{content:'';display: inline-block;background:url("../../img/home_link_icon.svg") no-repeat center;width: 32px;height: 32px;margin-right: 5px;    vertical-align: middle;}
.sitem_link:hover p{height: 100px}
/* 로그인 */
.login_wrap{}
.login_wrap .login_top_cont{width:950px;height: 170px; margin:10px auto 40px;font-size:30px; line-height: 1.5; font-family: 'nx';;background-image: url("../../img/login_img.png"), url("../../img/login_img02.png");
        background-repeat: no-repeat, no-repeat; background-position:left 0, right calc(100% - 4px); padding:35px 0 0 180px}
.login_wrap .login_top_cont span{color: #0792f2;font-size:30px;  font-family:'nxM';font-weight: bold;vertical-align: baseline;    padding-top: 20px;  display: inline-block;}
.login_wrap .login_top_cont p{color: #000;font-size:18px;  font-family:'nx';padding-top: 5px}
.social-login-wrapper{}
.social-login-wrapper .socialLog{display: flex;justify-content: center;gap: 30px}
.social-login-wrapper .socialLog li{width: 300px;height: 180px;}
.social-login-wrapper .socialLog li a{display: flex; flex-direction: column; align-items: center;  padding-top: 10px;height: 100%;border:2px solid #74ABE5;border-radius: 20px;font-size: 25px;font-family: "nxM", sans-serif;    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);}
.social-login-wrapper .socialLog li a:before{content: '';display: block;width:70px;height:70px;margin: 20px 0}
.social-login-wrapper .socialLog li a.naver:before{background: url("../../img/icon_naver.svg") no-repeat center;background-size: contain}
.social-login-wrapper .socialLog li a.google:before{background: url("../../img/icon_google.svg") no-repeat center;background-size: contain}
.social-login-wrapper .socialLog li a.kakaotalk:before{background: url("../../img/icon_kakao.svg") no-repeat center;background-size: contain}

/* 추가 */.login_wrap .login_top_cont span
.select_ option{text-align: left}
.data_no{background: url("../../img/icon_nodata.png") no-repeat center 20px;padding: 10px}
.data_no dd{padding-top: 50px}
.data_no.bod_data_no{padding:70px 0 20px}

.login_info_pop{    width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 5;}
.login_info_pop > section{border: 2px solid #000;border-radius: 10px;background:#FFE552;width: 510px;  position: fixed;
        transform: translate(-50%, -50%);top: 50%; left: 50%;    box-shadow: 4px 4px 10px rgba(0, 0, 0, .3) }
.login_info_pop > section .content_div{padding: 20px;}
.login_info_pop .content_div h2{width:200px;height: 43px;background:url("../../img/login_pop_logo.svg") no-repeat center;    background-size: contain;font-size: 0;text-indent: -9999px;padding: 20px 25px}
.login_info_pop .content_div .info_txt{background: #fff;border-radius: 20px;margin-top: 20px;padding: 20px;position: relative}
.login_info_pop .content_div .info_txt:before{content: '';display: block;width: 165px;height: 140px;background:url("../../img/login_pop_img.svg") no-repeat center;
        position: absolute; right: -10px; top: -66px;}
.login_info_pop .content_div .info_txt p{margin: 8px 0;}
.login_info_pop .content_div .info_txt p span{ font-size: 17px; vertical-align: baseline;}
.login_info_pop .content_div .info_txt p.info{font-family: nXM;font-size: 18px}
.login_info_pop > section .foot_div{background: #000;border-radius: 0 0 8px 8px; height: 40px; display: flex; align-items: center;justify-content: flex-end;padding: 0 15px}
.login_info_pop > section .foot_div a{display: inline-block;background:url("../../img/login_pop_close.svg") no-repeat right center;color: #fff;font-size: 16px;padding-right: 25px}

/* 회원가입 */
.join_wrap{max-width:900px;margin: 0 auto;position: relative;}
.join_wrap .boxwrap{border-radius: 60px;border: 2px solid #74ABE5;padding:60px 50px}
.join_wrap:before{content: '';display:block; position: absolute;right:0;top:-10px;width: 280px;height: 230px;background: url(../../img/join_img.png) no-repeat center;background-size: contain;}
.join_wrap h3{font-size: 40px;font-family: 'nxB';padding: 80px 0 20px 10px;    color: #0792f2;}
.join_wrap dl{display: flex; align-items: center;margin-bottom: 15px}
.join_wrap dt{display: flex;width:150px;}
.join_wrap dt label{font-size:18px;font-family: 'nxM'}
.join_wrap dd{width: 100%;flex: 1;display: inline-flex; gap: 5px;}
.join_wrap dd input, .join_wrap dd select{height: 45px;border: 1px solid #595757;border-radius: 8px;padding: 0 10px}
.join_wrap dd input[readonly]{background: #f7f7f7;color: #666;border-color: #e8e8e8;    font-size: 18px;}
.join_wrap dd input:focus, .join_wrap dd select:focus{border:2px dotted red}
.join_wrap dd .btn_reqAuth{background: #0792F2;font-size: 20px;font-family: 'Pretendard';font-weight: 600;color: #fff;padding: 0 20px;border-radius: 8px;height: 45px;line-height: 45px}
.join_wrap dd .btn_reqAuth i{font-size: 20px;font-family: 'Pretendard';font-weight: 600;color: #fff;vertical-align: baseline;}
.join_wrap dd .btn_reqAuth_none{background: #ccc;font-size: 20px;font-family: 'Pretendard';color: #fff;padding: 0 20px;border-radius: 8px;height: 45px}
.join_wrap dd input.time_set{border: 0;background: #fff !important;font-size: 20px;color: #ff0000 !important;width: 100px;font-family: 'nxB';}
.join_wrap .redcolor{color: #ff0000}
.join_wrap .nocolor{color: #fff}
.join_wrap .agree{}
.join_wrap .agree li{display: flex;align-items: center;    justify-content: space-between;padding: 5px 0}
.join_wrap .agree li>div{display: flex;align-items: center;}
.join_wrap .agree li>div p{margin-right: 30px;color: #000;width: 300px}
.join_wrap .agree li>div label input{width: 25px;height: 25px;margin-right: 5px}
.join_wrap .agree li>div label span{font-size: 20px;font-family: 'nxB';}
.join_wrap .agree li a{color: #f15c43;text-decoration: underline}
.join_wrap .btns-area{margin-top: 30px;text-align: center}
.join_wrap .dl_ident{display: flex;gap: 5px}
.join_wrap .dl_ident .btn_reqAuth{padding: 0}

.join_wrap.smsCert{max-width: 700px}
.join_wrap.smsCert dl{min-height: 45px}
.join_wrap.smsCert dl .sms_text{font-size: 20px;color: #3b83cf;font-family: nXM}
.join_wrap dd .btn_reqAuth.smsCert{background: #e6f5ff;  color: #2887da;  border: 1px solid #2198eb;}

.join_layer{position: fixed;transform: translate(-50%, -50%);top: 50%; left: 50%;z-index:6;box-shadow: 5px 5px 15px rgba(0,0,0,.25);background: #fff;border-radius: 20px;}
.back_bg{background:rgba(0,0,0,.6);width: 100%;height: 100% ;position:fixed;top:0;left:0;z-index: 5;}
.join_layer .title{background: #0792F2;border-radius: 20px 20px 0 0;height: 65px;display: flex;align-items: center; justify-content: space-between;padding: 0 20px 0 30px}
.join_layer .title h2{color: #fff;font-size:24px;font-weight: 600;}
.join_layer .title h2 .small_txt{font-size: 14px;font-weight: 300;color:#fff;padding-left: 10px}
.join_layer .title .closed{display: block;width: 35px;height: 35px;background: url("../../img/closed.png") no-repeat center;font-size: 0;text-indent: -99999px;line-height: 0;color: transparent}
.join_end_a, .join_end_b{position: relative;padding:40px 0 30px}
.join_end_a:before{content: '';display:block;margin: 0 auto;width: 320px;height: 220px;background: url(../../img/join_img02.png) no-repeat center;background-size: contain;}
.join_end_b:before{content: '';display:block;margin: 0 auto;width: 320px;height: 180px;background: url(../../img/join_img.png) no-repeat center;background-size: contain;}
.join_end_a li{text-align: center;padding:5px 0}
.join_end_a li:nth-child(1){font-size: 35px;font-family: 'nxB';color: #3b83cf}
.join_end_a li:nth-child(2){font-size: 20px;font-family: 'nxM';}
.join_end_a li:nth-child(3){font-size: 20px;font-family: 'nxM';}
.join_end_a li:nth-child(4){text-align: center;margin-top: 20px}
.join_end_b li{font-size: 20px;font-family: 'nxM';text-align: center}
.join_end_b li span{font-size: 20px;font-family: 'nxM';color: #ff0000}
.join_end_b li:nth-child(3){text-align: center;margin-top: 20px}
.join_layer .popup_btn{text-align: center;padding: 20px 0}
.join_agree_div{height: 400px;overflow-y: auto;padding: 20px;font-size: 17px}
.join_wrap .tooltip, .join_layer .tooltip {position: relative;}
.join_wrap .tooltip .tooltip-content { position: absolute; top: -40px; left: 105%; transform: translateX(-50%); background-color: #333; color: #fff; padding: 8px 10px; font-size: 12px; border-radius: 4px; white-space: nowrap; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); z-index: 10;}
.join_layer .tooltip .tooltip-content { position: absolute; top:-110px; left: 42%; transform: translateX(-50%); background-color: #333; color: #fff; padding: 8px 10px; font-size: 12px; border-radius: 4px; white-space: nowrap; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); z-index: 10;}

.join_agree_div#verify_request{}
.join_agree_div#verify_request .top_tit{background: url("../../img/portal/icon_identity.png") no-repeat 10px center;font-size: 20px;font-family: nXM;padding: 22px 0 23px 74px;margin-bottom: 20px}
.join_agree_div#verify_request .verify_select{display: flex;    justify-content: space-around;}
.join_agree_div#verify_request .verify_select figure{width: 45%}
.join_agree_div#verify_request .verify_select figure a{display: flex;    flex-direction: column; align-items: center;border: 1px solid #ccc;border-radius: 15px;padding:25px 0 0;}
.join_agree_div#verify_request .verify_select figure a h4{height: 115px}
.join_agree_div#verify_request .verify_select figure a span{background: #0792f2;color: #fff; font-size: 20px; border-radius: 0 0 15px 15px; display: block;  width: 100%; line-height: 50px;text-align: center;}
.join_agree_div#verify_request .verify_select figure ul{margin-top: 15px}
.join_agree_div#verify_request .verify_select figure li{font-size: 15px;    text-align: center;}

#div__pop_identity_1 .join_agree_div{height:400px}

/* 마이페이지 */
.mypage_dev{}
.mypage_dev dl{    border-bottom: 1px solid #ddd; min-height: 65px; display: flex; align-items: center;}
.mypage_dev dl:last-child{    border-bottom:0}
.mypage_dev dt{    font-size: 20px;  font-family: 'nXB'; width: 180px;}
.mypage_dev dt.row_2line{text-align: center;padding-left: 50px;width: 200px}
.mypage_dev dd{display: flex;align-items: center;flex: 1}
.mypage_dev dd input[type="text"], .mypage_dev dd select{font-size: 18px; padding-left: 15px; border: 1px solid #8E8E8E;  height: 47px; border-radius: 7px;}
.info_modify input[type="text"], .info_modify select{width: 20%}
.mypa_block01{padding-left: 10px;color: #0a66b8}
.mypa_block02{    width: 520px;}
 .mypa_block02 input{width: 18%;}
.mypa_block02 span{margin: 0 10px 0 5px}
.mypa_block04 {width: 40%}
.birt_info01{display: flex;    align-items: center;}
.access_info{    background: #FEF6E0;padding: 15px 0 15px 20px;border-radius: 15px}
.access_info span{font-size: 20px;font-weight: bold;    vertical-align: baseline;    color: #fe6a5c;
        background: url(../../img/ciinfo.svg) no-repeat left 0; padding-left: 36px;}

/* 보호자 정보 입력 */
#parent_detail select[disabled],
#parent_detail input[readonly]{background-color: #ededed}
        /* 전화번호 변경 버튼 */
        #changePhone, #callAuthCode{
                background: #0792F2;
                font-size: 20px;
                font-family: 'nxB';
                color: #fff;
                padding: 0 20px;
                border-radius: 8px;
                height: 45px;
                line-height: 45px;
        }
#changePhone, #callAuthCode i{font-size: 20px;
        font-family: 'nxB';
        color: #fff;}
        /* 인증 버튼 */
        #btn__resAuth{
                height: 45px;
                background: #e6f5ff;
                color: #2887da;
                border: 1px solid #2198eb;
                border-radius: 8px;
                font-size: 20px;
                line-height: 45px;
                padding: 0 20px;
        }
        .time_set{
                border: 0;
                background: #fff !important;
                font-size: 20px;
                color: #ff0000 !important;
                width: 100px;
                font-family: 'nxB';
                padding: 0 10px;
        }


/* 상담건수 */
.goMyCons{text-decoration: underline}

/* 사업소개 */
.sub_title{}
.sub_title{font-size:26px;font-family:'nx';color:#000;margin-bottom:15px}
.sub_title:before{margin-right: 10px;
        width:32px;
        height:32px;
        background:url(../../img/portal/bullet_h3.png) no-repeat center;
        display:inline-block;
        content:"";
        vertical-align:middle;    background-size: contain;
}

.svIntd_div01{display: flex;gap: 40px;align-items: center;;margin-bottom: 60px}
.svIntd_div01 > div{}
.svIntd_div01 > div p{font-size:20px;font-family:'nxM';padding: 5px 10px;line-height: 1.6;letter-spacing: 0.5px;}
.svIntd_div01 > div p.line01{font-size: 28px;color: #000;margin-bottom: 20px}
.svIntd_div01 > div span.point{
        font-size: 20px;
        font-family: 'nxM';
        color: #0792f2
}
.svIntd_div01 .immport{margin-top: 15px}
.svIntd_div01 .immport p{font-size: 24px;color: #0067bf}
.svIntd_div01 .immport p:nth-child(2){color: #df6f6f}

.svIntd_div02{}
.svIntd_div02 ul{display: flex;flex-wrap: wrap;}
.svIntd_div02 ul li{width:25%;padding:20px}
.svIntd_div02 ul li a{}
.svIntd_div02 ul li a div{background: #FBFBFB;border: 1px solid #DBDBDB;border-radius: 15px;padding: 20px 0;height: 170px;
        display: flex; align-items: center;
        justify-content: center;}
.svIntd_div02 ul li a span{ display: block;   text-align: center; color: #000; font-size: 24px; color: #666; font-family: 'brB';padding: 20px 0}
.svIntd_div02 ul li a span i{font-size: 22px; font-family: 'brB';}

/* 상세질환 입력*/
.detail_disease{background: #fdfaf1;padding: 15px;border-radius: 3px;margin-bottom: 10px}
.detail_disease h4{    font-size: 20px;  font-family: 'nx';    color: #000;   margin-bottom: 15px;}
.detail_disease h4:before{    margin-right: 10px;
        width: 32px;
        height: 32px;
        background: url(../../img/sub_h3_title.png) no-repeat center;
        display: inline-block;
        content: "";
        vertical-align: middle;
        background-size: contain;}
.detail_disease_list{}
.detail_disease_list li{display: flex;gap: 20px;  padding: 5px 0; align-items: center; height: 37px;}
.detail_disease_list li .Q_title{font-family: nxM;position: relative;padding-left: 10px;    letter-spacing: 1px;color: #000}
.detail_disease_list li .Q_title:before{content: '';display: block;width: 3px;height: 3px;background: #000;border-radius: 50%;position: absolute;top:7px;left:0}
.detail_disease_list li .Q_title:after{content: '';display: block;width:100%;height: 3px;background: #ffe28b;position: absolute;bottom:0px;left:0;}
.detail_disease_list li span{display: flex;gap: 20px}
.detail_disease_list li .Q_list{flex: 1}
.detail_disease_list li .Q_list span{display: inline-block !important;color: #075ef2;}
.detail_disease_list li .Q_list input[type='text']{height: 33px;width: 100%;border-radius: 5px}

.oneand_0{margin-top: 30px;}
.oneand_0 .detail_disease{border-radius: 10px;margin-bottom: 8px;border: 1px solid #ded2cd; padding: 15px 25px;}
.oneand_0 h3{ font-size: 24px; font-family: 'nx'; color: #000; margin-bottom: 15px;}
.oneand_0 h3:before{    margin-right: 10px;
        width: 32px;
        height: 32px;
        background: url(../../img/sub_h3_title.png) no-repeat center;
        display: inline-block;
        content: "";
        vertical-align: middle;
        background-size: contain;}
.oneand_0 .detail_disease h4 strong{color: #000}
.oneand_0 .detail_disease h4:before{background: url(../../img/sub_h4_title.svg) no-repeat center;    background-size: contain;    vertical-align: text-bottom;    margin-right: 8px;}
.oneand_0 .detail_disease_list{padding-left: 20px}

/* 상담일지 */
.mypage_dev.daily_log{    padding: 5px 15px;}
.mypage_dev.daily_log dl{ align-items: flex-start; flex-direction: column;border-bottom: 0;  margin:15px 0 20px}
.mypage_dev.daily_log dt{width: 100%;    padding: 10px;     background: #f8fafe; border: 1px solid #ccdced;border-radius: 7px;  margin-bottom: 10px;}
.mypage_dev.daily_log dt span{color: red;margin-left: 5px}
.mypage_dev.daily_log dd{display: block;padding-left: 10px;width: 100%;}
.mypage_dev.daily_log dd span{display: inline-block}

#dabindo .detail_disease{border: 1px solid #e1dac5; border-radius: 10px;padding: 30px}


        /* 메인 */
.main{background: url(../../img/main/top_bg.png) no-repeat center top;}
.main_top{position: relative;max-width: 1440px;height: 920px;margin:0 auto}
.main_top .main_visual{position: relative;}
.main_top .main_visual:after{content: '';clear: both}
.main_top .slogan{position: absolute;top:150px;left:12px;z-index: 2}
.main_top .slogan dt{margin-bottom: 20px;}
.main_top .slogan dt span{font-size: 102px;font-family: 'brR';color: #000;font-weight: bold;-webkit-letter-spacing: -5px}
.main_top .slogan dt span.font01{color: #FD695C}
.main_top .slogan dt span.font02{color: #0477C7}
.main_top .slogan dd{font-size:46px;font-family: 'brR';color: #000}
.main_top .rolling_img{position: absolute;top:-100px;right:0;z-index: 1;}
.main_top .rolling_img .btns {display: none;position: absolute;bottom:0;right:170px}
.main_top .rolling_img .btns a{display:inline-block;width: 62px;height: 62px;font-size: 0;line-height: 0}
.main_top .rolling_img .btns a.stop{background: url(../../img/main/btn_stop.png) no-repeat center;}
.main_top .rolling_img .btns a.prev{background: url(../../img/main/btn_pre.png) no-repeat center;}
.main_top .rolling_img .btns a.next{background: url(../../img/main/btn_next.png) no-repeat center;}

.main_top .main_btn{display: flex;align-items: flex-end; justify-content: flex-end; position: absolute; bottom: 60px; right: 100px;gap: 30px}
.main_top .main_btn ul{display: flex;gap: 10px}

.main_center_bar{background: #ffe554;}
.main_center_bar > div{height:400px;background: url(../../img/main/center_img.png) no-repeat right bottom;max-width: 1440px;margin: 0 auto;    background-size: contain;}
.main_center_bar .noti_wrap{display: flex;justify-content: space-around;padding: 40px 395px 40px 0;}
.main_center_bar .noti_wrap > div{width: 50%;    padding: 0 20px;}
.main_center_bar .noti_wrap .title{display: flex;justify-content: space-between;    padding-top: 30px;}
.main_center_bar .noti_wrap .title a{background: url(../../img/main/btn_next.png) no-repeat center;display:inline-block;width:40px;height:40px;font-size: 0;line-height: 0;background-size: contain}
.main_center_bar .noti_wrap h2{font-size:32px;font-family: 'brR';color: #000}
.main_center_bar .notice_list{padding: 10px 0;}
.main_center_bar .notice_list li{border-bottom: 1px solid #ccb534;display: flex;justify-content: space-between;padding:15px 0}
.main_center_bar .notice_list li a{width: calc(100% - 120px);white-space: nowrap;  overflow: hidden; text-overflow: ellipsis;color: #000}
.main_center_bar .notice_list li a:before{content: '-';display: inline-block;margin-right: 5px}

/* 당직일정 */
/* 당직일정 캘린더 */
.calendar-wrap{display:table;height:100%;width:100%;padding-top:12px;}
.duty-calendar {display:block;width:100%;height:100%;padding-top:20px;position: relative}
.duty_form{position: relative}
.duty_form .top_btn_area{ position: absolute;right: 0;top: 55px; display: flex; align-items: center;gap: 10px;}
.print_btn{background:#FE6A5B url(/pec/static/img/icon_print.png) no-repeat 12px center;     width: 110px;    height: 45px;line-height: 45px;
        text-indent: 0;   background-size: 25px; ;color: #fff;font-size:19px;border-radius: 25px;padding:0 10px 0 46px;font-family: nXM}
.duty-calendar table{    border-top: 2px solid #FE6B5C;}
.duty-calendar .calendar-btn{position:relative;width: 500px;margin: 0 auto}
.duty-calendar .calendar-btn ul li{position:absolute;}
.duty-calendar .calendar-btn li:first-child{top:0;left:0;}
.duty-calendar .calendar-btn li:last-child{top:0;right:0;}
.duty-calendar .calendar-btn li:first-child a{display:block;width:42px;height:50px;background:url(/pec/static/img/portal/icon_new_arrow_left.png) no-repeat center;border: 1px solid #ccc;
        border-radius: 5px;}
.duty-calendar .calendar-btn li:last-child a{display:block;width:42px;height:50px;background:url(/pec/static/img/portal/icon_new_arrow_left.png) no-repeat center;transform:rotate(180deg);border: 1px solid #ccc;
        border-radius: 5px;}
.duty-calendar .calendar-date {display:block;width:100%;padding-bottom:45px;text-align:center;font-size:38px;font-family:'NotoKrB';letter-spacing:-0.75px;}
.duty-calendar .sunday {color:#CF4833;}
.duty-calendar .saturday {color:#016ecb;}
.duty-calendar table th{font-size:22px;height:41px;color:#121212;font-weight:500;font-family: 'nXB';height: 65px; background: #F4F4F4; border: 1px solid #BFBFBF;}
.duty-calendar table td {width:14.25%;height: 100px;
        vertical-align: top;
        border: 1px solid #ccc;
        padding: 10px;}
.duty-calendar table td.on a,
.duty-calendar table td.today.on{position:relative;background:#F2F2F2;}

.duty-calendar table td a em,
.duty-calendar table td em{
        position:relative;
        display:inline-block;
        font-size:15px;
        color:#222424;
        font-family:'NotoKrM';
        margin-top:20px;
}

#calendar__body td a{display:inline-block;width:100%;height:100%;cursor:pointer;color:#000000;text-align:center;}
#calendar__body td ul::after{content:'';display:block;clear:both;}
#calendar__body td ul li:nth-child(5){}
.calendar-content{display:table-cell;vertical-align:top;padding:0 0 0 40px;}
.sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
}

.hospital_list{ display: flex; justify-content: center;}
.hospital_list ul{position: relative;padding-left: 27px;margin-bottom: 5px}
.hospital_list ul:before{content: '';display: block;width: 20px;height: 20px;position:absolute;left:0;top:2px}
.hospital_list ul li{display: flex}
.hospital_list ul li strong{width: 70px;height: 22px;line-height: 22px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.hospital_list ul li span,
#duty-search-list td span {
        display: inline-flex;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        background: #ccc;
        text-align: center;
        font-size: 15px;font-family: nxB;    padding-bottom: 1px;
        align-items: center;border: 1px solid;
        justify-content: center;margin-left: 3px}

.hospital_list ul li span.medicsNm,
#duty-search-list td span.day {
        font-size: 12px;
        font-family: nxB;
        width: 40px;
        margin-top: 5px;
        background:#fff;
        border: none;
        display: block;
        text-align: left;
}
.hospital_list ul li span.day,
#duty-search-list td span.day {
        background:#0792F2;color: #fff;;font-size: 13px; padding-top: 3px;
}
.hospital_list ul li span.night,
#duty-search-list td span.night {
        background: #FE6B5C;color: #fff;font-size: 13px; padding-top: 3px;
}
.hospital_list ul li span.daily,
#duty-search-list td span.daily {
        background: #8FC070;color: #fff;;font-size: 13px; padding-top: 3px;
}

.ex_lgdBox{position: relative}
.ex_lgdBox .btnEduStatus {
        background: #0792F2;
        color: #fff;
        border-radius: 4px;
        height: 27px;
        line-height: 27px;
        padding: 0 10px 0 10px;
        font-size: 14px;
        cursor: default;
}

.ex_lgdBox .btn_lgdBox { position: absolute;top:-114px;right:6px ;border: 1px solid #e6e6e6;border-radius: 10px;padding: 10px 15px;display: inline-block;    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);}
.ex_lgdBox .btn_lgdBox li{padding: 2px 0}
.ex_lgdBox .btn_lgdBox li span a{display: inline-block;position: relative;color: #000 !important;background: none !important;padding-left: 18px}
.ex_lgdBox .btn_lgdBox li span a:before{content: '';display: inline-block;width: 14px;height: 14px;background: #D9D9D9;border-radius: 5px;position: absolute;left:0;top:6px}
.ex_lgdBox .btn_lgdBox li span a#btn_gApl:before{background: #03C4C4}
.ex_lgdBox .btn_lgdBox li span a#btn_gScd:before{background: #9CF4F4}
.ex_lgdBox .btn_lgdBox li span a#btn_pApl:before{background: #4F58B5}
.ex_lgdBox .btn_lgdBox li span a#btn_pScd:before{background: #D3D5ED}
.ex_lgdBox .btn_lgdBox .title{display: inline-block;width: 100px;letter-spacing: -1px}

/* 당직일정 -표 검색 */
.mo_ver{display: none !important}
.mobile_detail_search{display: none}
.detail_view_btn{background: #ffe554 url("../../img/icon_plus.svg") no-repeat 20px center;color: #000;font-size: 19px;  border-radius: 35px;  padding: 0 25px 0 42px;  font-family: nXM;;height: 50px;line-height: 50px}
.detail_view_btn.on{background: #ffe554 url("../../img/icon_mimus.svg") no-repeat 20px center;}
/* 탭 */
.duty_tab_area{
        position: relative;margin-bottom:40px;
}
.duty_tab_area .title_tab {
    left: 0;
}


/* //버튼 */
.btn_reg2{height: 62px;line-height: 62px; padding:0 40px;  color: #fff; font-size: 24px; font-family: 'Pretendard';font-weight: 600; background: #0792F2; border-radius: 40px;  display: inline-block;border: 1px solid #0792F2;}
.btn_reg1{height: 62px;line-height: 62px; padding:0 40px; color: #0792F2; font-size: 24px; font-family: 'Pretendard';font-weight: 600;background: #fff; border-radius: 40px; display: inline-block;border: 1px solid #0792F2}
.btn_reg3{height: 62px;line-height: 62px; padding:0 40px; color: #FF5A54; font-size: 24px; font-family: 'Pretendard';font-weight: 600;background: #fff; border-radius: 40px; display: inline-block;border: 1px solid #FF5A54}
.btn_reg22{height: 62px;line-height: 62px; padding:0 40px;  color: #a4a4a4; font-size: 24px; font-family: 'Pretendard';font-weight: 600; background: #eee; border-radius: 40px; display: inline-block;;border: 1px solid #eee}
.btn_reg22.agreeBtn.active{background: #0792F2;border: 1px solid #0792F2;color: #fff;}
.pop_btn01{padding:10px 30px ; color: #fff;  font-size: 20px;  font-family: 'Pretendard';font-weight: 600; background: #AFAFAF; border-radius: 30px; display: inline-block;}
.btnblue{background:#0792F2 }



.footer:after{}
.excel_btn{background: #FAFAFA url(/pec/static/img/iocn_down02.png) no-repeat 15px center;border: 1px solid #b0b0b0;
        text-indent: 0;
        background-size: 25px;
        color: #575757;
        font-size: 19px;
        border-radius: 35px;
        padding: 15px 25px 15px 46px;
        font-family: nXM;}

.mobile_ver{display:none;}

/* 상담일지 */
.tab_menu{display: flex;gap: 8px;justify-content: center; margin-bottom: 40px;}
.tab_menu li{}
.tab_menu li a{ display: flex;align-items: center;
        color: #6D6D6D;
        height: 60px;
        padding:0 50px;
        line-height: 60px;
        font-family: 'Pretendard';font-weight: 600;
        background: #E9E9E9;
        font-size: 24px;
        border-radius:40px;
        text-align: center;}
.tab_menu li.on a{background: #0792F2;color: #fff}
.stat-box #total-stat-box{display: flex;    flex-wrap: wrap;gap: 30px}
.stat-box #total-stat-box> div{flex: 1 1 48%; border: 1px solid #ccc; box-shadow: 2px 2px 9px rgba(0,0,0,.1);border-radius: 10px;
        padding: 10px; box-sizing: border-box;}
.stat-box #total-stat-box > div > div{width: 100%}


/* 교육팝업 - 공통사용 */
.layer_popup{position: fixed;transform: translate(-50%, -50%);top: 50%; left: 50%;z-index:6;box-shadow: 5px 5px 15px rgba(0,0,0,.25);background: #fff;border-radius: 20px;}
.back_bg{background:rgba(0,0,0,.6);width: 100%;height: 100% ;position:fixed;top:0;left:0;z-index: 5;}
.layer_popup .title{background: #fe6a5c;border-radius: 20px 20px 0 0;height: 65px;display: flex;align-items: center; justify-content: space-between;padding: 0 20px 0 30px}
.layer_popup .title h2{color: #fff;font-size:24px;font-weight: 600;}
.layer_popup .title .closed{display: block;width: 35px;height: 35px;background: url("../../img/closed.png") no-repeat center;font-size: 0;text-indent: -99999px;line-height: 0;color: transparent}
._popup_content{background: #fff;border-radius: 0 0 20px 20px}
._popup_content .con_scroll{overflow: auto;padding: 20px}
._popup_content .btn_div{display: flex; justify-content: center;  gap: 5px; padding: 15px;}

.tb_x_style01{}
.tb_x_style01 .tables{border-top:1px solid #FE6A5C;}
.tb_x_style01 .tables .line_2{display: flex}
.tb_x_style01 .tables .line_2 > dl{flex: 1}
.tb_x_style01 .tables dl{display: flex;border-bottom:1px solid #D1D1D1;}
.tb_x_style01 .tables dt{background:#fffdf3;font-size:18px;color:#525252;font-family: 'Pretendard';font-weight: 600;width:140px;display:inline-flex;     justify-content: center;   align-items: center;height:55px;}
.tb_x_style01 .tables dd{font-size:16px;color:#696969;padding:0 10px;width:calc(100% - 140px);display: inline-flex;    align-items: center;height:55px;}
.tb_x_style01 table{border-top:1px solid #FE6A5C;}
.tb_x_style01 th{border-bottom:1px solid #D1D1D1;background:#fffdf3;font-size:18px;color:#525252;height:55px;font-family: 'Pretendard';}
.tb_x_style01 td{border-bottom:1px solid #D1D1D1;font-size:16px;color:#696969;height:55px; padding:0 10px;}

.add_info_layer .div_password > div{margin: 10px 0;background: #f7fcff;border: 1px solid #a1cae6;padding: 15px;border-radius: 5px}
.add_info_layer .div_password p{text-align: center}
.add_info_layer .div_password .inpt{padding-top: 5px}
.add_info_layer .div_password input{border: 1px solid #000;padding: 5px;text-align: center;border-radius: 5px;height: 45px}
.add_info_layer .title_h{font-family: 'Pretendard';color: #000;font-size: 20px;margin: 10px 0}
.add_info_layer .tb_x_style01 .inpt01{height: 40px;border-radius: 4px;border: 1px solid #ccc;}
.add_info_layer .tb_x_style01 .flex01{display: flex;gap: 5px}
.add_info_layer .tb_x_style01 .flex01 .search{ width: 40px; height: 40px; display: inline-block;text-indent: -9999px;border-radius: 6px;
        background: #0072d4 url(../../img/portal/nicon_search.png) no-repeat center; background-size: 23px;}
.add_info_layer .checkdiv01{text-align: center;padding-top: 15px}
.add_info_layer .checkdiv01 input{width: 20px;height: 20px}
.add_info_layer .checkdiv01 span{font-size: 18px}

/**/
.tippy-content{position: relative;padding: 12px}
.tippy-content .closed{width: 25px;height: 25px;border-radius: 4px;background: url("../../img/bada/cliose_x.png") no-repeat center;font-size: 0;text-indent: -9999px;
position: absolute;right: 5px;top:5px;border: 1px solid #000}

/**/
.open_pop{background: #fff;padding: 0 !important}
.open_pop .top_div{background: #0792F2;height: 55px;display: flex;align-items: center; justify-content: space-between;padding: 0 15px}
.open_pop .top_div h1{color: #fff;font-size: 24px}
.open_pop .top_div .closed {
        display: block;
        width: 35px;
        height: 35px;
        background: url(../../img/closed.png) no-repeat center;
        font-size: 0;
        text-indent: -99999px;
        line-height: 0;
        color: transparent;}
.content_popup {padding:15px 15px 50px}
.content_popup .search_div{margin-bottom: 15px}
.content_popup .search_div span{display: inline-block;width: 80px;font-size: 17px;font-family: "'Pretendard'", sans-serif;font-weight: 600;letter-spacing: -1px}
.content_popup .search_div input, .content_popup .search_div select{height: 43px;border: 1px solid #cacaca;border-radius: 4px;padding: 0 10px}
.content_popup .search_div .form_box01{flex: 1;display: flex;    align-items: center;margin-bottom: 5px;}
.content_popup .search_div .form_box01 > div{flex: 1;display: flex;    align-items: center;}
.content_popup .search_div .form_box01 .nbtn_search{width: 43px;height: 43px;border-radius: 4px;margin-left: 5px}
.content_popup .theme_board_list{margin-top: 10px}
.content_popup .theme_board_list th{font-size: 16px}
.content_popup  .theme_board_list td{font-size: 16px}
.content_popup_btn{  display: flex; justify-content: center; align-items: center; gap: 10px;padding: 20px 0}
.content_popup_btn a{padding:10px 30px ; color: #fff;  font-size: 20px;  font-family: 'Pretendard';font-weight: 600; background: #0792F2; border-radius: 8px; display: inline-block;}
.content_popup_btn a.white{color: #0792F2;background: #fff; border: 1px solid #0792F2}
.content_popup_btn a.btn_base{background: #AFAFAF;}

/* 통합검색 */
.total_search_wrap{}
.total_search_wrap  .total_top_list{display: flex;gap: 5px;justify-content: center;;margin: 15px 0}
.total_search_wrap  .total_top_list .total{font-size: 17px;display: block; background: #FE6A5B; padding: 10px 25px; border-radius: 25px;color: #fff;}
.total_search_wrap .total_top_list ul{  display: flex;gap: 5px}
.total_search_wrap .total_top_list li a{ display: block; background: #EFEFEF; border-radius: 25px; font-family: "nXM", sans-serif; font-size: 17px; padding: 10px 18px;}
.total_search_wrap .total_list{}
.total_search_wrap .total_list .count{}
.total_search_wrap .total_list .count span{font-weight: bold;color: #000;    vertical-align: baseline;}
.total_search_wrap .total_list .count span.red{color: red}
.total_search_wrap .search-info{margin-top: 15px;font-size: 24px}
.total_search_wrap .search-info span{font-size: 24px;    vertical-align: baseline;}
.total_search_wrap .search-info strong{font-size: 24px;color: red;vertical-align: baseline}
.total_search_wrap .search-info .result, .total_search_wrap .search-info .result strong{font-size: 18px}
.search-intro__text{padding: 10px 0; border-top: 1px solid #ccc; margin-top: 20px;}
.search-intro__text .search-title{padding: 10px 0}
.search-intro__text .search-title{padding: 10px 0}
.search-intro__text .search-title span{font-size:20px;  font-family: 'NotoKrM';  padding-right: 5px;  vertical-align:initial}
.search-intro__text .search-title a{font-size: 20px;  font-weight: 500;   color: #000;  line-height: 1.3;font-family: 'Pretendard';    vertical-align: bottom;}
.search-intro__text .search-title a span.red{font-size: 20px;  font-weight: 600;   color:red;font-family: 'Pretendard';vertical-align: initial;}
.search-intro__text .link{margin-left: 10px;margin-bottom: 15px;}
.search-intro__text .search-text{margin-left: 10px;line-height: 1.5}
.search-intro__text .search-text span.red{font-weight: bold;color: red;vertical-align: baseline;}

.total_list .no_page{
        /* background: url("../../img/portal/no_search.png") no-repeat top center ; */
        margin-top: 60px; 
        padding-top:30px;
        text-align: center;
        font-size: 26px;
        font-family: "notoKLM", sans-serif;
        color: #bab9b9;
}

/* 상담현황 만족도 */
.dgstfn-info,
.diary-info{display: flex; justify-content: space-between}
.diary-info{
        margin-bottom: 15px;
        border-bottom: 1px solid #dddddd;
}
.dgstfn-info span,
.diary-info span{align-content: center} /* 단위 영역 */
.dgstfn-title,.diary-title{font-weight: bold}
#dgstfn-stat-box table{margin-bottom: 50px}
.stat-box .dgstfn-title,
.stat-box .diary-title{
        font-size:26px;font-family:'nx';color:#000;margin-bottom:15px;
}
.stat-box .diary-title em {font-size: 26px; font-family: 'nx'}
.stat-box .dgstfn-title:before,
.stat-box .diary-title:before{
        margin-right: 10px;
        width:32px;
        height:32px;
        background:url(../../img/portal/bullet_h3.png) no-repeat center;
        display:inline-block;
        content:"";
        vertical-align:middle;    background-size: contain;
}
.stat-box .list_sec02.diary_sec {
        border-bottom: 1px solid #ffa071;
        padding-bottom: 30px;
}

/* 전문가 상담 */
.adv_title .info_div.special{padding:30px 25px 30px 10px}
.adv_title .info_div.special > span{    width: calc(100% - 190px);}
.adv_title .info_div .btn_reg3{width: 165px}
.specialist{margin-top: 30px}
.specialist .pc_special{display: flex}
.specialist .pc_special img{max-width: 100%; }
.specialist .mo_special{display:none ;text-align: center}
.specialist .mo_special img{max-width: 100%;}

/* 상담보고서 작성 */
.btnPreview.btn_reg3{width: 165px}
.cnslReportReg .adv_box{margin: 35px 0 0 0}
.cnslReportReg .adv_box h3{margin-bottom: 10px}
.cnslReportReg .theme_board_list th{font-size: 17px}
.cnslReportReg .text-area:not(.adv_pre){flex: 1;padding-top: 10px}
.cnslReportReg .scroll_x{overflow: auto}
.cnslReportReg .scroll_x table{min-width: 900px;width: 100%}
.cnslReportReg .text-area>span{display: block; text-align: right; padding-top: 8px}

/* total 로우 */
tr.total{
        background-color: #fff8e9;
}
.stat-box td.subTotal{
        background-color: #f1f1f1;
}

/* 일별 현황 당직 병원 표시 */
.dutyHos{color: #60bd6c !important;}

/* 주,월별현황 주차 범위 기간 */
#dateRange{
        position: relative;
        left: 380px;
        z-index: 99;
        top: -41px;
}

/* 리스트-미리보기 버튼 */
[id*=-report-list] .btnPreview{
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        padding: 0 20px;
}

/* 일일상황보고 - 팝업 */
.DailyReportPop{max-width: 1200px;width: 100%;margin: 0 auto;;border-top:3px solid #FE695C;padding: 15px}
.DailyReportPop h1{padding: 15px 0 25px;text-align: center;border-bottom:3px solid #59a7eb}
.DailyReportPop h1 span{font-size: 38px;font-family: "notoKrB", sans-serif;color: #555}
.DailyReportPop h1 span.point{color: #000}
.DailyReportPop .top_info{padding: 20px}
.DailyReportPop .top_info p{padding: 5px 0}
.DailyReportPop .top_info p strong{font-size: 26px;font-family: "notoKrB", sans-serif;display: inline-block;width: 100px;color: #000}
.DailyReportPop .top_info p span{font-size: 26px;font-family: "notoKrM", sans-serif;}

.DailyReport_tb{}
.DailyReport_tb h2 strong{font-size: 18px}
.DailyReport_tb table{border-top:1px solid #FE6A5C;}
.DailyReport_tb th{border:1px solid #D1D1D1;background:#fffdf3;font-size:18px;color:#525252;height:55px;font-family: 'Pretendard';}
.DailyReport_tb td{border:1px solid #D1D1D1;font-size:16px;color:#696969;height:55px; padding:0 10px;}


/* 대시보드 */
.dashbord_body{background: #f9f9f9;min-width: 360px}
.dashbord_body header{display: flex;align-items: center; justify-content: space-between;background: #FDF0D0;height: 55px;padding: 0 20px;    border-bottom: 1px solid #daceb3;}
.dashbord_body header .logo_div{}
.dashbord_body header .logo_div h1{font-size: 25px;font-family: "'Pretendard'", sans-serif;background: url("../../img/dash_logo.png") no-repeat ;padding-left: 100px;color: #000}
.dashbord_body header .side_div{ display: flex;align-items: center;gap: 10px;}
.dashbord_body header .side_div .date{background: url("../../img/icon_time2.png") no-repeat left ;padding-left:23px;font-size: 14px;color: #000;background-size:contain;}
.dashbord_body header .side_div .date span{font-size: 14px;vertical-align: inherit}
.dashbord_body header .download{display: inline-block;width: 120px;height: 35px;background: url("../../img/dash_down.png") no-repeat;font-size: 0;line-height: 0}
.dashbord_body header .closed{display: inline-block;width: 40px;height: 40px;background:#fffcf4 url("../../img/open_x.png") no-repeat center;font-size: 0;line-height: 0;
border-radius: 5px;box-shadow: 0px 0px 4px 3px #FBE4A9}
.dashbord_wrapper{max-width: 1500px;margin: 0 auto;padding-bottom: 20px}
.dash_section01{display: flex;gap: 20px;margin: 20px 0}
.dashbord_wrapper .panelBox{border:1px solid #dddfe3;background: #fff;box-shadow: 0px 0px 4px rgba(0,0,0,.15);border-radius: 10px}
.dashbord_wrapper .panelBox .top_title{background: #e9eef5;border-bottom: 1px solid #ededed;
;border-radius: 10px 10px 0 0;height: 45px;display: flex;justify-content: space-between; align-items: center;padding: 0 15px;box-shadow: 0 2px 3px rgba(0,0,0,.05)}
.dashbord_wrapper .panelBox .top_title h2{font-size: 16px;color: #555555; display: flex; align-items: center;gap: 5px;}
.dashbord_wrapper .panelBox .top_title h2 .red{color: red;vertical-align: baseline}
.dashbord_wrapper .panelBox .top_title h2 .blue{color: #4470f6;vertical-align: baseline}
.dashbord_wrapper .panelBox .top_title .day{display: inline-block;font-size: 14px; background: url(../../img/icon_time2.png) no-repeat left;background-size: 17px; padding-left: 21px;}
.dashbord_wrapper .panelBox .top_title .chart_ex_txt01{}
.dashbord_wrapper .panelBox .top_title .chart_ex_txt01 span{font-size: 14px;display: inline-flex;gap: 3px;align-items: center;margin-left: 5px}
.dashbord_wrapper .panelBox .top_title .chart_ex_txt01 span:before{content: '';display: inline-block;width:12px;height: 12px;border-radius: 50%}
.dashbord_wrapper .panelBox .top_title .chart_ex_txt01 span:nth-child(1):before{background: #3b82f6}
.dashbord_wrapper .panelBox .top_title .chart_ex_txt01 span:nth-child(2):before{background: #f00}
.dashbord_wrapper .panelBox .top_title .chart_ex_txt02{}
.dashbord_wrapper .panelBox .top_title .chart_ex_txt02 span{font-size: 14px;display: inline-flex;gap: 3px;align-items: center;margin-left: 5px}
.dashbord_wrapper .panelBox .top_title .chart_ex_txt02 span:before{content: '';display: inline-block;width:12px;height: 12px;border-radius: 50%}
.dashbord_wrapper .panelBox .top_title .chart_ex_txt02 span:nth-child(1):before{background: #2CAFFE}
.dashbord_wrapper .panelBox .top_title .chart_ex_txt02 span:nth-child(2):before{background: #544FC5}
.dashbord_wrapper .panelBox .top_title .chart_ex_txt03{}
.dashbord_wrapper .panelBox .top_title .chart_ex_txt03 span{font-size: 14px;display: inline-flex;gap: 3px;align-items: center;margin-left: 5px}
.dashbord_wrapper .panelBox .top_title .chart_ex_txt03 span:before{content: '';display: inline-block;width:12px;height: 12px;border-radius: 50%}
.dashbord_wrapper .panelBox .top_title .chart_ex_txt03 span:nth-child(1):before{background: #93C5FD}
.dashbord_wrapper .panelBox .top_title .chart_ex_txt03 span:nth-child(2):before{background: #86EFAC}
.dashbord_wrapper .panelBox .panel_cont{min-height: 200px;border-radius: 0 0 10px 10px;height: calc(100% - 45px)}
.dashbord_wrapper .each_div01{display: flex; align-items: center;width: 100%;}
.dashbord_wrapper .each_div01 article{width:50%}
.dashbord_wrapper .each_div01 .child{border-left: 1px solid #ccc}
.dashbord_wrapper .each_div01 article .top_title{height: 90px; justify-content: space-between;}
.dashbord_wrapper .each_div01 article .top_title .total{font-size: 30px;font-family: "'Pretendard'", sans-serif;font-weight: 800;width: 100px;text-align: right;color: #FF5A54}
.dashbord_wrapper .each_div01 article .top_title .per_txt{font-size:20px;font-family: "'Pretendard'", sans-serif;font-weight: 800;margin-top: 10px}


.dash_board_tb{padding: 10px 10px}
.dash_board_tb table{table-layout:fixed;border-top:1px solid #FE695C;}
.dash_board_tb th{background: #fffdf3;border-left: 1px solid #d1d1d1;border-right: 1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;
        height: 40px;    padding: 0 5px;    font-size:15px;    color: #525252;}
.dash_board_tb td{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align: center;
        line-height: 1.2;   border: 1px solid #d1d1d1;     height:35px;       color: #696969;     padding: 0 5px;  font-size:15px;}
.dash_board_tb td.left{text-align: left}

.dashbord_wrapper .date_sorting{background: #3d9af1;border-radius: 10px;box-shadow: 0px 0px 4px rgba(0,0,0,.15);padding:15px;display: flex;     align-items: center;gap: 50px ;  justify-content: center;margin: 15px 0 20px}
.date_sorting .month_sort{display: flex;gap: 20px;    align-items: center;}
.date_sorting .month_sort span{font-size: 26px;font-family: "'Pretendard'", sans-serif;font-weight: 700;color: #fff}
.date_sorting .month_sort a{display: inline-block;width: 30px;height: 30px;background: #fff;border-radius: 7px;text-indent: -9999px;line-height: 0;}
.date_sorting .month_sort a.prev{background: #fff url("../../img/month_prev.png") no-repeat center}
.date_sorting .month_sort a.next{background: #fff url("../../img/month_next.png") no-repeat center}
.date_sorting .month_check input{width: 20px;height: 20px}
.date_sorting .month_check span{font-size: 18px;color: #fff;margin-left: 5px}
.date_sorting .month_year_search{display: flex;align-items: center;gap: 5px }
.date_sorting .month_year_search span{color: #fff}
.date_sorting .month_year_search .search_calendar_{position: relative}
.date_sorting .month_year_search input[type='text']{border-radius: 30px;border: 0;height: 38px;font-size: 15px;padding-left: 15px}
.date_sorting .month_year_search .calendar{position: absolute;right:15px;top:4px;display: block;width:32px;height: 27px;background: url("../../img/calendar02.png") no-repeat;font-size: 0 }
.date_sorting .month_year_search .search{    width: 40px;
        height: 40px;
        display: inline-block;
        text-indent: -9999px;
        border-radius: 50%;
        background: #013f86 url(../../img/portal/nicon_search.png) no-repeat center;
        background-size: 30px;}
.dashbord_wrapper .contents_div_dahs01{display: flex;gap: 20px}
.contents_div_dahs01{display: flex;gap: 20px}
.contents_div_dahs01 .left_panel{width: 350px}
.contents_div_dahs01 .left_panel .dash_section02{display: flex; flex-direction: column;gap: 20px;;flex: 1}
.contents_div_dahs01 .right_panel{display: flex; gap: 20px;   flex-direction: column;width: calc(100% - 370px);}
.contents_div_dahs01 .right_panel .dash_section01{margin: 0;gap: 20px}

.contents_div_dahs01 .left_panel .dash_section02 .panelBox .panel_cont{min-height: 50px}
.contents_div_dahs01 .left_panel .panelBox{}
.contents_div_dahs01 .left_panel .panelBox .top_title{height:63px}
.contents_div_dahs01 .left_panel .top_title h2{display: flex; align-items: center;background-size: 30px;padding-left: 40px;height: 50px}
.contents_div_dahs01 .left_panel .access_num .top_title h2{ background: url("../../img/access_num.png") no-repeat left;;background-size: 30px;}
.contents_div_dahs01 .left_panel .counseling_num .top_title h2{ background: url("../../img/counseling_num.png") no-repeat left;;background-size: 30px;}
.contents_div_dahs01 .left_panel .counseling_num .top_title h2 em{
        font-style: normal;
        font-size: 14px;
        color: #939393;
}
.counsel_row .bbs_counsel .top_title h2{background: url("../../img/bbs_counsel.png") no-repeat left;background-size: 30px;}
.counsel_row .call_counsel .top_title h2{;background: url("../../img/call_counsel.png") no-repeat left;;background-size: 30px;}
.counsel_row .hi_bot .top_title h2{background: url("../../img/hibot_icon.png") no-repeat left;background-size: 30px;;}
.counsel_row .app_dokdok .top_title h2{;background: url("../../img/app_dokdok.png") no-repeat left;background-size: 30px;;}

.counsel_row{display: flex;}
.counsel_row figure{width: 50%}
.counsel_row .bbs_counsel .top_title{border-radius: 10px 0 0 0}
.counsel_row .call_counsel .top_title{border-radius: 0 10px 0 0;}
.counsel_row .panel_cont{padding: 22px 10px}
.dashbord_wrapper .panel_cont .num_data{text-align: center;}
.dashbord_wrapper .panel_cont .num_data span{font-size: 35px;font-weight: 900;font-family: "'Pretendard'", sans-serif; vertical-align: baseline;}
.counsel_row .panel_cont .progress_div{background: #e9e9e9;border-radius: 20px;height: 25px;margin-top: 10px}
.counsel_row .panel_cont .progress_div >  div{border-radius: 20px;text-align: center;font-size: 12px;color: #fff;line-height: 21px;border: 2px solid rgba(0,0,0,.2)}



.panelBox .access_num .num_data{ padding: 20px 00;position: relative}
.panelBox .counseling_num .num_data{ padding:10px 00;}
.panelBox .counseling_num .call_time{background: #fdfbf1;text-align: center;padding: 15px;border-radius: 0 0 10px 10px}
.panelBox .counseling_num .call_time span{font-weight: bold;color: #ff0000}

.disease_top5{padding: 15px 20px;display: flex;flex-direction: column;justify-content:space-between;height:100%;}
.disease_top5 .disease_div dl{display: flex;justify-content: space-between;    align-items: center;}
.disease_top5 .disease_div dt{font-size:13px;font-family:'NotoKrM';}
.disease_top5 .disease_div dt span{margin-left: 8px;font-weight: 100}
.disease_top5 .disease_div dd{display: flex; flex-direction: column; align-items: flex-end;}
.disease_top5 .disease_div dd strong{font-size: 13px;font-family: "'Pretendard'", sans-serif;font-weight: 700}
.disease_top5 .disease_div .progress_div{background: #e9e9e9;border-radius: 16px;height: 16px;}
.disease_top5 .disease_div .progress_div > div{border-radius: 16px;border: 0px solid rgba(0,0,0,.2);height: 16px;text-indent: -9999px;font-size: 0;}
.disease_top5 .disease_div .progress_div .bar__01{ background: #FF0000;}
.disease_top5 .disease_div .progress_div .bar__02{ background: #FF6600;}
.disease_top5 .disease_div .progress_div .bar__03{ background: #FF9966;}
.disease_top5 .disease_div .progress_div .bar__04{ background: #FFCC66;}
.disease_top5 .disease_div .progress_div .bar__05{ background: #a2cf86;}

.master_sec01{display: flex;gap:20px;margin: 20px 0}
.master_sec02{display: flex;gap:20px;margin: 20px 0}
.dashbord_wrapper .master_sec01 .top_title{justify-content: flex-start;}
.dashbord_wrapper .master_sec01 .top_title h2{}
.master_sec01 figure{height: 100%}
.master_sec01 .panelBox .panel_cont{min-height:auto;height: calc(100% - 50px);  display: flex; align-items: center; justify-content: center;}
.master_sec01 .panelBox .top_title:before{content: ''; display: inline-block;width: 40px; height: 44px;vertical-align: bottom;}
.master_sec01 .panelBox .today_counsel .top_title:before{align-items: center;}
.master_sec01 .panelBox .today_counsel .top_title:before{display: none }
.master_sec01 .panelBox .access_num .top_title:before{background: url(../../img/access_num.png) no-repeat left;background-size: 30px;}
.master_sec01 .panelBox .counseling_num .top_title:before{background: url(../../img/counseling_num.png) no-repeat left;background-size: 30px;}
.master_sec01 .panelBox .call_center_num .top_title:before{background: url(../../img/call_center_num.png) no-repeat left;background-size: 30px;}
.master_sec01 .panelBox .counseling_time .top_title:before{background: url(../../img/counseling_time.png) no-repeat left;background-size: 30px;}
.panelBox .today_counsel ul li figure p{    display: flex; align-items: center;justify-content: center;}
.panelBox .today_counsel ul li figure p:before{content: ''; display: inline-block;width: 40px; height: 44px;vertical-align: bottom;}
.master_sec01 .panelBox .bbs_counsel figure p:before{background: url(../../img/bbs_counsel.png) no-repeat left;background-size: 30px;}
.master_sec01 .panelBox .call_counsel figure p:before{background: url(../../img/call_counsel.png) no-repeat left;background-size: 30px;}

.panelBox .today_counsel{}
.panelBox .today_counsel ul{display: flex;padding:7px 5px 0px;width: 100%}
.panelBox .today_counsel ul li{padding: 10px 10px;flex: 1}
.panelBox .today_counsel ul li figure{background: #f0f7f4;padding: 10px 5px 15px;border-radius: 10px;}
.panelBox .today_counsel ul li.call_counsel figure{background: #fff3f5}
.panelBox .today_counsel ul li figure p{text-align: center;font-family: "'Pretendard'", sans-serif;font-weight: 700;padding-bottom: 7px}
.panelBox .call_center_num .num_data{padding: 15px 0}
.panelBox .counseling_time .num_data{padding: 15px 0}

.panelBox .top10_counsel{
        padding:18px 15px 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
}
.panelBox .top10_counsel li .counsel_topdata{display: flex;justify-content: space-between;align-items: center;gap: 10px}
.panelBox .top10_counsel .counsel_topdata .name{
        background: #f1f1f1;
        font-size: 13px;
        color: #333;
        border-radius: 5px;
        width: 70px;
        text-align: center;
        padding: 5px 0;
        font-family: 'NotoKrB';
}
.panelBox .top10_counsel .counsel_topdata .per_bar{width: calc(100% - 150px);height: 10px}
.panelBox .top10_counsel .counsel_topdata .per_bar .span_bar__1{display:block;height: 100%;border-radius: 10px; background:#FF0000}
.panelBox .top10_counsel .counsel_topdata .per_bar .span_bar__2{display:block;height: 100%;border-radius: 10px; background:#FF6600}
.panelBox .top10_counsel .counsel_topdata .per_bar .span_bar__3{display:block;height: 100%;border-radius: 10px; background:#FF9966}
.panelBox .top10_counsel .counsel_topdata .per_bar .span_bar__4{display:block;height: 100%;border-radius: 10px; background:#FFCC66}
.panelBox .top10_counsel .counsel_topdata .per_bar .span_bar__5{display:block;height: 100%;border-radius: 10px; background:#a2cf86}
.panelBox .top10_counsel .counsel_topdata .per_bar .span_bar__6{display:block;height: 100%;border-radius: 10px; background:#C5E0B4}
.panelBox .top10_counsel .counsel_topdata .per_bar .span_bar__7{display:block;height: 100%;border-radius: 10px; background:#9eccf4}
.panelBox .top10_counsel .counsel_topdata .per_bar .span_bar__8{display:block;height: 100%;border-radius: 10px; background:#BDD7EE}
.panelBox .top10_counsel .counsel_topdata .per_bar .span_bar__9{display:block;height: 100%;border-radius: 10px; background:#BDD7EE}
.panelBox .top10_counsel .counsel_topdata .per_bar .span_bar__10{display:block;height: 100%;border-radius: 10px; background:#BDD7EE}
.panelBox .top10_counsel .counsel_topdata .num_data{
        font-size: 13px;
        color: #ff5a54;
        border-radius: 21px;
        width: 50px;
        text-align: center;
        border: 1px solid #ff5a54;
        font-family: 'NotoKrM';
        padding: 5px 0;
}




/* 교육일정 스타일 */
.fc-event-main-frame {
        color: inherit !important;
}
.fc-event-title-container {
        color: inherit !important;
}
.fc-event-title {
        color: inherit !important;
}

.fc-scroller table.fc-col-header th.fc-col-header-cell {
        background: #F4F4F4;
        border: 1px solid #BFBFBF;
}
.fc-scroller table.fc-col-header th.fc-col-header-cell .fc-col-header-cell-cushion {
        font-size: 22px;
        height: 41px;
        font-weight: 500;
        font-family: 'nXB';
        height: 65px;
        padding-top: 17px;
}
.fc .fc-day-sun .fc-col-header-cell-cushion {
        color: #CF4833;
}
.fc .fc-day-sat .fc-col-header-cell-cushion {
        color: #016ecb;
}

.fc .fc-daygrid-day-top {
        display: flex;
        flex-direction: row;
}
.fc .fc-day-sun .fc-daygrid-day-number {
        color: #CF4833;
}
.fc .fc-day-sat .fc-daygrid-day-number {
        color: #016ecb;
}

.fc .fc-button-primary {
        background-color: #fff;
        border-color:  #ccc; /* #2c3e50; */
        color: #fff;
}

.fc .fc-header-toolbar {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
}

/* 가운데 년월 타이틀 */
.fc .fc-toolbar-title {
        flex: 0 0 auto;
        position: relative;
        z-index: 1;
        text-align: center;
        font-size: 38px;
        font-weight: bold;
}

.fc-customLeftBtn-button,
.fc-customRightBtn-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 42px;
        height: 50px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background: #fff;
        z-index: 1;
}
.fc-customLeftBtn-button {
        background: url(../../img/portal/icon_new_arrow_left.png) no-repeat center;
        left: calc(33.333% - 21px); /* 3분의 1 지점에서 버튼 너비의 절반만큼 보정 */
}

.fc-customRightBtn-button {
        background: url(../../img/portal/icon_new_arrow_right.png) no-repeat center;
        right: calc(33.333% - 21px); /* 3분의 1 지점에서 버튼 너비의 절반만큼 보정 */
}
.fc-customLeftBtn-button:hover,
.fc-customLeftBtn-button:focus {
        background: #fff url(../../img/portal/icon_new_arrow_left.png) no-repeat center !important;
        border: 1px solid #ccc;
        box-shadow: none;
}
.fc-customRightBtn-button:hover,
.fc-customRightBtn-button:focus {
        background: #fff url(../../img/portal/icon_new_arrow_right.png) no-repeat center !important;
        border: 1px solid #ccc;
        box-shadow: none;
}

.tippy-arrow {
        width: 16px;
        height: 16px;
        color: #ff5a54;
}
.tippy-box {
        background: #fff;
        color: #000;
        padding: 2px;
        border-radius: 4px;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
        min-width: 450px;
}

.tippy-box[data-theme~='custom'] .tippy-content {
        white-space: normal;
        word-break: break-all;
}

.btn.btn-caldr-apl {
        background-color: #0792F2;
        color: #fff;
        border: none;
        border-radius: 4px;
        padding: 6px 18px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        transition: background 0.2s;
}
.btn.btn-caldr-apl:hover,
.btn.btn-caldr-apl:focus {
        background-color: #056bb3;
        color: #fff;
        text-decoration: none;
}

.btn.btn-caldr-apl:disabled,
.btn.btn-caldr-apl.disabled {
        background-color: #b5d6f7;
        color: #fff;
        cursor: not-allowed;
        opacity: 0.7;
        border: none;
        text-decoration: none;
}

.dashbord_wrapper.customer .each_div01 article .top_title{border-radius:10px 0 0 0;}
.dashbord_wrapper.customer .each_div01 article.child .top_title{border-radius:0 10px 0 0;}
.dashbord_wrapper.doctor .panelBox figure.hi_bot .top_title{border-radius:10px 0 0 0;}
.dashbord_wrapper.doctor .panelBox figure.app_dokdok .top_title{border-radius:0 10px 0 0;}

#btnCapture{
        border: 2px solid #ffd96f;
        padding: 7px 16px;
        background: #fff;
        font-family: 'NotoKrB';
        font-size: 13px;
        border-radius: 30px;
        color: #6d6246;
        box-shadow: 3px 3px 4px #0000000d;
}

.counseling_choice{
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 35px;
}
.counseling_choice li a{
        display: block;
        background: #EFEFEF;
        font-family: "nXM", sans-serif;
        font-size: 21px;
        padding: 10px 32px;
        border-radius: 18px;
        text-align:center;
}
.counseling_choice li.on a{
        background: #FEDB76;
        color: #000;
}
#diary-chart{
        padding: 30px 30px 0 0;
        background: #f4f4f4;
        border-radius: 20px;
}

/* 메인 팝업 */
.popup_img{display:none;}
.popup_img.is-open{display:flex; align-items:center; justify-content:center;}
.popup_img{position:fixed; inset:0; z-index:9999; align-items:center; justify-content:center; padding:24px; background:rgba(0,0,0,.7);}
.popup_dialog{width:clamp(320px, 90vw, 500px); max-height:90vh; background:#fff; border-radius:16px; box-shadow:0 20px 60px rgba(0,0,0,.35); position:relative; overflow:hidden; display:flex; flex-direction:column;}
.pop_closed{position:absolute; top:8px; right:8px; width:40px; height:40px; border:0; cursor:pointer; background:#ffffff url(../../img/open_x.png) no-repeat center/18px 18px; border-radius:9999px; text-indent:-9999px; overflow:hidden; box-shadow:0 6px 16px rgba(0,0,0,.25);}
.popup_body{flex:1 1 auto; overflow:auto; -webkit-overflow-scrolling:touch;}
.popup_body a{display:block}
.popup_body img{display:block; width:100%; height:auto;}
.foot_pop{flex:0 0 auto; height:auto; min-height:44px; background:#000; color:#fff; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:8px 12px;}
.foot_pop .today{display:flex; align-items:center; gap:8px;}
.foot_pop .today label{color:#dfdfdf; font-size:14px}
.popup_body::-webkit-scrollbar{width:8px}
.popup_body::-webkit-scrollbar-thumb{background:#ddd; border-radius:8px}



/* 상담보고 */
[id$=stat-box] .btnReg{
        background: #0792F2;
        border-radius: 50px;
        display: inline-flex;
        align-items: center;
        padding: 15px 13px 15px 11px;

        span{
                color: #fff;
                font-family: 'Pretendard';
                font-weight: 600;
                font-size: 19px;
                padding-left:10px;
        }
}

/* 보고서 작성 */
[id$=stat-box] .btn_reg3,
.cnslReportReg .btn_reg3{
        height: 53px;
        width: 165px;
        font-size: 19px;
        line-height: 52px;
}
.mo_ver .btn_reg3.btnReport{    height: 43px;
        line-height: 43px;
        font-size: 16px;
        padding: 0;
        width: 140px;margin: 0 auto;margin-top: 20px;
}
/*수정버튼*/
.board_btn .btn_reg3{
        height: 62px;
        line-height: 62px;
        font-size: 24px;
        width: auto;
}

[id$=stat-box] .btnReg:after,
.cnslReportReg .btnReg:after{
        content: '';
        display: inline-block;
        width: 30px;
        height: 25px;
        background: url(../../img/btn_img_write.png) no-repeat center;
        margin-left: 5px;
        background-size: contain;
}

.cnslReportReg .align_right{
        display: block;
        margin-bottom:10px;
}

.week_input_{display: flex;align-items: center}
.week_input_div01{display: flex;align-items: center}
.week_input_div02{display: flex;align-items: center;gap: 10px}
span#baseDt {
        margin-left: 20px;
        background-color: #f1f1f1;
        padding: 5px 15px;
        border-radius: 20px;
}

#callbackDscsn{
        display: flex;
        flex-direction: column;
        gap: 10px;
}
.none {
        display: none;
}