/* table */
.responsive {
	overflow-x: auto;
	position: relative;
	width: 100%;
}
.responsive-help-tit {
	width: 100%;
	text-align: center;
	font-size: 24px;
}
.responsive .tableType-01 {
	min-width: 1000px;
}
.tableType-01 {
	margin-bottom: 30px;
	border-top: 2px solid #8e7a70;
}

.tableType-01+.tableType-01 {
	margin-top: 50px;
}

.tableType-01.pink {
	border-top: 2px solid #f19d9d;
}

.tableType-01.pink th {
	background-color: #f7f7f7;
}

.tableType-01.pink td {
	padding: 25px 15px;
}

.tableType-01.text-center * {
	text-align: center !important;
}

.tableType-01 .text-center {
	text-align: center !important;
}

.tableType-01.no-border th {
	font-size: 17px;
	border: none !important;
	background-color: #f7f7f7;
}

.tableType-01.no-border th:first-of-type {
	border: none !important;
}

.tableType-01.no-border td {
	font-size: 17px;
	border: none;
	text-align: center;
}

.tableType-01.no-border td>a {
	color: #333;
}

.tableType-01.no-border td .state {
	padding: 0 1.5rem;
}

.tableType-01.no-border td .state.on {
	background: url(https://nkhospital.net/resource/images/icon_chk2.png) no-repeat 0 50%;
	background-size: 1.2rem;
	color: #f0141e;
}

.tableType-01.no-border td .viewLink a {
	color: #666;
}

.tableType-01.no-border td .viewLink a:hover {
	opacity: 0.5;
}

.tableType-01.no-border td .viewFile img {
	opacity: 0.6;
}

.tableType-01.no-border td .viewFile a {
	color: #666;
}

.tableType-01.no-border td .viewFile a:hover {
	opacity: 0.5;
}

.tableType-01.no-border td .tit:after {
	content: ' :';
}

.tableType-01.consended th,
.tableType-01.consended td {
	font-size: 15px !important;
	padding: 15px 10px !important;
}

.tableType-01 table {
	width: 100%;
	table-layout: fixed;
}

.tableType-01 tr {
	border-bottom: 1px solid #ddd;
}

.tableType-01 tr.small-padding td {
	padding: 5px 15px !important;
}

.tableType-01 th {
	padding: 15px;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.9px;
	border-right: 1px solid #ddd;
	vertical-align: middle;
	background-color: #f7f7f7;
}

.tableType-01 th:not(:first-of-type)[rowspan] {
	border-left: 1px solid #ddd;
}
.tableType-01 th:first-of-type {
	border-right: 1px solid #ddd !important;
}
.tableType-01 th:last-of-type {
	border-right: none;
}
.tableType-01 th:not(:last-of-type)[colspan] {
	border-right: 1px solid #ddd !important;
}
.tableType-01 th:nth-of-type(2)[colspan] {
	border-right: 1px solid #ddd !important;
}
.tableType-01 th:last-of-type[colspan] {
	border-right: none !important;
}

.tableType-01 th.border {
	border-left: 1px solid #ddd;
}

.tableType-01 th.fw-normal {
	font-weight: 400;
}

.tableType-01 th.lightBrw {
	background-color: #f5ede5;
}

.tableType-01 td {
	padding: 15px 30px;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: -0.9px;
	word-break: keep-all;
	border-right: 1px solid #ddd;
	vertical-align: middle;
}

.tableType-01 td[rowspan]:not(:first-of-type) {
	border-left: 1px solid #ccc;
}

.tableType-01 td.border {
	border-left: 1px solid #ddd;
}

.tableType-01 td:last-of-type {
	border-right: none;
}

.tableType-01 td.title {
	text-align: left !important;
}

.tableType-01 td.title a {
	display: block;
	text-align: left !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tableType-01 td.title a:hover {
	opacity: 0.6;
}

.tableType-01 td strong {
	font-weight: 500;
}

.tableType-01 iframe,
.tableType-01 video {
	width: 100%;
}

.tableType-01 .notice-label {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	border-radius: 15px;
	background-color: #333;
}

/** ÃƒÂªÃ‚Â²Ã…â€™ÃƒÂ¬Ã¢â‚¬Â¹Ã…â€œÃƒÂ­Ã…â€™Ã‚Â ÃƒÂ¬Ã†â€™Ã‚ÂÃƒÂ¬Ã¢â‚¬Å¾Ã‚Â¸ ÃƒÂ«Ã…â€™Ã¢â‚¬Å“ÃƒÂªÃ‚Â¸Ã¢â€šÂ¬ ÃƒÂ¬Ã‹Å“Ã‚ÂÃƒÂ¬Ã¢â‚¬â€Ã‚Â­ **/
.viewComment {
	margin-top: 40px;
}

.viewComment p {
	margin: 0;
}

.viewComment>ul li {
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
}

.viewComment>ul>li>ul {
	margin-top: 15px;
	border-top: 1px solid #e5e5e5;
}

.viewComment>ul>li>ul>li {
	min-height: 85px;
	padding-bottom: 0;
}

.viewComment>ul>li:first-child {
	padding-top: 0;
}

.viewComment>ul li:first-child {
	border-top: none;
}

.viewComment li .name,
.viewComment li .replyinput,
.viewComment li .replyTxt,
.viewComment li .btnReply,
.viewComment li .btns {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: -5px;
}

.viewComment li .name {
	width: 16%;
	margin-top: 5px;
}

.viewComment li .name span {
	font-size: 0.857em;
	display: block;
	margin-top: 7px;
}

.viewComment li ul li .name {
	width: 15.5%;
	padding-left: 2.5%;
	background: url("/images/common/icon-reply.gif") left top no-repeat;
}

.viewComment li .replyinput,
.viewComment li .replyTxt {
	width: 68%;
}

.viewComment li ul li .replyinput,
.viewComment li ul li .replyTxt {
	width: 66%;
}

.viewComment li .replyinput textarea {
	width: 97.73584905660377%;
	height: 98px;
	padding: 0;
	border: 1px solid #e1e1e1;
	background: #fff;
}

.viewComment li .replyTxt {
	min-height: 85px;
	line-height: 24px;
}

.viewComment li .replyTxt span {
	font-size: 0.857em;
}

.viewComment li .btnReply button {
	width: 96.875%;
	height: 100px;
	color: #333;
	font-size: 1.286em;
	padding: 0;
	margin: 0;
	border: 2px solid #e1e1e1;
	background: #e4e4e4;
}

.viewComment li .btnReply,
.viewComment li .btns {
	width: 16%;
	text-align: right;
}

.viewComment li .btnReply a,
.viewComment li .btns a {
	font-size: 0.857em;
	color: #262626;
	display: inline-block;
	padding: 0 7px;
	line-height: 14px;
	border-left: 1px solid #262626;
}

.viewComment li .btnReply a:first-child,
.viewComment li .btns a:first-child {
	border-left: 0;
	padding-left: 0;
}

.viewComment li ul.replyBox {
	padding-left: 20px;
}

.viewCont {
	/* max-width: 800px; */
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	word-break: break-all !important;
}

.viewCont table {
	display: table !important;
	table-layout: auto !important;
}
.viewCont table thead {
	display: table-header-group !important;
}
.viewCont table tbody {
	display: table-row-group !important;
}
.viewCont table tfoot {
	display: table-footer-group !important;
}
.viewCont table tr {
	display: table-row !important;
}
.viewCont table tr th,
.viewCont table tr td {
	display: table-cell !important;
}

.viewCont img {
	max-width: 800px !important;
}

.viewCont * {
	font-family: 'Noto Sans KR' !important;
	font-size: 18px;
	letter-spacing: -1px;
}

.viewCont a,
.viewCont a * {
	color: #1191d0 !important;
	font-weight: 400;
}

/** ÃƒÂªÃ‚Â²Ã…â€™ÃƒÂ¬Ã¢â‚¬Â¹Ã…â€œÃƒÂ­Ã…â€™Ã‚Â ÃƒÂªÃ‚Â¸Ã¢â€šÂ¬ÃƒÂ¬Ã¢â‚¬Å“Ã‚Â°ÃƒÂªÃ‚Â¸Ã‚Â° ÃƒÂ¬Ã‹Å“Ã‚ÂÃƒÂ¬Ã¢â‚¬â€Ã‚Â­ **/
.writeType {
	border-top: 1px solid #e5e5e5;
}

.writeType a {
	color: #545454;
	text-decoration: none;
}

.writeType tbody th,
.writeType tbody td {
	padding: 12px 0;
	color: #545454;
	border-bottom: 1px solid #e5e5e5;
}

.writeType tbody th:first-child {
	text-align: center;
}

.writeType tbody td {
	padding: 15px !important;
	text-align: left !important;
}

.writeType>tbody th {
	font-size: 20px;
	text-align: left;
}

.writeType>tbody th.alignTop {
	vertical-align: top;
	padding-top: 20px;
}

.writeType>tbody .txtInput,
.writeType>tbody textarea {
	border: 1px solid #e1e1e1;
}

.writeType>tbody .txtInput {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
}

.writeType>tbody .fileInput {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
}

.writeType>tbody textarea {
	width: 100%;
	padding: 15px;
	font-size: 2rem;
	box-sizing: border-box;
}

.board-write {
	border-top: 2px solid #19b1c3;
}

.board-write th,
.board-write td {
	border-bottom: 1px solid #ddd;
	line-height: 1.5em;
	vertical-align: middle;
}

.board-write th {
	padding: 10px 10px 10px 20px;
	width: 140px;
	font-weight: 700;
	line-height: 22px;
	text-align: left;
	background-color: #f8f8f8;
}

.board-write th.required:before {
	content: '*';
	position: absolute;
	margin-left: -14px;
	color: #83af00;
}

.board-write td {
	padding: 10px;
}

.board-write td:after {
	content: '';
	display: block;
	clear: both;
}

.board-write .rowspan {
	padding-bottom: 0;
	border-bottom: 0;
}

.board-write .i_text,
.board-write select {
	height: 50px;
	text-indent: 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.board-write .i_text {
	float: left;
	width: 140px;
}

.board-write .i_text:focus {
	outline: 0;
	border-color: #333;
}

.board-write select {
	float: left;
	width: 140px;
}

.board-write select:focus {
	outline: 0;
	border-color: #333;
}

.board-write .field select {
	width: 100%;
}

.board-write .full {
	width: 100%;
}

.board-write .i_text.middle {
	width: 180px;
}

.board-write textarea {
	padding: 10px;
	width: 100%;
	height: 7.5em;
	font-size: 1em;
	line-height: 1.5em;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.board-write textarea:focus {
	outline: 0;
	border-color: #333;
}

.board-write .explain {
	display: inline;
	margin-bottom: 0;
	margin-left: 10px;
	line-height: 16px;
	color: #1191d0;
}

.board-write .explain:before {
	content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â» ';
}

.board-write .empty {
	display: inline-block;
	padding: 5px 0;
	width: 16px;
	line-height: 1.5em;
	text-align: center;
}

.board-write .btn-small {
	display: inline-block;
	padding: 2px 0;
	width: 80px;
	height: 50px;
	font-weight: 700;
	line-height: 45px;
	color: #333;
	text-align: center;
	border: 1px solid #d5d5d5;
	background-color: #f1f3f5;
	vertical-align: middle;
}

.board-write .method-radio {
	display: block;
	float: left;
	padding: 5px 0;
	width: 100px;
	line-height: 1.5em;
}

.board-write .method-radio input {
	margin-right: 5px;
}

.board-write .method-entry {
	float: left;
}

.board-write .required {
	color: #1191d0;
}

.board-write .inputFile {
	margin-top: 5px;
}

.board-write .inputFile:after {
	content: '';
	display: block;
	clear: both;
}

.board-write .inputFile:first-child {
	margin-top: 0;
}

.board-write .inputFile .i_text {
	margin-right: 5px;
	width: calc(100% - 90px);
}

.board-write .inputFile .fileBtn {
	float: right;
	overflow: hidden;
}

.board-write .inputFile .fileBtn input[type="file"] {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.board-write .inputFile .fileBtn .btn {
	display: block;
	padding: 2px;
	width: 80px;
	height: 30px;
	font-size: 1em;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #fff;
}

.board-write .empty {
	float: left;
	display: block;
	padding: 3px 0;
	width: 25px;
	text-align: center;
	line-height: 50px;
}

.board-write #jb_email1 {
	width: calc((100% - 35px) / 3);
}

.board-write #jb_email2 {
	width: calc((100% - 35px) / 3);
}

.board-write #email_sel {
	display: block;
	float: left;
	margin-left: 10px;
	width: calc((100% - 35px) / 3);
	height: 30px;
	border-color: #ddd;
}

.board-write #jb_mobile1 {
	display: block;
	float: left;
	width: calc((100% - 50px) / 3);
	height: 30px;
	border-color: #ddd;
}

.board-write #jb_mobile2 {
	width: calc((100% - 50px) / 3);
}

.board-write #jb_mobile3 {
	width: calc((100% - 50px) / 3);
}

.board-write #jb_email1 {
	width: calc((100% - 35px) / 3);
}

.board-write #jb_email2 {
	width: calc((100% - 35px) / 3);
}

.board-write #email_sel {
	display: block;
	float: left;
	margin-left: 10px;
	width: calc((100% - 35px) / 3);
	height: 30px;
	border-color: #ddd;
}

.board-write #tor_rs_phone1 {
	display: block;
	float: left;
	width: calc((100% - 57px) / 3);
	height: 50px;
	border-color: #ddd;
}

.board-write #tor_rs_phone2 {
	width: calc((100% - 57px) / 3);
}

.board-write #tor_rs_phone3 {
	width: calc((100% - 57px) / 3);
}

.board-write .i-checkbox {
	float: left;
	margin-right: 20px;
}

.board-write .review-file-list {}

.board-write .review-file-list>li {
	padding: 5px 0 15px;
	border-top: 1px solid #ddd;
}

.board-write .review-file-list>li:first-child {
	padding-top: 0;
	border-top: 0;
}

.board-write .review-file-list dt {
	margin-top: 5px;
}

.board-write .review-file-list .inputFile {
	margin-top: 0;
}
.viewType,
.viewType tbody,
.viewType tr,
.viewType th,
.viewType td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.viewType th {
	padding:25px 30px;
	font-size: 22px !important;
	text-align: left;
}
.viewType tr:nth-of-type(2) td {
	display: inline-block;
	width: auto;
}
.viewType tr:nth-of-type(2) td:nth-of-type(2) {
	display: none;
}
.viewType tr:nth-of-type(2) td span.tit {
	display: none;
}

#jb_content {
	width: 100%;
	height: 350px;
}

#zsfImg {
	/*float: left;*/
	height: 50px;
	vertical-align: middle;
    margin-bottom: 5px;
}

#zsfCode.txt {
	width: 85px;
}

.board-list.online-list td.rs-cancel span {
	padding: 5px;
	color: #fff;
	background-color: #9e425f;
}


.wrapSubreser {
	position: relative;
	padding: 20px 75px;
	background: #707174;
}

.wrapSubreser .inner {
	position: static;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.wrapSubreser .inner>a {
	display: block;
	position: absolute;
	top: 0;
	width: 75px;
	height: 70px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

.wrapSubreser .inner>a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-image: url(../images/icon-pack.png);
}

.wrapSubreser .btnCalendar_l {
	left: 0;
}

.wrapSubreser .btnCalendar_l:before {
	background-position: -580px -300px;
}

.wrapSubreser .btnCalendar_r {
	right: 0;
}

.wrapSubreser .btnCalendar_r:before {
	background-position: -580px -360px;
}

.tbSubReser {
	width: 100%;
	border: 1px solid #ddd;
	border-top: 0;
	table-layout: fixed;
}

.tbSubReser thead th {
	height: 50px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #333;
	background-color: #eee;
	vertical-align: middle;
}

.tbSubReser tbody td {
	color: #666;
	vertical-align: top;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.tbSubReser tbody td:firist-child {
	border-right: 0;
}

.tbSubReser .boxSubnon {
	padding: 15px;
	height: 92px;
	text-decoration: line-through;
	background-color: #ddd;
}

.tbSubReser .boxSubToday {
	padding: 15px;
	font-size: 22px;
	font-weight: 700;
	color: #f96a0e;
}

.tbSubReser tbody td div>a {
	display: block;
	padding: 15px;
	height: 91px;
	color: #1191d0;
	text-decoration: underline;
	background-color: #f1f9fc;
}

.scheduler .util {
	padding: 20px 0 40px;
	border-bottom: 1px solid #ddd;
}

.scheduler .util .state {
	margin-right: 15px;
	font-size: 16px;
	line-height: 30px;
}

.scheduler .util .state:before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 28px;
	height: 28px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #ddd;
}

.scheduler .util .state.today:before {
	content: '6';
	font-size: 20px;
	font-weight: 700;
	color: #f96a0e;
	background-color: transparent;
}

.scheduler .util .state.possible:before {
	content: '12';
	color: #1191d0;
	text-decoration: underline;
	background-color: #f1f9fc;
}

.scheduler .util .state.impossible:before {
	content: '12';
	color: #333;
	text-decoration: line-through;
	background-color: #ddd;
}

.schedule-reserved-info .info .date {
	display: inline-block;
	font-size: 18px;
	line-height: 32px;
}

.schedule-reserved-info .info .date {
	display: block;
	font-weight: 700;
	color: #333;
}

.schedule-reserved-info .info .doctor {
	display: inline-block;
	color: #333;
}

.schedule-reserved-info .info .doctor:after {
	content: '/';
	padding: 0 5px;
}

.schedule-reserved-info .info .wait {
	display: inline-block;
	color: #f96a0e;
}

.schedule-reserved-info .info .success {
	display: inline-block;
	color: #1191d0;
}

.text-box {
	padding: 40px 50px;
	border-radius: 4px;
	border: 1px solid #e8e8e8;
	background-color: #fcfcfc;
}
.text-box.normal {
	border:none;
	border-radius: 0;
}

.icon-panel {}

.icon-panel.text-box {
	display: table;
	width: 100%;
}

.icon-panel.text-box>* {
	display: table-cell;
	vertical-align: middle;
}

.icon-panel.text-box>li {
	font-size: 14px;
	line-height: 24px;
}

.icon-panel.text-box .info {
	padding: 0;
}

.icon-panel.text-box .info .date {
	display: block;
	font-weight: 700;
	color: #333;
	font-size: 18px;
	line-height: 32px;
}

.icon-panel.text-box .info .doctor {
	display: inline-block;
	color: #333;
}

.icon-panel.text-box .info .doctor:after {
	content: '/';
	padding: 0 5px;
}

.icon-panel.text-box .info .wait {
	display: inline-block;
	color: #f96a0e;
}

.icon-panel.text-box .info .success {
	display: inline-block;
	color: #1191d0;
}


@media (max-width:768px) {
	.tableType-01 td,
	.tableType-01 th {
		padding: 25px 15px;
		font-size: 26px !important;
		line-height: 1.4;
	}

	.tableType-01 tr.small-padding td {
		padding: 15px 15px !important;
	}
	.tableType-01.consended th,
	.tableType-01.consended td {
		font-size: 24px !important;
		padding: 15px 10px !important;
	}

	.writeType {
		display: block;
	}

	.writeType>tbody,
	.writeType>tbody tr {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.writeType>tbody th,
	.writeType>tbody td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.writeType>tbody td {
		padding: 15px 0 !important;
	}

	.writeType>tbody .txtInput,
	.writeType>tbody select,
	.writeType>tbody .inpSize1 {
		/* width: 100%; */
		height: 70px;
		line-height: 70px;
		border: 1px solid #e1e1e1;
		box-sizing: border-box;
	}

	.writeType>tbody #jb_type,
	.writeType>tbody .fileInput,
	.writeType>tbody .inpSize1 {
		width: 100%;
	}

	.viewCont * {
		width: auto !important;
		max-width: 100% !important;
		font-size: 25px !important;
		line-height: 1.5 !important;
		box-sizing: border-box;
	}

	.viewCont img {
		/* width: 100%; */
		max-width: 560px !important;
	}

	.viewType th {
		font-size: 28px !important;
	}
	.viewType tr:nth-of-type(2) td {
		width: 49.5%;
	}
	.viewType tr:nth-of-type(2) td:nth-of-type(1) {
		text-align: left;
	}
	.viewType tr:nth-of-type(2) td:nth-of-type(3) {
		text-align: right;
	}
}
