﻿@charset "utf-8";
body{background: #faf9fe}

.h_171{height: 171px;}
.h_450{height: 485px;}
.h_500{height: 630px;}	
.h_550{height: 548px; position: relative}
.h_700{height: 700px;}

.ml5{margin-left: 5px}
.mb30{margin-bottom: 30px;}
.mt30{margin-top: 30px;}
.mt10{margin-top: 10px;}

.mb10{margin-bottom: 10px;}

/*메인 인덱스*/
/*화면*/
.cont_board{background: #faf9fe;  margin-bottom: 20px;}
.cont_board.log_pd{padding-left: 220px;}
.cont_board.join_pd{padding-top: 100px;}

/*좌측메뉴*/
.left_menu{position: fixed; left: 0; top: 0; background: #202429; color: #ffffff; font-weight: 300; width: 220px; height: 100vh; padding: 15px;}
.menu_center_info {overflow: hidden}
.menu_center_info dt{width:34px; height:34px; border: 1px solid #ddd; border-radius: 15px; background-repeat: no-repeat; float: left; margin-right: 6px;}
.menu_center_info dd{float: left; width: 150px;}
.menu_center_info .section{font-size: 12px; line-height: 1.1em;}
.menu_center_info .center_names	{font-size:15px; font-weight: 600;}
.menu_center_info:hover {cursor:pointer}

/*좌측메뉴_캐시*/
.menu_cash{margin: 10px 0; background: #202429; padding: 15px; border-radius: 5px}
.menu_cash li:first-child{margin-bottom: 5px;}
.menu_cash li span{float: right;}
.menu_cash li span b{color:#ff2c03; margin-right: 3px;}
	
/*좌측메뉴_각각메뉴*/
.menu_btn li{padding-left: 25px; margin-bottom: 5px; font-size:15px; color: #C8C6CF}
.menu_btn li img{width: 16px; height: 16px; margin-bottom: -2px; margin-right: 4px;}
.menu_btn li span{cursor: pointer}
.menu_btn li ol li{font-size:12px; padding-left: 18px; cursor: pointer; display:none;}
.menu_btn li ol li::before{content: '-'; margin-right: 8px}
.menu_btn li span.on, .menu_btn ol li.on{color:#fff228; }
.menu_btn li span:hover, .menu_btn ol li:hover{color:#81b2ef}
.menu_btn li span:hover path{background-color: #81b2ef;}

.menu_btn li.show {color:#C8C6CF;}
.menu_btn li.show ol li{font-size:12px; padding-left: 18px; cursor: pointer;display:list-item}
 
/********왜안돼?********/.menu_btn li span.on svg{color: #fff228}

/*****************************************************메인 부분*****************************************************/
/*****************************************************메인 부분*****************************************************/

/*고객센터*/
/*p.service{font-size: 18px; font-weight: 600; margin-top: 20px;}
p.service img{width: 23px; height: 18px; padding-right: 5px}*/
dl.service{padding: 10px; margin-top: 20px;}
dl.service dt{color: #778ba5; font-size: 13px;}
dl.service dd{font-size: 20px; font-weight: 500; }
dl.service dd button{background: #323a43; border:none; color: #fff; width:100%; border-radius: 5px; height: 28px; cursor: pointer; font-size:15px; font-weight: 500}
dl.service dd button:hover{background: #3f4d5d}
dl.service dd button:active{background: #1a1d20}
ul.service{padding-left: 10px; font-size:13px; color: #64707f}
/* height: 25px;*/

/*헤더_공지사항 알림 등*/
.header{background: #fff; padding: 15px 237px 0px 10px; border-bottom: 1px solid #ddd;min-width:1000px; position: fixed; width:100%; z-index: 9;}
.header ul {float: right;}
.header ul li{display: inline-block; padding-right: 40px; position: relative; font-weight: 500; cursor: pointer}
.header ul li:hover, .header ul li .board p:hover{text-decoration: underline; }
.header ul li .board{position: absolute; top:30px; right:35px; width:160px; padding: 25px; z-index: 2; display:none; }
.header ul li .board p{cursor: pointer; margin-bottom: 5px;}
/*.header ul li .board::after{content:""; position:absolute;  width: 0px;height: 0px; border-top:8px solid transparent;  border-bottom:8px solid #ddd;  border-right: 6px solid transparent;  border-left: 6px solid  transparent; top:-12px;}*/
/*.header ul li i{font-size:4px;}*/
.alarm{background: #ff621d; padding: 1px 6px 2px 6px; line-height: 14px; border-radius: 10px; color: #fff; font-size: 10px; font-weight: 600; position: absolute; top:1px; margin-left: 2px;}
.alarm_reg{background: cornflowerblue; padding: 1px 6px 2px 6px; line-height: 14px; border-radius: 10px; color: #fff; font-size: 10px; font-weight: 600; position: relative; top:-2px; margin-left: 2px;}

/*공지사항 롤링*/
.notice_img img{width: 18px; height: 18px; vertical-align:top; margin-top: 3px;}
.main_notice {position:relative;overflow:hidden;width:410px; display: inline-block; height:21px;text-align:left;}
.main_notice li {width:410px;font-size:13px; height:21px; line-height:21px; overflow:hidden; color: #2a2829; text-overflow: ellipsis;white-space: nowrap; cursor: pointer}
.main_notice li:hover{text-decoration: underline; }

/*메인*/
.content{width: 1000px; position: relative; margin: auto; padding-top: 87px;}
.board{background: #fff; border-radius:10px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); padding: 30px 30px 27px 30px; margin-bottom: 15px; position: relative; }

/*메인 위드 4분할*/
.w_4{width:23.7%; margin-right: 1.2%; display: inline-block}
.w_last{margin-right: 0 !important;}
.w_60{width:59.6%; margin-right: 1.2%; display: inline-block}
.w_40{width:38.7%; margin-right: 0; display: inline-block; float: right; position: relative}
.w_50{width:49.5%; display: inline-block; }
.w_50r{width:50%; float: right}
.w_50l{width:50%; float: left}
.w_35{width:34.8%; margin-right: 1.2%; display: inline-block}

.s_20{width:19%; display: inline-block}
.s_40{width:39.9%; display: inline-block}
.s_50{width:49.9%; display: inline-block}
.s_60{width:59.9%; padding-left: 30px; display: inline-block; float: right}
.s_50r{width:49.9%; padding-left: 30px; display: inline-block; float: right}


/*메인_ 제목*/
.m_title dt, .Usage dt{position: relative; font-size:12px; color: #555; line-height:  1em;}
.m_title dd, .Usage dd{position: relative; font-size: 16px; }
.m_title dt .alarm, .Usage dt .alarm{top:-3px;}
.m_title dd .alarm, .Usage dd .alarm{top:3px;}
p.m_title{position: relative; font-size: 16px; display: inline-block}
.w_40 .m_title{border-left: 3px solid #7f74ce; padding-left: 5px;}

.graph_List{float: right; }
.graph_List li{display: inline-block; color:#999; cursor: pointer; font-size: 13px; height: 15px; line-height: 15px; border-left: 1px solid #ddd; padding-left: 5px; margin-left: 3px;}
.graph_List li:first-child{border-left: none;}
.graph_List li:hover, .graph_List li.on{color:#555;}

.Usage{padding-top: 10px; width:49%; display: inline-block; text-align: center}
.usage_line dt, .usage_line dd{border-left: 1px solid #ddd;}
.Afew span{font-size: 35px; font-weight: bold; }
.Afew{font-size: 20px; font-weight: 600; text-align: right; margin-top: 10px;}

/*더보기1 / 더보기2 */
.more{float: right; font-size:12px; color: #555; cursor: pointer}
.more:hover, .find_list dd.list_local .close:hover{color: #1d1d1d; text-decoration: underline; }
.more::after{content: '\f3d1'; font-family: 'Ionicons'; width: 18px; height: 18px; float: right; margin-left: 3px;}
.mores{display: block !important; text-align: center; cursor: pointer}

.notice_list{margin-top: 30px;}
.notice_list li{color:#555; margin-bottom: 6px; padding: 2px 0; position: relative; cursor: pointer}
.notice_list li .date{float: right; color:#5b5b5b}
.notice_list .Short{width:78%;}
.notice_list li:hover{background: #f8f8f8;}
.notice_list li:active{background: #eee; color:#1d1d1d;}

.w_4 .old_man{float: right; font-size:14px; font-weight: 400; cursor: pointer}
.w_4 .old_man:hover, .w_4 .old_man:hover i{color:#8a6fc8}
.w_4 .old_man i{font-size:4px; margin-top: -5px;}
.w_4 .old_man::after{content: '\f3d1'; font-family: 'Ionicons'; width: 18px; height: 18px; float: right; margin-left: 3px;}

/*메인 바닥*/
.bt_title{color:#2a2829; position: relative; margin-bottom: 22px}
.bt_title::after{content: url("/images/resources/linesss.png"); display: block; line-height: 8px;}
.bt_title .guide{float: right;}
.prev_month{overflow: hidden; margin-top: 10px;}
.prev_month dt{color:#5b5b5b; width: 20%; margin-bottom: 10px; float: left}
.prev_month dd{color:#1d1d1d; width: 80%; margin-bottom: 10px; float: right;}
.prev_month dd b{color:#ff621d}
.Quick_menu.no_margin{margin-right: 0;}
.Quick_menu{display: inline-block; text-align: center; margin-right: 24px; cursor: pointer}
.Quick_menu dt{height: 78px;}
.Quick_menu dd{font-size:12px; color: #999}
.Quick_menu:hover dd{color:#8a6fc8}

.con_top .guide:active, .bt_title .guide:active, .btn_wrap .btn_close2 button:active{background: #ececf1; color: #373332; border-color: #999;}
.p_save .btn_save:active{background: #333}
.settextarea_btn button:hover{background: #131a22}
.settextarea_btn button:active{background: #303843}
.settextarea_btn .btnss:hover, .settextarea_btn li label:hover{background: #b5b5b5; color: #555}

/*그래프*/
#graph{width:100%; height: 200px; margin: 20px auto 2px}
.highcharts-button-symbol, .highcharts-credits, .no_visible{display: none}


/*****************************************************가입하기 부분*****************************************************/
/*****************************************************가입하기 부분*****************************************************/


/*가입하기 첫화면*/
.join_box{width: 1160px; margin: auto; border: 1px solid #ddd; background: #fff; overflow: hidden}
.join_list{width: 100%; height: 100%; padding: 70px 80px 10px 80px; position: relative}
.join_list li {color:#fff; text-align: center; font-size: 30px; font-weight: 300; letter-spacing: -0.06em; margin-bottom: 12px; line-height: 1em;}
.join_list li img{width:65%; margin: auto}
.join_list li:last-child{margin-top: 25px;}
.join_list li:first-child img{float: right; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px;}

.join_slider, .join_list.ad1, .join_list.ad2{height: 521px;}

.join_list.ad1{background-image: linear-gradient(to bottom right, #647fde, #8a6ec8);}
.join_list.ad2{background-image: linear-gradient(to bottom right, #62adea, #526ee6);}
.join_list li .text{border: 1px solid #fff; background: none; color: #fff; padding: 10px 18px; font-size:15px; margin-top: 30px; cursor: pointer}
.join_list li .text:hover{border-color:#f4ed35; color:#f4ed35;}
.join_list .app button{ display: inline-block; border: none; background: none; margin-top: 26px; margin-bottom: 5px;}
.join_list .app button img{width:135px;}

.join_input{padding: 60px 60px 30px 60px;}
.join_input dt{color:#726f70; line-height: 0.9em; font-size: 15px}
.join_input dd{color:#2a2829; font-size:30px; font-weight: 300; letter-spacing: -0.06em; margin-bottom: 10px;}
.join_input dd::after{content: url("/images/resources/linesss.png"); display: block; line-height: 0}
.join_input .sub_text{color:#726f70; margin-bottom: 35px;}
.join_input input{margin-bottom: 10px; font-size: 15px;}
.join_input ol{text-align:center; margin-top: 15px;}
.join_input ol li{display: inline-block; font-size:13px; margin-right: 10px; padding-right: 10px; border-right: 1px solid #2a2829; line-height: 1em; cursor: pointer}
.join_input ol li:hover{color: #6a7cdb}
.join_input .agree_box{margin-bottom: 10px;}
.join_input dd img{display: inline-block; width: 28px; height: 28px; margin-bottom: 10px;}

/*가입하기 정보입력*/
.board .join_form{padding: 20px 100px;}

.join_form{padding: 0 180px 50px;}
.join_form input{margin-bottom: 15px; margin-top: 5px; font-size: 15px; height: 48px;}
.join_form input.mg_b{margin-bottom: 5px; }
.join_form hr{border-top: 1px dotted #ddd; margin: 20px 0 30px}
.join_form .agree_box label{color: #999; letter-spacing: -0.08em}
.join_form .btn_certify{width: 400px; margin: 30px auto}
.join_form .btn_certify span{float: left; width: 50%; padding: 0 5px; margin-bottom: 80px}
.join_input button, .join_form button{background: #2a2829; color: #fff; padding: 15px; width:100%; border: 1px solid #2a2829; height: 48px; line-height: 10px;}
.join_input button.w_50, .join_form button.w_50{width:49%; display: inline-block;}
.join_input button:hover, .join_form button:hover{background: #1a1819; }
.join_box .btn_center{width: 50%; margin: 30px auto}

.wrap_form{overflow: hidden; position:relative}
.wrap_form .f_80{width:80%; float: left}
.wrap_form .f_20{width:20%; float: right; margin-top: 5px; background: #414041; padding: 17px;}
.wrap_form .f_20:hover{background: #322d32}
.wrap_form .re{color:#FB3235; text-decoration: underline;  text-underline-position: under; position:absolute; right: 22%; top:18px; cursor: pointer}
.wrap_form .re:hover{color: #C71A1D}

.join_form .join_file label input[type="file"] {position:absolute; width:0; height:0; overflow:hidden;margin: 0}
.join_form .join_file label{position:absolute; width:20%; cursor: pointer; text-align: center;  padding:14px 20px; background:#414041; color:#fff; right:0; top:0;}
.join_form .join_file{width: 100%; border: 1px solid #ddd; position: relative; transition: all 0.2s; padding: 14px; -webkit-transition: all 0.2s; margin: 5px 0 15px; }
.join_form .star::after{content: '*'; color:#F33639; font-size: 16px; padding-left: 2px;}



/*가입완료*/
/*.join_end{height: 81.5vh}*/
.join_end img, .join_end p{text-align: center; display: block; margin: auto}
.join_end ol li{font-size:16px; color:#726f70; margin-top: 2px; text-align: center}
.join_end ol li:first-child{font-size:26px; font-weight: 600; letter-spacing: -0.08em; color: #1d1d1d; margin-bottom: 15px;}
.join_end ol li:last-child{font-size: 14px; margin-top: 20px;}
p.find_IDPASS{font-size:18px; font-weight: 400; letter-spacing: -0.08em; color: #1d1d1d; border: 1px solid #ddd; padding: 30px; width: 80%; text-align: center; margin: 0 auto 15px}
.img_leave{width: 30%; margin-bottom: 20px; display: block; margin: 0 auto 20px;}

.step_area{overflow: hidden; width: 560px; margin: 10px auto 20px;}
.step_area li{float: left; width: 160px; height: 160px; border-radius: 50%; background: #fff; border: 1px solid #ddd; text-align: center; padding: 26px 0; position: relative}
.step_area li p{font-size: 16px; margin-top: 20px; font-weight: bold}
.step_area li.on{border:1px solid #1d1d1d; background: #1d1d1d; color:#fff;}
.step_area li.on p{color:#fff;}
.step_area li.on span::after{background: #fff;}
.step_area li + li{margin-left: 40px;}
.step_area li + li::before{content: '\f3d1'; font-family: 'Ionicons'; position: absolute; top:70px; left:-35px; width: 30px; height: 30px}
.step_area li span::after{content: ''; display: block; width:15px; height: 1px; background: #1d1d1d;margin: 5px auto 0}

/*****************************************************상담해죠*****************************************************/
/*****************************************************상담해죠*****************************************************/
/*저장*/
.btn_save{background: #2a2829; border: 1px solid #2a2829; color: #fff; font-size: 16px; padding: 10px 25px; float: right}
.btn_save:hover{background: #1d1a1c}
.p_save{overflow: hidden; margin-top: 20px;}
.dfd{padding: 6px 15px; background: #f3f3f3; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.phone_input{}
.phone_input textarea, .phone_input textarea:focus{border: none; width: 82%; padding: 10px 0px 10px 15px; height: 75px; resize: none}
.phone_input button{float: right; border: 1px solid #53a2e4; background: #53a2e4; border-radius: 10px; padding: 10px; margin-right: 10px; margin-top: 18px; color: #fff;}
.phone_input button:hover{border: 1px solid #4595d7; background: #4595d7;}

/*상담해죠_상단*/
.con_top{overflow: hidden}
.con_top li{float: left}
.con_top li:last-child{float: right}
.con_top .title{color:#2a2829; font-size:26px; font-weight: 500; letter-spacing: -0.06em; margin-bottom: 10px; }
.con_top .title::after{content: url("/images/resources/linesss.png"); display: block; line-height: 0}

/*검색*/
.keyword{position: relative;  width: 35%; display: inline-block; margin-top: 4px; margin-left: 10px;}
.keyword input{padding: 6px 35px 6px 10px;}
.keyword button{border: none; width: 20px; height: auto; margin-top: 6px; background: none; position: absolute; right: 10px; top:1px;}
.keyword button:hover {color:#6a7cdb}

/*검색_관리자*/
.keyword2{display: block; margin: auto; width: 45%;}
.keyword2 p{width: 330px; display: inline-block}
.keyword2 p input{padding: 8px 10px;}
.keyword2 button{border: none; border: 1px solid #53a2e4; width: 87px; margin-left: 6px; background: #53a2e4; padding: 9px 15px; float: right; color: #fff;}
.keyword2 button:hover {border: 1px solid #4595d7; background: #4595d7;}
.keyword2 button:active {border: 1px solid #387bd6; background: #387bd6;}

.guide{border: 1px solid #ddd; background: #fff; color:#2a2829; padding: 6px 15px; margin-top: 5px}
.guide:hover, .btn_wrap .btn_close2:hover button{color:#6a7cdb; background: #f9f9f9}
.month{border: 1px solid #ddd; background: #fff; color:#2a2829; padding: 6px 5px; margin-top: 5px}
.month:hover, .btn_wrap .btn_close2:hover button{color:#6a7cdb; background: #f9f9f9}
.chat_uses{position: relative; margin-top: 10px; margin-left: 5px;}

/*토글*/
.vc-toggle-container * { -webkit-transition:  0.15s ease-out; -moz-transition: 0.15s ease-out; -o-transition:  0.15s ease-out;transition:  0.15s ease-out;}
.vc-switch { width: 55px; height: 28px; margin-left: 10px; margin-top: 7px;}
.vc-toggle-container label { position: relative; display: inline-block; vertical-align: top; border-radius: 30px; cursor: pointer;}
.vc-switch-input { position: absolute; transform: translate3d(5px, 5px, 0);}
.vc-switch-label { position: relative; display: block; height: inherit; background: #ccc; border-radius: inherit;}
.vc-handle {width:18px; height: 18px; position: absolute !important; top: 5px; left: 5px; background: #fff;  border-radius: 30px;  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);}
.vc-handle:before { content: ""; top: 50%; left: 50%; position: absolute !important; margin: -6px 0 0 -6px; width: 12px; height: 12px; border-radius: 6px;}
.vc-switch-label:active ~ .vc-handle, .vc-handle:active {width: 30px;}
.vc-switch-input:checked ~ .vc-handle {  left: auto;  right: 5px;}
.vc-switch-input:checked ~ .vc-switch-label{background:#53a2e4;}


/*****************************************************상담해죠 튜토리얼*****************************************************/
/*****************************************************상담해죠 튜토리얼*****************************************************/
/*튜토리얼 미정*/
.tutorial_list.none li{
	width: 100%; height: 60vh;
	font-size:50px; text-align: center}
.tutorial_list .btn_area{margin-top: 350px;}

.tutorial_list.last li:first-child{font-size: 16px; font-weight: bold; margin-bottom: 10px;}
.tutorial_list.last .join_form{padding: 0}
.tutirial_check{position: absolute; right: 0}
.tutirial_check b{font-weight: normal; margin-right: 5px;}
.tutirial_check input[type="checkbox"] + label::before, .tutirial_check input[type="checkbox"] + label::after{ top:-15px}

/*상담해죠 설정*/
.board .chat_setting > li{border-bottom: 1px solid #ddd; margin-bottom: 15px;}
/*.board .chat_setting > li:first-child{font-size:18px; font-weight: 500; }*/
.board .chat_setting > p .sub{font-weight: 400; color: #888; font-size: 12px; line-height: 1.7em; margin-left: 5px;}
.board .chat_setting  p .sub2{font-weight: 400; color: #888; font-size: 13px; margin-left: 10px; display: inline-block; letter-spacing: 0.03em;  width: 70%}
.board .chat_setting li:first-child b{font-weight: normal; display: inline-block; width: 70%}

.week{margin: 15px 0 15px; border-right: 1px solid #ddd;}
.week li{
	display: inline-block; font-size: 12px !important; color: #2a2829; border: 1px solid #ddd; width: 41px; cursor: pointer; text-align: center; margin-right: 5px; padding: 10px 0 !important}
.week li.on, .week li:active, .week li:focus{background: #53a2e4; border: 1px solid #53a2e4; color: #fff;}

.guide_phon{background: #e2ecf4; padding: 5px; overflow-y: scroll; }
.guide_phon ol li{border-bottom:none;}
.setting_phons{border-radius: 20px 20px 0 0; height: 200px; margin: 0 30px 0 0;}
.setting_phons.phone{padding-bottom: 15px;}
.chat_phons{border-radius: 20px; width: 100%; overflow: hidden}
.chat_phons.bt{background: #e2ecf4; padding-bottom: 15px;}
.chat_phons.bt .guide_phon{overflow: hidden; width: auto; background: #e2ecf4 !important;}
.phone .img{text-align: center; border-bottom: 1px solid #ddd; padding-bottom: 5px; background: #fff;}
.phone{border: 1px solid #ddd;}
.settime{display: inline-block; /*border: 1px solid #ddd; padding: 8px;*/ margin-top:15px; width:110px; }
.settime input[type=time], .settime input[type=date], .settime input[type=datetime-local]{border: none; color: #2a2c2d; font-size: 14px; width: 100px;}
.settime_box{display: inline-block}


.agree_box1{float: right}
.agree_box1 label::before{margin-top: -15px;}
.agree_box1 label::after{margin-top: -15px;}
.agree_box1, .settextarea_btn li:last-child{font-size:12px; color:#999}

.settime_box{width: 100%; overflow: hidden}
.agree_box dt{font-weight: bold; font-size:16px; margin-bottom: 3px;}
.agree_box dd{margin-bottom: 3px;}
.agree_box dt.text{width: 47px; font-size: 30px; border-right: 1px solid #000; float: left; padding-right: 15px; line-height: 20px; margin: 10px 5px 10px 0;}
.agree_box dd.deco{width:680px; float: right;}
.agree_box dd.deco.title{font-size:18px; font-weight: bold; margin-top: 7px; margin-bottom: 6px;}
.agree_box dd.sub{display: block; width: 100%; padding-left: 10px;}
.agreess > li{font-size:15px; color: #666; font-weight: bold; margin-bottom: 5px;}
.agreess ol {margin-bottom: 10px;}
.agreess ol > li{font-size: 14px; color: #888; font-weight: normal; list-style-image : url('/images/resources/list_dot.png'); list-style-position: inherit; margin-left: 28px; margin-bottom: 3px}

.terms{width:100%; padding: 10px; border:1px solid #ddd; height: 100px; overflow-y: scroll; margin-bottom: 15px;}
.terms li{font-size:13px; color:#666; margin-bottom: 10px; letter-spacing: -0.02em}
.terms li.title{font-size:15px; font-weight: bold;}

/*인풋 창*/
.chat_setting .s_60 .slimScrollDiv{margin-top: 15px; margin-bottom: 5px}
.chat_setting .s_50r .slimScrollDiv{margin-top: 15px; margin-bottom: 5px}
.chat_setting textarea{resize: none; height: 167px;}
.settextarea_btn li{border-bottom: 0 !important; display: inline-block; padding: 0 !important;}
.settextarea_btn label input[type="file"]{width: 0; height: 0}
.settextarea_btn label, .settextarea_btn .btnss { background: #d9d9d9; font-size: 12px; padding: 5px; cursor: pointer; color:#323232; vertical-align: middle; border: 1px solid #d9d9d9;}
.settextarea_btn button{font-size: 12px; padding: 5px; background: #212f3d; color: #fff; border: none;  height: 26px; line-height: 10px;}
.settextarea_btn li label {height: 22px; padding: 4px;}
.settextarea_btn li:last-child{float: right; border-color: #212f3d}
.s_60 .settextarea_btn{height: 25px; line-height: 25px; overflow: hidden; margin-top: 5px}
.s_50r .settextarea_btn{height: 25px; line-height: 25px; overflow: hidden; margin-top: 5px}
.chat_setting .settextarea_btn button{}

/*상담해죠 버튼*/
.w_40 dl.chat_menu2{width:100%; float: left; text-align: right}
.chat_menu{overflow: hidden;}
.chat_menu1 .guide, .chat_menu2 .guide{font-size:12px; color:#999; display: inline-block; padding: 5px 10px;}
.chat_menu1 .guide:hover, .chat_menu2 .guide:hover, .chat_menu dt:hover, .chat_menu dd:hover, .distrib .guide:hover{color:#555;}
.chat_menu1 .guide.on, .chat_menu2 .guide.on{color: #fff; border-color: #7cb5ec; background: #7cb5ec}
.chat_menu1 {float: left}
.chat_menu2{float: right}
.chat_menu dt, .chat_menu dd{display: inline-block; margin-top: 20px; margin-bottom: 22px;  color:#999; cursor: pointer; height: 15px; line-height: 15px;}
.chat_menu dd{border-left: 1px solid #ddd; padding-left: 5px; margin-left: 5px;}
.chat_menu dd img{width: 15px; height: 15px; margin-bottom: -2px;}

.byDate .guide{width:61px; text-align: center; font-size:12px; color:#999; display: inline-block; cursor: pointer}
.byDate {width: 322px; margin: auto}
.byDate .guide.on{color: #fff; background: #7cb5ec; border-color: #7cb5ec}
.byDate .month{width:50px; text-align: center; font-size:12px; color:#999; display: inline-block; cursor: pointer}
.byDate .month.on{color: #fff; background: #7cb5ec; border-color: #7cb5ec}

/*상담해죠_리스트*/
table.message{width:100%; border-top: 1px solid #b6b6b6; margin-top: 20px;}
table.message td, table.message th{border-bottom: 1px solid #ddd; padding: 10px 5px;}
table.message dl{max-width: 350px; height: 44px;}
table.message dt.Short{font-weight: 600; line-height: 1.3em; position: relative; margin-top: 2px; height: 18px;}
table.message dd.Short{height: 17px; margin-top: -5px}
table.message dd, table.message .date{font-weight: 400; font-size:13px; color:#504e4f; letter-spacing: -0.05em}
table.message .img_human{width:48px; height: 48px; border-radius: 21px; border:none; margin: auto}
table.message tr:hover{background: #f7f7f9; cursor: pointer}
table.message tr:active{background: #eaeaef; }
table.message tr.blocking{opacity: 0.5; background: #ededf6; }
table.message tr.blocking:hover{opacity: 1; background: #f7f7f9; }
table.message tr.blocking dt img{width: 13px; height: 13px; margin-left: 3px;}
table.message .sub{font-size:11px; color:#829CF3; display: block; margin-top: -2px;}
table.message .sub2{font-size:12px; color:#504e4f; display: block;}
table.message .favorites{}

/*****************************************************상담해죠 메세지창*****************************************************/
/*****************************************************상담해죠 메세지창*****************************************************/

/*상담해죠 메세지 창*/
.guide_phon ol li{border-bottom: none; padding: 2px; }
/*날짜*/
.date_line {margin: 15px 0 20px; border-bottom: 1px solid #bdc8d0 !important; text-align: center; position: relative;}
.date_line p {position: absolute; left: 50%; top:-15px; margin-left: -35px; padding: 5px 10px 0 10px; background:#e2ecf4; font-size: 12px;}
.guide_phon .date_line p{top:-13px}
.time{font-size:0.95em; font-weight: 400; color: #555; }
/*.comment.my .time{left: 0; margin-left: -60px; position: absolute; bottom: 0;}*/
/*.comment.my .time{left: 0; margin-left: -70px; position: absolute; bottom: 0;}*/
.comment.centers .time, .comment.alss .time{width:25%; display: inline-block;  margin-left: 7px; vertical-align: bottom}

.guide_phon ol li.infos{background: #fff; border: 1px solid #ccc; font-weight: 400; padding: 5px 8px; margin-bottom: 10px; text-align: center;}

/*말풍선*/
.comment{overflow: hidden; margin-bottom: 10px; position: relative;}
.comment .txt{padding: 10px; position: relative; border-radius: 5px; font-weight: 400; font-size: 13px; }
.comment img{width:100%; height: auto;}
.comment button{border: none; border-radius: 5px; padding: 5px; width:100%; background: #f1f2f4; margin-top: 4px;}
.comment button:active{background: #e4e6ec}
.comment.my .txt{background: #0a5fcc;float: right; max-width: 70%; color:#fff; margin-right:2%; overflow-wrap:break-word; -ms-word-wrap:break-word}
.comment.my .txt::before {background: url("/images/resources/my_chat_tail.svg") no-repeat center center;right: -7px; }
.comment.centers .txt{max-width: 65%; margin-left:9%; background: #fff; display: inline-block;overflow-wrap:break-word; -ms-word-wrap:break-word}
.comment.centers .txt::before{background: url("/images/resources/center_chat_tail.svg") no-repeat center center;left: -7px;}
.comment.centers .txt::before,  .comment.my .txt::before , .comment .alram .txt::before,  .comment.my.other .txt::before
{content: ''; position: absolute; top: 0;width: 13px; height: 17px; background-size: 100%; display: block;}

.comment.my.other .txt{background: #fff;float: right; max-width: 70%; color:#000; margin-right:2%; overflow-wrap:break-word; -ms-word-wrap:break-word}
.comment.my.other .txt::before {background: url("/images/resources/myother_chat_tail.svg") no-repeat center center;right: -7px; }

/*알람 말풍선*/
/*.comment .alram {max-width: 65%; margin-left:7%; background: #fff; position: relative; border-radius: 5px; overflow: hidden}*/
.comment .alram {position: relative; border-radius: 5px; font-weight: 400; font-size: 13px; }
.comment .alram .conss{padding: 10px; font-weight: 400; font-size:1em;}
.comment .alram .soundss{background: #ff6c13; color:#fff; text-align: center; padding: 5px; font-size:1.1em;}
.comment .alram .soundsss{background: #3dafe0; color:#fff; text-align: center; padding: 5px; font-size:1.1em; border-radius: 5px 5px 0 0;}
.comment.my .alram {background: #fff;float: right; max-width: 70%; margin-right:2%;}

/*상담해죠 상단*/
.phone_info{overflow: hidden; padding: 4px 10px; background: #7d75d0;}
.phone_info li{float: left; line-height: 30px; margin-left: 5px; color:#fff;}
.phone_info li:last-child{font-size:13px; line-height: 1.4em; font-weight:500; color:#666; padding:5px 8px; border:1px solid #ccc; background:#fff; float:right; margin-left:5px; cursor: pointer}
.phone_info li:last-child .fa-caret-down{font-size:5px; margin-left: 5px;}
.phone_info li:last-child:hover{color:#555; background: #f9f9f9}
.phone_info li:last-child:active{color:#1d1d1d; border-color: #999; background: #fff}

/*상담해죠 사람*/
.chat_counseling{overflow: hidden; margin-bottom: 5px}
.chat_counseling dl.chat_center {display: flex; float: left;}
.chat_counseling dl.chat_center dd {font-size:1em; font-weight: 400; line-height:2em; padding-left:5px;}
.chat_counseling ul.chat_info li{font-size:0.8em; font-weight:500; color:#666; padding:5px; border:1px solid #ccc; background:#fff; float:right; margin-left:5px; cursor: pointer}
.chat_counseling ul.chat_info li i{font-size:0.5em; margin-left:4px;}

.chat_counseling .info{overflow: hidden; font-weight: 500;}
.chat_counseling dl.chat_center dt {width: 2em; height: 2em; border: 1px solid #ddd; border-radius: 1.1em; background-repeat: no-repeat;}

.chat_counseling dl.chat_my {display: flex; float: right;}
.chat_counseling dl.chat_my dd {font-size:1em; font-weight: 400; line-height:2em; padding-left:5px;}
.chat_counseling dl.chat_my dt {width: 2em; height: 2em; border: 1px solid #ddd; border-radius: 1.1em; background-repeat: no-repeat;}

.chat_counseling .img_human{width:2em; height: 2em;}
.phone_info .img_human{width:30px; height: 30px;}
.img_human{ border: 1px solid #ddd; border-radius: 1.1em; background-repeat: no-repeat; }

/*상담해죠 환자 정보입력*/
.patientinfo{position: absolute; background: #fff;  box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.2);  width:360px; left: -375px; padding: 15px; top:57px;}
.patientinfo div{text-align: center; font-size: 15px; font-weight: 600; position: relative}
.patientinfo dt, .patientinfo dd{padding: 10px; float: left; border-bottom: 1px solid #ddd; height: 43px;}
.patientinfo dl{overflow: hidden; border-top: 1px solid #1d1d1d; margin-top: 10px;}
.patientinfo dt{width:39%; position: relative; text-align: center}
.patientinfo dt::after{width:1px; height:20px; border-right:1px solid #ccc; content:""; position:absolute; right:0}
.patientinfo dd{width:60%;}
.patientinfo p{margin:  10px 0; font-size: 15px; font-weight: 600;}
.patientinfo p button{float: right}
.patientinfo textarea{resize: none;}
.patientinfo::after{content:""; position:absolute; right:-30px; width: 0px;height: 0px; border-top:12px solid transparent;  border-bottom:12px solid transparent;  border-right: 16px solid transparent;  border-left: 16px solid  #fff; top:35px; }/*box-shadow: 1px 1px 5px rgba(0, 10, 0, 0.2);*/

/*기타*/
.Short{ display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: none;}
.Short2{ display: inline-block; width: 100%; overflow: hidden; font-size:14px;}
.Short_visible{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: none;  height: 18px; line-height: 18px; font-size:14px;}

.ion-android-close{color: #999;margin-left: 5px;}

/*****************************************************구 스크롤*****************************************************/
/*****************************************************구 스크롤*****************************************************/
/*스크롤 * 상담해죠 설정 핸드폰
.guide_phon::-webkit-scrollbar {width: 3px !important;}
.guide_phon::-webkit-scrollbar-thumb {background-color: #bdd1e2 !important;}
*/

/*스크롤 * ie
.guide_phon, .pop_bg2 .photo, .text_thumb, .pop_wraps .master_changes, .new_notice .guide_phon > .contents, .write_input .text_input, table.pop_view tr:last-of-type td{scrollbar-3dLight-Color: #e2ecf4; 
	scrollbar-arrow-color: #c8d9e7; scrollbar-base-color: #e2ecf4; scrollbar-Face-Color: #c8d9e7; 
	scrollbar-Track-Color: #e2ecf4; scrollbar-DarkShadow-Color: #e2ecf4; scrollbar-Highlight-Color: #e2ecf4; scrollbar-Shadow-Color: #e2ecf4}
.phone_input textarea, .pop_bg2 .photo, .pop_wraps .master_changes{background: none;}

.phone_input textarea, .terms, .pop_bg2 .new_notice_template, .pop_bg2 .photo, .text_thumb, .pop_wraps .master_changes, .new_notice .guide_phon > .contents, .write_input  .text_input,table.pop_view tr:last-of-type td {scrollbar-3dLight-Color: #efefef; 
	scrollbar-arrow-color: #efefef; scrollbar-base-color: #efefef; scrollbar-Face-Color: #efefef; 
	scrollbar-Track-Color: #fff; scrollbar-DarkShadow-Color: #fff; scrollbar-Highlight-Color: #fff; scrollbar-Shadow-Color: #fff}
*/
/*스크롤 * 상담해죠 우측 핸드폰
.phone_input textarea::-webkit-scrollbar, 
.terms::-webkit-scrollbar, 
.pop_bg2 .photo::-webkit-scrollbar,
.text_thumb::-webkit-scrollbar ,
.pop_wraps .master_changes::-webkit-scrollbar,
.new_notice .guide_phon > .contents::-webkit-scrollbar,
.write_input .text_input::-webkit-scrollbar
,table.pop_view tr:last-of-type td::-webkit-scrollbar
{width: 3px;}

.pop_bg2 .new_notice_template::-webkit-scrollbar {height: 5px;}
.phone_input textarea::-webkit-scrollbar-thumb, 
.terms::-webkit-scrollbar-thumb, 
.pop_bg2 .new_notice_template::-webkit-scrollbar-thumb,
.pop_bg2 .photo::-webkit-scrollbar-thumb,
.text_thumb::-webkit-scrollbar-thumb,
.pop_wraps .master_changes::-webkit-scrollbar-thumb,
.new_notice .guide_phon > .contents::-webkit-scrollbar-thumb,
.write_input .text_input::-webkit-scrollbar-thumb,
table.pop_view tr:last-of-type td::-webkit-scrollbar-thumb
{background-color: #ddd;}*/

/*****************************************************홈관리*****************************************************/
/*****************************************************홈관리*****************************************************/
/*팝업*/
.pop_bg2{overflow: hidden; position: fixed; width: 1000px; height: 600px; border-radius: 1em; background: #fff; z-index: 100; left: 50%; margin-left: -390px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); top:12.5%; display: none}
.pop_bg2 h3{background: #1d1d1d; color:#fff; padding: 12px 5px 12px 5px; position: relative; padding-left: 20px;}
.pop_bg2 .test_btn .result{padding: 10px 0}
.pop_bg2 .btn_close2{color:#fff; top:6px;}
.pop_bg2 .text_input{height: 440px;}
.pop_bg2 .pop_wraps{padding: 20px}
.pop_bg2 textarea{resize: none}
.pop_bg2 textarea:focus {border: 1px solid #777;}

.add_img i, .del_img i{font-size:17px}
.add_img, .del_img
{font-style: normal; float: right; background: none; border: none; color: #fff; font-size: 15px; margin-right: 12px;  transition: all 0.2s; -webkit-transition:all 0.2s; }
.add_img:hover, .del_img:hover, .centers .del_img:hover, .centers .add_img:hover{color:#53a2e4}
.add_img:active, .del_img:active, .centers .del_img:active, .centers .add_img:active{color: #0a5fcc}
.centers .del_img, .centers .add_img{color: #000; margin-top: 15px; float: none}

/*팝업 새소식*/
.pop_bg2 p.title{font-size: 16px; font-weight: bold; margin-bottom: 15px}
.pop_bg2 .new_notice_template{overflow-x: scroll;  overflow-y: hidden; width:960px; height: 400px; white-space:nowrap}
.pop_bg2 .new_notice_template li{display:inline-block; width: 300px; position: relative; margin-right: 20px; margin-top: 0}
.pop_bg2 .new_notice_template dl{width:100%; height: 350px; margin-bottom: 10px;border: 1px solid #ddd; border-radius:  10px;  overflow: hidden;}
.pop_bg2 .new_notice_template label{position: absolute; left: 50%; margin-left: -35px; line-height: 16px;}

/*새소식 입력창*/
.write_input {height: 380px;}
.write_input .text_thumb{height: 320px; overflow-y: scroll; padding: 0 10px 10px 10px; border-bottom: 1px solid #ddd;}
.write_input .text_thumb li{border:1px solid #ddd; border-radius: 5px; width: 168px; height: 160px; float: left; margin-right: 15px; margin-top: 16px; position: relative}
.write_input .text_thumb li:nth-child(3n+3){margin-right: 0}
.write_input .text_thumb li i{position: absolute; right: -5px; top: -5px; font-size: 22px; color: #FF4815; cursor: pointer}
.write_input .text_input{padding: 10px; border-bottom: 1px solid #ddd;} 
.pop_wraps #tab_1 .slimScrollDiv{margin-top: 16px;}
#tab_1 {height: 364px;}
#tab_4 input[type="text"]{margin-top: 16px; margin-bottom: 5px;}
#tab_4 input[type="text"]:focus {border: 1px solid #777;}

.write_btn{display: flex; background: #f8f8f8;}
.write_btn li{flex: auto; text-align: center; border-right: 1px solid #ddd; border-top: 1px solid #ddd; padding: 8px 0;  border-bottom: 1px solid #ddd; cursor: pointer}
.write_btn li:last-child{ border-right: none}
.write_btn li.on{color: #fff; background: #7cb5ec; border-top: 1px solid #7cb5ec; padding: 8px 0;  border-bottom: 1px solid #7cb5ec;}

.centers button.write_add{border: 1px solid #53a2e4; background: #53a2e4; border-radius: 8px; padding: 7px 15px; color: #fff; margin-top: 11px; float: right}
.centers button.write_add:hover{border: 1px solid #4595d7; background: #4595d7;}


/*팝업 후기*/
.pop_bg2 .pop_reviews {overflow-x: hidden;  overflow-y: scroll; width:960px; height: 440px; border-bottom: 1px solid #ddd;}
.pop_bg2 .pop_reviews .find_list{padding-bottom: 0}
.pop_reviews .find_list dt{border: none; width: 15%; margin-right: 2%; border-right:  1px solid #ddd; height: auto;}
.pop_reviews .find_list dd{ width: 85%;text-align: left; float: left;}
.pop_reviews > li{border-top:1px solid #ddd; padding: 15px 5px}

.pop_bg2 .template_box dt{width:100%; height:170px; border-radius: 5px; background-repeat: no-repeat;}
.pop_bg2 .template_box dd{ padding: 10px 15px; max-height: 340px; white-space: normal;}
.pop_bg2 .paging button {border: 1px solid #888; color:#1d1d1d;}
.pop_bg2 .paging button:hover, .pop_bg2 .paging button.on {border: 1px solid #1d1d1d; background:#1d1d1d; color:#fff;}
.pop_bg2 .paging button:disabled,
.pop_bg2 .paging button:disabled:hover, .pop_bg2 .paging button:disabled.on {cursor:default;background: #F6F6F6;color: #adadad;border: 1px solid #ddd;}
.pop_bg2 .paging button:disabled, .pop_bg2 .paging button:disabled:hover {cursor:default;background: #F6F6F6 !important;color: #adadad !important;border: 1px solid #ddd !important;}

.pop_bg2 .paging{margin-top: 22px;}

/*팝업 후기 글씨*/
.pop_reviews .star_grade{font-size:18px;}
.pop_reviews .revie_num_rank{margin-left: 10px; font-size: 18px;}
.pop_reviews .title{font-weight: bold; font-size: 18px;}

/*팝업 닫기*/
.pop_bg2 .btn_wrap {position: absolute; bottom: 25px; left: 50%; margin-left: -200px;}
.btn_wrap {overflow: hidden; width: 400px; margin: 10px auto 0;}
.btn_wrap li button{float: left; width: 48%; text-align: center; margin: 7px 1% 0; font-size: 15px; border: 1px solid #ddd; padding: 10px; transition: all 0.2s; -webkit-transition:all 0.2s; font-weight: 500; border-radius: 3px; background:#fff;}
.btn_wrap li .btn_save{ border: 1px solid #2a2829; background:#2a2829;}
.btn_wrap li:hover .btn_save{ border: 1px solid #1d1a1c; background:#1d1a1c;}

.pop_bg2 .btn_wrap2 {position: absolute; bottom: 25px; left: 50%; margin-left: -200px; overflow: hidden; width: 400px; margin-top : 10px}
.btn_wrap2 li button{width: 100%; text-align: center; margin: 7px 0; font-size: 15px; border: 1px solid #ddd; padding: 10px; transition: all 0.2s; -webkit-transition:all 0.2s; font-weight: 500; border-radius: 3px 3px 3px 3px; border: 1px solid #2a2829; background:#2a2829;}

.pop_bg2 .btn_wrap3 {position: absolute; bottom: 25px; left: 50%; margin-left: -200px; overflow: hidden; width: 400px; margin-top : 10px}
.pop_bg2 .btn_wrap3 li {float: left; width: 50%; padding: 0 5px;}
.btn_wrap3 li button{width: 100%; text-align: center; margin: 7px 0; font-size: 15px; border: 1px solid #ddd; padding: 10px; transition: all 0.2s; -webkit-transition:all 0.2s; font-weight: 500; border-radius: 3px 3px 3px 3px; border: 1px solid #2a2829; background:#2a2829;}

.btn_close span::before {content: '\f129'; font-family: 'Ionicons'; font-size: 1.5em; color: #fff}
.btn_close {margin: 0;font-weight: 300;white-space: nowrap;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;outline: 0;vertical-align: middle;color: #000;border: 0;background: 0 0;padding: 0; height: 40px; min-width: 16px; position: absolute; top: 5px; right: 2em; cursor: pointer}

.btn.closeX span::before {content: '\f129'; font-family: 'Ionicons'; font-size: 1.5em; color: #fff}
.btn.closeX {margin: 0;font-weight: 300;white-space: nowrap;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;outline: 0;vertical-align: middle;color: #000;border: 0;background: 0 0;padding: 0; height: 40px; position: absolute; top: 5px; right: 2em; cursor: pointer}

/* 팝업 메뉴 검은화면 */
.pop-layer.opened {display: block; width: 100%; height: 100%;  visibility: visible; opacity: 1; background: rgba(0, 0, 0, 0.4); -webkit-transition: all .25s ease;transition: all .25s ease;}
.pop-layer {position: fixed;top: 0;left: 0;width: 100%; height: 100%; z-index: 80;visibility: hidden;opacity: 0;}

/* 로딩 background */
.loading-layer.opened {display: block; width: 100%; height: 100%;  visibility: visible; opacity: 1; background: rgba(0, 0, 0, 0.4); -webkit-transition: all .25s ease;transition: all .25s ease;}
.loading-layer {position: fixed;top: 0;left: 0;width: 100%; height: 100%; z-index: 8000;visibility: hidden;opacity: 0;}

/*버튼 관리자*/
.btns_change{border: 1px solid #9a9a9a; background: linear-gradient(#f4f4f4, #ddd); color: #1d1d1d; font-size:12px; font-weight: normal; padding: 3px 7px; cursor: pointer; float: right; border-radius: 2px}
.btns_change:hover{ background: linear-gradient(#ddd, #f4f4f4);}
.btns_change:active{background: #ddd}

/*팝업 사진등록*/
.pop_bg2 .photo{height: 445px; overflow-y: scroll}
.pop_bg2 .photo li{width:295px; height: 185px;border: 1px solid #ddd; float: left; margin-right: 25px; margin-bottom: 20px; border-radius: 10px; position: relative}
.pop_bg2 .photo li.on{border: 1px solid #53a2e4;}
.pop_bg2 .photo li:nth-child(3n+3){margin-right: 0px;}
.pop_bg2 .photo li .btns_change{position: absolute; bottom:5px;}
.pop_bg2 .photo li .btns_change:nth-child(1){right: 50%; margin-right: -20px;}
.pop_bg2 .photo li .btns_change:nth-child(2){left: 50%; margin-left: 25px;}
.pop_bg2 .photo .select_img{width: 55px; height: 32px; padding: 5px; font-size: 13px; color: #fff; background:#53a2e4; border:1px solid #53a2e4; position: absolute; top: -1px; left: -1px}
.pop_bg2 .photo .select_img img{padding-right: 4px;}
.pop_bg2 .photo li .select_img{visibility:hidden}
.pop_bg2 .photo li.on .select_img{visibility:visible}

/*새소식 입력*/
.send_Alarm{border-top: 1px solid #ddd;}
.send_Alarm li:first-child{font-size: 16px; font-weight: bold;}
.send_Alarm li{margin-top: 15px;}
.send_Alarm li p.settime{margin-left: 10px;}

ul.send_Alarm li {overflow: hidden}
/*글쓰기 수정*/
.write_tool {float: left;width: 77px;height: 80px;text-align: center;background: #fafafa;border: 1px solid #eee;padding: 15px 7px;margin-right: 5px;margin-bottom: 20px;}
.write_tool img, .pop_file label img {width: 30px;height: auto;display: block;margin: auto}
.write_tool:hover {background: #f1f1f1;cursor: pointer}
.write_tool_hrs {display: block;	margin: 10px;border: 1px solid #ddd;border-spacing: none;}
.write_tool_table {width: 100%;margin: 5px 0;border-top: 1px solid #ddd;border-left: 1px solid #ddd}
.write_tool_table th, .write_tool_table td {padding: 5px;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;}
.write_tool_table th {background: #f8f8f8}
.write_tool_link div {padding: 10px;border: 1px solid #ddd;border-radius: 10px;margin-bottom: 5px;}
.write_tool_link div::before {content: '링크';color: #829CF3; display: block;}
.autosize {margin-left: 0px !important;}
.paddings{padding-bottom: 50px; background: url("/images/resources/line_change.png") no-repeat;}
/*파일 올리는 법*/
.pop_file label input[type="file"] {position: absolute;width: 0;height: 0;overflow: hidden;margin: 0}
.pop_file label .text {text-align: center;margin-top: 4px;}
.pop_file label {float: left;width: 77px;height: 80px;text-align: center;background: #fafafa;border: 1px solid #eee;padding: 15px 7px;margin-right: 5px;margin-bottom: 20px;cursor: pointer}

/*홈관리_ 케어고 사용자 상세 부분*(삭제 되는 파일이 있으면 퍼블리싱 찾아보고 삭제)*/
.thum_section{width: 100%; height: auto; border-radius: 20px; overflow: hidden;}
.thum_section img{width: 100%; height: auto; max-height: 600px;}
.detail_con{padding-top: 0.8em; text-align: center;}
.detail_con .tit_name p {font-size: 1.1em; font-weight: 600;}
.detail_con .addr p {font-size: 1em; font-weight: 400;line-height: 1.5em;color: #999;margin: 0.3em;}

.match_percent .blue, .blue, .btn.sort_active {color: #48a0fa; font-size: 13px}
.tit_name p .facility1{ position: absolute;  margin-left: 3px; cursor: pointer}
.tit_name p .facility1 img{width:17px; height: 17px; margin-bottom: -3px}
.star_grade li{display: inline-block; color: #ccc; font-size: 1.5em}
.star_grade li.on{color: #3dafe0;}
.rank span, .locaion span {padding: 0.4em; border-radius: 30px; width: 60%; margin: auto; font-size: 0.8em; text-align: center; font-weight: bold;}
.mt_10{margin-top: 10px;}
.rank_b { background-color: #7fb469; color: #fff;}
.review_b {color: #48a0fa; border: 1px solid #48a0fa;}
.options{overflow: hidden; display: flex;}
.options button{ padding: 1.2em 0.1em; border: none; font-size: 0.9em; cursor: pointer; flex: auto}
.detail_con .g_bar, .detail_con .test_con{ text-align: left;}
.detail_con .tit_name dt{ font-size: 1.1em; font-weight: 600;}
.detail_con .tit_name dd{ margin: 10px;}
.detail_con .footnote2 span{float: right;}
.star_grade li{font-size: 1.0em;}
.find_list.ditail_reviews {border : none}
.ditail_reviews dd.list_local{text-align: left;}
.revie_num_rank{ font-size: 1.1em; font-weight: 600;}
.review_button{float: right; width: 40%; height: 3em; background: #000000; color: #fff;}
.find_list .fa-heart.active {color: red;}
.find_list .match_percent {background: none; font-weight: bold;}
.footnote{color:#4c83de; font-weight: normal; font-size: 14px;;}
.footnote2{color:#999; font-weight: normal; font-size: 14px; margin: 1em; }

.find_list{overflow: hidden; margin-top: 5px; padding-bottom: 15px; border-bottom: 1px solid #ddd;}
.find_list dt, .find_list dd{float: left;}
.find_list dt{height: 6.5em; border: 1px solid #ddd; border-radius: 5px; background-repeat: no-repeat; margin-right: 2%; width: 35%;}
.find_list dd{width:63%}
.find_list .title{font-size:1.2em; font-weight: 600; display: block}
.find_list .Short span{font-size: 1em; font-weight: 600; margin-right: 5px;}
.find_list .Short span::after{content: "\0399";  padding-left: 5px; font-weight: 400;}
.find_list dd.list_local {font-size:0.9em; font-weight: 400; color: #999;}
.find_list dd.list_local .name, .find_list dd.list_local .date, .find_list dd.list_local .more, .find_list dd.list_local .close
{font-size:0.9em; font-weight: 400; color: #999; line-height: 0.2em}
.find_list dd.list_local .close{display: block; font-size:0.9em; font-weight: 400; color: #999; line-height: 0.2em; cursor: pointer;  padding-top: 10px; float: none; width: 100%;}
.find_list dd.list_local .more {display: block; padding-top: 10px; cursor: pointer; float: none}
.find_list dd.list_local .more::after{content: none}
.find_list dd.list_local .name::after{content: ''; border-right: 1px solid #ddd; padding-left: 4px; margin-right: 4px;}
.find_list .waiting{display: inline-block; font-size:0.95em; color: #444; background: #eee; padding: 2px 5px; margin-top: 3px}
.detail_con .g_bar .tit_name dd a {
  display: block;
}

.pop_con .contents.shadow{overflow-y: scroll; position: fixed; bottom: 76px; right:15px; left: 15px; top:105px; width:auto}
.like{text-align: right; display: block; font-size: 12px;  color: #445eb2; margin-top: 3px;}

.star_grade{display: inline-block}
.star_grade li{display: inline-block; color: #ccc;}
.star_grade li.on{color: #3dafe0;}
.star_grade li{font-size: 1em;}

/*별점*/
.find_list.ditail_reviews.star_line{border-bottom: 1px solid #eee; margin-top: 15px;}
.total_review{text-align: left; border-bottom: 2px solid #ccc; padding-bottom: 10px; margin-top: 10px;}
.total_review p{display: inline-block; font-weight: 700; font-size: 1.1em}
.total_review .star_grade li{font-size:1.1em; }
.total_review .tot_local{font-size:0.9em; color:#666; float: right}


.star_line .list_local{width:85%}
.star_line dd.list_local {font-size:0.9em; font-weight: 400; color: #666;}
.star_line .reviews{margin-top: -4px;}

.star_line dd.list_local .Short{width:100%; }
/*.find_list.ditail_reviews dd.reviews{ width: 15%;}*/

/* 후기 페이징*/
.pagings {text-align: center; }
.pagings button, .pagings button.front, .pagings button.back {display: inline-block; text-align: center; border: 1px solid #ddd; color:#adadad; padding: 0 10px; transition: all 0.2s; -webkit-transition: all 0.2s; width: 30px; height: 30px; position: relative; overflow: hidden; background: #fff; border-radius: 4px;}
.pagings button:hover, .pagings button.on {border: 1px solid #3dafe0; background:#3dafe0; color:#fff;}
.pagings .front, .pagings .back {padding: 16px;}
.pagings .front, .pagings .prev, .pagings .next, .pagings .back {font-size: 0; vertical-align: bottom;}

.pagings .front i, .pagings .back i, .pagings .prev i, .pagings .next i {font-size: 12px; position: absolute; left: 50%; margin-left: -5px; top:50%; margin-top: -5px;}
.wrap_c_c{padding-bottom: 40px;}

/*팝업 페이징*/
.pop_bg2 .paging .front, .pop_bg2 .paging .back, .content .paging .front, .content .paging .back{padding: 8px;}

/*****************************************************개인정보 변경*****************************************************/
/*****************************************************개인정보 변경*****************************************************/
/*개인정보 변경_상단*/
.con_top2{overflow: hidden; padding-left: 30px;}
.con_top2 li{float: left; line-height: 15px; cursor: pointer; color:#1d1d1d; margin-right: 5px; border-radius: 10px 10px 0 0; padding: 11px 26px; background: #fff;  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); border: 1px solid #ddd; border-bottom: none;}
.con_top2 li.on{background: #333; color: #fff;}

.access_record{width:100%; border-top:1px solid #ddd; max-width: 1200px;}
.access_record td, .access_record th{padding: 5px 10px 5px; text-align: center; }
.access_record td{font-size:14px; color: #333}
.access_record th{background: #f8f8f8;; color: #888; font-size: 15px;}
.access_record tr{border-bottom: 1px solid #ddd;}
.access_record .tit{text-align: left; cursor: pointer; color: #888; width:500px;}
.access_record .tit:hover, .access_record .tit:hover .Short{text-decoration: underline}
.access_record .tit .Short{max-width: 500px; height: 16px; line-height: 16px}
.access_record.pd_Q td, .access_record.pd_Q th{padding: 7px 10px 7px !important}

/*운영자 관리자*/
.pop_wraps .master_changes{overflow-y: scroll; height: 440px; border-top: 1px solid #ddd;}
.master_manager{width:100%; border-top: 1px solid #ddd;}
.master_manager li{ border-bottom: 1px solid #ddd;  overflow: hidden;}
.master_manager > li:first-child{background: #f8f8f8; padding: 12px 5px 12px 20px; font-size: 16px; font-weight: bold; letter-spacing: -0.02em}
.master_manager .division, .master_manager .distrib, .master_manager .distribz{padding: 8px 10px 8px;font-size: 14px; }
.master_manager .division{width: 20%; float: left; text-align: center}
.master_manager .distrib{width: 69%; float: left ; color: #888; position: relative}
.master_manager .distribz{width: 80%; float: right ; color: #888; position: relative}
.master_manager .division, .master_manager .distrib b, .pop_wraps .master_changes b, .master_manager .distribz b{color: #333; font-weight: normal}
/*.master_manager .distrib b::after, .pop_wraps .master_changes b::after, .master_manager .distribz b::after{content: ''; border-right: 1px solid #ccc; padding-left: 15px; margin-right: 15px;}*/
.master_manager .distribz:last-of-type{ border-bottom: none}
.master_manager .Short{line-height: 13px;}

.distrib Short{color: #888;}
.distrib .btn_leave{position: absolute; right: -93px}

.pop_wraps .master_changes li{ border-bottom: 1px solid #ddd;  overflow: hidden; padding: 15px 5px; color: #888;}
.radios{width:30px; float: left}
.radios input[type="radio"] + label::before{position: absolute; top: -11px}
.radios input[type="radio"] + label::after{top: -1px}

.btn_leave, .master_manager .condition, .master_changee
{border: 1px solid #ddd; float: right; color:#999; padding: 4px 5px; margin-top: -3px; margin-bottom: -1px; width: 80px; font-size: 12px; text-align: center; background: #fff; cursor: pointer}
.btn_leave:hover, .master_manager .condition:hover{color:#6a7cdb; background: #f9f9f9}
.btn_leave:active, .master_change .condition:active{color: #1d1d1d; border-color: #999;}

.setting_table .btn_leave{border: 1px solid #ddd; background: #f8f8f8; margin: auto; float: none;}

.master_change{background: #323a43; border:none; color: #fff; width:80px; border-radius: 5px; height: 28px; cursor: pointer; font-size:12px; float: right; font-weight: 500; margin-right: 5px}
.master_change:hover{background: #3f4d5d}
.master_change:active{background: #1a1d20}

.pop_wraps .alarms{font-size:17px; text-align: center; font-weight: 300; padding: 35px;}
.pop_wraps .ditail_reviews select, .pop_wraps .ditail_reviews input[type="text"]{padding: 8px 12px !important;}
ol > .distrib:last-child{border-bottom: none}
h3.text_email{font-weight: 300; font-size: 20px; color: #888; text-align: center; margin-bottom: 20px; letter-spacing: -0.06em}
h3.text_email img{display: inline-block; width: 28px; height: 28px; margin-bottom: 10px;}


/*****************************************************새소식 팝업*****************************************************/
/*****************************************************새소식 팝업*****************************************************/
.new_notice .guide_phon{background: #f5f5f7; position: relative; overflow: hidden}
.new_notice .guide_phon .img_heart img{width: 100%; max-width: 37px;margin-top: -20px;}
.new_notice .guide_phon .popcon_top .subtitle.sub2{font-size:1.3em!important}
.new_notice .guide_phon .contents.shadow{position: absolute; bottom: 15px;  right:15px; left: 15px; top:90px; }
.new_notice .guide_phon > .contents{background: #fff; border-radius: 5px; margin: auto; font-size: 13px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)}
.new_notice .guide_phon > .contents .sugeubja{padding: 15px}
.new_notice .guide_phon .contents .title{font-weight: 600}
.new_notice .guide_phon .contents .date{font-size:13px; font-weight:600; margin-bottom:20px; color:#a6a6a6;}
.popcon_top{margin : 40px 20px 20px 20px;}
.write_input .join_form{padding: 10px}
.write_input .join_form .join_file{margin: 5px 0 10px !important;}

table.pop_view{width:100%; border-top:1px solid #ddd; border-bottom: 1px solid #ddd;}
table.pop_view td, table.pop_view th{padding: 10px; border-bottom: 1px solid #ddd;}
table.pop_view tr:last-of-type td, table.pop_view tr:last-of-type th{height: 265px; vertical-align: top; }
table.pop_view tr:last-of-type td{width:826px}
table.pop_view th{border-right: 1px solid #ddd; background: #f9f9f9;}
table.pop_view.h2 tr:last-of-type td, table.pop_view.h2 tr:last-of-type th{height: 350px;}

.filess {border: 1px solid #ddd;border-radius: 10px;padding: 0 10px;height: 50px;line-height: 50px;vertical-align: middle;overflow: hidden;margin-bottom: 4px;}
.filess img {width: 30px;height: 30px;float: left;margin-top: 9px;margin-right: 5px}
.filess .Short {width: 220px;float: left;}
.filess .Short2{width:130px; float: left; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: none;}
.filess .ion-android-close {float: right;cursor: pointer;}
/*****************************************************새소식 팝업*****************************************************/
/*****************************************************새소식 팝업*****************************************************/

/*수급자 정보*/
.patientinfo2 {position: absolute; background: #fff;  box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.2);  height:685px; padding: 15px; top:57px;}
.patientinfo2 .title {text-align: center; font-size: 15px; font-weight: 600; position: relative; border-bottom: 1px solid #1d1d1d; padding-bottom: 10px; }
.patientinfo2 dt, .patientinfo2 dd{padding: 10px; height: 43px; float: left; border-bottom: 1px solid #ddd; }
.patientinfo2 dl{overflow: hidden; margin-bottom: 20px}
.patientinfo2 dt{width:39%; position: relative; text-align: center}
.patientinfo2 dt::after{width:1px; height:20px; border-right:1px solid #ccc; content:""; position:absolute; right:0}
.patientinfo2 dd{width:60%;}
.patientinfo2 p{margin:  10px 0; font-size: 15px; font-weight: 600;}
.patientinfo2 p button{float: right}
.patientinfo2 textarea{resize: none;}

/*수급자 상단메뉴 */
.sugeubja_menu{overflow: hidden;}
.sugeubja_menu li{float: left; line-height: 15px; cursor: pointer; color:#1d1d1d; margin-right: 5px; border-radius: 10px 10px 0 0; border: 1px solid #ddd; border-bottom: none; padding: 11px; background: #fff;  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
.sugeubja_menu li.on{background: #333; color: #fff;}

/*수급자 입력 */
.sugeubja_input{display: block; margin: auto; width: 70px;}
.sugeubja_input input {width: 100%; border:1px solid #ddd; padding: 0px; font-weight:400; height:20px; }
.sugeubja_select {width: 100%; border:1px solid #ddd; padding: 0px; font-weight:400; height:21px; }

.sugeubja_btn button{background: #323a43; border:none; color: #fff; width:100%; border-radius: 5px; height: 28px; cursor: pointer; font-size:15px; font-weight: 500;margin-top:20px; }
.sugeubja_btn button:hover{background: #3f4d5d}
.sugeubja_btn button:active{background: #1a1d20}

/*수급자목록 테이블 */
table.sugeubja{width:100%; border-top: 1px solid #b6b6b6;}
/*table.sugeubja tbody{width:100%; display: block;overflow-y:auto; overflow-x:hidden;height: 690px;  }*/
table.sugeubja td, table.sugeubja th{border-bottom: 1px solid #ddd; padding: 10px 5px;}
table.sugeubja dl{max-width: 350px; height: 44px;}
table.sugeubja dt.Short{font-weight: 600; line-height: 1.3em; position: relative; margin-top: 2px; height: 18px;}
table.sugeubja dd.Short{height: 17px; margin-top: -5px}
table.sugeubja dd, table.sugeubja .date{font-weight: 400; font-size:13px; color:#504e4f; letter-spacing: -0.05em}
table.sugeubja .img_human{width:48px; height: 48px; border-radius: 21px; border:none}


table.sugeubja tr:hover{background: #f7f7f9; cursor: pointer}
table.sugeubja tr:active{background: #eaeaef; }
table.sugeubja tr.blocking{opacity: 0.5; background: #ededf6; }
table.sugeubja tr.blocking:hover{opacity: 0.7; background: #f7f7f9; }
table.sugeubja tr.blocking dt img{width: 13px; height: 13px; margin-left: 3px;}
table.sugeubja .sub{font-size:11px; color:#829CF3; display: block; margin-top: -2px;}
table.sugeubja .favorites{}

#info4 .table_th_04, #info4 .table_th_04 tbody{width:332px; margin-top: 10px; border-top: 1px solid #b6b6b6;}
#info4 tr.select th{border-bottom: 1px solid #ddd; padding: 10px 5px;}
#info4 tr.select { filter: grayscale(100%); background: #eeeeee; }
table.sugeubja .nonmember{font-size:13px; color:#888; display: block; margin-top: -2px; text-align:center;}
table.sugeubja .member{font-size:13px; color:#829CF3; display: block; margin-top: -2px; text-align:center;}

table.sugeubja .fixed_top {display:inline-table;position:absolute;width:calc(100% - 30px);}

.sh_tabs{border: 1px solid #ddd; background: #fff; color:#2a2829; padding: 6px 15px; margin-top: 5px}

.chat_menu1 .sh_tabs, .chat_menu2 .sh_tabs{font-size:12px; color:#999; display: inline-block; padding: 5px 10px;}
.chat_menu1 .sh_tabs:hover, .chat_menu2 .sh_tabs:hover, .chat_menu dt:hover, .chat_menu dd:hover, .distrib .sh_tabs:hover{color:#555;}
.chat_menu1 .sh_tabs.on, .chat_menu2 .sh_tabs.on{color: #fff; border-color: #7cb5ec; background-color:#7cb5ec;}

.pop_bg2 .datepicker-container {z-index: 10001 !important;}
.datepicker_input {display: inline-block; border: 1px solid #ddd; margin-top:15px; padding: 5px;width: 110px;height:32px;background-image: url("/images/resources/calender.png");background-repeat:no-repeat; background-position:82px; background-size: 18px 18px;}
.datepicker_input_sugeubja {display: inline-block; border: 1px solid #ddd; padding: 5px;width: 110px;height:21px !important;background-image: url("/images/resources/calender.png");background-repeat:no-repeat; background-position:155px; background-size: 14px 14px;}
.datepicker_text{text-align: center; font-size:12px; display: inline-block;padding-right:5px;font-family:-apple-system,BlinkMacSystemFont,"Malgun Gothic","맑은 고딕",helvetica,"Apple SD Gothic Neo",sans-serif; }
.search_block_btn{border: 1px solid #ddd; background: #322d32; color:#2a2829; padding: 6px 15px; margin-top: 5px; display:inline-block; cursor:pointer; font-size:12px; width:100px; }
.search_block_btn button { background-color:#322d32; border:0px; color:#fff; width:100%; }

.cmpl_block_btn{border: 1px solid #ddd; background: #322d32; color:#2a2829; padding: 5px 15px; margin-top: 5px; display:inline-block; cursor:pointer; font-size:12px; }
.cmpl_block_btn button { background-color:#322d32; border:0px; color:#fff; width:100%; }

/*****************************************************2020.10.05_박현주*****************************************************/
/*****************************************************2020.10.05_박현주*****************************************************/
	.send_Alarm p.settime{margin-left: 10px;}
	.access_record .care_info{cursor: pointer}
	.access_record .care_info:hover{color: #6a7cdb;}
	.chat_menu3 .guide{font-size:12px; color:#999; display: inline-block; padding: 2px 8px;}
	.chat_menu3{overflow: hidden; margin: auto;}
	.chat_menu3 li{display:inline; margin-right: 5px; margin-top: 0}
	.chat_menu3 .guide:last-of-type{margin-right: 0}

.board .con_top2 li{background: #fff; border: 1px solid #ddd; border-bottom: none; padding: 11px 26px}
.board .con_top2 li.on{background: #333; border: 1px solid #333; border-bottom: none}
.con_top .clicks.on{color: #fff; border-color: #7cb5ec; background: #7cb5ec}
.tutorial_list.last li .tit{font-size: 16px; font-weight: bold; margin-bottom: 10px;}

p.m_title{color:#2a2829; font-size:26px; font-weight: 500; letter-spacing: -0.06em; margin-bottom: 10px; }
p.m_title::after{content: url("/images/resources/linesss.png"); display: block; line-height: 0}

.setting_table{border-left:  1px solid #ddd; position: relative;border-top:  1px solid #ddd; }
.setting_table.sugeubja{border-bottom: 1px solid #ddd; }
.setting_table td, .setting_table th{border-bottom: 1px solid #ddd; padding: 5px; border-right: 1px solid #ddd; text-align: center;}
.setting_table th{background: #f8f8f8;; color: #888;}
.setting_table button{border:none; padding-right: 5px; background: #fff; border-radius: 2px;}
.setting_table button i{color:#F33639}
.setting_table button:hover i{color:#86090B}
.setting_table td{font-size:14px;}
.setting_table .red{color:red;}
.setting_table .blue{color:blue;}
.setting_table .textleft{text-align:left}
.setting_table.ad_table th, .setting_table.ad_table td{line-height: 21px;}

.w_120px{width: 100px; margin: auto;}
.w_120px button{padding: 5px 10px; height: 40px}
.w_120px2 button{padding: 5px 10px; height: 40px; width:100px; position: absolute; bottom: 30px; left: 50%; margin-left: -50px;}
.w_96{width:96% !important; margin-top: 1.5%;}

.w_50 select, .w_50 input[type="text"], .w_50 input[type="number"], .w_50 input[type="password"], .w_50 textarea{padding:10px;}
.w_50r select, .w_50r input[type="text"], .w_50r input[type="number"], .w_50r input[type="password"], .w_50r textarea{padding:10px; margin-left: 2.5%}

.setting_regist {overflow: hidden; border-top: 1px solid #ddd; margin-top: 25px; padding-top: 15px; width:96%;}
.setting_regist dd:first-child{width:100%;}
.setting_regist dt{margin-top: 1.2%; font-weight: bold; width: 30%; text-align: right; margin-right: 1.5%; vertical-align: middle; padding-top: 7px; letter-spacing: -0.07em; font-size: 14px;}
.setting_regist dd{width:68%; margin-bottom: 5px;}
.setting_regist dt, .setting_regist dd{float:left;}
.w_50r .setting_regist dd input[type="text"]{width:96.5%;}
.pop_bg2 .setting_regist {border-top:none; margin-top: 10px; width:100%;}
.pop_bg2 .setting_regist dt{width:18%;}
.pop_bg2 .setting_regist dd{width:80%;}

.calculate{overflow: hidden; margin-bottom: 5px;}
.calculate li{float: left; margin-right: 5px;}
.calculate li select{padding: 6px 10px; margin-top: 4px; min-width: 100px}
.calculate li.keyword{width:28%; margin-left: 30px}
.calculate li.search_block_btn{width:auto; width:60px; margin-top: 4px; border: 1px solid #333; height: 34px;}
.calculate li.btn_month{background: #eee; padding: 6px;margin-top: 4px; border: 1px solid #ccc; display:inline-block; cursor:pointer; font-size:12px; width:60px; }
.calculate li.btn_month:hover, .calculate li.btn_month:hover button{background:#f8f8f8}
.calculate li.btn_month button { background-color:#eee; border:0px; color:#333; width:100%; }
.calculate li:last-child{float:right; margin-right: 0}

.total{margin-top: 15px; width:100%;border-top: 1px solid #ddd;}
.total td, .total th{border-bottom: 1px solid #ddd; padding: 10px;}
.total th{background: #f8f8f8}
.total .red{color: red;}
.total_price{font-size: 15px; text-align: right; font-weight: 600; letter-spacing: -0.02em;  padding: 25px 10px 10px;}
.total_price span{display: block; font-size:30px;}

.ad_regit{width:100%; border-top: 1px solid #ddd}
.ad_dl dt{margin-top: 10px; font-weight: bold;}
.ad_dl dd{margin-top:10px}
.ad_dl dd .ad_agree, .ad_dl dt .ad_price{float: right; }
.ad_dl dt .ad_price{font-size: 22px;}
.ad_dl dt .ad_price b{font-weight:normal; font-size:18px;}
.ad_dl dd hr{border-top : 1px dashed #ddd; border-bottom: none; margin: 20px 0 10px}
.ad_agree{border:none; background: none; letter-spacing: -0.05em}
.ad_agree:hover{text-decoration: underline; color:#596BD9}
.ad_text{font-weight: bold;}
.bill_btn {overflow: hidden;}
.bill_btn li{ margin-right: 2%; float: left;}
.bill_btn li:last-child{margin-right: 0;}
.bill_btn li button{padding:10px 15px;; text-align: center; letter-spacing: -0.05em; border: 1px solid #ccc; border-radius: 5px; background: #f8f8f8}
.bill_btn li button:hover{border-color: #aaa; background: #eee}

/*.calculate{border-top:1px solid #ddd}*/
td.text_left, td.text_left2{text-align: left}
td.text_left .Short{max-width: 400px; height: 16px; line-height: 16px}
td.text_left2 .Short{max-width: 500px; height: 16px; line-height: 16px}

.set_btn{border:1px solid #ddd; padding: 5px 10px; margin-top: 10px;}
.set_btn img{margin-bottom: -2px;}
.set_btn:hover{color:#555; background: #f9f9f9; border-color: #bbb}
.con_top .weeks{color: #999; position: absolute; right: 110px; top: 45px; padding-right: 5px; }



.btn_wrap4 li .btn_save2{ border: 1px solid #0a5fcc; background:#0a5fcc; color: #fff}
.btn_wrap4 li .btn_save{ border: 1px solid #2a2829; background:#2a2829;}
.btn_wrap4{width:500px; margin: auto; overflow: hidden}
.btn_wrap4 li button{float: left; width: 30%; text-align: center; margin: 7px 1% 0 0; font-size: 15px; border: 1px solid #ddd; padding: 10px; transition: all 0.2s; -webkit-transition:all 0.2s; font-weight: 500; border-radius: 3px; background:#fff;}
.btn_wrap4 li:hover .btn_save{ border: 1px solid #1d1a1c; background:#1d1a1c;}

.btn_wrap5{width:96%; margin: auto; overflow: hidden; padding-top:5px; position: absolute; bottom: 15px; left: 20px;}
.btn_wrap5 li .btn_save2, .btn_wrap7 li .btn_save2, .btn_wrap6 li .btn_save2 {border: 1px solid #0a5fcc;background: #0a5fcc;color: #fff}
.btn_wrap5 li .btn_close2, .btn_wrap7 li .btn_close2, .btn_wrap6 li .btn_close2 {background: #fff;color: #000;border-color: #ddd;}
.btn_wrap5 li .btn_template, .btn_wrap7 li .btn_template {background: #ff621d;color: #fff;border-color: #ccc;float: right}
.btn_wrap5 li .btn_save {border: 1px solid #2a2829;background: #2a2829;}
.btn_wrap5 {width: 100%;margin: auto;overflow: hidden;padding-top: 5px;}
.btn_wrap5 li button {float: left;width: 22%;text-align: center;margin: 7px 1% 0 0;font-size: 15px;border: 1px solid #ddd;padding: 10px;transition: all 0.2s;-webkit-transition: all 0.2s;font-weight: 500;border-radius: 3px;background: #fff;}
.btn_wrap5 li:hover .btn_save, .btn_wrap7 li .btn_save {border: 1px solid #1d1a1c;background: #1d1a1c;}

.btn_wrap6 li .btn_close2{float: right}
.btn_wrap6 li .btn_save2{float: left}
.btn_wrap6{overflow: hidden; width: 175px; margin: 20px auto 0;}
.btn_wrap6 li button{text-align: center; width:47%; margin: 7px 0; font-size: 15px; border: 1px solid #ddd; padding: 10px; border-radius: 3px; background:#fff;}
.btn_wrap7 li button{float: left; width: 19%; text-align: center; margin: 7px 1% 0 0; font-size: 14px; border: 1px solid #ddd; padding: 10px; font-weight: 500; border-radius: 3px; background:#fff;}
.btn_wrap5 li button{float: left; width: 22%; text-align: center; margin: 7px 1% 0 0; font-size: 15px; border: 1px solid #ddd; padding: 10px; transition: all 0.2s; -webkit-transition:all 0.2s; font-weight: 500; border-radius: 3px; background:#fff;}

.pop_bg2 .chat_menu1 .guide_select{display: inline-block}
.pop_bg2 .chat_menu1 .guide_select select{padding:4px; height:30px; }

#setting_table2 table td, #setting_table3 table td{border-right:none}
#setting_table2, #setting_table3 {border-top: none;}
.pop_bg2 table.message {margin-top: 0; border-top: none}
.pop_bg2 table.message dl, .pop_bg2 table.message .Short, .pop_bg2 table.message .sub2{max-width: 620px !important; text-align: left}

/*****************************************************2020.10.07_케어일지*****************************************************/
/*****************************************************2020.10.07_케어일지*****************************************************/
.guide_phon.daily{background: #fff;}
.guide_phon.daily .title{font-size:1.35em; font-weight: 700; color: #152638;}
.guide_phon.daily .popcon_top{margin-bottom:20px; margin-top:  20px;}
.guide_phon.daily .img_heart img{width: 100%; max-width: 15px; }
.guide_phon.daily .contents{padding: 10px}
.guide_phon.daily .contents .slider img{height: 220px}
.guide_phon.daily .contents .slider{margin-bottom: 45px;}
.slick-dots-care {position: absolute;top: 212px;left: 40%;display:flex;border:none;margin:10px;}
.slick-dots-care .slick-active button {background: #3e97eb;}
.slick-dots-care li button {width: 10px;height: 10px;background: #ddd;border: none;border-radius: 5px;font-size: 0;margin:3px;}

.no_bt_line th, .no_bt_line td{border-bottom:none}
td.pd_0 .money{padding: 2px; max-width: 100px}
td.pd_0 button{background: #eee; padding: 2px 4px; border:1px solid #eee; line-height: 19px; font-size: 12px;}
td.pd_0 button:hover{background:#e0e3f0; border-color: #e0e3f0}

#consss{position: relative}
td .cons{padding-left: 30px}
td .cons::before{content: 'Q.'; color: #0E82D5; font-size:18px; font-weight: bold; position: absolute; left: 5px;}
td .ekq{padding-left: 30px}
td .ekq::before{content: 'A.'; color: #333; font-size:18px; font-weight: bold; position: absolute; left: 7px;}
hr.line{margin:10px; border:1px dashed #ddd;}

#wrapsssss input[type="radio"] + label::after{top:10px}
.ad .slick-dots{bottom:12px;}
.message.small{margin-top:0}
.message.small span{margin:0; text-align: right; font-weight: normal; font-size: 11px; color:#999; line-height: 11px}
.message.small td{padding:5px;}

.filebox input[type="file"] { /* 파일 필드 숨기기 */position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0,0,0,0);border: 0;}
div.keyword.info_centerssss {width: 97%;margin-bottom: 15px;}
div.keyword.info_centerssss input {height: 45px;padding: 10px 40px 10px 15px}
div.keyword.info_centerssss button {top: 5px}
.pop_center {width: 500px;height: 240px;top: 50%;left: 50%;margin-top: -200px;margin-left: -100px;}
.CI_logo {width: 100px;height: 100px;border: 1px solid #ddd;border-radius: 42px;background-repeat: no-repeat;margin-bottom: 10px;margin: auto}
.CIss {border: 1px solid #ddd;padding: 20px 100px;margin-bottom: 15px;margin-top: 4px}
.img_center.w_100 img{width:100%; height: auto;}
button.btn_excel{color:#fff; height: 34px; line-height: 12px; margin-top: 4px; border-radius: 0; border-color: #999; border: 1px; padding: 10px 12px 10px 35px; background: url("/images/resources/down.png") no-repeat 9px 8px #999; background-size: 20px 20px;}

/*****************************************************광고부분추가*****************************************************/
/*****************************************************광고부분추가*****************************************************/
/*검색결과_리스트_광고*/
.slide_box .list .ad{background: #fff; border-radius: 5px;  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); padding: 10px 10px 15px 10px; overflow: hidden}
.slide_box .list .ad dl{overflow: hidden; padding-top: 5px}
.slide_box .list .ad dt, .slide_box .list .ad dd{float: left}
.slide_box .list .ad .title{font-size:1.1em; font-weight: 700;}
.slide_box .list .ad .local{font-size:0.9em; color: #999; margin-top: 0;}
.slide_box .list .ad dd{width:74%;}
.slide_box .list .ad dt{width:25%; margin-right: 1%;}
.slide_box .list .ad dt p{width:3em; height: 3em; border: 1px solid #ddd; border-radius: 1.25em; background-repeat: no-repeat; position: relative; margin: auto}
.slide_box .list .ad dt .alarm_New{left: -5px; top: -5px;}

/*검색결과 리스트_광고_ 연락부분*/
.slide_box .ad .contact {margin-top: 5px;}
.slide_box .ad .contact .grade{border: 1px solid #eee; font-weight: 600;border-radius: 30px; color: #000; padding: 2px; margin-top: -2px;}
.slide_box .ad .contact li img{width:13px; height: auto; display: inline-block; margin-bottom: -2px; margin-right: 3px;}
.slide_box .ad .contact li{border: 1px solid #eee; float: left; width: 37%; padding: 2px 5px; border-right: none; font-size:0.85em; color: #666; text-align: center}
.slide_box .ad .contact li:last-child{border-right:1px solid #eee;}
.slide_box .ad .contact li:first-child{border: none; width: 25%; margin-right: 1%}
/*alarm*/
.alarm_New{position: absolute; top:0; left: 50%; width: 20px; height: 20px; line-height: 20px; background: #ff6c13; border-radius: 50%; color: #fff; font-size:1em; text-align: center;}
footer .alarm_New{margin-left: -2em; margin-top: -0.5em;}
.right-nav .alarm_New{top:50%; left: auto; margin-top: -0.65em; margin-left: 0.2em;}

/*검색_지도*/
.container{padding: 10px;}
.keywordsss{background: #f0f0f0; border-radius: 10px; width:90%; margin: auto; position: relative;
	background-image: url("/images/resources/list_location.svg"); background-repeat: no-repeat; background-size: 20px 20px; background-position: 6px center }
.keywordsss input,.keywordsss input:focus{border: none; background: none;padding: 10px 10px 10px 30px; width: 90%;}
.keywordsss button{border: none; width: 20px; height: auto; margin-top: 8px; position: absolute; right: 10px; top:1px;}
.g_bar2{background: #f5f5f7; padding: 5px 10px; font-weight: 500; color: #242426; position: relative; border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;}

/*맞춤조건 - 필터*/
.filter_btn{overflow: hidden;}
.filter_btn li{background: #fff; display: inline-block; margin-left: 10px; padding: 5px}
.filters{position: absolute; top:-1px; right: 0; background: #3579f4; width: 43px; height: 43px; padding: 10px}

/*배경색*/
.g_bar2{background: #f5f5f7; padding: 5px 10px; font-weight: 500; color: #242426; position: relative; border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;}
.att_tab{ padding: 5px 10px; font-weight: 500; color: #242426; position: relative; border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;}

.wrap_keywordsss{position: absolute; top: 0; left: 0; z-index: 1; background: #fff; width: 100%}
.filt_match .back_btn{position: absolute; left: 23px; margin-top: 6px;}
.filt_match .keywordsss { width: 75%; margin-left: 42px;}
.filt_match .filt_menu{ width: 20px; position: absolute; right: 15px; top: 20px;}

.tabs{display: flex; width: 100%; }
.tabs .tab_line a{padding: 8px; font-weight: 400; }
.tab_line:target  {font-weight: 600; border-bottom: 2px solid #000}
.tab_line:target ~ .t_con1{ display: block;}

.go_map {position: absolute; right: 30px;}
.slide_banner{background: #f5f5f7;  padding: 10px; width:100%; position: absolute; top: 135px; left: 0; }
.ad{height: 120px; }
.list_status{margin-top: -5px; margin-bottom: -5px;}
.find_list .fa-heart{float: right; color: #ddd; margin-right: 5px; margin-top: 8px;}
.find_list .fa-heart:focus, .find_list .fa-heart.on {color: #ff6c13}

/*일지,공지,지식창고 등*/
.popcon_top .title{font-size:1.35em; font-weight: 700; color: #152638;}
.popcon_top{margin-bottom:1.5em;}
.popcon_top .img_heart img{width: 100%; max-width: 15px; }
.con .slider img {width:100%;height:200px;}
.con .slider {margin-bottom:45px}

.tit .Short.btn_opened{cursor: pointer}
.text_sub_con{margin-bottom: 4px;}

.btn_disabled, .btn_disabled:hover{cursor: auto; background: #aaa !important; border-color: #aaa !important; color:#555 !important;}
.write_tool_link div{overflow: hidden}
.write_tool_link .ion-android-close{float: right; cursor: pointer}
.write_tool_link .Short{width:220px; float: left}

.btn_x{position: relative}
.btn_x::after{content: 'x'; position: absolute; right:0px; top:0; background: #eee; border:1px solid #ddd; padding: 3px 5px; height: 10px; line-height: 7px; color: #555; cursor: pointer}
.btn_x.hr::after{top:-7px !important;}
.btn_x br{background: url("/images/resources/line_change.png") no-repeat; display: block; width:100%;}
.btn_x p{background: url("/images/resources/line_change.png") no-repeat; display: block; height: 21px;}

/*=========================================================선택후 삭제=======================================================================*/
.counsel_view_list, .counsel_view_list:hover{background: #f5f4fe}

/*이미지 첨부시*/
.comment.centers .img{max-width: 70%; margin-left:3%; border-radius: 10px; overflow: hidden; cursor: pointer; display: inline-block}
.comment.centers .img img, .comment.my .img img{width:100%; height: auto;}
.comment.centers .img, .comment.my .img{padding-bottom: 0; margin-bottom: 0; line-height: 0;  border-bottom:none}
.comment.my .img{float: right; max-width: 70%; position: relative; background: none; cursor: pointer; }
.comment.my .time{left: 0; margin-left: -70px; position: absolute; bottom: 0;}
.comment.my .wrap_imgssss{border-radius: 10px; overflow: hidden;}

/*파일 첨부시*/
.comment.centers .file{width: 65%; margin-left:3%; display: inline-block; background: #fff}
.comment.my .file{float: right; width: 70%; background: #fff; position: relative}
.comment.centers .file, .comment.my .file{ border-radius: 5px; padding:10px;}
.comment .file .text{margin-bottom: 4px; width:160px; height: auto; display: inline-block; white-space:pre-line;}
.comment .file span{font-size:11px; display: block; line-height: 1.3em; opacity: 0.7;}
.comment .file ul{overflow: hidden; margin-top: 6px;}
.comment .file ul > li{font-size: 12px; float: left; cursor: pointer; }
.comment .file ul > li:hover{text-decoration: underline}
.comment .file ul > li::after{content: '·'; margin-left: 5px; }
.comment .file ul > li:last-child::after{content: ''}
.comment .file .state{width:40px; height: 40px; float: right; border:1px solid #ddd; border-radius: 50%; cursor: pointer;}
.comment .file.openss .state, .comment .file.savess .state,.comment .file.sandss .state{background-repeat: no-repeat; background-size: cover; background-size: 40px 40px; position: relative; z-index: 1;}
.comment .file.openss .state{background-image: url("/images/resources/pen_icon_file.png")}
.comment .file.savess .state{background-image: url(/images/resources/pen_icon_save2.png)}
.comment .file.sandss .state{background-image: url("/images/resources/pen_icon_cancel.png")}
.comment .file .state:hover{background-color: rgba( 0, 0, 0, 0.05 ); display: block;}

/*팝업클릭시 이미지만 나오게*/
.pop_wraps2 .img2 img{max-width:100%;}
.header ul li:last-child:hover .board {display: block}
.header ul li:last-child{padding-bottom: 20px;}

/* Paing */
.paging_wrap button:hover, 
.paging_wrap button.on {border: 1px solid #3dafe0;background: #3dafe0;color: #fff;}
.paging_wrap button, 
.paging_wrap button.front, 
.paging_wrap button.back {display: inline-block;text-align: center;border: 1px solid #ddd;color: #adadad;padding: 0 10px;transition: all 0.2s;-webkit-transition: all 0.2s;width: 30px;height: 30px;position: relative;overflow: hidden;background: #fff;border-radius: 4px;}
.paging_wrap {text-align:center;margin-top:20px;}
.paging_wrap button {display: inline-block;background: #fff;text-align: center;border: 1px solid #ddd;color: #adadad;transition: all 0.2s;-webkit-transition: all 0.2s;}


.pop_wraps2{position: relative}
.img_save{height: 50px; background: #f8f8f8; width: 100%; position: absolute; bottom: -45px;padding: 5px; line-height: 30px; text-align: right}	
.img_save button{border: none; background: none; padding-right: 20px; font-weight: bold; color: #585858; font-size: 15px;}
.img_save button:hover{color:#000}

.comment.my .lose_img_data{width: 100%; height: 200px; background: #f8f8f8 no-repeat; background-image: url("/images/resources/lose_img_date.svg"); float: right; max-width: 70%; position: relative; cursor: pointer; border-radius: 10px; overflow: hidden; background-position: 50% 50%; background-size: 100px 76px; }
.comment.centers .lose_img_data{width: 100%; height: 200px; background: #f8f8f8 no-repeat; background-image: url("/images/resources/lose_img_date.svg"); background-position: 50% 50%; background-size: 100px 76px;; 
	max-width: 65%; margin-left:3%; border-radius: 10px; overflow: hidden; cursor: pointer; display: inline-block}
.pop_up15 .img3 img{max-width: 300px; display: block; margin: 100px auto}	
.pointer {cursor:pointer;}

/* 2021.01.21 옵션 라디오 체크 박스 디자인 */
.vvv_ck, .vvv_ck .agree_box {display: inline-block;margin-left: 5px;}

.btn_notice.red{background: url("/images/resources/edit.svg") no-repeat; background-size: 18px 18px; width: 18px; height: 18px;}

.btn_stop{background: #2E4053; border: 1px solid #2a2829; color: #fff; font-size: 14px; padding: 5px 25px; border-radius: 4px;}


/* 청구서 관리 설정 */
.join_form.manage{padding:inherit; margin-right: 20px;}
.join_form.manage .join_file, .setting_regist.manage dd input[type="text"]{background-color:#eee}
.join_form.manage .join_file .f_70{width:70%}
.join_form.manage .join_file label{width:30% !important}
.info_registration {margin: auto; width:70%}
.info_registration button{background: #2a2829; color: #fff; padding: 15px; width:100%; border: 1px solid #2a2829; height: 48px; line-height: 10px; margin-top: 10px;}
	
.application_guide{padding-left: 20px; margin-top: 20px;}
.application_guide dt{font-size: 1.1em; font-weight: 600; margin-bottom: 15px}
	
.ml20{margin-left: 20px;}
.mt20{margin-top: 20px !important}
.set_account{display: block; text-align: right; font-size: 13px; margin-right: 10px;}
.electronic_pay{color: #888; padding-left: 25px; padding-right: 20px; display: block; margin-top: 5px; font-size: 13px;}
.setting_regist.bd_none{border-top: none !important; margin-top: 0; padding-top: 0}
.bb_color{color:#3273e9; font-weight: bold;}
.setting_table .ion-ios-plus-empty{margin-right: 5px;}
	
button.btn_fees{border: 1px solid #ddd; padding: 10px 40px;}
button.btn_fees:hover{color:#6a7cdb; background: #f9f9f9}

.btn_notice.application {background: url(/images/resources/center_application.png) no-repeat; background-size: 16px 16px;}
.btn_notice {border: none; background: #fff; width: 22px; height: 18px;}

input::-ms-clear {display: none;}

.settletot {font-weight: bold; background-color: #f8f8f8}