@charset "utf-8";

/* reset */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0
}

body, input, textarea, select, button, table, pre {
	color: #333;
	font-family: 'NanumBarunGothic', '맑은 고딕', 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
	font-size: 14px;
	line-height: 1
}

img, fieldset {
	border: 0
}

ul, ol, dl, li {
	list-style: none
}

em, address {
	font-style: normal
}

a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	outline: none
}

a:hover, a:active, a:focus {
	text-decoration: none
}

img {
	vertical-align: top
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}

table th {
	font-weight: 400
}

hr {
	display: none
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: inherit
}

button {
	overflow: visible;
	border: 0;
	background: transparent;
	cursor: pointer;
	white-space: nowrap;
	outline: none
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

button span {
	position: relative
}

.blind {
	overflow: hidden;
	position: absolute;
	top: -99rem;
	left: 0;
	width: 1px;
	height: 1px;
	border: 0;
	font-size: 0;
	line-height: 0;
	white-space: nowrap
}

select, input {
	outline: none
}

label {
	cursor: pointer
}

/* common */
html, body, #wrap {
	width: 100%;
	height: 100%
}

body {
	background: #f2f3f8
}

.sp {
	display: inline-block;
	overflow: hidden;
	background: url("../images/sp.png") no-repeat;
	line-height: 99em;
	vertical-align: top
}

.sp2 {
	display: inline-block;
	overflow: hidden;
	background: url("../images/sp2.png") no-repeat;
	line-height: 99em;
	vertical-align: top
}

#wrap {
	position: relative;
	min-height: 100vh;
	height: auto;
	flex: 1;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* #container{position:relative;min-width:1130px;padding:80px 0 75px 150px} */
#container.v1 {
	padding-top: 124px
}

#container {
	position: relative;
	min-width: 1130px;
	padding: 80px 0 0 150px
}

#container.cont_left {
	padding: 0 0 0 180px;
}

.content {
	padding: 20px
}

.content:after {
	display: block;
	clear: both;
	content: ''
}

.layer_open {
	overflow: hidden
}

.dimmed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	background: #000;
	opacity: 0.5
}

.dimmed.on {
	display: block
}

/* error */
#error {
	padding: 154px 0;
	text-align: center
}

#error .errtit {
	margin-bottom: 50px;
	font-size: 40px
}

#error .errtxt {
	margin-bottom: 5px;
	font-size: 24px
}

/* multiple select */
.tbl_wrap.write .multi_select_wrap select {
	width: 100%
}

.multi_select_wrap {
	position: relative;
	background: #fff
}

.multi_select_wrap .ms-choice {
	display: block;
	width: 100%;
	padding: 5.5px 27px 5.5px 5px;
	border: 1px solid #ebedf2;
	border-radius: 3px;
	box-sizing: border-box
}

.multi_select_wrap .ms-choice:focus {
	border: 1px solid #716ACA
}

.multi_select_wrap .ms-choice > span {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 17px;
	line-height: 17px;
	text-align: left
}

.multi_select_wrap .ms-choice > div {
	position: absolute;
	top: 11px;
	right: 10px;
	width: 0;
	height: 0;
	border-top: 8px solid #2f3336;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent
}

.multi_select_wrap .ms-drop {
	display: none;
	position: absolute;
	top: 29px;
	left: 0;
	right: 0;
	z-index: 10;
	border: 1px solid #819dc3;
	background: #fff
}

.multi_select_wrap .ms-drop ul {
	overflow: auto
}

.multi_select_wrap .ms-drop li {
	word-wrap: break-word
}

.multi_select_wrap .ms-drop li:hover {
	background: #3e8ffe;
	color: #fff
}

.multi_select_wrap .ms-drop input {
	display: inline-block;
	margin-top: 2px;
	vertical-align: top
}

.multi_select_wrap .ms-drop label {
	display: block;
	width: 100%;
	padding: 5px 8px;
	box-sizing: border-box
}

/* layout */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	height: auto;
	min-width: 1280px;
	background: #fff;
	box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .1)
}

#header .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 80px;
	background: #01348b
}

#header .logo img {
	display: block;
	margin: 0 auto;
}

#header .nav_top {
	position: relative;
	min-width: auto;
	min-height: 44px;
	padding: 18px 280px 18px 160px;
}

#header .nav_top:after {
	display: block;
	clear: both;
	content: ''
}

#aside {
	position: fixed;
	top: 80px;
	left: 0;
	bottom: 0;
	z-index: 20;
	width: 150px;
	background: #01348b
}

#aside .nav_left a {
	display: block;
	height: 56px;
	padding: 13px;
	color: #868aa8;
	text-align: center
}

#aside .nav_left .on {
	position: relative;
	background: #01348b;
	color: #fff
}

#aside .nav_left .ico {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background: #ccc
}

#aside .nav_left .ico:before {
	display: block;
	content: ''
}

#aside .nav_left .txt {
	display: block;
	margin-top: 10px;
	font-size: 14px
}


/* 왼쪽네비 */

/* 1depth */

#aside.lnb .logo.logo_a {
	text-align: center;
	margin: 15px 0;
}

#aside.lnb .snb_a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px;
}

#aside.lnb .snb_a img {
	width: 20px;
	height: 100%;
}

#aside.lnb .snb_a .username {
	color: #fff;
	width: 57%;
	display: flex;
	font-size: 12px;
	justify-content: center;
	
}

#aside.lnb {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 20;
	width: 181px;
	background: #01348b;
	overflow: auto;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

#aside.lnb::-webkit-scrollbar {
	display: none !important;
	/* Chrome, Safari,Opera */
}

#aside.lnb > ul {
	background: #fff;
}

#aside.lnb > ul > li {
	border-bottom: 1px solid #01348be8;
	
}

#aside.lnb > ul > li > a {
	display: block;
	padding: 9px 35px 9px 15px;
	font-size: 15px;
	text-align: left;
	color: #fff;
	background: #01348b url('https://img.icons8.com/ios-glyphs/90/ffffff/plus-math.png') no-repeat center right 15px/10px auto;
	background-size: 12px;
}

#aside.lnb > ul > li:hover > a {
	color: #fff;
	background-color: #01348bd8;
}

/* (-) 이미지 */
#aside.lnb > ul > li.on > a {
	color: #fff;
	background: #01348bd8 url('https://img.icons8.com/ios-glyphs/90/ffffff/minus-math.png') no-repeat center right 15px/10px auto;
	background-size: 12px;
}

/* 2depth */
#aside.lnb > ul > li ul {
	display: none;
}

#aside.lnb > ul > li ul > li {
	border-bottom: 1px solid #01348b1a;
	background: #fff;
}

#aside.lnb > ul > li ul > li:last-child {
	border-bottom: none;
}

#aside.lnb > ul > li > ul > li > a {
	display: block;
	padding: 10px 25px 10px 14px;
	font-size: 14px;
	background: #01348b07 url('https://img.icons8.com/ios-glyphs/90/363636/plus-math.png') no-repeat center right 15px/10px auto;
	background-size: 12px;
	color: #363636;
	text-align: left;
}

#aside.lnb > ul > li > ul > li:hover > a {
	color: #363636;
	background-color: #a2c4ff26;
	
}

#aside.lnb > ul > li > ul > li.on > a {
	color: #01348b;
	font-weight: bold;
	background: #a2c4ff26 url('https://img.icons8.com/ios-glyphs/90/363636/minus-math.png') no-repeat center right 15px/10px auto;
	background-size: 12px;
}

/* 2Depth에서 3Depth 없는 경우. */
/* #aside.lnb > ul > li > ul > li > a:only-child { background: none; } */

/* 3depth */
#aside.lnb > ul > li > ul li ul {
	display: none;
	
}

#aside.lnb > ul > li > ul li ul li a {
	display: block;
	padding: 10px 25px;
	font-size: 13px;
	color: #363636;
}

#aside.lnb > ul > li > ul li ul li:hover a {
	/* text-decoration: underline; */
	background-color: #a2c4ff26;
}


#aside.lnb > ul li.noDepth a {
	background-image: none;
}

#aside.lnb .nav_left a {
	
	text-align: left;
}

#aside.lnb .nav_left .on {
	background: none;
	
}

.pointer {
	cursor: pointer
}

.normal {
	font-weight: normal !important;
}

.bold {
	font-weight: bold
}

.under {
	text-decoration: underline;
	text-underline-position: under;
}

.under:hover {
	text-decoration: underline;
	text-underline-position: under;
}

.link_hover:hover {
	text-decoration: underline;
	text-underline-position: under;
}

.col_w {
	color: #fff
}

.col_red {
	color: #F4516C
}

.col_blue {
	color: #36A3F7
}

.col_green {
	color: #4CC0A5
}

.col_gray {
	color: #8f929e
}

.col_purple {
	color: #6a44ab
}

.comt {
	margin-top: 5px;
	font-size: 10px
}

.unit {
	display: inline-block;
	margin: 5px 0 0 5px
}

.txt_right {
	text-align: right
}

.txt_cent {
	text-align: center
}

.pre {
	white-space: pre-line
}

.fs15 {
	font-size: 15px !important;
}

.fs16 {
	font-size: 16px !important;
}

.fs18 {
	font-size: 18px !important;
}

.fs20 {
	font-size: 20px !important;
}

.fs24 {
	font-size: 24px !important;
}

.fs28 {
	font-size: 28px !important;
}

.fs30 {
	font-size: 30px !important;
}

.txt_gray {
	color: #575962 !important;
}

/* margin */
.mtop0 {
	margin-top: 0 !important;
}

.mtop10 {
	margin-top: 10px !important;
}

.mtop20 {
	margin-top: 20px !important;
}

.mtop30 {
	margin-top: 30px !important;
}

.mtop40 {
	margin-top: 40px !important;
}

.mbtm0 {
	margin-bottom: 0 !important;
}

.mbtm5 {
	margin-bottom: 5px !important;
}

.mbtm10 {
	margin-bottom: 10px !important;
}

.mbtm15 {
	margin-bottom: 15px !important;
}

.mbtm20 {
	margin-bottom: 20px !important;
}

.mbtm25 {
	margin-bottom: 25px !important;
}

.mbtm30 {
	margin-bottom: 30px !important;
}

.mbtm35 {
	margin-bottom: 35px !important;
}

.mbtm40 {
	margin-bottom: 40px !important;
}

.mbtm50 {
	margin-bottom: 50px !important;
}

.mleft0 {
	margin-left: 0 !important;
}

.mleft5 {
	margin-left: 5px !important;
}

.mleft10 {
	margin-left: 10px !important;
}

.mleft20 {
	margin-left: 20px !important;
}

.mright5 {
	margin-right: 5px !important;
}

.mright10 {
	margin-right: 10px !important;
}

.mright20 {
	margin-right: 20px !important;
}

.mtb10 {
	margin: 10px 0 !important;
}

.mtb20 {
	margin: 20px 0 !important;
}

.mx10 {
	margin: 0 10px !important;
}

.mx15 {
	margin: 0 15px !important;
}

.mx20 {
	margin: 0 20px !important;
}

.m0 {
	margin: 0 !important;
}

/*padding */
.ptop0 {
	padding-top: 0 !important;
}

.ptop10 {
	padding-top: 10px !important;
}

.ptop20 {
	padding-top: 20px !important;
}

.ptop30 {
	padding-top: 30px !important;
}

.ptop40 {
	padding-top: 40px !important;
}

.pbtm0 {
	padding-bottom: 0 !important;
}

.pbtm10 {
	padding-bottom: 10px !important;
}

.pbtm20 {
	padding-bottom: 20px !important;
}

.pbtm30 {
	padding-bottom: 30px !important;
}

.pleft5 {
	padding-left: 5px !important;
}

.pleft10 {
	padding-left: 10px !important;
}

.pleft20 {
	padding-left: 20px !important;
}

.pright5 {
	padding-right: 5px !important;
}

.pright10 {
	padding-right: 10px !important;
}

.pright20 {
	padding-right: 20px !important;
}

.ptb10 {
	padding: 10px 0 !important;
}

.ptb20 {
	padding: 20px 0 !important;
}

.px10 {
	padding: 0 10px !important;
}

.px15 {
	padding: 0 15px !important;
}

.px20 {
	padding: 0 20px !important;
}

.p0 {
	padding: 0 !important;
}

.px1015 {
	padding: 10px 15px !important;
}

/*width*/
.w10 {
	width: 10% !important;
}

.w20 {
	width: 20% !important;
}

.w30 {
	width: 30% !important;
}

.w40 {
	width: 40% !important;
}

.w50 {
	width: 50% !important;
}

.w60 {
	width: 60% !important;
}

.w70 {
	width: 70% !important;
}

.w80 {
	width: 80% !important;
}

.w90 {
	width: 90% !important;
}

.w100 {
	width: 100% !important;
}

.w0p {
	width: auto !important;
}

.w120p {
	width: 120px !important;
}

.w130p {
	width: 130px !important;
}

.w140p {
	width: 140px !important;
}

.w150p {
	width: 150px !important;
}

.w200p {
	width: 200px !important;
}

.w1000p {
	width: 1000px !important;
}

.mw1000p {
	max-width: 1000px !important;
}

/* padding */
.ptop10 {
	padding-top: 10px;
}

.ptop20 {
	padding-top: 20px;
}

.ptop30 {
	padding-top: 30px;
}

.pbtm0 {
	padding-bottom: 0;
}

.pbtm10 {
	padding-bottom: 10px;
}

.pbtm20 {
	padding-bottom: 20px;
}

.pbtm30 {
	padding-bottom: 30px;
}

.pleft5 {
	padding-left: 5px;
}

.pleft10 {
	padding-left: 10px;
}

.pleft20 {
	padding-left: 20px;
}

.pright5 {
	padding-right: 5px;
}

.pright10 {
	padding-right: 10px;
}

.pright20 {
	padding-right: 20px;
}

.pright30 {
	padding-right: 30px;
}

.ptb5 {
	padding: 5px 0;
}

.ptb10 {
	padding: 10px 0;
}

.ptb20 {
	padding: 20px 0 !important;
}


/* height */
.h100p {
	height: 100px !important;
}

.h90p {
	height: 90px !important;
}

.h80p {
	height: 80px !important;
}

.h70p {
	height: 70px !important;
}

.h60p {
	height: 60px !important;
}

.h50p {
	height: 50px !important;
}

.h40p {
	height: 40px !important;
}

.h30p {
	height: 30px !important;
}

.h20p {
	height: 20px !important;
}

.h10p {
	height: 10px !important;
}

.h120p {
	height: 120px !important;
}

.h150p {
	height: 150px !important;
}

.h200p {
	height: 200px !important;
}


/* background-color */
.bg_red {
	background-color: #F4516C;
}

.bg_red_light {
	background-color: #ffe8e2
}

.bg_pink {
	background-color: #F4B3BE
}

.bg_lime {
	background-color: #fff7e7
}

.bg_apricot {
	background-color: #fbe5d6
}

/*살구색*/
.bg_yellow {
	background-color: #FFB822
}

.bg_yellow_light {
	background-color: #FFFF00
}

.bg_yellow_deep {
	background-color: #ffca65
}

.bg_gray {
	background-color: #f4f5f8
}

.bg_deep_gray {
	background-color: #d3d3d3
}

.bg_dark_gray {
	background-color: #dce0e5
}

.bg_blue {
	background-color: #e7f2ff
}

.bg_blue_deep {
	background-color: #1f7dd4
}

.bg_blue_light {
	background-color: #ddf2fe
}

.bg_skyblue {
	background-color: #68c9e6
}

.bg_green {
	background-color: #ddf1d0
}

.bg_green_deep {
	background-color: #3dcbb7;
}

.bg_green_light {
	background-color: #d7f7f2
}

.bg_purple_light {
	background-color: #f2e8fe
}

.section {
	position: relative;
	margin-top: 20px;
	padding-bottom: 15px;
	background: #fff;
	-webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
	box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08)
}

.section:first-of-type {
	margin: 0
}

.section .main_tit {
	display: block;
	color: #363636;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold
}

.section .sub_tit {
	display: block;
	margin-bottom: 20px;
	color: #363636;
	font-size: 14px;
	font-weight: bold
}

.section .sub_tit.fst {
	margin-top: 30px
}

.section .sub_tit.nomarg {
	margin: 0
}

.section .page_tit {
	display: block;
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
	font-weight: bold
}

.section .page_tit .sub {
	display: block;
	margin-top: 20px;
	font-size: 16px
}

.section .field_box .page_tit {
	flex: 1
}

.section .head {
	position: relative;
	padding: 15px;
	border-bottom: 1px solid #ebedf2
}

.section .btn_head {
	position: absolute;
	top: 8px;
	right: 10px
}

.section .body {
	padding: 30px 15px 15px
}

.section .body.v1 {
	padding-top: 10px
}

.article {
	position: relative;
	overflow: hidden;
	margin-top: 30px
}

.article.line_top {
	border-top: 1px solid #ebedf2
}

.article.line_btm {
	border-bottom: 1px solid #ebedf2
}

.article.nohidden {
	overflow: visible
}

.article_hanson {
	position: relative;
	margin-top: 30px
}

.article:first-child {
	margin: 0
}

.article:first-of-type {
	margin: 0
}

.article.fst {
	margin-top: 30px
}

.article.nomarg {
	margin: 0
}

.article .view_nodata {
	text-align: center
}

.article .view_nodata .txt {
	margin-bottom: 10px
}

.article.table {
	display: table
}

.article.table .cell {
	display: table-cell;
	vertical-align: middle
}

.ellip {
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ico_arrow {
	display: inline-block;
	padding: 3px;
	border: solid #898b96;
	border-width: 0 1px 1px 0;
	vertical-align: top
}

.ico_arrow.up {
	margin-top: 6px;
	transform: rotate(-135deg)
}

.ico_arrow.down {
	margin-top: 1px;
	transform: rotate(45deg)
}

.ico_arrow.prev {
	margin-left: 2px;
	transform: rotate(135deg)
}

.ico_arrow.next {
	margin-right: 2px;
	transform: rotate(-45deg)
}

.ico_arrow.tri {
	width: 0;
	height: 0;
	padding: 0;
	border-top: 6px solid #7B7E8A;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 0
}

input[type="text"], input[type="password"], input[type="number"] {
	min-height: 30px;
	padding: 5.5px 5px;
	border: 1px solid #ebedf2;
	border-radius: 3px;
	vertical-align: top;
	box-sizing: border-box
}

input[type="text"]:focus, input[type="password"]:focus, select:focus, input[type="number"]:focus {
	border: 1px solid #716ACA
}

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder {
	color: #ccc
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, input[type="number"]::-moz-placeholder {
	color: #ccc
}

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder {
	color: #ccc
}

input[type="text"].inp_err, input[type="password"].inp_err {
	border: 1px solid #F4516C
}

input[type="text"].inp_err:hover {
	border: 1px solid #F4516C
}

input[type="text"].inp_cent {
	text-align: center
}

input[type="text"].inp_right {
	text-align: right
}

input[readonly] {
	padding: 0;
	border: 0
}

textarea[readonly] {
	border: 0
}

input[readonly].col_red {
	color: #F4516C
}

input[readonly]:focus {
	border: 0
}

input.readonly {
	color: #ccc
}

input.readonly.col_red {
	color: #F4516C
}

input.disabled {
	border: 1px solid #f5f5f5;
	background: #f5f5f5
}

input[readonly].disabled {
	padding: 5.5px 5px
}

select {
	padding: 4.5px 5px;
	border: 1px solid #ebedf2;
	border-radius: 3px;
	vertical-align: top
}

select.disabled {
	background: #f5f5f5
}

textarea {
	padding: 5px;
	border: 1px solid #ebedf2;
	border-radius: 3px;
	vertical-align: top;
	box-sizing: border-box;
	resize: none;
	width: 99%;
}

.inp_right {
	text-align: right
}

.inp_sch {
	width: 250px
}

.lb_box {
	display: inline-block;
	position: relative;
	height: 16px;
	margin-left: 15px;
	padding-left: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.lb_box:first-child {
	margin: 0
}

.lb_box input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0
}

.lb_box input:checked ~ .mark:after {
	display: block
}

.lb_box .txt_label {
	display: inline-block;
	margin-left: 5px;
	line-height: 1rem
}

.lb_box .mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #bdc3d4;
	border-radius: 3px;
	background: #fff
}

.lb_box .mark:after {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	content: ''
}

.lb_box .mark.chk:after {
	width: 3px;
	height: 8px;
	margin: -6px 0 0 -2px;
	border: solid #2f3336;
	border-width: 0 2px 2px 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.lb_box .mark.rdo {
	border-radius: 50%
}

.lb_box .mark.rdo:after {
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	background: #2f3336
}

.btn_wrap {
	display: -ms-flex;
	display: flex;
	position: relative;
	margin-top: 40px
}

.btn_wrap.cent {
	justify-content: center
}

.btn_wrap.right {
	justify-content: flex-end
}

.btn_wrap.space {
	justify-content: space-between
}

.btn_wrap.v1 {
	margin-top: 20px
}

.btn_wrap.nomarg {
	margin: 0;
	padding: 0
}

.btn_wrap.nopadg {
	padding: 0
}

.btn_wrap .right {
	position: absolute;
	top: 0;
	right: 0
}

.btn_wrap .left {
	position: absolute;
	top: 0;
	left: 0
}

.btn_wrap.border {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #ebedf2
}

.btn_wrap.border .right {
	top: 20px
}

.btn_wrap.border .left {
	top: 20px
}

.btn_wrap .btn_base {
	margin: 0 3px
}

.btn_base {
	display: inline-block;
	min-width: 86px;
	padding: 7px 13px;
	border: 1px solid #5867dd;
	border-radius: 3px;
	background: #5867dd;
	color: #fff;
	line-height: 1;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box
}

.btn_base.small {
	min-width: auto;
	padding: 5px 8px
}

.btn_base.tiny {
	min-width: auto
}

.btn_base.rev {
	border: 1px solid #5867dd;
	background-color: #fff;
	color: #5867dd
}

.btn_base.gray {
	border: 1px solid #c5cbda;
	background-color: #ccd1de;
	color: #2f3336
}

.btn_base.gray_rev {
	border: 1px solid #c5cbda;
	background-color: #fff;
	color: #2f3336
}

.btn_base.gray_deep {
	border: 1px solid #a2a8ae;
	background-color: #a2a8ae;
	color: #fff
}

.btn_base.blue {
	border: 1px solid #36a3f7;
	background-color: #36a3f7;
	color: #fff
}

.btn_base.blue_rev {
	border: 1px solid #36a3f7;
	background-color: #fff;
	color: #2f3336
}

.btn_base.green {
	border: 1px solid #10c469;
	background-color: #10c469;
	color: #fff
}

.btn_base.red {
	border: 1px solid #f4516c;
	background-color: #f4516c;
	color: #fff
}

.btn_base.red.md {
	vertical-align: middle;
}

.btn_base.yellow {
	border: 1px solid #FFB822;
	background-color: #FFB822;
	color: #fff
}

.btn_base.purple {
	border: 1px solid #9816F4;
	background-color: #9816F4;
	color: #fff
}

.btn_base.orange {
	border: 1px solid #f28241;
	background-color: #f28241;
	color: #fff
}

.btn_base.blue_deep {
	border: 1px solid #1f7dd4;
	background-color: #1f7dd4;
	color: #fff
}

.btn_base.hide {
	display: none
}

.btn_txt {
	color: #575962;
	font-size: 12px
}

.btn_pdf span {
	overflow: hidden;
	display: inline-block;
	width: 18px;
	height: 24px;
	/*background: url('/images/common/pdf_down.png') no-repeat;*/
	line-height: 99em;
	font-size: 0
}

.paging_wrap {
	display: -ms-flex;
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 20px
}

.paging_wrap.cent {
	justify-content: center
}

.paging_wrap.right {
	justify-content: flex-end
}

.paging_wrap .area {
	-ms-flex: 1;
	flex: 1
}

.paging_wrap .area.noflex {
	-ms-flex: none;
	flex: none
}

.paging_wrap .area.noflex .page_txt {
	margin-top: 13px
}

.paging_wrap .area.left {
	position: absolute;
	top: 0;
	left: 0
}

.paging_wrap .paging {
	display: -ms-flex;
	display: flex;
	margin-top: 5px
}

.paging_wrap .paging.cent {
	justify-content: center
}

.paging_wrap .paging.right {
	justify-content: flex-end
}

.paging_wrap .paging:after {
	display: block;
	clear: both;
	content: ''
}

.paging_wrap .paging li {
	float: left;
	margin-left: 5px
}

.paging_wrap .paging li:first-child {
	margin: 0
}

.paging_wrap .paging .btn_page {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #575962;
	line-height: .5em;
	text-align: center;
	outline: none
}

.paging_wrap .paging .page_item .btn_page span {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 28px
}

.paging_wrap .paging .page_item:hover .btn_page {
	background: #716aca;
	color: #fff
}

.paging_wrap .paging .page_item.on .btn_page {
	background: #716aca;
	color: #fff
}

.paging_wrap .paging .page_prev .btn_page, .paging .page_next .btn_page {
	background: #F3F2F7
}

.paging_wrap .page_txt {
	margin: 0;
	font-size: 10px
}

.paging_wrap .btn_wrap {
	margin: 0
}

.paging_wrap .btn_wrap .btn_base {
	position: static;
	top: auto;
	right: auto
}

.paging_wrap .btn_wrap .btn_base:last-child {
	margin-right: 0
}

.paging_wrap .btn_base {
	position: absolute;
	top: 0;
	right: 0
}

.paging_wrap .data_count {
	margin-top: 5px;
	font-size: 10px
}

.paging_wrap .data_count select {
	padding: 2px 5px
}

.paging_wrap .data_count .txt {
	display: inline-block;
	margin-top: 8px
}


.popup.w650 {
	width: 650px;
}

.popup {
	display: none;
	position: absolute;
	z-index: 40;
	width: 800px;
	height: auto;
	background: #fff
}

.popup.on {
	display: block
}

.popup.bg_yellow {
	background: #fdff00 !important;
}

.popup .pop_head {
	position: relative;
	min-height: 15px;
	padding: 20px;
	border-bottom: 1px solid #ebedf2
}

.popup .btn_close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.popup .pop_body {
	padding: 20px
}

.popup .pop_body.scroll {
	overflow-y: auto;
	max-height: 615px
}

.popup .tbl_wrap.scroll {
	overflow-y: auto;
	max-height: 300px
}

.popup .tbl_wrap.list {
	overflow: auto;
	height: 200px;
	min-height: auto
}

.popup .tbl_wrap.list.pop_scroll {
	height: auto;
	max-height: 500px
}

.popup .sub_tit {
	display: block;
	color: #363636;
	font-size: 14px;
	font-weight: bold
}

.popup .pop_txt {
	margin-bottom: 20px;
	line-height: 1.3em;
	text-align: center
}

.popup .pop_txt.left {
	text-align: left
}

.popup .txt_mtop {
	margin-top: 20px;
	line-height: 1rem
}


.field_box {
	display: -ms-flex;
	display: flex;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	min-height: 30px;
	margin-top: 8px
}

.field_box:first-of-type {
	margin: 0
}

.field_box.fst {
	margin-top: 10px
}

.field_box.fstb {
	margin-bottom: 10px
}

.field_box > .btn_base {
	margin-left: 5px
}

.field_box > .btn_base.fst {
	margin: 0
}

.field_box.right {
	justify-content: flex-end
}

.field_box.right .align_list {
	width: auto
}

.field_box.cent {
	justify-content: center
}

.field_box.cent .align_list {
	width: auto
}

.field_box.between {
	justify-content: space-between;
}

.field_box .field_right {
	position: absolute;
	top: 0;
	right: 0
}

.field_box .field_right label {
	vertical-align: -8px;
}

.field_box .field_right.v1 {
	top: auto
}

.field_box .field_left {
	position: absolute;
	top: 0;
	left: 0
}

.field_box .field_cent {
	display: -ms-flex;
	display: flex;
	justify-content: center;
	width: 100%
}

.field_box .field_txt {
	display: inline-block;
	margin: 9px 5px 0 0
}

.field_box .btn_wrap {
	width: 100%
}

.field_box.fb_position {
	align-items: unset;
}


.align_list {
	display: -ms-flex;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 100%;
	margin-top: 10px
}

.align_list.margin_bot {
	margin-bottom: 50px
}

.align_list:after {
	display: block;
	clear: both;
	content: ''
}

.align_list.fst {
	margin: 0
}

.align_list.cent {
	justify-content: center
}

.align_list li {
	margin-left: 10px
}

.align_list li:first-child {
	margin: 0
}

.align_list .marginLeft {
	margin-left: auto
}

.align_list .txt {
	display: inline-block;
	margin: 8px 5px 0 0;
	vertical-align: top
}

.align_list .txt.v1 {
	margin: 5px 5px 0 0
}

.align_list .txt_eng {
	display: inline-block;
	margin: 6px 5px 0 0
}

.align_list.v1 li {
	margin-left: 20px
}

.align_list.v1 li:first-child {
	margin: 0
}

.align_list.v2 li {
	margin-left: 15px
}

.align_list.v2 li:first-child {
	margin: 0
}

.align_list.inline {
	display: inline-block;
	width: auto;
	margin: 7px 0 0 10px;
	vertical-align: top
}

.align_list.inline li {
	float: left
}

.align_list.inline.fst {
	margin-top: 0
}

.align_list.mright10 > li {
	margin-right: 10px
}

.align_list.mright10 > li:last-child {
	margin: 0
}

.align_list.mright15 > li {
	margin-right: 15px
}

.align_list.mright15 > li:last-child {
	margin: 0
}

.align_list.mright20 > li {
	margin-right: 20px
}

.align_list.mright20 > li:last-child {
	margin: 0
}

.align_list.mleft10 > li {
	margin-left: 10px
}

.align_list.mleft10 > li:first-child {
	margin: 0
}

.align_list.mleft15 > li {
	margin-left: 15px
}

.align_list.mleft15 > li:first-child {
	margin: 0
}

.align_list.mleft20 > li {
	margin-left: 20px
}

.align_list.mleft20 > li:first-child {
	margin: 0
}

/* table */

.hanson {
	margin: 20px 0
}

.hanson.v1 {
	overflow: scroll
}

.tbl_wrap {
	margin: 20px 0
}

.tbl_wrap.v1 {
	margin: 10px 0
}

.tbl_wrap.v2 {
	margin: 30px 0
}

.tbl_wrap.fst {
	margin-top: 0
}

.tbl_wrap.fix {
	display: inline-block
}

.tbl_wrap.hanson_full {
	overflow: auto;
	min-height: 500px;
	margin: 0
}

.tbl_wrap.nomarg {
	margin: 0
}

.tbl_wrap th, .tbl_wrap td {
	padding: 8px;
	border: 1px solid #ebedf2;
	color: #575962;
	line-height: 1.5rem;
	text-align: left
}

/* position:relative */
.tbl_wrap.width100 th {
	background: none;
}

.tbl_wrap th {
	background: #f4f5f8
}

.tbl_wrap td {
	font-size: 14px
}

.tbl_wrap td .btnCol2 {
	display: grid;
	grid-template-columns: 46% 46%;
	gap: 8%;
}

.tbl_wrap td .btn_base.gray {
	min-width: 0;
	padding: 5px;
}

.tbl_wrap .nodata td {
	padding: 20px 0;
	text-align: center
}

.tbl_wrap .col_red td {
	color: #F4516C
}

.tbl_wrap .col_blue td {
	color: #36A3F7
}

.tbl_wrap .col_green td {
	color: #4CC0A5
}

.tbl_wrap .col_gray td {
	color: #8f929e
}

.tbl_wrap .col_red button {
	color: #F4516C
}

.tbl_wrap td.col_red {
	color: #F4516C
}

.tbl_wrap .vert {
	vertical-align: top
}

.tbl_wrap .cent {
	text-align: center
}

.tbl_wrap .cent .left {
	text-align: left
}

.tbl_wrap .cent .right {
	text-align: right
}

.tbl_wrap .cent th, .tbl_wrap .cent td {
	text-align: center
}

.tbl_wrap .right th, .tbl_wrap .right td {
	text-align: right
}

.tbl_wrap .right {
	text-align: right
}

.tbl_wrap .right .cent {
	text-align: center
}

.tbl_wrap .right .left {
	text-align: left
}

.tbl_wrap .bold {
	font-weight: bold
}

.tbl_wrap .large {
	font-size: 20px
}

.tbl_wrap .bold th, .tbl_wrap .bold td {
	font-weight: bold
}

.tbl_wrap .large th, .tbl_wrap .large td {
	font-size: 20px
}

.tbl_wrap .pointer {
	cursor: pointer
}

.tbl_wrap .pointer_over:hover {
	background-color: #e5e6ea;
	cursor: pointer
}

.tbl_wrap .bg_red {
	background: #F4516C;
	color: #fff
}

.tbl_wrap .bg_red td {
	border: 0;
	border-left: 1px solid #c6374f;
	border-top: 1px solid #f4f5f8;
	color: #fff
}

.tbl_wrap .bg_red .td_chk {
	border-left: 1px solid #f4f5f8;
	background: #fff
}

.tbl_wrap .bg_red_light {
	background-color: #ffe8e2
}

.tbl_wrap .bg_pink {
	background-color: #F4B3BE
}

.tbl_wrap .bg_lime {
	background: #fff7e7
}

.tbl_wrap .bg_apricot {
	background: #fbe5d6
}

/*살구색*/
.tbl_wrap .bg_yellow {
	background: #FFB822;
	color: #fff
}

.tbl_wrap .bg_yellow_light {
	background: #FFFF00
}

.tbl_wrap .bg_yellow_deep {
	background: #ffca65
}

.tbl_wrap .bg_gray {
	background: #f4f5f8
}

.tbl_wrap .bg_deep_gray {
	background: #d3d3d3
}

.tbl_wrap .bg_dark_gray {
	background: #dce0e5
}

.tbl_wrap .bg_blue {
	background: #e7f2ff
}

.tbl_wrap .bg_blue_deep {
	background: #1f7dd4
}

.tbl_wrap .bg_blue_light {
	background: #ddf2fe
}

.tbl_wrap .bg_skyblue {
	background: #68c9e6
}

.tbl_wrap .bg_green {
	background: #ddf1d0
}

.tbl_wrap .bg_green_deep {
	background: #3dcbb7;
}

.tbl_wrap .bg_green_light {
	background-color: #d7f7f2
}

.tbl_wrap .bg_purple_light {
	background-color: #f2e8fe
}

.tbl_wrap .remove td {
	color: #ccc;
	text-decoration: line-through
}

.tbl_wrap .remove .not_remove {
	display: inline-block;
	color: #575962;
	text-decoration: none
}

.tbl_wrap td.remove {
	color: #ccc;
	text-decoration: line-through
}

.tbl_wrap .td_chk .td_inr {
	width: 16px;
	height: 16px;
	margin: 0 auto
}

.tbl_wrap .td_chk .lb_box {
	width: 2px;
	height: 16px
}

.tbl_wrap.scroll {
	overflow: auto
}

.tbl_wrap .scroll {
	overflow: auto
}

.tbl_wrap.nobor th, .tbl_wrap.nobor td {
	border: 0
}

.tbl_wrap .btn_base.baseline {
	margin-left: 5px;
	vertical-align: baseline
}

.tbl_wrap .txt_inp {
	display: inline-block;
	margin: 7px 0 0 8px
}

.tbl_wrap .txt_inp.v1 {
	display: inline-block;
	margin: 7px 8px 0 0
}

.tbl_wrap .txt_small {
	display: inline-block;
	margin: 5px 5px 0 0
}

.tbl_wrap .txt_under {
	margin-top: 5px
}

.tbl_wrap .tbl_fixed {
	table-layout: fixed
}

.tbl_wrap .tbl_fixed.v1 {
	width: auto
}

.tbl_wrap .tbl_fixed .td_inr {
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: keep-all
}

.tbl_wrap .word_break {
	word-break: break-all;
}

/* 테이블 상위카테고리 (전진수) */
.list_depth_top {
	font-weight: bold
}

/* 테이블 하위카테고리 (전진수) */
.list_depth_sub1 {
	margin-left: 50px
}

/* 테이블 하위카테고리 (전진수) */
.list_depth_sub2 {
	margin-left: 100px
}

/* table list */
.tbl_wrap.list {
	overflow-x: auto
}

.tbl_wrap.list.height {
	min-height: 0
}

.tbl_wrap.list.auto {
	overflow: auto;
	min-height: auto
}

.tbl_wrap.list th, .tbl_wrap.list td {
	padding: 4px;
	text-align: center
}

.tbl_wrap.list .left {
	text-align: left
}

.tbl_wrap.list .right {
	text-align: right
}

.tbl_wrap.list .thumb {
	width: 50px;
	height: 50px
}

.tbl_wrap.list .nodata td {
	padding: 20px 0;
	text-align: center
}

.tbl_wrap.list.hanson_full {
	overflow: auto;
	height: 700px;
	margin: 0
}

.tbl_wrap.list.hanson_full th {
	padding: 0
}

/* item tag */
.tbl_wrap.list .list_item_tag {
	display: block;
	width: 55px;
	margin: 0 auto;
	padding: 5px 3px;
	border-radius: 3px;
	color: #fff;
	background: #716ACA;
	text-align: center;
	font-size: 13px
}

.tbl_wrap.list .list_item_tag.blue {
	background: #36A3F7
}

.tbl_wrap.list .list_item_tag.purple {
	background: #9816F4
}

.tbl_wrap.list .list_item_tag.red {
	background: #F4516C
}

.tbl_wrap.list .list_item_tag.orange {
	background: #f28241
}

.tbl_wrap.list .list_item_tag.yellow {
	background: #FFB822
}

.tbl_wrap.list .list_item_tag.green {
	background: #34BFA3
}

.tbl_wrap.list .list_item_tag.gray {
	background: #ADAFC6
}

/* table write */
.tbl_wrap.width100 th, .tbl_wrap.width100 td {
	height: 25px;
	padding: 6px 15px;
	border: 0
}

.tbl_wrap.write th, .tbl_wrap.write td {
	height: 25px;
	padding: 6px 15px;
	border: 0
}

.tbl_wrap.write th {
	background: none
}

.tbl_wrap.width100 input[type="text"] {
	width: 100%;
}

.tbl_wrap.write input[type="text"] {
	width: 85%
}

.tbl_wrap.write select {
	width: 85%
}

.tbl_wrap.write .nodata {
	padding: 20px 0;
	text-align: center
}

.tbl_wrap.write .wd50 {
	width: 50%
}

.tbl_wrap.write .sel_list {
	display: inline-block;
	width: 85%
}

.tbl_wrap.write .sel_list:after {
	display: block;
	clear: both;
	content: ''
}

.tbl_wrap.write .sel_list > li {
	float: left;
	width: 50%
}

.tbl_wrap.write .sel_list > li:first-child .sel_box {
	margin-right: 3px
}

.tbl_wrap.write .sel_list > li:last-child .sel_box {
	margin-left: 3px
}

.tbl_wrap.write .sel_list .sel_box input[type="text"] {
	width: 100%
}

.tbl_wrap.write .sel_list select {
	width: 100%
}

.tbl_wrap.write button.btn_base.s1 {
	width: 115px
}

.tbl_wrap.write a.btn_base.s1 {
	width: 115px
}

.tbl_wrap.write .align_list .lb_box {
	margin-top: 0
}

.tbl_wrap.write .txt {
	display: inline-block;
	margin-top: 6px
}

.tbl_wrap.write .txt.v1 {
	margin-left: 5px
}

.tbl_wrap.write.v1 > th, .tbl_wrap.write.v1 > td {
	height: 25px;
	padding: 6px 15px;
	border: 0
}

.tbl_wrap.write.v1 > th {
	background: none
}

.tbl_wrap.view .total {
	color: #F4516C
}

.tbl_wrap.view .nodata {
	padding: 20px 0;
	text-align: center
}

/* inner tbl */
.tbl_wrap.write .tbl_wrap.inr th, .tbl_wrap.write .tbl_wrap.inr td {
	padding: 8px;
	border: 1px solid #ebedf2;
	color: #575962;
	line-height: 1rem;
	text-align: left
}

.tbl_wrap.write .tbl_wrap.inr .cent th, .tbl_wrap.write .tbl_wrap.inr .cent td {
	text-align: center
}

.tbl_wrap.write .tbl_wrap.inr .cent .left {
	text-align: left
}

.tbl_wrap.write .tbl_wrap.inr th {
	background: #f4f5f8
}

.tbl_wrap.write .tbl_wrap.inr td {
	font-size: 12px
}

.tbl_wrap.write .tbl_wrap.list.inr th, .tbl_wrap.write .tbl_wrap.list.inr td {
	padding: 4px;
	text-align: center
}

/* 필터 */
.tbl_wrap .filter {
	position: relative
}

.tbl_wrap .btn_filter {
	display: block;
	position: relative;
	margin: 0 auto;
	outline: none
}

.tbl_wrap .btn_filter .filt_txt {
	display: block;
	padding-right: 12px;
	line-height: 1.3em
}

.tbl_wrap .filter .filt_box {
	display: none;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	width: 150px;
	max-height: 200px;
	margin-left: -75px;
	padding: 5px;
	border: 1px solid #94989f;
	background: #fff
}

.tbl_wrap .filter .filt_box.on {
	display: block
}

.tbl_wrap .filter .filt_list li {
	margin-top: 5px;
	text-align: left
}

.tbl_wrap .filter .filt_list li:first-child {
	margin: 0
}

.tbl_wrap .filter .ico_arrow.tri {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px
}


/* 플렉스 */
.cont_wrap {
	display: flex;
	justify-content: space-between;
}

.flex {
	display: flex;
}

.flex_lr {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex_c {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex_l {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}

.flex_r {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.flex_left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.flex_l_t {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.flex_lrs {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.flex_b {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.flex_li {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

/* 파일업로드 */

.fileup {
	position: relative
}

.fileup ~ .btn_wrap {
	width: 85%
}

.fileup ~ .btn_wrap.v1 {
	width: 79%
}

.fileup .file_box {
	position: relative;
	display: inline-block;
	width: 85%;
	min-height: 28px;
	border: 1px solid #ececec
}

.fileup .file_box.on {
	height: 100px
}

.fileup .file_box.v1 {
	width: 79%
}

.fileup .file_box input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0
}

.fileup .file_txt {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #adadad;
	font-size: 10px
}

.fileup .file_txturl {
	width: 85%
}

.fileup .file_txturl.v1 {
	width: 79%
}

.fileup .file_txturl li {
	position: relative;
	height: 20px;
	margin-top: 5px
}

.fileup .file_txturl .btn_close {
	position: absolute;
	top: 5px;
	right: 10px
}

/* 파일다운로드 */

.inr_file_list li {
	margin-top: 5px
}

.inr_file_list li:first-child {
	margin: 0
}

.inr_file_list .txt_small {
	display: inline-block;
	margin: 5px 5px 0 0
}

/* view 페이지 파일 다운로드 */

.file_view_txt:after {
	display: inline-block;
	clear: both;
	content: '';
}

.file_view_txt li {
	margin-top: 8px;
}

.file_view_txt li:first-child {
	margin-top: 0
}

.file_view_txt li:after {
	display: inline-block;
	clear: both;
	content: ''
}

.file_view_txt .file_link, .file_view_txt .btn_close {
	float: left
}

.file_view_txt .btn_close {
	margin: 4px 0 0 10px;
	vertical-align: top
}

/* tag */

.tag_nor {
	display: inline-block;
	padding: 5px 18px;
	color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
}

.tag_nor.red {
	background-color: #f95864;
}

.tag_nor.blue {
	background-color: #1f7dd4;
}

.tag_nor.gray {
	background-color: #b0b4ba;
}

/* bubble tag */

.tag_bbl {
	display: inline-block;
	position: relative;
	margin-left: 7px;
	padding: 6px 18px;
	color: #fff;
	border-radius: 4px;
}

.tag_bbl.red {
	background-color: #f95864;
}

.tag_bbl.blue {
	background-color: #1f7dd4;
}

.tag_bbl.yellow_deep {
	background-color: #ffca65;
}

.tag_bbl:after {
	position: absolute;
	top: 50%;
	left: -5px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 0;
	content: ''
}

.tag_bbl.red:after {
	border-right-color: #f95864;
}

.tag_bbl.blue:after {
	border-right-color: #1f7dd4;
}

.tbl_wrap.write.width75 input[type="text"], .tbl_wrap.write.width75 select, .tbl_wrap.write.width75 textarea {
	width: 75%
}

.tbl_wrap.write.width75 textarea {
	resize: block;
}

.tbl_wrap label.error {
	margin-left: 5px;
	color: red;
	font-weight: 700;
	vertical-align: middle;
}

span.red.small {
	color: #ff0000;
}

.vertical_ {
	vertical-align: initial;
}

input[type=number] {
	-moz-appearance: textfield;
	appearance: textfield;
	margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


/* list 리스트 */

.list_dot {
	margin-left: 18px;
}

.list_dot, .list_dot li {
	list-style-type: disc;
	list-style-position: outside;
}

.list_dot li {
	line-height: 20px
}

.list_num {
	margin-left: 18px;
}

.list_num, .list_num li {
	list-style-type: decimal;
	list-style-position: outside;
}

.list_num li {
	line-height: 20px;
}


/*탭메뉴 이동*/

.section.tab_position .head {
	border-bottom: none;
}

/*스크롤바*/

.scroll_x {
	overflow-x: auto !important;
}

.scroll_y {
	overflow-y: auto !important;
}

/* 플렉스 */

.cont_wrap {
	display: flex;
	justify-content: space-between;
}

.flex {
	display: flex;
}

.flex_lr {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex_c {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex_l {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}

.flex_r {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.flex_left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.flex_lrs {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
