@charset "utf-8";
/* SIR 지운아빠 */

/*@import url('https://fonts.googleapis.com/css?family=Encode+Sans:100,200,300,400,500,600,700,800,900|Noto+Sans+KR:100,300,400,500,700,900&subset=korean');*/
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

/*페이북 글꼴 Bold*/
@font-face {
	font-family: 'paybooc-Bold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*G마켓산스 폰트*/
@font-face {
	font-family: 'Gmarket Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
		url('http://script.ebay.co.kr/fonts/GmarketSansBold.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('http://script.ebay.co.kr/fonts/GmarketSansBold.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
	font-family: 'Gmarket Sans';
	font-style: normal;
	font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
		url('http://script.ebay.co.kr/fonts/GmarketSansMedium.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('http://script.ebay.co.kr/fonts/GmarketSansMedium.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
	font-family: 'Gmarket Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
		url('http://script.ebay.co.kr/fonts/GmarketSansLight.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('http://script.ebay.co.kr/fonts/GmarketSansLight.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* 초기화 */
html {
	overflow-y: scroll;
	/*overflow-x:hidden;*/
}

body {
	margin: 0;
	padding: 0 !important;
	font-size: 14px;
	letter-spacing: -0.7px;
	line-height: 2em;
	font-family: 'NanumSquare', sans-serif;
	color: #5a5a5a;
	font-weight: 400;
	word-break: keep-all;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
	margin: 0;
	padding: 0;
	border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul,
li,
dd,
dl,
dt {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cf:after {
	display: block;
	content: "";
	clear: both;
}

.hide {
	display: none;
}

#hd > ul,
nav ul,
#ft ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: rgba(255, 255, 255, 0.9);
}

legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden
}

label,
input,
button,
select,
img {
	vertical-align: middle
}

input,
button {
	margin: 0;
	padding: 0;
	font-size: 1em
}

button {
	cursor: pointer
}

textarea,
select {
	font-size: 1em
}

select {
	margin: 0
}

p {
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 1.6em;
	word-break: keep-all;
}

hr {
	display: none
}

pre {
	overflow-x: scroll;
	font-size: 1.1em
}

a:link,
a:visited {
	color: #565656;
	text-decoration: none
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
}


/* 팝업레이어
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:970px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}*/

/* 팝업레이어 */
#hd_pop {
	z-index: 1000;
	position: relative;
	margin: 0 auto;
	width: 970px;
	height: 0
}

@media screen and (max-width:767px) {
	#hd_pop {
		z-index: 1000;
		position: relative;
		margin: 0 auto;
		width: 100% !important;
		height: 0
	}

	#hd_pop img {
		max-width: 100%
	}
}

#hd_pop h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.hd_pops {
	position: absolute;
	/*border:1px solid #e9e9e9*/
	;
	background: #fff;
	box-shadow: 0 0 3px #333
}

@media screen and (max-width:767px) {
	.hd_pops {
		width: 100% !important;
		position: absolute;
		top: 0 !important;
		left: 0 !important
	}

	.hd_pops img {
		width: 100% !important;
		height: 100% !important
	}
}

.hd_pops_con {}

@media screen and (max-width:767px) {
	.hd_pops_con {
		width: 100% !important;
		height: 100% !important;
	}
}

.hd_pops_footer {
	padding: 10px 0;
	background: #000;
	color: #fff;
	text-align: right
}

@media screen and (max-width:767px) {
	.hd_pops_footer {
		width: 100% !important
	}
}

.hd_pops_footer button {
	margin-right: 5px;
	padding: 5px 10px;
	border: 0;
	background: #393939;
	color: #fff;
	font-size: 0.90em;
}

/* 텍스트 크기 조절 */
#text_size {
	float: left;
	margin: 0 0 0 10px;
	letter-spacing: -3px
}

#text_size button {
	margin: 0;
	padding: 1px 2px;
	border: 1px solid #c3c6ca;
	background: transparent;
	vertical-align: middle;
	cursor: pointer
}

.ts_up {
	font-size: 1.167em !important
}

.ts_up2 {
	font-size: 1.3em !important
}

#wrap {}

/* 상단 레이아웃 */
#hd {
	z-index: 4;
	position: fixed;
	top: 0;
	width: 100%;
	/*background: rgba(255, 255, 255, 0.9);*/
}
@media(max-width:768px){
	#hd {
		background: rgba(255, 255, 255, 1);
	}
}

#hd.down {
	background: #fff !important;
}

/*#hd.sub{position:relative;}*/
#hd.sub.on {
	position: fixed;
}

.hd_zindex {
	z-index: 999 !important
}

#hd_h1 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#hd_wrapper {
	zoom: 1;
	position: relative;
	margin: 0 auto;
	height: 100px;
	transition: all 0.3s ease;
	background: rgba(255, 255, 255, 0.9);
}

#hd_wrapper:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#logo {
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}

#logo a {
	display: block;
	padding: 20px 0;
	text-align: center;
}

#logo img {
	width: auto;
	margin: 10px 0;
	transition: all 0.3s ease;
}

/* 상단 로그인 및 회원가입*/
#tnb_wrapper {
	position: relative
}

#tnb_wrapper p {
	color: #806000;
	font-size: 1em;
	padding-top: 7px;
	font-weight: bold;
}

#tnb_wrapper p b {
	color: #b7d0fe;
}

#tnb_wrapper .col-sm-2 {
	padding: 0;
}

#tnb {
	margin: 0 !important;
	padding: 20px 10px 0 0 !important;
	list-style: none;
	zoom: 1;
}

#tnb:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#tnb li {
	display: inline-block;
}

#tnb a {
	display: block;
	padding: 0 5px;
	font-size: 1.1em;
	line-height: 2.7em;
	letter-spacing: 0.3px;
	vertical-align: middle;
	opacity: 0.8;
	color: #292929;
}

#tnb a.admin {
	margin-right: 15px;
}

#tnb a:hover {
	color: #000;
	opacity: 1;
}

#tnb a:focus,
#tnb a:hover,
#tnb a:active {
	text-decoration: none
}

#hd_wrapper .tleft {
	position: absolute;
	left: 15px;
	top: 0;
}

#hd_wrapper .tright {
	position: absolute;
	right: 15px;
	top: 0;
}

/* 전체 검색 */
#hd_sch {
	width: 160px;
	margin: 5px 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	padding-left: 5px;
}

#hd_sch legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden
}

#hd_sch #sch_stx {
	padding-left: 5px;
	width: 125px;
	height: 25px;
	border: 0;
	background: none;
	line-height: 25px !important;
	color: #fff;
}

#hd_sch #sch_submit .fa {
	color: #fff;
	font-size: 1.1em;
	line-height: 25px;
}




/*사이트맵*/
#sitemap {
	width: 100%;
	margin: 0;
	padding: 0 !important;
}

#sitemap .modal-header {
	padding: 30px 30px 20px 50px;
	position: relative;
	border-bottom: 0;
}

/*#sitemap .modal-header:after{content:""; display:block; position:absolute; bottom:0; left:0; background:#292929; width:330px; height:3px;}*/
#sitemap .modal-header h3 {
	font-size: 1.5em;
	color: #292929;
	vertical-align: baseline;
}

#sitemap .modal-header h3 img {
	height: 50px;
	margin: 0 20px 0 0;
}

#sitemap .modal-header .close {
	font-size: 3em;
	height: 35px;
	line-height: 35px;
}

#sitemap .modal-content {
	border-radius: 0;
	width: 110%;
}

#sitemap .modal-dialog {
	margin: 100px auto;
}

#sitemap .modal-body {
	padding: 50px 50px;
}

#sitemap .modal-footer {
	border: 0;
	padding: 0px 30px 20px 30px;
}

#sitemap .stm_1dli {
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #e5e5e5;
	min-height: 170px;
}

#sitemap .stm_1dli:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

#sitemap .stm_1dli a.stm_1da {
	display: block;
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: 600;
	color: #FF7F40 !important;
}

#sitemap .stm_1dli a.stm_1da:hover {
	color: #3B7EAD;
}

#sitemap .stm_2dli a.stm_2da:before {
	/*content:"-";*/
	display: inline-block;
	margin-right: 3px;
}

#sitemap .stm_2dli a.stm_2da {
	display: block;
	width: 90%;
	line-height: 1.8em;
}

.sitemap_btn {
	display: inline-block;
	padding: 0 5px;
	margin-left: 25px;
	opacity: 0.8;
}

.sitemap_btn:hover {
	opacity: 1;
}

@media (max-width: 991px) {
	#sitemap .stm_1dli {
		width: 48%;
	}
}


/* 메인메뉴 */
#gnb {
	padding: 0;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#gnb h2 {
	position: absolute;
	right: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#gnb_1dul {
	zoom: 1;
	z-index: 5;
	text-align: center;
	width: 100%;
	display: inline-block;
	justify-content: space-around;
}

#gnb_1dul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.gnb_1dli {
	z-index: 10;
	position: relative;
	width: 20%;
	display: inline-block;
	/*float: left*/
}

.gnb_1da {
	display: block;
	padding: 18px 25px;
	text-decoration: none;
	color: #0C0A03 !important;
	font-size: 1.3em;
	position: relative;
	z-index: 5;
	font-weight: 600;
	transition: all 0.3s ease;
}

.gnb_1dli_air .gnb_1da {
	color: #333
}

.gnb_1dli_on .gnb_1da {
	color: #333
}

/*서브*/
#sub {
	display: none;
	position: absolute;
	top: 64px;
	left: 0;
	padding: 15px 0;
	background: #fff;
	z-index: 100;
	text-align: left;
	width: 100%;
	line-height: unset;
}

#sub:hover {
	display: block;
}

#sub #gnb_1dul {
	display: flex;
	justify-content: center;
	position: relative;
	right: 0;
	zoom: 1;
	z-index: 5;
}

#sub #gnb_1dul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#sub .gnb_1dli {
	z-index: 10;
	position: relative;
	/*float: left;*/
}

#sub .gnb_1da {
	display: none;
	/*display: block;*/
	padding: 5px 20px;
	line-height: 30px;
	margin-bottom: -1px;
	text-decoration: none;
	color: #333 !important;
	font-size: 1.3em;
	position: relative;
	z-index: 5;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	font-weight: 600;
}

#sub .gnb_1da:hover {
	color: #FF7F40;
}

#sub .gnb_1dli_air .gnb_1da {
	color: #FF7F40
}

#sub .gnb_1dli_on .gnb_1da {
	color: #FF7F40
}

.gnb_2dul {
	display: block;
	position: relative;
	top: 0px;
	width: 100%;
	min-height: 150px;
	/*서브높이*/
	padding: 5px 16px !important;
	z-index: 6;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}



/*pc버전에서 2차 메뉴 첫 번째 메뉴 가리기*/
/*.gnb_1dli:focus .gnb_2dul, .gnb_1dli:hover .gnb_2dul, .gnb_1dli.hov .gnb_2dul, .gnb_2dul:hover{background:#000;}2차hover시 BG변경*/
.gnb_2dli {
	padding: 3px 0;
}

.gnb_2da {
	display: inline-block;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.3em;
	position: relative;
}

/*.gnb_2da:before{content:""; display:inline-block; width:0; height:18px; background:#D4B565; position:absolute; left:0; bottom:0; z-index:1; opacity:0.5;}*/
.gnb_2da p {
	position: relative;
	z-index: 10;
	opacity: 0.8;
	font-size: 1.2em
}

#sub #gnb_1dul li.gnb_1dli:nth-child(1) .gnb_1da,
#sub #gnb_1dul li.gnb_1dli:nth-child(1) .gnb_2dul {
	border: 0;
}

/*1차메뉴hover*/
.gnb_1dli:focus .gnb_1da,
.gnb_1dli:hover .gnb_1da,
.gnb_1dli.hov .gnb_1da {
	text-decoration: none;
}

/*2차메뉴hover*/
.gnb_2da:focus,
.gnb_2da:hover p {
	color: #FF7F40 !important;
	font-weight: 600;
	/*transition:all 0.3s;*/
	opacity: 1;
}

.gnb_2da:hover:before {
	width: 100%;
	transition: all 0.3s;
	opacity: 1;
}


#gnb_empty {
	padding: 10px 0;
	width: 100%;
	text-align: center;
	line-height: 2em
}

#gnb_empty a {
	text-decoration: underline
}



#hd .nav_open {
	display: none;
}

@media (max-width: 1279px) {
	.gnb_1da {
		padding: 20px 15px;
		font-size: 1.3em;
		position: relative;
		transition: all 0.3s ease;
	}
}

@media (max-width: 767px) {
	#gnb {
		display: none;
	}

	.gnb_2dul li:nth-child(1) {
		display: block;
	}


}

@media (min-width: 1100px) {
	body {
		height: auto !important;
		overflow: auto !important
	}

	.hash-right {
		display: none;
	}
}

#hd_tnb {
	margin: 40px 0 15px !important;
}

#hd_tnb li {
	float: left;
	width: 50%;
}

#hd_tnb li.adm,
#hd_tnb li.mod {
	width: 100%;
}

#hd_tnb li.adm a {
	background: #FFCF4D;
	color: #1a1a1a;
	font-weight: 600;
}

#hd_tnb li.mod a {}

#hd_tnb li a {
	color: #fff;
	background: #000;
	text-align: center;
	display: block;
	line-height: 35px;
	margin: 3px;
}

#navtoggle {
	position: absolute;
	width: 90%;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
	overflow: auto;
	z-index: 102;
}
#navtoggle #logo{
	left: 50%;
	transform: translate(-50%, -50%);
}

#navtoggle .close {
	padding: 5px;
	position: absolute;
	z-index: 1001;
	left: 10px;
	top: 20px;
	display: block;
	opacity: 1;
	width: 20px;
	height: 20px;
	background: url(../img/common/icon_close.png) no-repeat 50%
}

#navtoggle .scroll {
	position: relative;
	height: 100%;
	overflow-y: scroll;
	padding: 80px 5% 5%;
}

#navtoggle ul li {
	padding: 0;
}

#navtoggle #left_menu {
	width: 100%;
	position: relative;
	height: 100%;
	text-align: left;
	top: 0;
	z-index: 1000;
	text-indent: 5%;
}

#navtoggle #left_menu .title {
	color: #000;
	line-height: 40px;
	font-size: 1.35em;
	padding: 10px 0 5px;
	border-bottom: 1px solid #9c9c9c;
	font-weight: bold;
	letter-spacing: -1px
}

#navtoggle .title {
	color: #000;
	line-height: 40px;
	font-size: 1.35em;
	padding: 10px 0 5px;
	border-bottom: 1px solid #9c9c9c;
	font-weight: bold;
	letter-spacing: -1px
}

#navtoggle #mgnb_1dul {
	border-top: 1px solid #8D8D8D;
}

/*1차메뉴*/
li.mgnb_1dli a.mgnb_1da {
	display: block;
	font-size: 1.2em;
	line-height: 3em;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #8D8D8D;
	color: #434343 !important;
}

li.mgnb_1dli a.mgnb_1da.on {
	border-bottom: 0;
}

li.mgnb_1dli a.mgnb_1da .fa {
	position: absolute;
	right: 5%;
	top: 15px;
}

li.mgnb_1dli a.selected {
	color: #FFF;
	font-weight: 600;
	border-bottom: 0;
}

/*2차메뉴*/
ul.mgnb_2dul {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 15px !important;
	display: none;
}

li.mgnb_2dli a.mgnb_2da:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	background: #fff;
	margin-right: 4px;
	margin-bottom: 3px;
}

li.mgnb_2dli a.mgnb_2da {
	color: #6d6d6d;
	display: block;
	font-size: 1em;
	line-height: 2em;
	text-indent: 5%;
	background: none;
}




/* 중간 레이아웃 */
#wrapper {
	z-index: 5;
	margin: 0 auto;
	width: 100%;
	zoom: 1;
	padding: 30px 0;
	background: #fff;
}

#wrapper:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#aside {}

#container {
	width: 1280px;
	height: auto !important;
	min-height: 700px;
	font-size: 1em;
	line-height: 1.8em;
	zoom: 1;
	position: relative;
	padding: 30px 15px;
	margin: 0 auto;
	color: #797979;
}

#container:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#container_title {
	margin-bottom: 10px;
	padding: 0 0 10px;
	font-size: 2.5em;
	line-height: 2em;
	border-bottom: 1px solid #ccc;
	position: relative;
	color: #333;
}

@media (max-width: 1279px) {
	#container {
		width: 100%;
	}
}

@media (max-width: 1100px) {
	#wrapper {
		padding: 0;
	}

	#aside {
		width: 100% !important;
		padding: 0;
		margin-top: 0px;
	}

	#container {
		width: 100% !important;
		padding: 0 10px;
	}

	#container_title {
		margin-bottom: 30px;
		font-size: 1.5em;
		line-height: 1.5em;
		padding-top: 30px;
		padding-bottom: 5px;
		font-weight: bold;
	}
}


#ft_menu {
	border-top: 1px solid #d8d7d5;
	text-align: center;
	padding: 10px 0;
}

#ft_menu li {
	display: inline-block;
}

#ft_menu li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #dfdfdd;
	margin: 0 10px;
}

#ft_menu li a {
	color: #9a9a9a;
	font-size: 1em;
}

#ft_menu li:last-child:after {
	display: none;
}

@media (max-width: 991px) {
	#ft_menu {
		min-width: 100%;
	}
}



@media (max-width: 991px) {

}

/*#ft_con {
	width: 100%;
	background: #fff;
	padding: 40px 0;
	position: relative;
	border-top: 1px solid #ddd;
}*/

/*.m_work_t {
	font-size: 1.15em;
	font-weight: 600
}

.m_work_h {
	background: #87817b;
	width: 100%;
	padding: 8px 10px;
	color: #fff;
	text-align: center;
	font-size: 1.15em;
	font-weight: 600
}

.m_bottom_title {
	color: #87817b !important;
	padding: 0 0 5px;
	font-size: 1.5em;
	font-weight: bold
}

.m_call {
	color: #151515;
	font-size: 2.80em;
	font-weight: 600;
	letter-spacing: -.055em;
	margin: 0px;
	padding: 20px 0 30px;
	border-bottom: 1px solid #cccccb
}*/

/*#ft_con .cus {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.8em;
	padding: 15px 0;
}

#ft_con .cus dt {
	width: 40%;
}

#ft_con .cus dd {
	width: 60%;
	text-align: right;
}*/

/*.m_service {
	margin: 15px 0 0
}

.m_service li {
	padding: 2px 0;
	!*margin:0 0 10px;*!
	border-bottom: 1px solid #cccccb;
	font-family: 'Noto Sans KR', sans-serif, "돋움", "굴림", tahoma, sans-serif;
	font-size: 1.17em;
	font-weight: 500;
	background: url(../img/main/m_bottom_icon_bg.png) no-repeat 99% center
}

.m_service li:last-child {
	border-bottom: 0px
}

.m_service li img {
	margin: 0 15px 0 0
}*/

@media (max-width: 992px) {

}

@media (max-width: 767px) {

}

/* 오른쪽 quick 메뉴 */
#right_quick_menu_wrap {
	position: fixed;
	top: 200px;
	right: 20px;
	z-index: 2000;
	border-radius: 1200px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px #00000033;
	padding: 26px 0;
	/*background-color: #344739EB;*/
	background-color: #FF7F40EB;

}

#right_quick_menu_wrap li {
	width: 82px;
}

#right_quick_menu_wrap li p {
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#right_quick_menu_wrap li:first-child p img{
	width: 28px;
}
#right_quick_menu_wrap li p img{
	width: 42px;
}

#right_quick_menu_wrap li a {
	display: block;
	margin: 0 2px;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	padding: 0px 0 13px;
	cursor: pointer;
}
#right_quick_menu_wrap li a.goHd{
	padding: 0;
}
#right_quick_menu_wrap li a.goHd span {
	display: inline-block;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 8px solid #fff;
	margin-right: 5px;
}

@media (max-width: 1300px) {
	#right_quick_menu_wrap {
		display: none;
	}
}

/* 게시물 선택복사 선택이동 */
#copymove {}

.copymove_current {
	float: right;
	color: #ff3061
}

.copymove_currentbg {
	background: #f4f4f4
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.msg_sound_only,
.sound_only {
	display: inline-block !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	border: 0 !important;
	overflow: hidden !important
}

/* 본문 바로가기 */
#skip_to_container a {
	z-index: 100000;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#skip_to_container a:focus,
#skip_to_container a:active {
	width: 100%;
	height: 75px;
	background: #21272e;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 3.3em
}

/* ie6 이미지 너비 지정 */
.img_fix {
	width: 100%;
	height: auto
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
	display: inline-block;
	position: relative
}

#captcha legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden;
}

#captcha #captcha_img {
	width: 160px;
	height: 60px;
	border: 1px solid #e9e9e9;
	vertical-align: top;
	padding: 0;
	margin: 0
}

#captcha #captcha_mp3 {
	position: absolute;
	top: 0;
	left: 161px;
	;
	margin: 0;
	padding: 0;
	width: 31px;
	height: 31px;
	border: 0;
	background: transparent;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer
}

#captcha #captcha_mp3 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 31px;
	height: 31px;
	background: url('../img/captcha.png') no-repeat;
}

#captcha #captcha_reload {
	position: absolute;
	top: 31px;
	left: 161px;
	margin: 0;
	padding: 0;
	width: 31px;
	height: 31px;
	border: 0;
	background: transparent;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	background: url('../img/captcha.png') no-repeat 0 -30px;
	border-top: 1px solid #ccc;
	text-indent: -999px
}

#captcha #captcha_key {
	margin: 0 0 0 33px;
	padding: 0 5px;
	width: 70px;
	height: 60px;
	border: 1px solid #b8c9c2;
	background: #f7f7f7;
	font-size: 1.333em;
	font-weight: bold;
	text-align: center;
	line-height: 2.8em;
	vertical-align: top
}

#captcha #captcha_info {
	display: block;
	margin: 5px 0 0;
	font-size: 0.95em;
	letter-spacing: -0.1em
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
	display: block;
	margin: 0 0 5px;
	width: 187px
}

#captcha.m_captcha #captcha_img {
	width: 160px;
	height: 60px;
	border: 1px solid #e9e9e9;
	margin-bottom: 3px;
	margin-top: 5px;
	display: block;
}

#captcha.m_captcha #captcha_reload {
	position: static;
	margin: 0;
	padding: 0;
	width: 31px;
	height: 31px;
	border: 0;
	background: transparent;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	background: url('../../../img/captcha.png') no-repeat 0 -30px;
	text-indent: -999px
}

#captcha.m_captcha #captcha_reload span {
	display: none;
}

#captcha.m_captcha #captcha_key {
	margin: 0;
	padding: 0 5px;
	width: 115px;
	height: 29px;
	border: 1px solid #b8c9c2;
	background: #f7f7f7;
	font-size: 1.333em;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
	margin-left: 3px
}

#captcha.m_captcha #captcha_info {
	display: block;
	margin: 5px 0 0;
	font-size: 0.95em;
	letter-spacing: -0.1em
}

#captcha.m_captcha #captcha_mp3 {
	width: 31px;
	height: 31px;
	background: url('../img/captcha.png') no-repeat;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	border: none
}

/* ckeditor 단축키 */
.cke_sc {
	margin: 0 0 5px;
	text-align: right
}

.btn_cke_sc {
	display: inline-block;
	padding: 0 10px;
	height: 23px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none;
	line-height: 1.9em;
	vertical-align: middle;
	cursor: pointer
}

.cke_sc_def {
	margin: 0 0 5px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	text-align: center
}

.cke_sc_def dl {
	margin: 0 0 5px;
	text-align: left;
	zoom: 1
}

.cke_sc_def dl:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.cke_sc_def dt,
.cke_sc_def dd {
	float: left;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #e9e9e9
}

.cke_sc_def dt {
	width: 20%;
	font-weight: bold
}

.cke_sc_def dd {
	width: 30%
}

/* 버튼 */
a.btn01 {
	display: inline-block;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none;
	vertical-align: middle
}

a.btn01:focus,
a.btn01:hover {
	text-decoration: none
}

button.btn01 {
	display: inline-block;
	margin: 0;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none
}

a.btn02 {
	display: inline-block;
	padding: 7px;
	border: 1px solid #3b3c3f;
	background: #4b545e;
	color: #fff;
	text-decoration: none;
	vertical-align: middle
}

a.btn02:focus,
.btn02:hover {
	text-decoration: none
}

button.btn02 {
	display: inline-block;
	margin: 0;
	padding: 7px;
	border: 1px solid #3b3c3f;
	background: #4b545e;
	color: #fff;
	text-decoration: none
}

.btn_confirm {
	text-align: center
}

/* 서식단계 진행 */

.btn_submit {
	padding: 8px;
	border: 0;
	background: #332323;
	color: #fff;
	letter-spacing: -0.1em;
	cursor: pointer
}

fieldset .btn_submit {
	padding: 0 7px;
	height: 24px;
	line-height: 1em
}

a.btn_cancel {
	display: inline-block;
	padding: 5px;
	border: 0px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none;
	vertical-align: middle
}

button.btn_cancel {
	display: inline-block;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	vertical-align: top;
	text-decoration: none
}

a.btn_frmline,
button.btn_frmline {
	display: inline-block;
	padding: 0 5px;
	height: 24px;
	border: 0;
	background: #333;
	color: #fff;
	letter-spacing: -0.1em;
	text-decoration: none;
	vertical-align: top
}

/* 우편번호검색버튼 등 */
a.btn_frmline {
	line-height: 24px
}

button.btn_frmline {
	font-size: 1em
}

/* 게시판용 버튼 */
a.btn_b01 {
	display: inline-block;
	padding: 7px;
	border: 1px solid #d9ded9;
	background: #f2f5f9;
	color: #000;
	text-decoration: none;
	vertical-align: middle
}

a.btn_b01:focus,
.btn_b01:hover {
	text-decoration: none
}

a.btn_b02 {
	display: inline-block;
	padding: 7px 7px;
	border: 1px solid #3b3c3f;
	background: #4b545e;
	color: #fff;
	text-decoration: none;
	vertical-align: middle
}

a.btn_b02:focus,
.btn_b02:hover {
	text-decoration: none
}

a.btn_admin {
	display: inline-block;
	padding: 7px;
	border: 1px solid #4b545e;
	background: #4b545e;
	color: #fff;
	text-decoration: none;
	vertical-align: middle
}

/* 관리자 전용 버튼 */
a.btn_admin:focus,
a.btn_admin:hover {
	text-decoration: none
}

/* 댓글 스타일 */
.cnt_cmt {
	display: inline-block;
	margin: 0 0 0 3px;
	font-weight: bold
}

/* 기본테이블 */
.tbl_wrap table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}

.tbl_wrap caption {
	padding: 10px 0;
	font-weight: bold;
	text-align: left
}

.tbl_head01 {
	margin: 0 0 10px
}

.tbl_head01 caption {
	padding: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.tbl_head01 thead th {
	padding: 12px 0;
	border-top: 2px solid #9f9fa1;
	border-bottom: 1px solid #dddddf;
	background: #f5f5f5;
	color: #383838;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: -0.1em;
}

.tbl_head01 thead a {
	color: #383838
}

.tbl_head01 thead th input {
	vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
	padding: 10px 0;
	border-top: 1px solid #c1d1d5;
	border-bottom: 1px solid #c1d1d5;
	background: #d7e0e2;
	text-align: center
}

.tbl_head01 tbody th {
	padding: 8px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9
}

.tbl_head01 td {
	padding: 8px 5px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	line-height: 1.5em;
	word-break: break-all
}

.tbl_head01 a {}

.tbl_head02 {
	margin: 0 0 10px
}

.tbl_head02 caption {
	padding: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.tbl_head02 thead th {
	padding: 5px 0;
	border-top: 1px solid #d1dee2;
	border-bottom: 1px solid #d1dee2;
	background: #e5ecef;
	color: #383838;
	font-size: 0.95em;
	text-align: center;
	letter-spacing: -0.1em
}

.tbl_head02 thead a {
	color: #383838
}

.tbl_head02 thead th input {
	vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
	padding: 10px 0;
	border-top: 1px solid #c1d1d5;
	border-bottom: 1px solid #c1d1d5;
	background: #d7e0e2;
	text-align: center
}

.tbl_head02 tbody th {
	padding: 5px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9
}

.tbl_head02 td {
	padding: 5px 3px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	line-height: 1.4em;
	word-break: break-all
}

.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {
	margin: 0 0 20px
}

.tbl_frm01 table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}

.tbl_frm01 th {
	width: 70px;
	padding: 7px 13px;
	border: 1px solid #e9e9e9;
	border-left: 0;
	background: #f5f8f9;
	text-align: left
}

.tbl_frm01 td {
	padding: 7px 10px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background: transparent
}

.tbl_frm01 textarea,
.frm_input {
	border: 1px solid #e4eaec;
	background: #f7f7f7;
	color: #000;
	vertical-align: middle;
	line-height: 2em
}

.tbl_frm01 textarea {
	padding: 2px 2px 3px
}

.frm_input {
	height: 22px
}

.tbl_frm01 textarea {
	width: 98%;
	height: 100px
}

.tbl_frm01 a {
	text-decoration: none
}

.tbl_frm01 .frm_file {
	display: block;
	margin-bottom: 5px
}

.tbl_frm01 .frm_info {
	display: block;
	padding: 0 0 5px;
	line-height: 1.4em
}

/* 자료 없는 목록 */
.empty_table {
	padding: 50px 0 !important;
	text-align: center
}

.empty_list {
	width: 100%;
	padding: 58px 0 20px !important;
	background-image: url(../img/common/ico_noData.png);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center top;
	text-align: center;
	color: #ddd;
	font-weight: 600;
}
.empty_list strong{
	display: block;
	font-size: 24px;
	font-family: 'SeoulHangangM';
}

/* 필수입력 */
.required,
textarea.required {
	background: url('../img/wrest.gif') #f7f7f7 top right no-repeat !important
}

/* 테이블 항목별 정의 */
.td_board {
	width: 120px;
	text-align: center
}

.td_category {
	width: 80px;
	text-align: center
}

.td_chk {
	width: 30px;
	text-align: center
}

.td_date {
	width: 60px;
	text-align: center
}

.td_datetime {
	width: 110px;
	text-align: center
}

.td_group {
	width: 100px;
	text-align: center
}

.td_mb_id {
	width: 100px;
	text-align: center
}

.td_mng {
	width: 80px;
	text-align: center
}

.td_name {
	width: 100px;
	text-align: left
}

.td_nick {
	width: 100px;
	text-align: center
}

.td_num {
	width: 50px;
	text-align: center
}

.td_numbig {
	width: 80px;
	text-align: center
}

.td_stat {
	width: 60px;
	text-align: center
}

.txt_active {
	color: #5d910b
}

.txt_done {
	color: #e8180c
}

.txt_expired {
	color: #ccc
}

.txt_rdy {
	color: #8abc2a
}

/* 새창 기본 스타일 */
.new_win {}

.new_win .tbl_wrap {
	margin: 0 20px
}

.new_win #win_title {
	margin: 0 0 20px;
	padding: 20px;
	border-top: 3px solid #333;
	border-bottom: 1px solid #dde4e9;
	background: #fff;
	font-size: 1.2em
}

.new_win #win_title .sv {
	font-size: 0.75em;
	line-height: 1.2em
}

.new_win .win_ul {
	margin: -20px 0 20px 0;
	padding: 0 20px;
	border-bottom: 1px solid #455255;
	background: #484848;
	list-style: none;
	zoom: 1
}

.new_win .win_ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.new_win .win_ul li {
	float: left;
	margin-left: -1px
}

.new_win .win_ul a {
	display: block;
	padding: 10px 10px 8px;
	border-right: 1px solid #455255;
	border-left: 1px solid #455255;
	color: #fff;
	font-weight: bold;
	text-decoration: none
}

.new_win .win_desc {
	padding: 20px
}

.new_win .win_btn {
	clear: both;
	padding: 20px;
	text-align: center
}

/* 새창용 */
.new_win .win_btn button {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	border: 0;
	background: #4b545e;
	color: #fff;
	line-height: 2em;
	cursor: pointer
}

.new_win .win_btn input {
	padding: 0 10px;
	height: 30px;
	line-height: 2em
}

.new_win .win_btn a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	background: #4b545e;
	color: #fff;
	vertical-align: middle;
	line-height: 2.4em
}

.new_win .win_btn a:focus,
.new_win .win_btn a:hover {
	text-decoration: none
}

/* 검색결과 색상 */
.sch_word {
	color: #ff3061
}

/* 자바스크립트 alert 대안 */
#validation_check {
	margin: 100px auto;
	width: 500px
}

#validation_check h1 {
	margin-bottom: 20px;
	font-size: 1.3em
}

#validation_check p {
	margin-bottom: 20px;
	padding: 30px 20px;
	border: 1px solid #e9e9e9;
	background: #fff
}

/* 사이드뷰 */
.sv_wrap {
	display: inline-block;
	position: relative;
	font-weight: normal
}

.sv_wrap .sv {
	z-index: 1000;
	display: none;
	margin: 5px 0 0;
	border: 1px solid #283646
}

.sv_wrap .sv a {
	display: inline-block;
	margin: 0;
	padding: 3px;
	width: 94px;
	border-bottom: 1px solid #283646;
	background: #111;
	color: #fff !important
}

.sv_wrap a:focus,
.sv_wrap a:hover,
.sv_wrap a:active {
	text-decoration: none
}

.sv_on {
	display: block !important;
	position: absolute;
	top: 10px;
	left: 20px;
	width: auto;
	height: auto
}

.sv_nojs .sv {
	display: block
}

/* 페이징 */
.pg_wrap {
	clear: both;
	margin: 0 0 20px;
	padding: 20px 0 0;
	text-align: center
}

.pg {}

.pg_page,
.pg_current {
	display: inline-block;
	padding: 0 8px;
	height: 25px;
	color: #000;
	letter-spacing: 0;
	line-height: 2.2em;
	vertical-align: middle
}

.pg a:focus,
.pg a:hover {
	text-decoration: none
}

.pg_page {
	background: #e4eaec;
	text-decoration: none
}

.pg_start,
.pg_prev {
	/* 이전 */
}

.pg_end,
.pg_next {
	/* 다음 */
}

.pg_current {
	display: inline-block;
	margin: 0 4px 0 0;
	background: #333;
	color: #fff;
	font-weight: normal
}

/* Mobile화면으로 */
#device_change {
	display: block;
	margin: 0.3em;
	padding: 0.5em 0;
	border: 1px solid #eee;
	border-radius: 2em;
	background: #fff;
	color: #000;
	font-size: 2em;
	text-decoration: none;
	text-align: center
}

/*메일인증*/
.rg_em {
	margin-top: 5px
}

.rg_em caption {
	padding: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

/*캡챠 모바일에서 피시버젼*/
#captcha.m_captcha audio {
	display: block;
	margin: 5px 0 10px;
}

#captcha.m_captcha #captcha_key {
	margin-left: 3px
}

#captcha.m_captcha #captcha_reload span {
	background: none;
	display: inline
}

#captcha.m_captcha #captcha_reload {
	position: relative;
	width: auto;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 10px;
	height: 43px;
	border: 0;
	background: #e4eaec;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer
}


#quick {
	position: fixed;
	left: 50%;
	margin-left: -700px;
	top: 25%;
	z-index: 9999;
}

#quick img {
	width: 120px;
}

@media (max-width: 991px) {
	#quick {
		left: 2%;
		margin-left: 0;
		top: 2%;
	}

	#quick img {
		width: 80px;
	}
}

@media (max-width: 1199px) {
	#gnb {
		display: none;
	}

	.gnb_2dul li:nth-child(1) {
		display: block;
	}
	/*mobile버전에서 2차 메뉴 첫 번째 메뉴 복구*/
	/* 모바일 카테고리 왼쪽메뉴 */
	#hd .nav_open {
		display: block;
		position: absolute;
		top: 0px;
		right: 10px;
		display: block;
		text-align: right;
	}

	#hd .nav_open a {
		font-size: 20px;
		display: inline-block;
		line-height: 30px;
		margin: 21px 0;
		color: #292929;
	}

	#hd .sch {
		top: 40px;
		right: 15px;
	}



	#hd {
		min-width: 100%;
		overflow: hidden;
	}

	#hd_wrapper {
		width: 100%;
		height: 70px;
		transition: all 0.3s ease;
	}

	#logo {
		top: 35px;
		transition: all 0.3s ease;
	}

	#logo a {
		padding: 20px 15px;
	}

	#logo img {
		height: 40px;
		transition: all 0.3s ease;
	}



	#tnb_wrapper {
		display: none;
	}
}






/* footer */
.footer{
	width: 100%;
	background: #FAFAFA;
	padding: 20px 0 94px;
}
.footer a{
	font-size: 0.9rem;
	color: #9a9a9a;
	transition: 0.3s;
}
.footer a:hover{
	color: #5a5a5a;
}
.footer a i{
	color: #9a9a9a;
	transition: 0.3s;
}
.footer .foot_top{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.footer .foot_top ul{
	display: flex;
	align-items: center
}
.footer .foot_top ul li{}
.footer .foot_top ul li a{
	display: block;
	padding: 0 28px;
	position: relative;
	font-size: 14px;
}
.footer .foot_top ul li a strong{
	font-size: 14px;
}
.footer .foot_top ul li a:after{
	content: '';
	position: absolute; right: 0;top: 2px;
	width: 1px; height: 15px; background: #e9e9e9;
}
.footer .foot_top ul li a.afterN:after{
	background: none;
}
.footer .familySite{
	outline: none;
	border: 1px solid #e9e9e9;
	padding: 10px;
	cursor: pointer;
}



.footer .foot_bottom{position: relative;}

.footer .foot_bottom .info{
	padding: 40px 0 0;
	font-size: 13px;
	color: #9a9a9a;
	line-height: 27px;
	margin-bottom: 40px;
}
.footer .foot_bottom .info a{
	border: 1px solid #e9e9e9;
	padding: 2px 4px;
	border-radius: 8px;
	margin: 0 4px;
}

/* ★모바일 info */
.footer .foot_bottom .mobile_info{display: none;}

.footer .foot_bottom .sns_btn{
	position: absolute; right: 20px;top: 20px;
	display: flex;
}
.footer .foot_bottom .sns_btn li{
	margin-right: 10px;
}
.footer .foot_bottom .sns_btn li:last-child{margin-right: 0;}
.footer .foot_bottom .sns_btn li a{
	display: block;
	width: 45px; height: 45px;
	border: 1px solid #ccc;
	border-radius: 50%;
	text-align: center;
}
.footer .foot_bottom .sns_btn li a i{
	line-height: 45px;
	font-size: 24px;
}
.footer .foot_bottom .sns_btn li:hover a i{
	color: #5a5a5a;
}
.footer .foot_bottom .copyright{
	margin-top: 25px;
	color: #a0a0a0;
	font-size: 13px;
}


@media(max-width:1220px){
	.footer .inner{
		width: 100%;
		padding: 0 2%;
		box-sizing: border-box;
	}
	.footer .foot_top ul li a{padding: 0 1.5vw;}
}
@media(max-width:1024px){
}
@media(max-width:960px){
	.footer{padding: 24px 0 90px;}
	.footer .familySite{display: none;}
	.footer .foot_top{display: block;}
	.footer .foot_top ul{
		justify-content: center;
	}
	.footer .foot_top ul li a{padding: 0 2vw;}
	.footer .foot_bottom{
		text-align: center;
	}
	.footer .foot_bottom p{
		padding: 30px 0;
	}
	.footer .foot_bottom .sns_btn{
		position: static;
		justify-content: center;
		margin-bottom: 20px;
	}
	.footer .foot_bottom .info{display: none;}
	.footer .foot_bottom .mobile_info{
		display: block;
		margin-top: 20px;
		font-size: 13px;
		margin-bottom: 20px;
		color: #9a9a9a;
		line-height: 27px;
	}
	.footer .foot_bottom .copyright{
		width: 280px;
		margin: 20px auto 0;
	}


}
/* //footer */






/* 스윗얼랏(alert공통) */
/*alert디자인(swal2)*/
.swal2-popup{max-width: 300px; width: calc(100% - 80px); min-width: 280px; font-size: 13px; padding:35px;}
.swal2-title{font-size: 1.15em; margin-bottom: 10px;}
.swal2-html-container{font-size: 1.5em !important; line-height: 1.4em; margin: 0; word-break: keep-all;}
.swal2-actions{width: 100%; margin-top:20px; flex-wrap:nowrap;flex-direction: row-reverse;}

.swal2-actions button{width: 100%; border-radius:0px; font-weight: 400;
	line-height: 40px; height: 40px; padding: 0; border:0; margin:0 2px;
	font-size: 1.3em !important;
	padding: 0 10px !important;}

.swal2-actions button:hover,
.swal2-actions button:focus{
	outline: none !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.swal2-styled.swal2-confirm{background: #FF7F40 !important; color: #fff; border-radius:0px;}
.swal2-styled.swal2-deny{background:#C4C4C4; color: #fff; border-radius:0px;}

.swal2-actions:not(.swal2-loading) .swal2-styled{opacity: 0.9;}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image: none; opacity: 1;}

.swal2-html-container select {margin: 8px 0;}

/*toast*/
.toast_layer {visibility: hidden; min-width: 250px; width: max-content; max-width: 90%;
	background-color: #fff; color: #4B79EE; border: 4px solid #4B79EE; text-align: center; border-radius: 2px;
	padding: 16px 26px; position: fixed; z-index: 9999; font-weight: 600; box-shadow: 0 5px 10px #00000056;
	left: 50%; bottom: 50%; transform: translateX(-50%); font-size: 1.2em;}
.toast_layer.show {visibility: visible; -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s;}
.swal2-title {font-size: 1.3em!important;}
/* //스윗얼랏(alert공통) */







/* modal공통(부트) */
.modal-dialog{
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) !important;
}
.modal-content{
	max-height: 60vh;
	overflow: auto;
}
.modal-header .close{
	margin-top: -18px;
}
@media (max-width:768px){
	.modal-dialog{
		min-width: 340px;
	}
}
/* //modal공통(부트) */



