@charset "utf-8";


/*** 기본 ***/
.board_sch { padding: 17px 20px; background: #f7f7fb; margin-bottom: 20px; }
.board_sch input {height: 48px; width: 100%; padding-left: 8px; }
.board_sch .bSch_box label {position: absolute; top: 50%; margin-top: -11px; left: 0; font-size: 18px;}
.board_sch .bSch_box {width: 625px; padding-left: 65px; padding-right: 55px; position: relative; margin: 0 auto;}
.board_sch .bSch_btn {display: inline-block; position: absolute; bottom: 0; right: 0;}
.board_sch .bSch_date input {width: calc((100% - 19px) / 2); padding-right: 40px; background: #fff url(/images/common/board/call_blit.png) right 10px center no-repeat;}
.board_sch input::placeholder { color: #444; }
.board_sch .bSch_date .mid {display: inline-block; width: 3%; text-align: center; }
.board_sch .item-last {position: relative; width: 45%; padding-right: 120px;}

/*입력 및 달력*/
.board_sch.t01 {padding: 20px 43px;}
.board_sch.t01 > * {display: flex;}
.board_sch.t01 .bSchSelect,
.board_sch.t01 .bSchInput,
.board_sch.t01 .bSch_date {margin-left: 0.5%;}
.board_sch.t01 .bSchSelect {width: 20%;}
.board_sch.t01 .bSchSelect select {width: 100%; height: 48px;}
.board_sch.t01 .bSchSelect.sel_type2 { width: 15%; margin: 0 0 0 auto; }
.board_sch.t01 .bSch_date {display: flex;overflow: hidden;justify-content: center; align-items: center;}

/* table css */
.tbl{ border-top: 1px solid #dde0e8; table-layout:fixed;}
.tbl tr { border-bottom: 1px solid #dde0e8;}
.tbl th { padding: 7px 3px;}
.tbl th:first-child, 
.tbl td:first-child { border-left:0; }
.tbl th:last-child,
.tbl td:last-child { border-right:0; }
.tbl thead th,
.tbl tbody th {vertical-align: middle; color: #050505; text-align: center; font-weight: 600; border: 1px solid #ddd; border-top: 0; line-height:1.3; }
.tbl tfoot td {border-bottom: none; background: #ffeded;}
.tbl tbody th { width: 155px;}
.tbl.center td { text-align: center; }
.tbl a { 
	text-decoration:underline; text-underline-offset:3px; color:var(--color-primary) !important; 
	display:block; width:100%; word-break:break-all; text-align:left; padding:0 10px; box-sizing:border-box;	
	}
/*.tbl a:hover { color:#d73938 !important; }*/
.datatbl tr { height:60px; }
.datatbl a p { color:var(--color-primary) !important; text-align:left !important; }
.datatbl a p:hover { color:var(--color-navy) !important; ]}
.tbl p { text-overflow: ellipsis; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; }


/*tbl-overlap*/
.tbl-overlap { padding: 0 !important;}
.tbl-overlap table { border-top: 0;}
.tbl-overlap table tr:last-child,
.tbl-overlap table tr td,
.tbl-overlap thead tr th,
.tbl-overlap tbody tr th {border-bottom: 0;}
.tbl-overlap tbody tr th {border-left: 0;}

/*tbl-wrap*/
.tbl-wrap { position: relative; overflow-y: auto; }
.tbl-long table.tbl-expand { min-width: 1343px;}

.tbl-top-right { text-align: right; padding-bottom: 9px;color: #676767;}
.tbl-top-right * { color: #676767;}
.tbl-top-right > li { display: inline-block; padding-left: 14px;}

.tbl.center td,.tbl.center td p{ text-align: center; line-height:1.3 !important;}
.tbl.center th .rc-wrap,
.tbl.center td .rc-wrap{margin: 0 auto;} 

.tbl.default thead th {background: #F6F6F6; color: #4a5177; font-weight: 600; border-bottom: 2px solid #2C61B6;}
.tbl-title { color: #2C61B6; text-decoration: none; font-weight: 500;}
.tbl-title:hover { text-decoration: underline;}

table .spinner-wrap { position: relative;}
table .ui-spinner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

@media (max-width:1190px) {
    .board_sch.t01 .bSchSelect.sel_type2 { width: 15%; }
}

@media (max-width:1024px) {
    .board_sch.t01 { padding: 15px; }
    .applyTbl tbody th{ width: 130px; font-size: 14px; } 
}

@media (max-width:780px) {
    .board_sch.t01 {padding: 15px; }
    .board_sch.t01 > * {display: block; width: 100%;}
    .board_sch .bSch_box {width: 100%; padding-left: 0}
    .board_sch .bSch_box label {position: relative; display: block; top: auto; left: auto; margin: 0 0 10px 0; }
    
    .board_sch.t01 .bSchSelect,
    .board_sch.t01 .bSchInput,
    .board_sch.t01 .bSch_date { width: 100%; margin: 8px 0 0; }
    .board_sch.t01 .bSchSelect,
    .board_sch.t01 .bSchInput,
    .board_sch.t01 .bSchSelect.sel_type2 { width: 100% }
    .board_sch.t01 .bSchInput {margin-left: 0;}
    .board_sch .item-last { padding-right: 0; }
    .board_sch .bSch_btn,
    .board_sch .bSch_btn .btn-default { position: static; display: block; margin-top: 8px; }
    
    .applyTbl tr{ display: flex; flex-wrap: wrap; width: 100%; }    
    .applyTbl tr tr { display:block; }
    .applyTbl tr thead th:not { width:auto !important; display:flex; }    
    .applyTbl tbody th.thr{ display: block; width: 100%; }    
    .applyTbl colgroup { display:none; }    
    .applyTbl tbody th:not(.thr){font-size: 13px;  width: 110px; display: block;}    
    .applyTbl tr td{ width: calc(100% - 110px); height: auto; border-right: 1px solid #ddd; }        
    .applyTbl th.thr + td{ width: 100%; }
    
    .res_bbs_wrap.default colgroup col:first-child,
    .res_bbs_wrap.default tr th:first-child,
    .res_bbs_wrap.default tr td:first-child,
    .res_bbs_wrap.default colgroup col:first-child + col + col + col + col + col,
    .res_bbs_wrap.default tr th:first-child + th + th + th + th + th,
    .res_bbs_wrap.default tr td:first-child + td + td + td + td + td { display: none; }
    
    .res_bbs_wrap.default colgroup col:first-child + col + col,
    .res_bbs_wrap.default tr th:first-child + th + th,
    .res_bbs_wrap.default tr td:first-child + td + td { display: none; }
    
    .res_bbs_wrap.default tr th,
    .res_bbs_wrap.default tr td { padding: 10px 0; font-size: 13px; }
    
    .res_bbs_wrap.default colgroup col:first-child + col + col + col,
    .res_bbs_wrap.default tr th:first-child + th + th + th,
    .res_bbs_wrap.default tr td:first-child + td + td + td {  display: none;  }
}

/*** 게시판정보 ***/
.pageInfo { position: relative; overflow: hidden; margin-bottom: 10px; }
.pageInfo .condi_num {float: right; }
.pageInfo .condi_num select {height: 30px; vertical-align: middle;}
.pageInfo .condi_num button { padding: 0 10px;height: 30px;background: #009afa; color: #fff; vertical-align: middle;}
.pageInfo .condi_num.t02 {float: right;}
.pageInfo .condi_num.t02 select { width: 70px; height: 40px; border: 1px solid #d2d2d2; background: #fff; }
.pageInfo .condi_num.t02 label { position: relative;top: 3px; font-size: 16px; margin-right: 5px;}
.pageInfo .pageCount { margin-top: 10px;float: left; font-size: 15px; color: #000; }
.pageInfo.icon_page .pageCount { margin-top: 20px; }
.pageInfo .board_etcM { float: right; }
.pageInfo .board_etcM ul { float: left; overflow: hidden; }
.pageInfo .board_etcM ul li { float: left; }
.pageInfo .board_etcM ul li a { display: block; padding: 0 10px; height: 40px; line-height: 40px; border-width: 1px 1px 1px 0; border-style: solid; border-color: #c9c9c9; background: #f7f7fb; text-align: center; }
.pageInfo .board_etcM ul li a.on { background: #3e4856; color: #fff; }
.pageInfo .board_etcM ul li:first-child a { border-left: 1px solid #c9c9c9; }
.pageInfo .boardSel { float: left; margin-left: 10px; }

@media(max-width: 480px) {
    .pageInfo .board_etcM,
    .pageInfo .boardSel { width: 100%; float: none;margin-left: 0; margin-top: 5px; }
}

/***  pagenation ***/
.page_list { text-align: center; margin-top: 40px; display: block; }

.page_list strong {
    display: inline-block; width: 40px; height: 40px; background: #216EC5; border: 1px solid #216EC5;
    color: #fff; vertical-align: top; text-align: center; line-height: 38px; font-weight: normal
}

.page_list > a { 
	display: inline-block; width: 40px; height: 40px; background: #fff; color: #4e4e4e; line-height: 40px; text-align: center; 
	border: 1px solid #d5d5db; vertical-align: middle; margin:0 1px; 
	}
.page_list .p_first > a,
.page_list .p_prev > a,
.page_list .p_next > a,
.page_list .p_end > a {display: inline-block; width: 40px; height: 40px; background: #fff; color: #4e4e4e; line-height: 40px; text-align: center; vertical-align: middle; }
.page_list > a:hover,
.page > a:focus { border: 1px solid #797979; background: #fff;}

.page_list > a.start,
.page > a.prev,
.page > a.next,
.page > a.end,
.page_list > a.start:hover,
.page > a.prev:hover,
.page > a.next:hover,
.page_list > a.end:hover,
.page_list > a.start:focus,
.page > a.prev:focus,
.page > a.next:focus,
.page_list > a.end:focus {border: 0; background: none;}


/* ===== 모달 스타일 페이징 (im-pager 스타일) ===== */
.paging_area { margin-top: 25px; display: flex; justify-content: center; padding-bottom: 10px; }

.im-pager { display:none !important; /*display: flex;justify-content: center; align-items: center; margin-top: 20px;*/ } /* 홈페이지 레이어팝업 내 사용 x */
.im-pager-inner {display: flex; gap: 5px; align-items: center; }

.im-pager button {
    display: inline-flex; align-items: center; justify-content: center; padding: 4px 10px; 
    border: 1px solid #dde1ef; background: #fff; border-radius: 4px; font-size: 13px; cursor: pointer;
    min-width: 32px; height: 32px;color: #4a5177; transition: all 0.14s; outline: none;
}
.im-pager button.active { background: #2C61B6 !important; color: #fff !important; border-color: #2C61B6 !important; font-weight: 700; }
.im-pager button:hover:not(.active) {background: #f0f3fc; border-color: #2C61B6; color: #2C61B6; }
.im-pager button:disabled {opacity: 0.5; cursor: not-allowed; }

/* 아이콘 폰트(xeicon) 정렬 */
.im-pager button i { font-size: 16px; font-weight:700; }


/***게시판상세***/
.board_view { overflow: hidden; border-top: 2px solid #848692; clear: both; }
.board_view .view_bg {background: #f7f7fb; overflow: hidden; }
.board_view .b_info {border-bottom: 1px solid #848692;}
.board_view .b_info strong {display: block; padding: 20px 10px; color: #323232; line-height: 32px; text-align: center; font-size: 24px; font-weight: 600; }
.board_view .b_info .infoWrap {overflow: hidden;padding: 17px 33px;}
.board_view .b_info .infoWrap .left { float: left; }
.board_view .b_info .infoWrap .right { float: right;}
.board_view .b_info .infoWrap .infoItem:after { content: ''; display: block;  clear: both;}
.board_view .b_info .infoWrap .infoItem em { float: left; position: relative; display: inline-block; padding-right: 20px;  font-weight: 600; }
.board_view .b_info .infoWrap .infoItem em:after { content: ""; display: block; width: 1px; height: 14px; position: absolute;  right: 0; top: 50%; margin-top: -7px; background: #d2d2d2; }
.board_view .b_info .infoWrap .infoItem > span {float: left; padding-left: 20px; font-weight: 500; }
.board_view .b_content {position: relative; padding: 30px; line-height: 1.7; border-bottom: 1px solid #e7e7e7; border-top: 1px solid #e7e7e7;}
.board_view .view-items {display: flex;}
.board_view .view-items-tit { display: inline-block; width: 106px; text-align: center; padding: 21px 0; font-weight: 600; margin-right: 8px; }
.view-items-content { width: calc(100% - 106px); padding: 6px 0; position: relative; padding-left: 10px; }
.view-items-content:after { content: ""; display: block; width: 1px; height: calc(100% - 33px); background: #ccc; position: absolute; top: 17px; left: -12px; }
.view-items-content li { display: block; padding: 11px 0; }
.view-items-content li:first-of-type {padding-bottom: 0; }
.view-items-content li a:hover,
.view-items-content li a:focus {text-decoration: underline;}
.view-items-content li .ico-file-upload {padding-left: 5px;}

@media all and (max-width:1024px) {
    .board_view .b_info strong {font-size: 17px; padding: 9px 0;}
    .board_view .b_info .infoWrap { padding: 10px 15px }
}

@media all and (max-width:780px) {
    .board_view .view_bg { padding: 0 20px 20px;}
    .board_view .b_info .infoWrap {padding: 0;}
    .board_view .b_info .infoWrap .infoItem {margin-top: 10px; float: none}
    .board_view .b_info .infoWrap .infoItem em {min-width: inherit; padding-right: 10px;font-size: 13px;}
    .board_view .b_info .infoWrap .infoItem > span { padding-left: 10px; font-size: 13px; }
    .board_view .view-items,
    .board_view .view-items-tit,
    .view-items-content { display: block; width: 100%;  padding: 10px 15px;}

    .board_view .view-items-tit {text-align: left; padding-bottom: 0; }
    .board_view .b_content {padding: 30px 15px;}

}


/*** 상세 이전글,다음글 ***/
.b_page { overflow: hidden; border: 1px solid #ccc; border-left: 0; border-right: 0; margin-top: 40px; }
.b_page ul li {width: 50%; float: left;}
.b_page ul li:first-child {border-right: 1px solid #ccc;}
.b_page ul li a {display: block; padding: 28px 0; text-align: center; }
.b_page ul li a div:first-child { color: #323232; }
.b_page ul li a div span { font-size: 18px; color: #323232; font-weight: 600; margin-left: 6px;}
.b_page ul li a div span img { margin-top: -8px; }
.b_page ul li a .before_txt {display: block; margin-top: 6px; padding: 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #444; font-size: 16px; }
.form_text input[type=text] { width: 400px; }

.b_page ul li a .ico-arr-next,
.b_page ul li a .ico-arr-prev,
.b_page ul li a:hover .ico-arr-next,
.b_page ul li a:focus .ico-arr-prev { transition: all 0.3s ease; }

.b_page ul li a:hover .ico-arr-next,
.b_page ul li a:focus .ico-arr-next {transform: translate(10px, 0);}

.b_page ul li a:hover .ico-arr-prev,
.b_page ul li a:focus .ico-arr-prev {transform: translate(-10px, 0);}

@media(max-width:1000px) {
    .b_page ul li a div span {font-size: 16px; }
    .b_page ul li a .before_txt { font-size: 14px; }
    aBtn.board:link,
    aBtn.board:active {font-size: 14px;}
}

@media all and (max-width:800px) {
    .b_page ul { display: table; width: 100%; }
    .b_page ul li { display: table-cell;vertical-align: middle; }
    .b_page ul li a { padding: 20px 10px; }
    .b_page ul li a .before_txt { text-overflow: clip; white-space: normal;}
}


/*** 게시판 write ***/
.board_write { overflow: hidden;border-top: 2px solid #848692;font-size: 14px; clear: both;border-right: 0; border-left: 0;}
.board_write input[type="text"],
.board_write input[type="password"],
.board_write select {height: 45px; }

.board_write dl { position: relative; display: table; border-bottom: 1px solid #d5d5db; float: left; }
.board_write dl dt {width: 185px; text-align: center; color: #222; background: #f7f7fb; border-right: 1px solid #d5d5db; border-left: 0; font-weight: 600; }
.board_write dl dd {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-left: 185px; border-right: 0;}
.board_write dl dt,
.board_write dl dd {padding: 12px 7px; display: table-cell; vertical-align: middle; border-right: 0; border-left: 0;}

.board_write dl.fileWrap dd { white-space: normal; }
.board_write dl:nth-of-type(1) dt,
.board_write .b_info dl:nth-of-type(3) dt,
.board_write .b_info dl:nth-of-type(6) dt { border-left: 0; }
.board_write dl.b_full,
.board_write dl.b_full .n_title input { width: 100%; }
.board_write dl.b_full .w_cont textarea { width: 100%; resize: none; border: 1px solid #d2d2d2; }
.board_write dl.b_full .n_mail input,
.board_write dl.b_full .n_mail select,
.board_write dl.b_full .p_mobile input,
.board_write dl.b_full .p_mobile select,
.board_write dl.b_full .n_writer input { width: 200px; }

.board_write dl.b_half { width: 50%; }
.board_write dl.b_tit { width: 66.6%; }
.board_write dl.b_date { width: 33.4%; }
.board_write dl.b_team { width: 40%; }
.board_write dl.b_writer { width: 26.6%; }
.board_write dl.b_tel { width: 33.4%; }

.blit_h { display: none; }
.text_w { overflow: hidden; }
.text_w .w_cont { width: 100%; resize: none; border: 1px solid #d5d5db; padding: 10px; background: #f2f5f8; border-top: 0;  border-bottom: 0; }

.file_w { overflow: hidden; }
.file_w dl { position: relative; float: left; border: 1px solid #d5d5db; width: 100%; border-top: 0; border-right: 0; border-left: 0; border-bottom: 1px solid #848692;  }
.file_w dl dt,
.file_w dl dd { margin-left: 185px; padding: 12px 10px; border-right: 0; border-left: 0; }
.file_w dl dt { position: absolute;  left: 0; top: 0; right: 0; bottom: 0; width: 185px; text-align: center; background: #f7f7fb; border-right: 0; border-left: 0; color: #222; }
.file_w dl dd div { margin-bottom: 5px; }
.file_w dl dd .last { margin-bottom: 0; }

.filebox { overflow: hidden; position: relative; width: 580px; padding-right: 137px; margin-bottom: 5px; }
.file_name {
    display: block; width: 100%; height: 45px; background: #fff;  border: 1px solid #d2d2d2; padding: 10px 15px 10px 10px; 
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.upload-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.upload { position: absolute; right: 0; top: 0; }

.filebox .btn {
    margin: 0; padding: 10px 23px; border: 1px solid #3f44a0; color: #3f44a0;
    background: url(/images/common/board/file_add.png) 20px center no-repeat;
    padding-left: 44px; font-weight: 500; height: 100%; border-radius: 3px; line-height: 24px; 
}

.filebox .btn:hover {background-color: #ebeeff; color: #5468c7 !important; }

.fileDel {
    display: none;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 151px;
    border: 0;
    top: 0;
    color: #fff;
    text-align: center;
    text-indent: -9999px;
    border-left: 1px solid #d2d2d2
}

.fileDel:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    width: 15px;
    height: 15px;
    background: url(/images/common/common/snsLayer_close.png) center center no-repeat;
    transition: all .3s
}
.fileDel:hover:before { transform: rotate(180deg); }

.memberF_box.write input[type="text"] { width: 100%; display: block; margin-bottom: 5px; }
.memInfo_change {display: inline-block; margin-left: 10px; }
.memInfo_change label input[type=checkbox] { margin-right: 5px;}
.file_add_p { color: #444; }
.n_mail { display: inline-block; }

.cal4 li{ width: calc((100% / 4) - 12px); }
.cal4 li:nth-child(4n){ margin-right: 0; }
.sr-only{
    position: absolute; width: 1px;height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0);
    white-space: nowrap; -webkit-clip-path: inset(50%); clip-path: inset(50%); border: 0;
}

.srch_wrap { display:grid; grid-template-columns:repeat(3, 1fr); gap:15px 20px; }
.srch_list { display:flex; gap:20px; }
.srch_list .srch_item { width:100%; }
.srch_list .srch_btn { 
	flex:none; flex-direction:column; 
	width:120px; display:flex; align-items:center; justify-content:center; gap:5px;
	
	}
.srch_list .srch_btn .btn { width:100%; min-height:40px !important; padding:0 20px; font-size:16px;  }
.srch_label{ font-weight: bold; color: #000; margin-bottom: 2px; }
.srch_list { background: #F6F6F6; padding: 20px 30px; border-radius: 8px; border: 1px solid #dde1ef; margin-bottom:40px; box-sizing:border-box;  }

.srchWrap{position: relative; width: 100%;}
.srch_input{position: relative; width: 100%; display:flex; align-items:center; gap:2px; }
.srch_input button { background:#333; height:32px; width:32px; flex:none; }
.srch_input button i{ color: #fff; }
.srch_input input[type=text],
.srch_input input[type=date],
.srch_input select { height: 32px; width: 100% !important; min-width:auto !important; box-sizing:border-box; }

@media (max-width:1000px) {
	.srch_wrap { grid-template-columns:repeat(2, 1fr); }
	.srch_list { flex-direction:column; }
	.srch_btn { width:100% !important; flex:auto;  padding-top:10px; flex-direction:row !important;  }
	.srch_btn .btn { width:auto;}	
}  

@media (max-width:600px) {
	.srch_wrap { grid-template-columns:repeat(1, 1fr); }
}


.dateWrap{ display: flex; gap:10px; width:100%; }
.dateWrap .icon {font-size: 17px; color: #999; position: relative; width: 15px; height: 15px; left: 7px; /* top: 8px; */}
.dateWrap label{ position: absolute;}
.dateWrap .date input{padding-left: 25px; font-size: 15px !important; width:100% !important; height:32px !important;}
.date{position: relative; }
.dateFirst{ width: 100%; }

.exam-table { width: 100%; border-collapse: collapse; table-layout: fixed; margin: 0; }
.exam-table th, .exam-table td { border: 1px solid #e8eaf0; padding: 5px; text-align: center; height: 40px; vertical-align: middle; }
.exam-table th { background: #f8f9fc; color: #4a5177; font-weight: 600; 	}
.exam-table th:first-child,.exam-table td:first-child { border-left:0; }
.exam-table th:last-child, .exam-table td:last-child { border-right:0; }
.exam-table thead tr:last-child th { border-bottom:solid 1px #ddd !important; }
.exam-table td.al { text-align: left; padding-left: 10px; font-size: 15px; }
.exam-date {/*  height: 35px !important; */ font-size: 14px !important; } 

/* 입원/외래 라디오 한 줄 정렬 스타일 */
.td-inhosp-frgn .radio-label { display: inline-flex; align-items: center; gap: 4px; cursor: pointer; font-size: 14px; margin: 0 5px; }
.td-inhosp-frgn .radio-label input[type="radio"] { margin: 0; cursor: pointer; width: 16px; height: 16px; }

.btn {
	display: inline-block; min-width: 32px; min-height: 26px; margin-left: 2px; padding: 6px 9px;
    border: none; background-color: transparent; border-radius: 3px; transition: all 0.3s ease; font-weight:600;
}
.btn-sm { min-height:23px; font-size:14px; }
.btn-org,
.btn-org:focus { background-color: #EC8C43; border: 1px solid #EB873B; color: #fff; }
.btn-org:hover { background-color: #e26829; border: 1px solid #e26829; color: #fff; }

.file_list_btn .Bdefault { background:var(--color-primary); }
.file-label { font-size:14px; }

.Bdefault,
.Bdefault:focus { background-color:var(--color-secondary); color: #fff; min-height:26px; font-size:13px; }
.Bdefault:hover { background-color: #1F72CA !important; color: #fff !important; }

a.Bdefault,
a.Bdefault:focus { background-color:var(--color-secondary); color: #fff; min-height:26px; font-size:13px; }
.btn-line,
.btn-line:focus { background-color: #fff; border: 1px solid #c3c3c3; color: #444; padding:0; min-width:26px !important; min-height:26px !important; }
.btn-line:hover { background-color: #ffffff; border: 1px solid #8486f9; }
.btn-line i { font-weight:600; }

.excel{background: green; border-color: green;}
.excel:hover,
.excel:focus{background: green!important;}

.pageInfo {
	position: relative; overflow: hidden; margin-bottom: 10px;
	display:flex; align-items:center; justify-content:space-between; 
}
.pageBtn { display:flex; align-items:center; flex-wrap:wrap; gap:5px; }

.pageInfo .pageCount { display:flex; align-items:center; gap:10px; }
.pageInfo .pageCount .bar { display:inline-block; width:1px; height:16px; background:#ccc; }
.pageInfo .pageCount .pageCount_item { display:inline-flex; align-items:center; }
.pageInfo .pageCount span { color: #333; font-weight:600; }
.pageInfo .pageCount b { color: #4876EE; font-weight:600; }

.pageInfo .condi_num { float: right }
.pageInfo .condi_num select { height: 30px; vertical-align: middle }
.pageInfo .condi_num button { padding: 0 10px; height: 30px; background: #009afa; color: #fff; vertical-align: middle }

.pageInfo.icon_page .pageCount { margin-top: 20px; }
.pageInfo .condi_num.t02 { float: right }
.pageInfo .condi_num.t02 select { width: 70px;  height: 40px; border: 1px solid #d2d2d2; background: #fff }
.pageInfo .condi_num.t02 label { position: relative; top: 3px; font-size: 16px; margin-right: 5px }
.pageInfo .board_etcM { float: right }
.pageInfo .board_etcM ul { float: left; overflow: hidden }
.pageInfo .board_etcM ul li { float: left }
.pageInfo .board_etcM ul li a { display: block; padding: 0 10px; height: 40px; line-height: 40px; border-width: 1px 1px 1px 0; border-style: solid; border-color: #c9c9c9; background: #f7f7fb; text-align: center; }
.pageInfo .board_etcM ul li a.on { background: #3e4856; color: #fff; }
.pageInfo .board_etcM ul li:first-child a { border-left: 1px solid #c9c9c9; }
.pageInfo .boardSel { float: left; margin-left: 10px; border: 1px solid #c9c9c9;}

.applyTbl tbody th { width: 155px;}
.applyTbl tbody th.thr{ background: #f7f7fb;}
.applyTbl { border:solid 1px #ddd; }
.applyTbl thead th, .applyTbl tbody th { vertical-align: middle; color: #050505; text-align: center; font-weight: 600; border: 1px solid #ddd; }
.applyTbl th:first-child,
.applyTbl td:first-child { border-left:0; } 
.applyTbl thead tr:first-child th,
.applyTbl tbody tr:first-child th { border-top:0; }
.applyTbl tbody tr:last-child th,
.applyTbl tbody tr:last-child td { border-bottom:0; }
.applyTbl tbody th{ background:#FBFBFC; font-weight:400;}
.applyTbl td {
	padding: 6px; background-color: #fff; vertical-align: middle; white-space: nowrap; text-overflow: ellipsis;
    overflow: hidden; border: 1px solid #ddd; text-align: left; height: 29px; border-top: 0;
}

.testsList .rc-wrap .rc-inner{ margin-right: 15px; margin-bottom: 10px;}

.applyInfo .rc-wrap label{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  word-break: break-all; }
.applyInfo{ overflow-y: auto;}

.doc-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.doc-table th { background: #f8f9fc; color: #4a5177; font-weight: 600; text-align: center; border: 1px solid #e8eaf0; padding: 10px; }
.doc-table td { border: 1px solid #e8eaf0; padding: 10px; vertical-align: middle; }
.doc-table .thr { width: 120px; font-weight: bold; background: #f8f9fc; text-align: center; }

.file-list-wrapper { display: none; }
.file-list-wrapper.active { display: block; }

.date.disabled { background-color: #f5f6fa !important; border-color: #e8eaf0 !important; cursor: not-allowed; }
.date.disabled input { background-color:#f8f8f8 !important; color: #999 !important; cursor: not-allowed; }
.date.disabled .calendar { color: #ccc !important; cursor: not-allowed; }


.ap_btn{ margin-top: 10px; }
.ap_btn button{ padding: 3px 10px; font-size: 14px;}

.srch_list .row2{ display: block; }
.srch_input.srch_input02{display: flex; flex-wrap: nowrap; padding-right: 120px;}
.srch_input.srch_input02 input{ width:100%;}

.row2 li .NUM { font-size: 14px; margin-top: 5px; }



@media(max-width: 480px) {
    .pageInfo .board_etcM,
    .pageInfo .boardSel { width: 100%;  float: none; }
    .pageInfo .boardSel { margin-left: 0; margin-top: 5px; }
}

@media all and (max-width:1100px) {
    .n_mail { display: block; }
    .memInfo_change { margin: 8px 0 0 0;}
}

@media all and (max-width:680px) {
    .file_name { font-size: 14px;}
    .board_write dl.b_full .w_cont textarea { height: 250px; }
}

@media (max-width:1000px) {
	
    .filebox { width: 100%; padding-right: 147px; margin-bottom: 5px; }
    .fileDel { right: 148px; }
    .file_name { white-space: normal; }
    .board_write dl.b_full .n_mail input,
    .board_write dl.b_full .n_mail select {width: 30%; width: -webkit-calc(33% - 7px); width: calc(33% - 7px); }
    .board_write dl.b_full .p_mobile input,
    .board_write dl.b_full .p_mobile select { width: 30%; width: -webkit-calc(33% - 7px); width: calc(33% - 7px); }
    .board_write dl.b_full .n_mail.dt_p input,
    .board_write dl.b_full .n_mail.dt_p select { width: 32%; width: -webkit-calc(33% - 1px); width: calc(33% - 1px); }
    .board_write dl.b_full .n_mail.solo input,
    .board_write dl.b_full .n_mail.solo select { width: 50%; }
}

@media (max-width:767px) {
    .board_write dl.b_half {
        width: 100%
    }
}

@media all and (max-width:650px) {
    .filebox {
        padding-right: 47px
    }

    .filebox .btn {
        padding: 0;
        text-indent: -9999px;
        width: 42px;
        height: 42px;
        background-position: center
    }

    .fileDel {
        right: 47px
    }
}

@media (max-width:540px) {
    .file_w dl dt {
        width: 90px
    }

    .file_w dl dd {
        margin-left: 90px
    }

    .board_write {
        border-width: 2px 0 0 0
    }

    .file_w dl dt {
        width: 100%;
        position: relative;
        border-right: 0;
        border-bottom: 1px solid #d5d5db;
        text-align: left
    }

    .file_w dl dd {
        margin-left: 0
    }

    .board_write dl dt {
        width: 100%;
        position: relative;
        border-right: 0;
        border-bottom: 0;
        background: none;
        padding-bottom: 0;
        text-align: left
    }

    .board_write dl dd {
        margin-left: 0
    }

    .board_write dl dt,
    .board_write dl dd {
        display: block
    }

    .board_write dl.b_full .n_writer input {
        width: 100%
    }

    .board_write dl.b_full .n_mail input,
    .board_write dl.b_full .n_mail select {
        width: 40%;
        width: -webkit-calc(49% - 7px);
        width: calc(49% - 7px);
    }

    .board_write dl.b_full .n_mail.solo input,
    .board_write dl.b_full .n_mail.solo select {
        width: 100%
    }

    .board_write dl.b_full .n_mail.dt_p input,
    .board_write dl.b_full .n_mail.dt_p select {
        width: -webkit-calc(50% - 1px);
        width: calc(50% - 1px);
        display: inline-block
    }

    .board_write dl.b_full .n_mail .mail_03 {
        width: 100%;
        display: block;
        margin-top: 5px
    }

    .board_write dl.b_full .n_mail.dt_p .mail_01 {
        width: 100%;
        display: block
    }

    .board_write dl {
        border-bottom: 1px dashed #d5d5db
    }

    .board_write dl.no_line {
        border-bottom: 0
    }

    .board_write dl dt.d_date {
        position: absolute;
        width: 90px;
        padding: 12px 7px
    }

    .board_write dl dt.d_date div {
        position: relative
    }

    .board_write dl dt.d_date div:before {
        content: "";
        position: absolute;
        width: 1px;
        top: 50%;
        left: 71px;
        height: 14px;
        display: block;
        background: #d5d5db;
        margin-top: -7px
    }

    .board_write dl dd.e_date {
        margin-left: 90px;
        padding: 12px 7px
    }

    .blit_h {
        display: block
    }

    .board_write dl:nth-of-type(1) dt {
        margin-top: 10px
    }

    .file_w dl dt {
        background: none;
        border-bottom: 0
    }

    .file_w dl {
        border: 0;
        border-bottom: 1px solid #d5d5db
    }

    .board_write dl.fileWrap {
        display: block;
        white-space: nowrap
    }

    .file_name {
        white-space: nowrap
    }

}

/*** 갤러리형 게시판 ***/
.board-photo .photo-list {
    padding: 45px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.board-photo .photo-list:after {
    content: "";
    display: block;
    clear: both;
}

.board-photo .photo-list li {
    border: 1px solid #ddd;
    width: calc((100% - 95px) / 3);
    float: left;
    margin-right: 45px;
    text-align: center;
    transition: all 0.3s ease;
}

.board-photo .photo-list li:nth-child(3n) {
    margin-right: 0;
}

.board-photo .photo-list li:nth-child(n+4) {
    margin-top: 45px;
}

.board-photo .photo-list li:hover,
.board-photo .photo-list li:focus {
    box-shadow: 5px 4px 37px rgba(0, 0, 0, 0.19);
    transition: all 0.3s ease;
}

.board-photo .photo-list li .img-wrap {
    height: 235px;
    background: #e7e7e7;
}

.board-photo .photo-list li .img-wrap {
    position: relative;
    overflow: hidden;
}

.board-photo .photo-list li .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    height: 100%;
    width: auto;
    min-width: 100%;
    background: #dfdfde;
    transition: all 0.3s ease;
}

.board-photo .photo-list li > a:hover .img-wrap img,
.board-photo .photo-list li > a:focus .img-wrap img {
    transform: translate(-50%, -50%) scale(1.2);
    transition: all 0.3s ease;
}

.board-photo .photo-list li .txt-wrap {
    padding: 15px 40px;
}

.board-photo .photo-list li .txt-wrap strong {
    display: inline-block;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px;
}

.board-photo .photo-list li .txt-wrap .date {
    display: block;
}


@media (max-width:1024px) {
    .board-photo .photo-list li {
        margin-right: 20px;
        width: calc((100% - 46px) / 3);
    }

    .board-photo .photo-list li:nth-child(n+4) {
        margin-top: 20px;
    }

    .board-photo .photo-list li .txt-wrap {
        padding: 15px 10px;
    }

    .board-photo .photo-list li .txt-wrap strong {
        width: 100%;
    }
    
    .srch_list ul{
        padding: 10px;
    }
    
    .srch_list ul li{
        width: calc((100% / 3) - 7px);
        margin-right: 10px;
    }
    
    .srch_list ul li:nth-child(3n){
        margin-right: 0;
    }
    
    .srch_list ul li:nth-child(4n){
        margin-right: 10px;
    }
    
    .ui-widget.ui-widget-content{
        width: 260px;
    }
    
}

@media (max-width:780px) {
    .board-photo .photo-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .board-photo .photo-list li:nth-child(n+4) {
        margin-top: 0
    }
    
    .srch_list ul li{
        width: calc((100% / 2) - 5px);
        margin-right: 10px!important;
    }
    
    .srch_list ul li:nth-child(2n){
        margin-right: 0!important;
    }

}

@media (max-width:639px){
    .Overview p.srch_label{
        font-size: 14px;
    }
}

@media (max-width:500px){
    .srch_list ul li{
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 5px;
    }
    
    .dateWrap{
        display: flex;
        flex-wrap: nowrap;
    }
    
    .dateWrap .date{
        width: calc(100% / 2);
    }
    
    .dateWrap .date.dateFirst{
        width: 100%;
    }
}





/*** slick slider ***/
.board_view .slick-list {
    max-width: 1000px;
    margin: 0 auto;
}

.board_view .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    height: 50px;
    width: 25px;
    text-indent: -9999px;
    z-index: 1;
}

.board_view .slick-next {
    right: 0;
    background: url(/images/common/board/sl_right.png) no-repeat;
}

.board_view .slick-prev {
    left: 0;
    background: url(/images/common/board/sl_left.png) no-repeat;
}

.board_view .slider-thmb {
    margin-top: 32px;
    border-top: 1px solid #ddd;
    padding-top: 32px;
}

.board_view .slider-thmb .slick-slide {
    margin-right: 15px;
    height: 93px;
    position: relative;
}

.board_view .slider-thmb .slick-slide > div {
    height: 100%;
}

.board_view .slider-thmb .slick-current:after {
    position: absolute;
    width: 97%;
    height: 93%;
    z-index: 2;
    content: "";
    display: block;
    top: 0;
    left: 0;
    border: 4px solid #4357b3;
    background: none;
}

.board_view .slider-thmb .slick-arrow {
    margin-top: -3px;
}

.board_view .img-wrap {
    width: 100%;
    background: #ddd;
}

.board_view .img-wrap img {
    margin: 0 auto;
}

.slider-thmb .slide {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.slider-thmb .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    height: 100%;
    width: auto;
    min-width: 100%;
    background: #dfdfde;
}

@media (max-width:1200px) {
    .board_view .slick-list {
        max-width: 80%;
    }

    .board_view .slider-main .slick-arrow {
        transform: scale(0.8) translate(0px, -13px);
    }

    .board_view .slider-thmb .slick-arrow {
        transform: scale(0.8) translate(0px, 12px);
        margin-top: 0;
    }

}

@media (max-width:780px) {
    .board_view .slider-thmb {
        padding-top: 20px;
        margin-top: 20px;
    }
}


/***보도형 게시판 ***/
.board-list {
    border-top: 1px solid #46474f;
}

.board-list .search-result.type-list {
    padding-top: 0;
    margin-top: 0;
    border-bottom: 0;
}

.board-list .search-result.type-list > li {
    float: none;
    width: 100%;
    margin: 0;
    display: block;
}

.board-list .search-result.type-list a {
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    border: 1px solid #e2e2e3;
    max-height: 190px;
    border-right: 0;
    border-left: 0;
}

.board-list .type-list .media_cont {
    margin-bottom: 0;
}

.board-list .type-list .img_area {
    display: table-cell;
    overflow: hidden;
    width: 212px;
    min-height: 160px;
    max-height: 160px;
    text-align: left;
    position: relative;
}

.board-list .type-list .img_area .img-wrap {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.board-list .type-list .img_area img {
    max-height: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    height: 100%;
    width: auto;
    min-width: 100%;
    background: #dfdfde;
}

.board-list .type-list .news_info {
    display: table-cell;
    width: 100%;
    padding: 0 37px;
    padding-right: 0;
    vertical-align: middle;
    text-align: left;
}

.board-list .type-list .news_info h4 {
    font-size: 20px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0;
    background: none;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 0;
}

.board-list .type-list .news_info:hover h4,
.board-list .type-list .news_info:focus h4 {
    text-decoration: underline;
}

.board-list .type-list .news_info .news_date {
    display: block;
    margin-top: 9px;
    color: #676767;
    font-weight: 300;
    text-align: left;
    font-size: 0.938em;
}

.board-list .type-list .news_info .date {
    position: relative;
    padding-left: 23px;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
}

.board-list .type-list .news_info .date:before {
    content: "";
    display: block;
    background: url(/images/common/board/ico-date.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
}

.board-list .type-list .news_txt {
    word-wrap: break-word;
    line-height: 22px;
    height: 5em;
    margin-top: 13px;
    color: #5d5d5d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    background: none;
    padding-left: 0;
}

.board-list .type-list .news_txt > strong {
    color: #f84040 !important;
}

.board-list .search-result.type-list a {
    padding: 31px 15px;
    border-top: 0;
}

.board-list .search-result.type-list > li:hover {
    box-shadow: 1px 9px 31px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease;
}

.board-list .search-result.type-list > li:hover h4,
.board-list .search-result.type-list > li:focus h4 {
    text-decoration: underline;
}


@media only screen and (max-width: 780px) {
    .search-top.type03 {
        padding: 32px 15px;
    }
}

@media only screen and (max-width: 480px) {
    .search-top.type03 {
        padding: 40px 15px;
    }

    .search-result.type-list .img_area {
        width: 120px;
        min-height: 120px;
        max-height: 120px;
    }

    .board-list .search-result.type-list a {
        padding: 20px 15px;
        display: block;
        max-height: inherit;
    }

    .search-result.type-list .img_area,
    .board-list .type-list .news_info {
        display: block;
    }

    .board-list .type-list .news_info {
        padding-left: 0;
    }

    .search-result.type-list .img_area {
        margin: 0 auto;
        width: 70%;
        max-width: 310px;
        height: auto;
        min-height: inherit;
        max-height: inherit;
        margin-bottom: 20px;
    }

}

/* FAQ */
.faq {
    border-top: 2px solid #000
}

.faq li {
    border-bottom: 1px solid #e7e7e7;
}

.faq li > a {
    display: block;
    position: relative;
    padding: 20px 30px 20px 97px;
    line-height: 1.5;
    background: url('/images/common/content/Q.png') 30px center no-repeat;
    font-weight: 500;
    font-size: 17px;
}

.faq li > a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 11px;
    width: 17px;
    height: 10px;
    margin-right: 30px;
    margin-top: -3px;
    background: url('/images/common/content/arr_t1.png') bottom center no-repeat;
    content: '';
    transition: all .4s
}

.faq li > a.on:after {
    width: 17px;
    height: 10px;
    margin-top: -1px;
    background: url('/images/common/content/arr_t1.png') no-repeat top center;
    transform: rotate(180deg);
}

.faq li .faq_a {
    display: none;
    padding: 30px 30px 30px 95px;
    border-top: 1px solid #c8c8c8;
    background: #f8f8f8 url('/images/common/content/A.png') 30px 30px no-repeat
}

.faq li .faq_a p {
    margin-top: 10px;
    padding-left: 20px;
}

.faq li .faq_a p:first-child {
    margin-top: 0;
    font-weight: 200;
    font-size: 16px;
    padding: 0 10px 0 65px;
    line-height: 2;
    /*letter-spacing: -1;*/
}

.faq li .faq_a p a {
    text-decoration: underline
}

.faq li .faq_a p a:hover {
    color: #418117
}

.page_list.faq_page {
    margin-top: 50px;
}

.container_title1.type0001 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 30px;
}

.board_sch.t01.align_center > * {
    justify-content: center;
}

.board_sch.t01.align_center {
    margin: 30px 0;
}

/* tab */
.Tab ul{
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.Tab ul li a{
    font-size: 20px;
    font-weight: 500;
    color: #595959;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.Tab ul li:not(:nth-last-child(1)){
    margin-right: 30px;
}

.Tab ul li a.on{
    color: #216EC5;
    font-weight: bold;
}

.Tab ul li a.on::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #216EC5;
}

.TabCont .Tcont.on{
    display: block;
}

.TabCont .Tcont{
    display: none;
    padding: 20px 0;
}

.TabCont .Tcont h3{
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 25px;
}

@media(max-width:639px) {
    .faq li > a {
        padding: 20px 30px 20px 60px;
        background: url('/images/common/content/Q.png') 10px center no-repeat;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    .faq li > a:after {
        margin: 0 5px;
    }

    .faq li .faq_a p:first-child {
        padding: 40px 10px;
    }

    .faq li .faq_a {
        padding: 20px 40px 30px 60px;
        background: #f8f8f8 url(/images/common/content/A.png) 10px 10px no-repeat;
    }

    .container_title1.type0001 {
        text-align: center;
        font-size: 25px;
        margin-bottom: 15px;
    }
}

@media (max-width: 639px) {
    .faq li .faq_a {
        padding: 20px 20px 30px 60px;
        background: #f8f8f8 url(/images/common/content/A.png) 10px 10px no-repeat;
        line-height: 1.5;
    }
        
    .TabCont .Tcont{
        padding: 0;
    }
    
    .statTbl{
        
        overflow-x: auto;
    }
    
    .statTbl table{
        width: 900px;
        overflow-x: auto;
    }
    
    .Tab ul li a{
        font-size: 16px;
    }
    
    .TabCont .Tcont h3{
        font-size: 15px;
    }
    
}

@media (max-width: 400px){
    .Tab ul{
        flex-wrap: wrap;
    }
    
    .Tab ul li:nth-last-child(1) a{
        margin-bottom: 0;
    }
    
    .Tab ul li a{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}


.tbl_responsed {
    display: none;
}

.table_wrap tbody td { height:50px; padding:5px; font-size:15px; }

.mobile-title{
    display:none;
}


@media (max-width:1200px) {
	.table_wrap {
	    width: 100%;
	    overflow-x: auto;
	    -webkit-overflow-scrolling: touch;
	}
	
	.table_wrap table {
	    width: 100%;
	    /* min-width: 800px; 모바일에서 최소 너비 확보 */
	    border-collapse: collapse;
	    table-layout:auto;
	    margin:0 !important;
	}
	.table_wrap tbody td { height:auto; }
}

@media (max-width:900px) {
    .datatbl, 
    .ss { display: none; }
    
    .tbl_responsed { display: block; }
	.tbl_responsed li,
	.tbl_responsed p,
	.tbl_responsed b,
	.tbl_responsed div,
	.tbl_responsed ul li { font-size:14px; }
    .tbl_responsed ul li {
        padding: 5px 10px; margin-top: 10px; border: 1px solid #dcdcdc; border-top: 2px solid #0A1B47; box-shadow: 0 3px 5px rgba(1,1,1,0.1); 
        }
    .tbl_responsed ul li:first-child { margin-top: 0; }
    .tbl_responsed ul li > div {line-height: 150%; padding: 5px 0; padding-left: 150px;border-top: 1px dashed #dcdcdc; overflow: hidden; }
    .tbl_responsed ul li > div:first-child { border-top-width: 0; }
    .tbl_responsed ul li > div > b {line-height: inherit; float: left; margin-left: -150px;  width: 150px;  color: #333; font-weight:600;  max-height: 0px;}
    .tbl_responsed .tbl-img {margin: 0;}    
    .tbl_responsed .use_list_checkbox label { display:none; }
    .tbl_responsed br {display:none;}
    .tbl_responsed a p { color:var(--color-primary) !important; text-decoration:underline !important; text-underline-offset:3px; }
    .tbl_responsed p { display:inline-block; width:100%; margin-right:10px; word-break:break-word; }     
    .tbl_responsed .rc-wrap { justify-content:flex-start !important; }
    
    .tbl_responsed .child_rowspan_title {display: none; padding: 12px 15px; background: #f7f7fb; border: 1px solid #ddd; border-bottom: 0; margin-bottom: 0;  }
    .tbl_responsed .child_rowspan_title b { display: block; font-size: 15px; font-weight: 600; color: #111; text-align: center; }    
    .tbl_responsed .item { border-bottom: 1px solid #ddd;  padding-bottom: 10px;  margin-bottom: 10px; }
    
    .tblscroll .tbl_responsed b{margin-left: -120px; max-height: 100%;}    
    .tblscroll .tbl_responsed ul li > div{ padding: 8px 0;  padding-left: 130px;  height: 100%; }

    .page_list > a,
    .page_list strong {width: 30px; height: 30px;  line-height: 2;font-size: 14px;}

    .tbl-flex { display: block; }
    .tbl-flex > div { width: 100% !important; position: relative; }
    .tbl-left .tbl_responsed,
    .tbl-right .tbl_responsed { display: none;}
    .tbl-right input { width: 100%;}
    .board_sch.t02 .bSch_date { width: calc((100% - 100px) / 2); }
    
    .use_all_checkbox{ display: flex; align-items: center; margin:10px 0;}    
    .label-txt{ margin-left: 5px;}
    
    .applyTbl th,
    .applyTbl td { border-left:0 !important; border-right:0 !important; border-top:0 !important; }    
    
    
    #therapyTable colgroup,
    #therapyTable thead,
    #examTable colgroup,
    #examTable thead,
    #diagnosisTable colgroup,
    #diagnosisTable thead {
        display:none;
    }

    #therapyTable,
    #therapyTable tbody,
    #therapyTable tr,
    #therapyTable td{
        display:block;
        width:100%;
    }
    
    #diagnosisTable,
    #diagnosisTable tbody,
    #diagnosisTable tr,
    #diagnosisTable td{
        display:block;
        width:100%;
    }

    #therapyTable .therapy-row,
    #diagnosisTable .diag-row {
        border:1px solid #ddd;
        border-bottom:0;
        background:#fff;
        margin-bottom:10px;
    }

    #therapyTable .therapy-row td,
     #diagnosisTable .diag-row td{
        padding:12px;
        border-bottom:1px solid #ddd;
        border-right:0;
        text-align:left;
        box-sizing:border-box;
    }
    
    #therapyTable .therapy-row .cell-check,
    #diagnosisTable .diag-row .cell-check { padding:10px 10px 5px 10px; }

    .mobile-title{
        display:block;
        margin-bottom:6px;
        font-size:13px;
        font-weight:500;
        color:#777;
    }

    .cell-no{
    	display:none !important;
        background:#f5f5f5;
        font-size:16px;
        font-weight:700;
        color:#222;
    }

    .cell-check{
        text-align:right;
        padding:10px;
    }

    .cell-hospital .srch_input{
        display:flex;
        gap:5px;
    }

    .cell-hospital .mdcl-nm{
        flex:1;
    }

    .cell-start input,
    .cell-end input,
    .cell-days input,
     .cell-date input {
        width:100%;
    }

    .cell-type ul,
    .cell-type .radio_wrap,
    .cell-type div{
        display:flex;
        flex-wrap:wrap;
        gap:12px;
    }   
   
    .cell-etc > div{
        display:block !important;
    }

    .cell-etc input[type=text]{
        width:100%;
        margin-bottom:8px;
    }

    .cell-etc .dateWrap{
        width:100%;
    }

    .cell-etc .dateWrap input{
        width:100%;
    }
    

    /* 기타사항 */
    #therapyTable .etc-row{
        display:block;
        border-bottom:0;
    }

    #therapyTable .etc-row th,
    #therapyTable .etc-row td{
        display:block;
        width:100%;
        box-sizing:border-box;        
    }

    #therapyTable .etc-row th{
        padding:12px;
        background:#f5f5f5;
        border:1px solid #ddd;
        border-bottom:0;
        text-align:left;
    }

    #therapyTable .etc-row td{
        padding:12px;
        border:1px solid #ddd;
    }
    

	#examTableBody tr { border-bottom:0; }
    #examTableBody tr.exam-row{
        /*display:block;*/
        border-left:1px solid #ddd;
        background:#fff;
    }

    #examTableBody tr.exam-row td{
        display:block;
        width:100%;
        padding:12px;
        border-bottom:1px solid #ddd;
        border-right:solid 1px #ddd;
        box-sizing:border-box;
        text-align:left !important;
        line-height:1.0 !important;
    }
    
    #examTableBody tr.exam-row td.cell-name { border-bottom:0 !important;  padding:10px 10px 0 10px; }
    #examTableBody tr.exam-row td.cell-check { border-bottom:0 !important; padding:10px 10px 0 10px; }
    #examTableBody tr.exam-row td.cell-none { padding:0 10px 10px 10px; }


    /* 기타사항 */

    #examTableBody tr:last-child th,
    #examTableBody tr:last-child td{
       
        box-sizing:border-box;
    }
    

    #examTableBody tr:last-child th{
        background:#f5f5f5;
        padding:10px;
    }

    #examTableBody tr:last-child td{
        padding:10px;
    }

    #examTableBody textarea{
        width:100%;
        min-height:100px;
    }
    
    

}


