.wrap {
	background-image: url(/assets/images/sub-bodybackground-ptn.png);
	background-position: left bottom 121px;
	/*background-repeat-y: no-repeat;*/
	background-repeat: repeat-x;
}

section aside div.box > div {
	padding: 25px;
}

section aside div.box > div.menu-header {
	text-indent: 25px;
	background-image: url(/assets/images/menu-title-background.png);
	background-color: #1C5767;
	text-align: center;
	height: 100px;
	padding: 35px 0;	
	border-bottom: 1px solid #fff;
}

section aside div.box > div.menu-header .text05 {
	position: relative;
	font-size:22px;
	color: #fff;
}

section aside div.box > div.menu-header .text05::before {
	content: " ";
	position: absolute;
	left: -34px;
	top: 3px;
	width: 24px;
	height: 24px;
	background-size: cover;
	background-repeat: no-repeat;
}

section aside div.box > div.menu-header + div.body {
	padding: 0;
}

section aside div.box > div.menu-header + div.body ul.navigation li {
	position: relative;
}

section aside div.box > div.menu-header + div.body ul.navigation li > a {
    display: block;
    width: 100%;
    padding: 10px 0 10px 30px;
    color: #787878;
    font-size: 13px;
    font-weight: 700;
}

section aside div.box > div.menu-header + div.body ul.navigation > li:not(:nth-of-type(1)) {
	border-top: 1px solid #e1e1e1;
}

section aside div.box > div.menu-header + div.body ul.navigation > li:hover > a {
	background-color: #e7eff3;
}

section aside div.box > div.menu-header + div.body ul.navigation li.selected a {
	background-color: #18394A;
	color: #fff;
}

section aside div.box > div.menu-header + div.body ul.navigation > li > a::after {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	top: 8px;
	right: 30px;
	margin: 5px;
	border-right: 1px solid none;
	border-left: 7.5px solid #787878;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
section aside div.box > div.menu-header + div.body ul.navigation > li.selected > a::after {
	border-left: 7.5px solid #fff;
}

section aside div.box > div.menu-header + div.body ul.navigation > li.depth-parents:hover > a {
    background-color: inherit;
}

section aside div.box > div.menu-header + div.body ul.navigation > li.depth-parents > a::after {
    display: none;
}

section aside div.box > div.menu-header + div.body ul.navigation li.depth-parents > ul > li {
    border-top: 1px #e1e1e1 dashed;
    background-color:#fafafa;
}

section aside div.box > div.menu-header + div.body ul.navigation li.depth-parents > ul > li > a {
    font-weight: 500;
    padding-left: 40px;
}

section aside div.box > div.menu-header + div.body ul.navigation li.depth-parents > ul > li:not(.selected) > a:hover {
	background-color: #e7eff3;
}

section aside div.box > div .regulations {
	background-color: #fafafa;
	padding: 30px;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: -0.05em;
	cursor: default;
}

section aside div.box > div .regulations > b {
	font-weight: 800;
	border-bottom: 1px #a0a0a0 dotted;
	transition: 0.2s ease;
}
section aside div.box > div .regulations > b:hover {
	background-color: #c9d5e3;
}

section aside div.box > div.main-header {
	background-image: url(/assets/images/article-title-background.png);
	position: relative;
	background-color: #1C5767;
	text-align: left;
	height: 100px;
	padding: 35px 50px;	
	border-bottom: 1px solid #fff;
}

section aside div.box > div.main-header .text05 {
	font-size: 22px;
	color: #fff;
}

section aside div.box > div.main-header .text02 {
	position: absolute;
	right: 50px;
	top: 40px;
}

.box .body h5::before {
    display: block;
    position: absolute;
    width: 200px;
    height: 2px;
    margin-top: -16px;
    background-color: #15aaaa;
    content: "";
}

.box .body h5 {
    font-family: "Nanum Square";
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin: 15px 0;
    padding-top: 15px;
    border-top: 1px #e1e1e1 dashed;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table th, table td {
    padding: 14px 10px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

table.info {
	width: 100%;
}

table.info + h5 {
	margin-top: 50px;
}

table.info th {
	text-align: right;
	padding-right:10px;
}

table.info.file th,
table.info.file td {
	vertical-align: top;
}

.search {
	border-radius: 16px;
	width: 100%;
	border: 2px solid #e1e1e1;
	background-color: #fff;
	margin: 20px 0;
}

table.dataTable thead th {
	border-top: 1px #e1e1e1 solid;
	border-bottom: 1px #e1e1e1 solid;
}
table.dataTable {
	border-bottom: 1px #e1e1e1 solid;
}
table.dataTable tbody tr:nth-child(odd) {
	background-color: #fafafa;
}

table.dataTable tbody tr {
	cursor: pointer;
}
table.dataTable tbody tr:hover {
	background-color:#e1e1e1;
}

input:not([type="checkbox"]):not([type="file"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]):focus, textarea, select {
    background-color: #fff;
}

input:not([type="checkbox"]):not([type="file"]):not([type="radio"]):not([type="button"]):not([type="submit"]):not([type="reset"]), textarea, select, .hashTag, .hashTagArea {
	font-size: 12px;
    font-weight: 600;
    resize: none;
    border: 1px solid #c8c8c8;
    padding: 0px 5px 0px 10px;
    width: 100%;
    border-radius: 12px;
    height: 24px;
    background-color: #fafafa;
}

input:read-only {
    color: #6e95a6;
    cursor: default;
}

textarea:read-only {
    color: #6e95a6;
    cursor: default;
}

select {
	padding: 0 20px 0 5px;
}

/* pagenation */
/* 
*reset pagination
*/

.dataTables_paginate {
  --uiPaginationItemPadding: var(--paginationItemPadding, 5px 8px);
  --uiPaginationItemBorderRadius: var(--paginationItemBorderRadius);
  --uiPaginationItemTextColor: var(--paginationItemTextColor, inherit);
  --uiPaginationItemActiveTextColor: var(--paginationItemActiveTextColor);  
  --uiPaginationItemActiveBgColor: var(--paginationItemActiveBgColor);
  --uiPaginationItemActiveBorderColor: var(--paginationItemActiveBorderColor, transparent);
  --uiPaginationItemFontWeight: var(--paginationItemFontWeight, 700);
  --uiPaginationArrowIndent: var(--paginationArrowIndent, 4px);
  
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.paginate_button.current {
  font-weight: 700;
}

.paginate_button.previous {
  margin-left: 4px;
}

.paginate_button.next {
  margin-right: 4px;
}

.paginate_button {
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: 5px 8px;
	border: 2px solid transparent;
	text-decoration: none;
	color: #848799;
}

.paginate_button:focus{
  outline-color: #fff;
}

.paginate_button.current{
  border-color: transparent;
  /*border-color: var(--uiPaginationItemActiveBorderColor);*/
  background-color: #8c909f;
  color: #fff;
  border-radius: 99px;
}

/*
* demo styles for pagination
*/

.dataTables_paginate {
  --paginationItemTextColor: #0094d9;
  --paginationItemActiveTextColor: #4557bb;
  --paginationItemActiveBgColor: #fff;
  --paginationItemActiveBorderColor: #4557bb;
  justify-content: center;
  padding-top: 10px;
}

/* pagenation */


.pharmacy-item {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.pharmacy-item:not(:last-child) {
	margin-bottom: 20px;
}
.pharmacy-item th {
	background-color: #fafafa;
}

.hashTagArea {
	padding: 6px 5px;
	height: 102px;
	cursor: text;
}			

.hashTagArea > .hashTag {
	margin-bottom: 5px;
	height: 26px;
	line-height: 20px;
	padding: 0 15px 0 10px;
	width: auto;
	float: left;
	cursor: pointer;
}

.hashTagArea > .hashTag > .btn-hash-del {
	margin-left: 15px;
	float: right;
	width: 15px;
	height: 26px;
	line-height: 20px;
}

.hashTagArea > .hashTag:not(:last-child) {
	margin-right: 5px;
}

.hashTagArea > .hashTagInput {
	float: left;
	background-color: rgba(0,0,0,0) !important;
	border: 0 !important;
	width: 100px !important;
	display: inline-block !important;
	border-radius: 0 !important;
}
.hashTagArea > .hashTagInput:focus {
	border-bottom: 1px solid !important;
}

/* 타이머 */


#clock {
	background-color: #fff;

	opacity:0.8;

	font-size:13px;
	font-weight:700;

	position: fixed;
	top: 15px;
	left: 50%;
	margin-left: -150px;

	width: 300px;
	/*height: 44px;*/
	padding: 16px 0;
	text-align: center;
	border-radius: 16px;
	border: 2px #f56969 solid;
	color:#3c3c3c;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	z-index: 1000;
}
#clock:hover {
	opacity :1;
}
#clock img {
	float: left;
	margin-left: 20px;
}

#clock > span {
	font-family: "Nanum Square";
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.mediumDetailTable {
	width: 100%;
}
.mediumDetailTable th,
.mediumDetailTable td {
	font-weight: 400;
}
.mediumDetailTable {
	border: 1px solid #bfbfbf;
}
.mediumDetailTable td {
	border-top: 1px dashed #e1e1e1;
}
.mediumDetailTable tr.selected td {
	border-top: 1px dashed #c1c1c1;
}
.mediumDetailTable th ~ td {
	border-top: 1px solid #bfbfbf;
}
.mediumDetailTable th {
	text-align: left !important;
	border: 1px solid #bfbfbf;
}
.mediumDetailTable tr.selected {
	background-color: #cce7e7;
}
.mediumDetailTable tr.selected td label {
	color: #3c3c3c;
}
.mediumDetailTable label {
	color: #777;
	font-weight: 700;
}
.mediumDetailTable th label {
	color: #000;
}
.mediumDetailTable p {
	color: #777;
}

.dataTables_length {
	text-align : right !important;
  }