@charset "UTF-8";

/* default */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

body {
	position: relative;
	min-width: 320px;
	font-size: 16px;
	font-family: "Noto Sans KR", sans-serif, Dotum, Gulim, Verdana, Tahoma;
	line-height: 1.5;
	font-weight: 400;
	word-break: keep-all;
	margin: 0 auto;
}

header, section, article, aside, footer, nav {
	display: block;
}

fieldset {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

pre {
	white-space: pre-wrap;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}

ul, li, ol {
	list-style: none;
}

h1, h2, h3, h4, h5, h6, dd {
	margin: 0;
}

a, select, button, input, textarea {
	font-family: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

button, input[type=submit] {
	margin: 0;
	padding: 0;
	border: 0;
	color: inherit;
	cursor: pointer;
	background: transparent;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.sr-only {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

caption.sr-only {
	position: static;
	width: auto;
	height: 0;
}

.clearfix {
	position: relative;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

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

.vertical-top {
	vertical-align: top !important;
}

.vertical-middle {
	vertical-align: middle !important;
}

.vertical-bottom {
	vertical-align: bottom !important;
}

/* 간격 */
.m-0 {
	margin: 0px !important;
}

.m-1 {
	margin: 5px !important;
}

.m-2 {
	margin: 10px !important;
}

.m-3 {
	margin: 15px !important;
}

.m-4 {
	margin: 20px !important;
}

.m-5 {
	margin: 25px !important;
}

.m-6 {
	margin: 30px !important;
}

.m-7 {
	margin: 35px !important;
}

.m-8 {
	margin: 40px !important;
}

.m-9 {
	margin: 45px !important;
}

.m-10 {
	margin: 50px !important;
}

.m-11 {
	margin: 55px !important;
}

.m-12 {
	margin: 60px !important;
}

.m-13 {
	margin: 65px !important;
}

.m-14 {
	margin: 70px !important;
}

.m-15 {
	margin: 75px !important;
}

.m-16 {
	margin: 80px !important;
}

.m-17 {
	margin: 85px !important;
}

.m-18 {
	margin: 90px !important;
}

.m-19 {
	margin: 95px !important;
}

.m-20 {
	margin: 100px !important;
}

.p-0 {
	padding: 0px !important;
}

.p-1 {
	padding: 5px !important;
}

.p-2 {
	padding: 10px !important;
}

.p-3 {
	padding: 15px !important;
}

.p-4 {
	padding: 20px !important;
}

.p-5 {
	padding: 25px !important;
}

.p-6 {
	padding: 30px !important;
}

.p-7 {
	padding: 35px !important;
}

.p-8 {
	padding: 40px !important;
}

.p-9 {
	padding: 45px !important;
}

.p-10 {
	padding: 50px !important;
}

.p-11 {
	padding: 55px !important;
}

.p-12 {
	padding: 60px !important;
}

.p-13 {
	padding: 65px !important;
}

.p-14 {
	padding: 70px !important;
}

.p-15 {
	padding: 75px !important;
}

.p-16 {
	padding: 80px !important;
}

.p-17 {
	padding: 85px !important;
}

.p-18 {
	padding: 90px !important;
}

.p-19 {
	padding: 95px !important;
}

.p-20 {
	padding: 100px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-1 {
	margin-top: 5px !important;
}

.mt-2 {
	margin-top: 10px !important;
}

.mt-3 {
	margin-top: 15px !important;
}

.mt-4 {
	margin-top: 20px !important;
}

.mt-5 {
	margin-top: 25px !important;
}

.mt-6 {
	margin-top: 30px !important;
}

.mt-7 {
	margin-top: 35px !important;
}

.mt-8 {
	margin-top: 40px !important;
}

.mt-9 {
	margin-top: 45px !important;
}

.mt-10 {
	margin-top: 50px !important;
}

.mt-11 {
	margin-top: 55px !important;
}

.mt-12 {
	margin-top: 60px !important;
}

.mt-13 {
	margin-top: 65px !important;
}

.mt-14 {
	margin-top: 70px !important;
}

.mt-15 {
	margin-top: 75px !important;
}

.mt-16 {
	margin-top: 80px !important;
}

.mt-17 {
	margin-top: 85px !important;
}

.mt-18 {
	margin-top: 90px !important;
}

.mt-19 {
	margin-top: 95px !important;
}

.mt-20 {
	margin-top: 100px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.ml-1 {
	margin-left: 5px !important;
}

.ml-2 {
	margin-left: 10px !important;
}

.ml-3 {
	margin-left: 15px !important;
}

.ml-4 {
	margin-left: 20px !important;
}

.ml-5 {
	margin-left: 25px !important;
}

.ml-6 {
	margin-left: 30px !important;
}

.ml-7 {
	margin-left: 35px !important;
}

.ml-8 {
	margin-left: 40px !important;
}

.ml-9 {
	margin-left: 45px !important;
}

.ml-10 {
	margin-left: 50px !important;
}

.ml-11 {
	margin-left: 55px !important;
}

.ml-12 {
	margin-left: 60px !important;
}

.ml-13 {
	margin-left: 65px !important;
}

.ml-14 {
	margin-left: 70px !important;
}

.ml-15 {
	margin-left: 75px !important;
}

.ml-16 {
	margin-left: 80px !important;
}

.ml-17 {
	margin-left: 85px !important;
}

.ml-18 {
	margin-left: 90px !important;
}

.ml-19 {
	margin-left: 95px !important;
}

.ml-20 {
	margin-left: 100px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.mr-1 {
	margin-right: 5px !important;
}

.mr-2 {
	margin-right: 10px !important;
}

.mr-3 {
	margin-right: 15px !important;
}

.mr-4 {
	margin-right: 20px !important;
}

.mr-5 {
	margin-right: 25px !important;
}

.mr-6 {
	margin-right: 30px !important;
}

.mr-7 {
	margin-right: 35px !important;
}

.mr-8 {
	margin-right: 40px !important;
}

.mr-9 {
	margin-right: 45px !important;
}

.mr-10 {
	margin-right: 50px !important;
}

.mr-11 {
	margin-right: 55px !important;
}

.mr-12 {
	margin-right: 60px !important;
}

.mr-13 {
	margin-right: 65px !important;
}

.mr-14 {
	margin-right: 70px !important;
}

.mr-15 {
	margin-right: 75px !important;
}

.mr-16 {
	margin-right: 80px !important;
}

.mr-17 {
	margin-right: 85px !important;
}

.mr-18 {
	margin-right: 90px !important;
}

.mr-19 {
	margin-right: 95px !important;
}

.mr-20 {
	margin-right: 100px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-1 {
	margin-bottom: 5px !important;
}

.mb-2 {
	margin-bottom: 10px !important;
}

.mb-3 {
	margin-bottom: 15px !important;
}

.mb-4 {
	margin-bottom: 20px !important;
}

.mb-5 {
	margin-bottom: 25px !important;
}

.mb-6 {
	margin-bottom: 20px !important;
}

.mb-7 {
	margin-bottom: 35px !important;
}

.mb-8 {
	margin-bottom: 40px !important;
}

.mb-9 {
	margin-bottom: 45px !important;
}

.mb-10 {
	margin-bottom: 50px !important;
}

.mb-11 {
	margin-bottom: 55px !important;
}

.mb-12 {
	margin-bottom: 60px !important;
}

.mb-13 {
	margin-bottom: 65px !important;
}

.mb-14 {
	margin-bottom: 70px !important;
}

.mb-15 {
	margin-bottom: 75px !important;
}

.mb-16 {
	margin-bottom: 80px !important;
}

.mb-17 {
	margin-bottom: 85px !important;
}

.mb-18 {
	margin-bottom: 90px !important;
}

.mb-19 {
	margin-bottom: 95px !important;
}

.mb-20 {
	margin-bottom: 100px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pt-1 {
	padding-top: 5px !important;
}

.pt-2 {
	padding-top: 10px !important;
}

.pt-3 {
	padding-top: 15px !important;
}

.pt-4 {
	padding-top: 20px !important;
}

.pt-5 {
	padding-top: 25px !important;
}

.pt-6 {
	padding-top: 30px !important;
}

.pt-7 {
	padding-top: 35px !important;
}

.pt-8 {
	padding-top: 40px !important;
}

.pt-9 {
	padding-top: 45px !important;
}

.pt-10 {
	padding-top: 50px !important;
}

.pt-11 {
	padding-top: 55px !important;
}

.pt-12 {
	padding-top: 60px !important;
}

.pt-13 {
	padding-top: 65px !important;
}

.pt-14 {
	padding-top: 70px !important;
}

.pt-15 {
	padding-top: 75px !important;
}

.pt-16 {
	padding-top: 80px !important;
}

.pt-17 {
	padding-top: 85px !important;
}

.pt-18 {
	padding-top: 90px !important;
}

.pt-19 {
	padding-top: 95px !important;
}

.pt-20 {
	padding-top: 100px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.pl-1 {
	padding-left: 5px !important;
}

.pl-2 {
	padding-left: 10px !important;
}

.pl-3 {
	padding-left: 15px !important;
}

.pl-4 {
	padding-left: 20px !important;
}

.pl-5 {
	padding-left: 25px !important;
}

.pl-6 {
	padding-left: 30px !important;
}

.pl-7 {
	padding-left: 35px !important;
}

.pl-8 {
	padding-left: 40px !important;
}

.pl-9 {
	padding-left: 45px !important;
}

.pl-10 {
	padding-left: 50px !important;
}

.pl-11 {
	padding-left: 55px !important;
}

.pl-12 {
	padding-left: 60px !important;
}

.pl-13 {
	padding-left: 65px !important;
}

.pl-14 {
	padding-left: 70px !important;
}

.pl-15 {
	padding-left: 75px !important;
}

.pl-16 {
	padding-left: 80px !important;
}

.pl-17 {
	padding-left: 85px !important;
}

.pl-18 {
	padding-left: 90px !important;
}

.pl-19 {
	padding-left: 95px !important;
}

.pl-20 {
	padding-left: 100px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pr-1 {
	padding-right: 5px !important;
}

.pr-2 {
	padding-right: 10px !important;
}

.pr-3 {
	padding-right: 15px !important;
}

.pr-4 {
	padding-right: 20px !important;
}

.pr-5 {
	padding-right: 25px !important;
}

.pr-6 {
	padding-right: 30px !important;
}

.pr-7 {
	padding-right: 35px !important;
}

.pr-8 {
	padding-right: 40px !important;
}

.pr-9 {
	padding-right: 45px !important;
}

.pr-10 {
	padding-right: 50px !important;
}

.pr-11 {
	padding-right: 55px !important;
}

.pr-12 {
	padding-right: 60px !important;
}

.pr-13 {
	padding-right: 65px !important;
}

.pr-14 {
	padding-right: 70px !important;
}

.pr-15 {
	padding-right: 75px !important;
}

.pr-16 {
	padding-right: 80px !important;
}

.pr-17 {
	padding-right: 85px !important;
}

.pr-18 {
	padding-right: 90px !important;
}

.pr-19 {
	padding-right: 95px !important;
}

.pr-20 {
	padding-right: 100px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pb-1 {
	padding-bottom: 5px !important;
}

.pb-2 {
	padding-bottom: 10px !important;
}

.pb-3 {
	padding-bottom: 15px !important;
}

.pb-4 {
	padding-bottom: 20px !important;
}

.pb-5 {
	padding-bottom: 25px !important;
}

.pb-6 {
	padding-bottom: 30px !important;
}

.pb-7 {
	padding-bottom: 35px !important;
}

.pb-8 {
	padding-bottom: 40px !important;
}

.pb-9 {
	padding-bottom: 45px !important;
}

.pb-10 {
	padding-bottom: 50px !important;
}

.pb-11 {
	padding-bottom: 55px !important;
}

.pb-12 {
	padding-bottom: 60px !important;
}

.pb-13 {
	padding-bottom: 65px !important;
}

.pb-14 {
	padding-bottom: 70px !important;
}

.pb-15 {
	padding-bottom: 75px !important;
}

.pb-16 {
	padding-bottom: 80px !important;
}

.pb-17 {
	padding-bottom: 85px !important;
}

.pb-18 {
	padding-bottom: 90px !important;
}

.pb-19 {
	padding-bottom: 95px !important;
}

.pb-20 {
	padding-bottom: 100px !important;
}

.clearfix {
	position: relative;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

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

.vertical-top {
	vertical-align: top !important;
}

.vertical-middle {
	vertical-align: middle !important;
}

.vertical-bottom {
	vertical-align: bottom !important;
}

.tile-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tile {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.tile-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.text-normal {
	font-weight: normal !important;
}

.text-medium {
	font-weight: normal !important;
}

.text-bold {
	font-weight: bold !important;
}

.text-xs {
	font-size: 10px;
}

.text-sm {
	font-size: 12px;
}

.text-md {
	font-size: 14px;
}

.text-lg {
	font-size: 16px;
}

.text-xl {
	font-size: 18px;
}

.title1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.title2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}

.text-default {
	color: #000 !important;
}

.text-primary {
	color: #193E53 !important;
}

.text-secondary {
	color: #fb5656 !important;
}

.text-gray {
	color: #999 !important;
}

.text-darkgray {
	color: #7d7d7d !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-lightgray {
	background-color: #f6f6f6 !important;
}

.bg-darkgray {
	background-color: #5E5E5E !important;
}

.ico {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	vertical-align: middle;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	color: transparent;
	white-space: nowrap;
	text-align: center;
}

.ico-menu-white {
	width: 20px;
	height: 16px;
	line-height: 16px;
	background-image: url("../images/ico-menu-white.png");
}

.ico-gnb-fileboard {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-image: url("../images/ico-gnb-fileboard.png");
}

.ico-gnb-arrow-repeat {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-image: url("../images/ico-gnb-arrow-repeat.png");
}

.ico-gnb-multitasking {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-image: url("../images/ico-gnb-multitasking.png");
}

.ico-gnb-profile {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-image: url("../images/ico-gnb-profile.png");
}

.ico-gnb-important-message {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-image: url("../images/ico-gnb-important-message.png");
}

.ico-back-white-lg {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-image: url("../images/ico-back-white-lg.png");
}

.ico-close-circle-white {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-image: url("../images/ico-close-circle-white.png");
}

.ico-back-white {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-image: url("../images/ico-back-white.png");
}

.ico-layer-white {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-image: url("../images/ico-layer-white.png");
}

.ico-search-white {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-image: url("../images/ico-search-white.png");
}

.ico-detail-white {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-image: url("../images/ico-detail-white.png");
}

.ico-stamp-white {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-image: url("../images/ico-stamp-white.png");
}

.ico-download-white {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-image: url("../images/ico-download-white.png");
}

.ico-del {
	width: 22px;
	height: 22px;
	line-height: 22px;
	background-image: url("../images/ico-del.png");
}

.ico-plus {
	width: 22px;
	height: 22px;
	line-height: 22px;
	background-image: url("../images/ico-plus.png");
}

.ico-trash-white {
	width: 17px;
	height: 17px;
	line-height: 17px;
	background-image: url("../images/ico-trash-white.png");
}

.ico-view-white {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-image: url("../images/ico-view-white.png");
}

.btn {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	-webkit-transition-property: -webkit-box-shadow;
	transition-property: -webkit-box-shadow;
	transition-property: box-shadow;
	transition-property: box-shadow, -webkit-box-shadow;
}

.btn .ico {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.btn .ico:first-child {
	margin-left: -5px;
}

.btn .ico:last-child {
	margin-right: -5px;
}

.btn .text {
	margin-top: -2px;
}

.btn-sm {
	border: 1px solid transparent;
	height: 30px;
	padding: 0 15px;
	font-size: 12px;
	font-weight: normal;
}

.btn-md, .btn-icon {
	border: 1px solid transparent;
	min-width: 120px;
	height: 40px;
	padding: 0 15px;
	font-size: 16px;
	font-weight: normal;
	border-radius: 5px;
}

.btn-icon {
	padding: 0;
	min-width: 40px;
}

.btn-icon .ico {
	margin: 0 !important;
}

.btn-round {
	border-radius: 25px;
}

.btn-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.btn-default {
	color: #fff;
	background-color: #999;
}

.btn-primary {
	color: #fff;
	background-color: #193E53;
}

.btn-secondary {
	color: #fff;
	background-color: #fb5656;
}

.btn-lightgray {
	color: #fff;
	background-color: #bdbdbd;
}

.btn-add {
	color: #fff;
	background-color: #419ED3;
}

.btn-del {
	color: #fff;
	background-color: #D67575;
}

.btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btn-group .btn+.btn {
	margin-left: 10px;
}

.btn_blue {
	color: #fff;
	background-color: #2269f7;
}

.btn_orange {
	color: #fff;
	background-color: #FF5B37;
}

/* 모달 팝업 */
.modal-open {
	overflow: hidden;
}

.modal-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* 로더 레이어 */
}

.modal-popup.hide {
	opacity: 0;
	visibility: hidden;
}

.modal-popup.hide .popup-inner {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.modal-popup.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.modal-popup.show .popup-inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.modal-popup .dimed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.modal-popup .popup-inner {
	position: relative;
	z-index: 1100;
	background-color: #fff;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.modal-popup .popup-header {
	background-color: #193E53;
	color: #fff;
	line-height: 50px;
	padding: 0 30px;
}

.modal-popup .popup-title {
	font-weight: 300;
}

.modal-popup .popup-body {
	padding: 30px;
}

.modal-popup .popup-body .title1 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.modal-popup .popup-footer {
	text-align: right;
	padding: 16px 30px;
}

.modal-popup .popup-footer .btn+.btn {
	margin-left: 6px;
}

.modal-popup .btn-close-popup {
	position: absolute;
	right: 0;
	top: 0;
}

.modal-popup.modal-full .popup-inner {
	width: 100%;
	height: 100%;
}

.modal-popup.modal-md .popup-inner {
	width: 700px;
}

.modal-popup.modal-md .popup-body {
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}

.modal-popup.modal-loading .popup-inner {
	width: 400px;
	height: 320px;
}

.modal-popup.modal-loading .popup-inner .popup-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-popup.modal-loading .popup-inner .btn-close-popup {
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #bcbcbc;
	padding: 11px 0 6px 0;
	margin-right: 23px;
}

.modal-popup.modal-loading .btn-close-popup {
	position: absolute;
	right: 0;
}

/* 일반 상세 팝업 레이아웃 */
.wrapper-popup {
	position: relative;
	min-height: 100vh;
	padding-bottom: 100px;
}

.wrapper-popup #footer {
	position: absolute;
	bottom: 0;
}

#popup-header {
	position: fixed;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 70px;
	left: 0;
	right: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

#popup-header .btn-page-back {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 70px;
	height: 100%;
	background-color: #193E53;
}

#popup-header .popup-title {
	font-size: 24px;
	font-weight: 500;
}

#popup-header .page-info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-left: 15px;
}

#popup-header .btn-group {
	padding-right: 40px;
}

#popup-content {
	padding-top: 80px;
}

.loadingbar {
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
}

.loadingbar.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition-duration: 0;
	transition-duration: 0;
}

.loadingbar.bg-none .artwork {
	width: 50px;
	height: 50px;
	background-color: red;
}

.loadingbar.bg-white .artwork {
	width: 50px;
	height: 50px;
	background-color: blue;
}

.form-control {
	max-width: 100%;
	height: 30px;
	border: 1px solid transparent;
	border-bottom-color: rgba(196, 196, 196, 0.5);
	border-radius: 0;
	padding: 2px 15px 6px;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	line-height: 22px;
	vertical-align: middle;
}

.form-control::-ms-clear {
	display: none;
}

.form-control.full {
	width: 100%;
}

.form-control.inline {
	width: auto !important;
}

.form-control.datepicker {
	padding-right: 50px;
	background: url(../images/ico-calendar.png) no-repeat right center;
}

.form-control:focus {
	position: relative;
	outline: 0;
	border-bottom-color: #193E53;
}

.form-control::-webkit-input-placeholder {
	color: #959595;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #959595;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly], .form-control[readonly=readonly], .form-control.readonly {
	color: #c2c2c2;
	background-color: #f6f6f6;
	opacity: 1;
}

.form-control:disabled::-ms-value, .form-control[readonly]::-ms-value, .form-control[readonly=readonly]::-ms-value, .form-control.readonly::-ms-value {
	color: #c2c2c2 !important;
}

.form-control:-moz-read-only:not(select):not(button) {
	color: #c2c2c2;
	background-color: #f6f6f6;
	opacity: 1;
}

.form-control:read-only:not(select):not(button) {
	color: #c2c2c2;
	background-color: #f6f6f6;
	opacity: 1;
}

select.form-control {
	max-width: 100%;
	line-height: normal;
	padding-right: 20px;
	background: #fff url(../images/ico-arrow-select.png) no-repeat right 15px center;
}

select.form-control::-ms-expand {
	display: none;
}

textarea.form-control {
	height: auto;
	resize: none;
}

input[type=checkbox], input[type=radio] {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

input[type=checkbox] label, input[type=checkbox]+.label, input[type=radio] label, input[type=radio]+.label {
	position: relative;
	height: 15px;
	cursor: pointer;
}

input[type=checkbox] label .sr-only, input[type=checkbox]+.label .sr-only, input[type=radio] label .sr-only, input[type=radio]+.label .sr-only {
	position: static;
	margin-right: -6px !important;
}

input[type=checkbox] label:before, input[type=checkbox]+.label:before, input[type=radio] label:before, input[type=radio]+.label:before {
	content: '';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: -2px 4px 0 0;
	border-radius: 3px;
	background: #fff url(../images/ico-check.png) no-repeat center center;
	background-size: 11px 9px;
	border: 0;
	vertical-align: middle;
	background-color: #d8d8d8;
}

input[type=checkbox]:focus+.label:before, input[type=checkbox]:focus+label:before, input[type=radio]:focus+.label:before, input[type=radio]:focus+label:before {
	border-color: rgba(196, 196, 196, 0.5);
}

input[type=checkbox]:disabled+.label, input[type=checkbox]:disabled+label, input[type=radio]:disabled+.label, input[type=radio]:disabled+label {
	color: #959595;
}

input[type=checkbox]:disabled+.label:before, input[type=checkbox]:disabled+label:before, input[type=radio]:disabled+.label:before, input[type=radio]:disabled+label:before {
	opacity: .3;
	border-color: #666;
}

input[type=checkbox]:checked+.label:before, input[type=checkbox]:checked+label:before {
	background-color: #193E53;
}

input[type=radio]+.label:before, input[type=radio]+label:before {
	background: #fff url(../images/ico-radio-off.png) no-repeat center center;
}

input[type=radio]:checked+.label:before, input[type=radio]:checked+label:before {
	background: #fff url(../images/ico-radio-on.png) no-repeat center center;
}

.input-group {
	display: table;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.input-group .form-control {
	display: table-cell;
	width: 100% !important;
	margin-top: 4px;
}

.input-group .input-addon {
	display: table-cell;
	width: 1%;
	padding-left: 10px;
	vertical-align: middle;
}

.input-group .input-addon+.form-control {
	margin-left: 9px;
	border-right: 1px solid rgba(196, 196, 196, 0.5);
}

.input-group .btn-md, .input-group .btn-icon {
	margin: -1px 0;
	padding: 0 15px;
	line-height: 28px;
}

.table {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
}

.table .cell-btn {
	padding: 0;
	text-align: center;
}

.table-write {
	border-right: 1px solid rgba(196, 196, 196, 0.5);
	border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}

.table-write th {
	background-color: #f6f6f6;
	text-align: left;
	font-weight: 300;
	vertical-align: top;
	line-height: 37px;
}

.table-write th .btn-group {
	line-height: 1;
}

.table-write th, .table-write td {
	padding: 5px 15px;
	height: 49px;
	border-top: 1px solid rgba(196, 196, 196, 0.5);
	border-left: 1px solid rgba(196, 196, 196, 0.5);
}

.table-write td {
	vertical-align: middle;
}

.table-write+.table-write {
	margin-top: -1px;
}

.table-write .form-control {
	width: 100%;
}

.table-write .border-top-dark>* {
	border-top: 1px solid #c4c4c4;
}

.flex-item {
	padding: 24px 15px 30px;
}

.flex-item+.flex-item {
	border-top: 1px solid rgba(196, 196, 196, 0.5);
}

.flex-item .title, .flex-item .input-text-item .label {
	display: inline-block;
	min-width: 76px;
}

.flex-item .item-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px -13px 0;
}

.flex-item .item-row .col {
	margin: 0 13px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: calc(33.33333% - 26px);
}

.flex-item .item-row .input-text-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex-item .item-row .input-text-item .form-control {
	height: 24px;
	padding-bottom: 2px;
}

.title-area .title1 {
	display: inline-block;
}

.title-area .btn-toggle {
	padding: 0 8px;
	display: inline;
	font-size: 10px;
	color: #193E53;
}

.title-area .btn-toggle .open {
	display: none;
}

.title-area .btn-toggle.on .open {
	display: inline;
}

.title-area .btn-toggle.on .close {
	display: none;
}

.toggle-area {
	border-top: 1px solid #d8d8d8;
	margin: 0 auto 80px;
}

.toggle-area .toggle-inner {
	margin: 10px auto;
}

.check-list, .radio-list {
	margin-right: -10px;
}

.check-list label, .radio-list label {
	display: inline-block;
	margin-right: 10px;
}

/* 요약 */
.overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.overview-col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px 42px;
}

.overview-col+.overview-col {
	border-left: 1px solid #d8d8d8;
}

.overview-col li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.overview-col li strong {
	color: #666666;
}

.list-area {
	margin: 10px 0;
}

.list-area .ui-jqgrid {
	border: 0;
	border-top: 1px solid #d8d8d8;
	font-family: 'Noto Sans KR', sans-serif, Dotum, Gulim, Verdana, Tahoma;
}

.list-area .ui-jqgrid a {
	color: #2269f7;
	border-bottom: 1px solid #2269f7;
}

.list-area .ui-jqgrid .s-ico {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 6px -6px 0 10px !important;
	display: inline-block !important;
}

.list-area .ui-jqgrid .jqgh_cbox .s-ico {
	display: none !important;
}

.list-area .ui-jqgrid .jqgh_cbox, .list-area .ui-jqgrid .td_cbox {
	padding: 0 10px !important;
}

.list-area .ui-jqgrid .ui-jqgrid-sortable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	/* align-items: center; */
}

#jqgh_jqGrid1_amount1 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}

.list-area .ui-jqgrid th.ui-th-column {
	border-right-color: transparent !important;
}

.list-area .ui-jqgrid .ui-jqgrid-htable th {
	padding-left: 18px;
	padding-right: 18px;
	height: 49px !important;
	font-weight: 600;
	font-size: 15px;
}

.list-area .ui-jqgrid .ui-jqgrid-htable th div {
	overflow: visible;
}

.list-area .ui-jqgrid .ui-jqgrid-labels .ui-th-column {
	border-right-color: transparent;
}

.list-area .ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr>td {
	border-right: 0;
}

.list-area .ui-jqgrid tr:nth-child(even) {
	background-color: #f6f6f6;
}

.list-area .ui-jqgrid tr td {
	font-weight: 500;
}

.list-area .ui-jqgrid tr.jqfoot>td, .list-area .ui-jqgrid tr.jqgroup>td, .list-area .ui-jqgrid tr.jqgrow>td {
	padding-left: 20px;
	padding-right: 20px;
	height: 49px !important;
	font-size: 14px;
	border-bottom-color: #bdbdbd !important;
}

.list-area .ui-jqgrid tr.ui-state-highlight, .list-area .ui-jqgrid tr.ui-widget-content .ui-state-highlight, .list-area .ui-jqgrid tr.ui-widget-header .ui-state-highlight, .list-area .ui-jqgrid tr.ui-state-hover {
	color: #000 !important;
	background-color: rgba(25, 62, 83, 0.1) !important;
}

.list-area .ui-jqgrid tr.ui-state-highlight>td, .list-area .ui-jqgrid tr.ui-widget-content .ui-state-highlight>td, .list-area .ui-jqgrid tr.ui-widget-header .ui-state-highlight>td, .list-area .ui-jqgrid tr.ui-state-hover>td {
	border-bottom-color: rgba(25, 62, 83, 0.5) !important;
}

.list-area .ui-jqgrid .ui-state-default, .list-area .ui-jqgrid .ui-widget-content .ui-state-default, .list-area .ui-jqgrid .ui-widget-header .ui-state-default, .list-area .ui-jqgrid .ui-button, .list-area .ui-jqgrid html .ui-button.ui-state-disabled:hover, .list-area .ui-jqgrid html .ui-button.ui-state-disabled:active {
	background-color: #fff;
}

.list-ctrl {
	margin-top: 10px;
}

.list-ctrl:after {
	display: block;
	clear: both;
	content: '';
}

.list-ctrl .left {
	float: left;
}

.list-ctrl .right {
	float: right;
}

.list-ctrl .display span {
	padding-right: 17px;
}

.list-ctrl .display select {
	display: inline-block;
	width: 70px;
	line-height: 1;
}

.list-ctrl .pagination {
	padding: 0 10px;
}

.list-ctrl .pagination a {
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 10px;
	border: 0;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	padding-top: 3px;
	line-height: 30px;
}

.list-ctrl .pagination a:first-child {
	margin-left: 0;
}

.list-ctrl .pagination a.on {
	background-color: #193E53;
	color: #fff;
	font-weight: 400;
}

.list-ctrl .pagination .direction.first {
	background: #fff url(../images/ico-prev2.png) no-repeat center center;
}

.list-ctrl .pagination .direction.prev {
	background: #fff url(../images/ico-prev.png) no-repeat center center;
}

.list-ctrl .pagination .direction.next {
	background: #fff url(../images/ico-next.png) no-repeat center center;
}

.list-ctrl .pagination .direction.last {
	background: #fff url(../images/ico-next2.png) no-repeat center center;
}

.wrapper-sub {
	min-width: 1440px;
}

.wrapper-sub #header {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 240px;
	background-color: #2269F7;
	color: #fff;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: width;
	transition-property: width;
}

.wrapper-sub #content {
	position: relative;
	margin-left: 240px;
	padding-top: 70px;
	padding-bottom: 50px;
	width: calc(100% - 240px);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: margin width;
	transition-property: margin width;
}

.wrapper-sub .header-info, .wrapper-sub .content-header {
	height: 70px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.wrapper-sub .content-header {
	position: fixed;
	left: 240px;
	top: 0;
	right: 0;
	z-index: 100;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: left;
	transition-property: left;
}

.menu-collapse #bi {
	display: none;
}

.menu-collapse #header, .menu-collapse #content {
	width: 70px;
}

.menu-collapse .content-header {
	left: 70px;
}

.menu-collapse #content {
	width: calc(100% - 70px);
	margin-left: 70px;
}

.menu-collapse .user-info {
	opacity: 0;
	visibility: hidden;
}

.menu-collapse .gnb-list {
	white-space: nowrap;
}

.menu-collapse .gnb-list>li {
	margin-bottom: 48px !important;
}

.menu-collapse .gnb-list .text {
	opacity: 0;
	visibility: hidden;
}

.menu-collapse .gnb-list ul {
	display: none;
}

#header {
	z-index: 110;
}

.header-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-info #bi {
	font-size: 16px;
	font-weight: bold;
	padding-left: 25px;
	white-space: nowrap;
}

.header-info #bi small {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.header-info .btn-menu-collapse {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	background-color: #2269F7;
}

.user-info {
	padding: 30px 25px 5px;
	line-height: 1;
}

.user-info .user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
}

.user-info .team {
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #fff;
}

#gnb .gnb-list {
	padding: 20px 23px;
	width: 240px;
}

#gnb .gnb-list a {
	display: block;
}

#gnb .gnb-list>li {
	position: relative;
	margin-bottom: 15px;
}

#gnb .gnb-list>li>a {
	position: relative;
	font-weight: bold;
	padding: 2px 0 1px 32px;
}

#gnb .gnb-list>li .ico {
	position: absolute;
	left: 0;
	top: 0;
}

#gnb .gnb-list ul {
	padding-left: 22px;
	font-size: 14px;
	font-weight: 300;
}

#gnb .gnb-list ul li {
	position: relative;
	padding-left: 10px;
}

#gnb .gnb-list ul li:before {
	left: 0;
	position: absolute;
	content: "- ";
}

#content {
	min-height: 100vh;
}

.content-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 23px;
}

.page-info {
	white-space: nowrap;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
}

.breadcrumb li+li:before {
	content: ' > ';
}

.breadcrumb .content-title {
	font-size: 24px;
	font-weight: normal;
}

.content-body {
	padding: 30px 50px;
}

.container-lg {
	max-width: 1600px;
	margin: auto;
}

.container {
	max-width: 1340px;
	margin: auto;
}

.container-sm {
	max-width: 1240px;
	margin: auto;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 0;
}

#footer .address {
	display: block;
	text-align: center;
	font-style: normal;
	font-size: 12px;
}

#footer .address .item:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #000;
	margin: 0 10px;
}

#footer .address .item:first-child:before {
	display: none;
}

.login-page {
	background: url(../images/bg-login.jpg) no-repeat center center;
	background-size: cover;
	overflow: auto;
}

.login-page .wrapper {
	min-width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
	position: relative;
}

.login-page .form-control {
	display: block;
}

.login-page .keep {
	display: block;
}

.login-form legend {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 25px;
	letter-spacing: -0.005em;
	text-align: center;
}

.login-form legend small {
	font-size: 16px;
}

.login-form .input-area {
	width: 470px;
	background-color: #fff;
	border-radius: 14px;
	padding: 25px;
}

.login-form .form-row {
	margin-bottom: 17px;
}

.login-form .form-row input {
	border: 1px solid #d8d8d8;
	border-radius: 7px;
	width: 100%;
	height: 40px;
	font-size: 18px;
	padding: 7px 15px;
	line-height: 24px;
}

.login-form .form-row input::-webkit-input-placeholder {
	color: #d8d8d8;
	opacity: 1;
}

.login-form .form-row input:-ms-input-placeholder {
	color: #d8d8d8;
	opacity: 1;
}

.login-form .keep {
	margin: 28px 0 14px;
	padding: 0 5px;
}

.wrapper-document {
	position: relative;
	background-color: #5E5E5E;
	height: 100%;
}

.wrapper-document #popup-content {
	text-align: center;
}

.document-preview {
	text-align: center;
	display: inline-block;
	padding: 50px;
	text-align: center;
	-webkit-transform-origin: top center !important;
	transform-origin: top center !important;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.document-preview .document-iamge {
	width: 100%;
}

.modal-stamp {
	position: absolute;
	overflow: hidden;
	z-index: 900;
	top: 70px;
	display: block;
}

.modal-stamp .popup-inner {
	top: 50vh;
	left: 50vw;
	-webkit-transform: translate3d(-50%, -50%, 0) !important;
	transform: translate3d(-50%, -50%, 0) !important;
	position: relative;
	width: 306px;
	height: 193px;
	background-color: transparent;
}

.modal-stamp .popup-title {
	font-size: 17px;
	text-align: center;
}

.modal-stamp .popup-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 10px;
	height: calc(100% - 50px);
	border: 2px solid #193E53;
	border-top: 0;
}

.modal-stamp .btn-close-popup {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
}

.modal-stamp .ui-resizable-handle {
	position: absolute;
	right: 0;
	bottom: 0;
}

.modal-stamp.save-mode .popup-header, .modal-stamp.save-mode .btn-close-popup {
	visibility: hidden;
}

.modal-stamp.save-mode .popup-body {
	border-color: transparent;
}

.stamp-image {
	width: 100%;
}
/*# sourceMappingURL=style.css.map */

/* 스마트미러관리자_로그인 */
input[type=checkbox] label, input[type=checkbox]+.label2, input[type=radio] label, input[type=radio]+.label2 {
	position: relative;
	height: 15px;
	cursor: pointer;
}

input[type=checkbox] label .sr-only, input[type=checkbox]+.label2 .sr-only, input[type=radio] label .sr-only, input[type=radio]+.label2 .sr-only {
	position: static;
	margin-right: -6px !important;
}

input[type=checkbox] label:before, input[type=checkbox]+.label2:before, input[type=radio] label:before, input[type=radio]+.label2:before {
	content: '';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: -2px 4px 0 0;
	border-radius: 3px;
	background: #fff url(../images/ico-check.png) no-repeat center center;
	background-size: 11px 9px;
	border: 0;
	vertical-align: middle;
	background-color: #d8d8d8;
}

input[type=checkbox]:focus+.label2:before, input[type=checkbox]:focus+label:before, input[type=radio]:focus+.label2:before, input[type=radio]:focus+label:before {
	border-color: rgba(196, 196, 196, 0.5);
}

input[type=checkbox]:disabled+.label2, input[type=checkbox]:disabled+label, input[type=radio]:disabled+.label2, input[type=radio]:disabled+label {
	color: #959595;
}

input[type=checkbox]:disabled+.label2:before, input[type=checkbox]:disabled+label:before, input[type=radio]:disabled+.label2:before, input[type=radio]:disabled+label:before {
	opacity: .3;
	border-color: #666;
}

input[type=checkbox]:checked+.label2:before, input[type=checkbox]:checked+label:before {
	background-color: #2269F7 !important;
}

input[type=radio]+.label2:before, input[type=radio]+label:before {
	background: #fff url(../images/ico-radio-off.png) no-repeat center center;
}

input[type=radio]:checked+.label2:before, input[type=radio]:checked+label:before {
	background: #fff url(../images/ico-radio-on.png) no-repeat center center;
}

.cpright {
	display: block;
	position: absolute;
	bottom: 10px;
}

.cpright_mob {
	display: none;
}

.btn_smartmirror {
	color: #fff;
	background-color: #2269f7;
}


/* 스마트관리자_목록 */

/* gnb */
.wrapper-sub #header_smartmirror {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 240px;
	background-color: #2269F7;
	color: #fff;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: width;
	transition-property: width;
}

.header-info .btn-menu-collapse_sm {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	background-color: #2269F7;
}

.btn-menu-collapse_mob {
	display: none;
}

.user-info .position {
	margin-left: 5px;
	padding-left: 5px;
}

.user-info .tdul {
	text-decoration: underline;
}

.ico-gnb-report {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-image: url("../images/report@2x.png");
}

.ico-gnb-list {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-image: url("../images/list@2x.png");
}

.ico-gnb-setting {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-image: url("../images/setting@2x.png");
}


/* 검색부 */
.title-area_smartmirror .title1 {
	display: inline-block;
}

.title-area_smartmirror .btn-toggle_sm {
	padding: 0 8px;
	display: inline;
	font-size: 10px;
	color: #2269F7;
	text-decoration: underline;
}

.title-area_smartmirror .btn-toggle_sm .open {
	display: none;
}

.title-area_smartmirror .btn-toggle_sm.on .open {
	display: inline;
}

.title-area_smartmirror .btn-toggle_sm.on .close {
	display: none;
}

.toggle-area_smartmirror {
	margin: 0 auto 80px;
}

.search_wrap {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

/* .search_wrap .search_label:first-child {
	margin-right: 20px;
} */

.search_label {
	position: relative;
	display: inline-block;
	width: 49%;
}

.search_smartmirror {
	display: flex;
	width: 100%;
	height: 56px;
	border: 1px solid #79747E;
	border-radius: 4px;
	text-indent: 16px;
	color: #333;
	font-size: 1em;
	font-weight: 400;
}

.search_title {
	position: absolute;
	top: -8px;
	left: 12px;
	background-color: #fff;
	color: #49454F;
	padding: 0 4px;
	width: max-content;
}

.smartmirror_jq a {
	color: #2269F7 !important;
	border-bottom: 1px solid #2269F7 !important;
}

.overview-col_smartmirror {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px 42px;
}

.overview-col_smartmirror li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

.overview-col_smartmirror li strong {
	color: #666666;
}

.list-ctrl_smartmirror {
	margin-top: 10px;
}

.list-ctrl_smartmirror:after {
	display: block;
	clear: both;
	content: '';
}

.list-ctrl_smartmirror .left {
	float: left;
}

.list-ctrl_smartmirror .right {
	float: right;
}

.list-ctrl_smartmirror .display span {
	padding-right: 17px;
}

.list-ctrl_smartmirror .display select {
	display: inline-block;
	width: 70px;
	line-height: 1;
}

.list-ctrl_smartmirror .pagination {
	padding: 0 10px;
}

.list-ctrl_smartmirror .pagination a {
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 10px;
	border: 0;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	padding-top: 3px;
	line-height: 30px;
}

.list-ctrl_smartmirror .pagination a:first-child {
	margin-left: 0;
}

.list-ctrl_smartmirror .pagination a.on {
	background-color: #2269F7;
	color: #fff;
	font-weight: 400;
}

.list-ctrl_smartmirror .pagination .direction.first {
	background: #fff url(../images/sm_ico-prev2@2x.png) no-repeat center center;
	background-size: 100%;
}

.list-ctrl_smartmirror .pagination .direction.prev {
	background: #fff url(../images/sm_ico-prev@2x.png) no-repeat center center;
	background-size: 100%;
}

.list-ctrl_smartmirror .pagination .direction.next {
	background: #fff url(../images/sm_ico-next@2x.png) no-repeat center center;
	background-size: 100%;
}

.list-ctrl_smartmirror .pagination .direction.last {
	background: #fff url(../images/sm_ico-next2@2x.png) no-repeat center center;
	background-size: 100%;
}

.btn_reset, .btn_close {
	color: #808080;
	background-color: #e8e8e8;
}

.btn_search {
	color: #fff;
	background-color: #a7a7a7;
}

.sm_long .search_smartmirror {
	width: 1064px !important;
}

.sm_datasearch .search_smartmirror {
	text-indent: 8px !important;
	position: relative;
	padding-right: 20px;
	background: url(../images/calendar@2x.png) no-repeat right 16px center/24px auto;
}

.sm_datasearch .search_smartmirror::-webkit-clear-button, .sm_datasearch .search_smartmirror::-webkit-inner-spin-button {
	display: none;
}

.sm_datasearch .search_smartmirror::-webkit-calendar-picker-indicator {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	color: transparent;
	cursor: pointer;
}

.chart_wrap {
	position: relative;
	width: 100%;
	height: 280px;
	margin-top: 20px;
	margin-bottom: 140px;
}

.chart_title_wrap {
	display: flex;
	justify-content: flex-start;
	text-align-last: left;
	align-items: baseline;
	margin-bottom: 10px;
	margin-left: 20px;
}

.chart_color {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #007df0;
	display: inline-block;
	margin-right: 6px;
}

/* 배너관리 */
.banner_set_wrap {
	display: flex;
	flex-direction: row;
	margin: 20px auto 60px;
	align-items: center;
}

.banner_wrap {
	width: 100%;
}

.banner_thumb_wrap {
	text-align: center;
}

.banner_thumb {
	width: 100%;
	max-width: 250px;
	border: 1px solid #818181;
	border-style: dashed;
}

.banner_btn_wrap {
	display: flex;
	flex-direction: column;
	margin-top: 14px;
	align-items: center;
	position: relative;
	text-align: center;
}

.bn_btn {
	width: 100%;
	max-width: 250px;
}

.attach_wrap {
	width: 100%;
	max-width: 125px;
}

.attach_wrap input[type="file"] {
	display: none;
}

.hiddenFile {
	display: none;
}

.bn_btn:last-child {
	margin-top: 10px;
}

.bndetail_wrap {
	margin-top: 0 !important;
	width: 100% !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 380px;
}

.bndetail_wrap .search_smartmirror {
	width: 800px !important;
}

.banner_hr {
	width: 98%;
	margin-bottom: 60px;
}

.linebanner_wrap {
	align-items: start !important;
}


/* 상세 */
.modal-popup_sm {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* 로더 레이어 */
}

.modal-popup_sm.hide {
	opacity: 0;
	visibility: hidden;
}

.modal-popup_sm.hide .popup_inner {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.modal-popup_sm.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.modal-popup_sm.show .popup_inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.modal-popup_sm .dimed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.modal-popup_sm .popup_inner {
	width: 83%;
	height: 822px;
	position: relative;
	z-index: 1100;
	background-color: #fff;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 10px;
}

.popup_header {
	position: fixed;
	z-index: 1100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 70px;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	padding: 0 23px;
}

.popup_header .btn-page-back {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 70px;
	height: 100%;
	background-color: #193E53;
}

.popup_header .popup-title {
	font-size: 24px;
	font-weight: 500;
}

.popup_header .page-info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.popup_header .btn-group {
	padding-right: 40px;
}

.popup_content {
	padding-top: 80px;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.popup_content::-webkit-scrollbar {
	display: none;
}


.btn-delete {
	color: #fff;
	background-color: #FF5B37;
}

.btn_check {
	color: #fff;
	background-color: #2269F7;
	padding: 0 46px;
	border-radius: 4px;
	height: 56px;
	font-size: 1em;
	display: block;
	line-height: 56px;
}

.detail_wrap {
	margin-top: 40px;
	display: flex;
}

.detail_smtmr {
	display: flex;
	width: 100%;
	height: 56px;
	border: 1px solid #79747E;
	border-radius: 4px;
	text-indent: 16px;
	color: #79747e;
}

.detail_label {
	position: relative;
	display: block;
	height: fit-content;
	width: 100%;
}

.detail_btn_wrap {
	margin: 40px 0 0;
	display: flex;
}

.detail_label2 {
	position: relative;
	margin-right: 10px;
	width: 100%;
}

.detail_smtmr2 {
	width: 100%;
	height: 56px;
	border: 1px solid #79747E;
	border-radius: 4px;
	text-indent: 16px;
	color: #79747E;
}

.detail_smartmirror {
	width: 90%;
}

.essential::before {
	content: '\002A';
}

.detail_smtmr3 {
	display: flex;
	width: 100%;
	height: 140px;
	border: 1px solid #79747E;
	border-radius: 4px;
	color: #333;
	font-size: 1em;
}

.detail_label textarea {
	padding: 20px 14px 0;
}

.deact {
	opacity: 50%;
}

.warn {
	border: 1px solid red !important;
}

.warn2 {
	color: red !important;
}

.warn_text {
	display: none;
	color: red !important;
	font-size: 12px;
}

/* 얼럿팝업 */
.modal-popup_sm2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* 로더 레이어 */
}

.modal-popup_sm2.hide {
	opacity: 0;
	visibility: hidden;
}

.modal-popup_sm2.hide .popup-inner {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.modal-popup_sm2.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.modal-popup_sm2.show .popup-inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.modal-popup_sm2 .dimed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.modal-popup_sm2 .popup-inner {
	position: relative;
	z-index: 1100;
	background-color: #fff;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.modal-popup_sm2 .popup-header {
	background-color: #2269F7;
	color: #fff;
	line-height: 50px;
	padding: 0 30px;
}

.modal-popup_sm2 .popup-title {
	font-weight: 300;
}

.modal-popup_sm2 .popup-body {
	padding: 30px;
}

.modal-popup_sm2 .popup-body .title1 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.modal-popup_sm2 .popup-footer {
	text-align: right;
	padding: 16px 30px;
}

.modal-popup_sm2 .popup-footer .btn+.btn {
	margin-left: 6px;
}

.modal-popup_sm2 .btn-close-popup {
	position: absolute;
	right: 0;
	top: 0;
}

.modal-popup_sm2.modal-full .popup-inner {
	width: 100%;
	height: 100%;
}

.modal-popup_sm2.modal-md .popup-inner {
	width: 700px;
}

.modal-popup_sm2.modal-md .popup-body {
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}

.modal-popup_sm2.modal-loading .popup-inner {
	width: 400px;
	height: 320px;
}

.modal-popup_sm2.modal-loading .popup-inner .popup-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-popup_sm2.modal-loading .popup-inner .btn-close-popup {
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #bcbcbc;
	padding: 11px 0 6px 0;
	margin-right: 23px;
}

.modal-popup_sm2.modal-loading .btn-close-popup {
	position: absolute;
	right: 0;
}

#layer-popup3 .search_wrap, #layer-popup4 .search_wrap {
	opacity: 50%;
}

#layer-popup {
	z-index: 1001;
}

#layer-popup2 {
	z-index: 1002;
}

#layer-popup3 {
	z-index: 1003;
}

#layer-popup4 {
	z-index: 1004;
}

#layer-confirm {
	z-index: 1009;
}
#layer-alert {
	z-index: 1010;
}
#layer-alert_sm {
	z-index: 1010;
}

/* top버튼 */
#top_btn {
	position: fixed;
	right: 4%;
	bottom: 4%;
	display: none;
}

.topbtn_img {
	width: 100%;
	max-width: 50px;
}


/* 키오스크 */
.kiosk_wrap {
	width: 100%;
	display: flex;
}

.kiosk_thumb {
	width: 100%;
	max-width: 125px;
	border: 1px solid #818181;
	border-style: dashed;
}

.kiosk_imginfo_wrap {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

.kiosk_btn_wrap {
	display: flex;
	flex-direction: row;
	margin-top: 12px;
}

.ksk_btn {
	width: 100%;
	max-width: 125px;
}

.kiosk_btn_wrap .attach_wrap {
	width: auto !important;
}

.nomt {
	margin-top: 0 !important;
}


textarea {
	resize: none;
}

/* 공통 */
input[type="text"]::placeholder {
	color: #d8d8d8 !important;
	opacity: 1;
}

input[type="text"]::-webkit-input-placeholder {
	color: #d8d8d8 !important;
	opacity: 1;
}

input[type="text"]:-ms-input-placeholder {
	color: #d8d8d8 !important;
	opacity: 1;
}

input[type="password"]::placeholder {
	color: #d8d8d8 !important;
	opacity: 1;
}

input[type="password"]::-webkit-input-placeholder {
	color: #d8d8d8 !important;
	opacity: 1;
}

input[type="password"]:-ms-input-placeholder {
	color: #d8d8d8 !important;
	opacity: 1;
}

input[type="number"]::placeholder {
	color: #d8d8d8 !important;
	opacity: 1;
}

input[type="number"]::-webkit-input-placeholder {
	color: #d8d8d8 !important;
	opacity: 1;
}

input[type="number"]:-ms-input-placeholder {
	color: #d8d8d8 !important;
	opacity: 1;
}

textarea::placeholder {
	color: #d8d8d8 !important;
	opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: #d8d8d8 !important;
	opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #d8d8d8 !important;
	opacity: 1;
}

select.detail_smtmr {
	color: #d8d8d8;
}

select.detail_smtmr option {
	color: #79747e !important;
}

/* 파트너스 수익 리포트 */

.profit_wrap, .profit_wrap2{
	display: flex;
	flex-direction: row;
	line-height: 27px;
}

.profit_wrap2{
	margin: 0 20px;
	background-color: #deefff;
}

.profit_wrap2 p:first-child{
	margin-right: 6px;
}

.prf_info{
	font-size: 13px;
	font-weight: 700;
	color: #2269f7;
}

/* 파트너스 배너관리 */

.ptnsbn_wrap{
	width: 90%;
	height: 240px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px auto;
}

.ptnsbn_title, .ptnsbn_code{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 50%;
}

.bn_title, .code_title{
	width: 30%;
	height: 240px;
	background-color: #f6f6f6;
	text-align: center;
	border: 1px solid #c4c4c4;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.bn_preview, .code_detail{
	width: 70%;
	height: 240px;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}

.code_detail{
	border-right: 1px solid #c4c4c4;
	word-break:break-all;
	padding: 0 4%;
	display: flex;
	align-items: center;
}

.bn_preview{
	line-height: 240px;
	display: flex;
	background-color: 	rgba(0, 125, 240, 0.1);
}

.bn_preview img{
	display: block;
	width: 100%;
	height: auto;
	max-height: 240px;
	object-fit: scale-down;
}


.btn_ptnsbn{
	background-color: #2269f7;
	padding: 10px 30px;
	border-radius: 6px;
	color: #fff;
	margin-top: 10px;
}

/* 파트너스 상세 */

.btn_delete{
	color: #fff;
	background-color: #ff5b37;
	padding: 0 46px;
	border-radius: 4px;
	height: 56px;
	font-size: 1em;
	line-height: 56px;
	display: block;
}

.btn_check_s{
	color: #fff;
	font-size: 0.88em;
	font-weight: 100;
	background-color: #2269F7;
	padding: 0 28px;
	border-radius: 4px;
	height: 30px;
	margin-left: 20px;
}

.ptns_gnb{
	width: 60px !important;
}

/* 가입신청 */

.title_join{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

.mb--2{
	margin-bottom: -20px !important;
}

.button_wrap{
	text-align: right;
}

/* 404페이지 */
.error_wrap{
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
}

.error_title{
  color: #FF5B37;
  font-weight: 700;
  font-size: 2em;
}

.error_scrp{
  color: #333;
  font-weight: 700;
  font-size: 1em;
	margin: 20px auto;
}

.goback_error{
	background-color: #2269F7;
  color: #fff;
  font-weight: 500;
  font-size: 1em;
	padding: 6px 16px;
	border-radius: 4px;
}

.pu_editver{
	display: flex;
	width: 100%;
	margin-top: 40px !important;
}

/* .pu_editver .search_label{
	width: 100% !important;
} */

.pu_editver input{
	width: 100% !important;
}

.twobtn_combine{
	display: flex;
	flex-direction: row;
	margin-bottom: 40px;
}

.twobtn_combine .detail_label{
	margin-right: 10px;
	width: 100%;
}

.twobtn_combine textarea{
	height: 122px !important;
} 

.twobtn_combine .twobtn_wrap{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.twobtn_combine .twobtn_wrap .btn_delete{
	padding: 0 39px;
}

.fz1em input, .fz1em textarea, .fz1em select{
	font-size: 1em;
}

.search_label input[type=date], .detail_label input[type=date]{
	text-indent: 8px !important;
}

.coupon_com_btn{
	background-color: #007df0;
	color: #fff;
	border-radius: 4px;
	padding: 6px 16px;
}

.coupon_com_btn2{
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	padding: 6px 16px;
	min-width: 116px;
}

.coupon_com_btn3{
	background-color: #FF5B37;
	color: #fff;
	border-radius: 4px;
	padding: 6px 16px;
}

.ui-state-default .ui-th-column .ui-th-ltr{
	width: auto;
}

.cp_dateselect{
	display: flex;
	flex-direction: row;
	align-items: center;
	border: 1px solid #C4C4C4;
}

.cp_ds_text{
	padding: 18px 45px;
	font-size: 16px;
	color: #000;
	background-color: #F6F6F6;
}

.cp_dateselect input{
	border: 0 solid transparent;
	width: 260px;
	position: relative;
	margin-left: 12px;
	margin-right: 12px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #c4c4c4;
}

.cp_dateselect input::-webkit-calendar-picker-indicator{
	background: transparent;
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.slct_btn{
	background-color: #453F3F;
	width: 120px;
	height: 40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slct_btn a{
	color: #fff;
	font-size: 16px;
}

/* 환불 관리 */

.btn_excel{
	color: #fff;
	background-color: #333;
}

.btn_refundcom{
	color: #fff;
	background-color: #ff5b37;
}

.rf_history{
	width: 100%;
	height: 140px;
	border: 1px solid #79747E;
	border-radius: 4px;
	color: #79747E;
	padding: 20px 14px;
	overflow-y: auto;
}

.rf_hstr_row{
	display: flex;
	flex-direction: row;
}

.rf_hstr_row p:first-child{
	margin-right: 40px;
}

.w100{
	width: 100%;
}
/* healthcare */

.search_smartmirror_hc{
	display: flex;
	width: 339px;
	height: 56px;
	border: 1px solid #79747E;
	border-radius: 4px;
	text-indent: 16px;
	color: #79747E;
	font-size: 1em;
	font-weight: 100;
}

.hc_mr20{
	margin-right: 20px !important;
}

.hc_mw1066{
	width: 1066px !important;
	line-height: 2;
}


.fz1em input, .fz1em textarea, .fz1em select{
	font-size: 1em;
}

.detail_meal {
	display: block;
	width: 100%;
	height: 140px;
	border: 1px solid #79747E;
	border-radius: 4px;
	color: #333;
	padding: 20px 14px;
	overflow-y: scroll;
}

.stitle{
	font-weight: normal;
	font-size: 12px;
}

.meal_img_wrap{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-top: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 40px;
}

.mealimg_wrap{
	display: flex;
	flex-direction: row;
	width: 49%;
	align-items: center;
}

.meal_label{
	position: relative;
	display: block;
	border: 1px solid #79747E;
	border-radius: 4px;
	margin-right: 10px;
	width: 100%;
	height: fit-content;
}

.meal_thumb {
	width: 100%;
	max-width: 224px;
	/* aspect-ratio: 1/1; */
}

.mealimg_btn_wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hide{
	display: none;
}

.regi::placeholder{
	padding-left: 0;
}

.w100p{
	width: 100% !important;
}

.news_s{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.w30p{
	width: 32% !important;
}

/* 2025-03-28 add */

.h112{
	height: 112px !important;
}

.user_ev{
	display: block;
	width: 100%;
	height: 56px;
	border: 1px solid #79747E;
	border-radius: 4px;
	color: #333;
	padding: 20px 14px;
}

/* 2025-05-16 add */
.check_wrap{
	display: flex;
	margin-top: 20px;
	height: 56px;
	gap: 20px;
}

.gift_btn{
	justify-content: end;
	margin-right: 200px;
}