@charset "utf-8";

/* SIR 지운아빠 */
/*공용*/
.leaf {
	font-family: 'Yeongdo';
	line-height: 2em;
	color: #008F93;
	display: inline-block;
	padding: 0;
}

.point-font {
	font-family: 'Yeongdo';
}

.no_nukki {
	mix-blend-mode: darken;
}

/* 팝업레이어 */
#hd_pop {
	z-index: 1000;
	position: fixed;
	margin: 0 auto;
	width: 100%;
	height: 1px;
	top: 0;
}

#hd_pop h2 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	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
}

.inner {
	max-width: 1400px;
	margin: 0 auto;
}

/* 상단 레이아웃 */
#hd {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1;
}

#hd:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#hd_h1 {
	position: absolute;
	font-size: 0;
	text-indent: -9999em;
	line-height: 0;
	overflow: hidden
}

#hd_wrapper {
	padding: 20px 15px;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: space-between;

	display: grid;
	grid-template-columns: 200px 1fr;
	max-width: 96%;
}

#logo {
	text-align: left;
	position: relative;
	display: block;
}

#logo img {
	height: 30px;
}

.menu {
	display: flex;
	font-size: 1.2em;
	justify-content: space-between;
}

.menu ul {
	display: flex;
	align-items: center;
}

.menu li {
	line-height: 1em;
}

.gnb li {
	margin-right: 35px;
	font-size: 1.1em;
}

.gnb li:last-child {
	margin-right: 0;
}

.tnb {
	display: flex;
	align-items: center;
	grid-gap: 10px;
}

.tnb > li > a {
	font-size: 0.9em;
	border-radius: 5px;
	height: 40px;
}

.landing_hash {
	display: none;
}

@media (max-width:1000px) {
	.menu {
		display: none;
	}

	.landing_hash {
		display: block;
		font-size: 1.5em;
	}

	#logo img {
		height: 30px;
	}

	#hd_wrapper {
		grid-template-columns: 1fr auto;
	}

}


/* 중간 레이아웃 */
#wrapper {
	margin: 0 auto;
}

#wrapper:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#wrapper section {
	padding: 0;
}

#wrapper .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#wrapper dl {
	font-size: 1.5em;
	margin: 60px;
}

#wrapper dl dt .leaf {
	font-weight: 800;
	font-size: 18px;
}

#wrapper dl dt {
	font-size: 1.5em;
	color: #222;
	margin-bottom: 40px;
	font-weight: bolder;
}

#wrapper dl dd {
	color: #707070;
	font-size: 0.85em;
	line-height: 1.5em;
}

#container {
	position: relative;
	min-height: 300px
}

#container:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#container_title {
	margin: 15px 20px;
	font-size: 1.2em;
	font-weight: 500
}

#visual {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f99417+0,f36e23+100 */
	background: #fff;
}

#visual {
	display: flex;
	align-items: center;
	min-height: 100vh;
	/*	justify-content: center;*/
	/*	margin-top: 80px;*/
}

#visual .slogan {
	font-size: 1.4em;
	line-height: 1.4em;
}

#visual .slogan p {
	margin-bottom: 4px;
	font-size: 1em;
	opacity: 0.8;
	font-weight: normal;
	overflow: hidden;
	margin: 0 0 30px;
	color: #999;
}

#visual .slogan h2 {
	font-size: 2.0em;
	line-height: 1.4em;
	font-weight: 500;
	/*	font-family: 'Yeongdo';*/
	color: #222;
}

#visual .slogan h2 .point-font {
	font-size: 1.2em;
	font-weight: 700;
	margin-right: 5px;
}

#visual .slogan h3 {
	margin: 50px 0;
	line-height: 1.6em;
	opacity: 0.8;
	font-weight: 200;
}

#visual .slogan .bttn {
	width: 330px;
	font-weight: 600;
	font-size: 1em;
	padding: 10px 50px;
}

#visual .img {
	width: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 50%;
}

#visual .img::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 495px;
	height: 495px;
	top: calc(-495px/4);
	left: calc(-495px/4);
	background: #EAF8F5;
	border-radius: 50%;
	opacity: 0.5;
}

#visual .img p {
	overflow: hidden;
}

#visual .img p.ic_01 {
	position: absolute;
	left: -100px;
	bottom: -50px;
}

#visual .img p.ic_02 {
	position: absolute;
	left: -200px;
	top: 300px;
	/*	transform: translateY(-50%);*/
}

#visual .img img {
	width: 100%;
}

.page1 {
	background-color: #e5eeff;
}

.page2 {
	background-color: #ffffff;
}

.page2 .flex {
	flex-direction: row-reverse;
}

.page3 {
	background-color: #f5f6fa;
}

/* 하단 레이아웃 */
#ft {
	background: #707070;
	color: #fff;
	text-align: center;
	padding: 0 40px;
}

#ft .logo {
	margin-bottom: 10px;
}

#ft .logo img {
	height: 20px;
}

#ft .ft_menu {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#ft .ft_menu a {
	color: #fff;
	line-height: 50px;
	font-size: 1.1em;
	margin: 0 10px;
}

#ft .ft_menu a:after {
	content"";
}

#ft .copy {
	padding: 40px 0;
}

#ft .copy p {
	margin-top: 10px;
	font-size: 11px;
	opacity: 0.5;
}

#ft .copy span {
	margin: 0 5px;
}

@media (max-width:1000px) {
	#wrapper section {
		min-height: auto;
		padding: 50px 0;
		overflow: hidden;
	}

	#wrapper dl {}

	#wrapper section#visual {
		display: block;
		padding: 100px 0 0;
	}

	#visual .slogan {
		text-align: center;
		margin-bottom: 40px;
		font-size: 1.3em;
		padding: 0 20px;
	}

	#visual .img {
		position: relative;
		margin: 0;
		left: 0;
		z-index: -1;
		width: 80%;
		margin: 0 auto;
	}

	#wrapper .flex {
		display: block;
	}

	#wrapper section .inner .img {
		text-align: center;
	}

	#wrapper section .inner .img img {
		width: 90%;
	}

	#visual .img p.ic_01 {
		width: 33%;
		left: unset;
		bottom: 0;
		right: 0;
	}

	#visual .img p.ic_02 {
		width: 25%;
		left: unset;
		top: 0;
		right: 15%;
		z-index: 1;
	}

	#visual .slogan .bttn {
		width: 80%;
		max-width: 330px;
		margin: 0 auto;
	}

	#visual .img::before {
		top: unset;
		bottom: -50%;
		left: 50%;
		transform: translate(-50%, 0);
	}

}

@media (max-width:600px) {
	#visual .slogan {
		font-size: 1.1em;
	}

	#visual .slogan h2 {
		font-size: 1.8em;
	}

	#visual .slogan h3 {
		width: 80%;
		margin: 30px auto;
	}

	#wrapper section#visual {
		/*		padding: 50px 0 0;*/
	}

	#wrapper dl {
		font-size: 1.2em;
	}

	#ft {
		padding: 0 20px;
	}

	#ft .copy span {
		display: block;
		font-size: 0.9em;
	}
}

@media (max-width:400px) {
	#visual .slogan h2 {
		font-size: 1.6em;
	}

}

/* 게시물 선택복사 선택이동 */
#copymove {}

.copymove_current {
	float: right;
	color: #ff3061
}

.copymove_currentbg {
	background: #f4f4f4
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden
}

.msg_sound_only,
.sound_only {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden
}

/* 본문 바로가기 */
.to_content a {
	z-index: 100000;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

/* 이미지 등비율 리사이징 */
.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;
	font-size: 0
}

#captcha audio {
	display: block;
	margin: 0 0 5px;
	width: 187px
}

#captcha #captcha_img {
	width: 160px;
	height: 60px;
	border: 1px solid #e9e9e9;
	margin-bottom: 3px;
	margin-right: 32px;
	vertical-align: top
}

#captcha #captcha_reload {
	position: absolute;
	top: 31px;
	left: 161px;
	width: 31px;
	height: 31px;
	background: url('../../../img/captcha.png') no-repeat 0 -30px;
	border: none;
	border-top: 1px solid #ccc;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
}

#captcha #captcha_key {
	margin: 0;
	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
}

#captcha #captcha_mp3 {
	position: absolute;
	top: 0;
	left: 161px;
	width: 31px;
	height: 31px;
	background: url('../../../img/captcha.png') no-repeat;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	border: none
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden;
	font-size: 0
}

#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;
	display: block;
}

#captcha.m_captcha #captcha_reload {
	width: 31px;
	height: 31px;
	background: url('../../../img/captcha.png') no-repeat 0 -30px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	position: static
}

#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
}


/*단축키일람 */
.btn_cke_sc {
	background: #333;
	color: #fff;
	padding: 5px;
	border: none;
	margin-bottom: 5px
}

.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: 50%;
	font-weight: bold
}

.cke_sc_def dd {
	width: 50%
}

.btn_cke_sc_close {
	background: #333;
	padding: 5px;
	border: none;
	color: #fff
}

/* 버튼 */
a.btn01 {
	display: inline-block;
	padding: 8px 7px 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: 8px 7px 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: #ff3061;
	color: #fff;
}

fieldset .btn_submit {
	padding: 0 7px;
	height: 24px;
	line-height: 1em
}

a.btn_cancel {
	display: inline-block;
	padding: 8px 7px 7px;
	border: 1px 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: 1.9em;
	border: 0;
	background: #333;
	color: #fff;
	letter-spacing: -0.1em;
	text-decoration: none;
	vertical-align: top;
	line-height: 1.9em
}

/* 우편번호검색버튼 등 */
button.btn_frmline {
	font-size: 1em
}

/* 모바일게시판 버튼 */
/* 글쓰기버튼 */
.bo_fx {
	position: fixed;
	width: 50px;
	bottom: 10px;
	right: 10px;
	padding: 0;
	margin: 0;
	z-index: 100;
}

.bo_fx ul {
	float: right;
}

.bo_fx ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

.bo_fx a,
.bo_fx button {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 0;
	font-size: 20px;
	border-radius: 50%;
	background: #211A2C;
	color: #fff;
}

.bo_fx a {
	background: #333;
}

#bo_list a.btn_b02 {
	background: #ec5845;
	font-size: 25px;
	border: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 2px;
}

#bo_v_top {
	display: none;
}

#bo_v_bot {
	padding: 15px 0;
}

#bo_v_bot a {
	background: none;
	border: 1px solid #ddd;
	padding: 0 8px;
	color: #ccc;
}

#bo_v_bot .bo_v_com a {
	background: #fff;
}

.bo_v_com li {
	margin: 0;
	margin-left: -1px;
}

/* 게시판카테고리 */
#bo_cate {
	background: #fff;
	position: relative;
	z-index: 999;
}

#bo_cate h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#bo_cate > ul {
	margin-bottom: 0px;
	padding-left: 1px;
	zoom: 1;
	border-bottom: 1px solid #f2f2f2;
	overflow-x: scroll;
	white-space: nowrap;
	padding: 0 30px;
}

#bo_cate > ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#bo_cate > ul > li {
	padding: 0 5px;
	display: inline-block;
	white-space: nowrap;
}

#bo_cate > ul > li:last-child {
	margin-right: 35px;
}

#bo_cate > ul > li > a {
	display: block;
	position: relative;
	line-height: 1.2em;
	cursor: pointer;
	padding: 13px 5px 12px 5px;
	font-size: 1.1em;
}

#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
	text-decoration: none
}

#bo_cate #bo_cate_on {
	z-index: 0;
	background: #fff;
	color: #20e4bf;
	font-weight: bold;
	position: relative;
}

#bo_cate #bo_cate_on:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #20e4bf;
	position: absolute;
	bottom: 0;
	left: 0;
}

#bo_cate .open_btn {
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 15px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60&0+0,1+60 */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 */
}

#bo_cate .open_btn p {
	margin: 10px;
	width: 20px;
	height: 20px;
	line-height: 18px;
	font-size: 1em;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #1a1a1a;
	color: #1a1a1a;
	text-align: center;
}

#bo_cate_all {
	position: absolute;
	width: 100%;
	left: 0;
	top: 41px;
	z-index: 999;
	display: none;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 0px;
	padding-left: 1px;
	zoom: 1;
	border-bottom: 1px solid #f2f2f2;
	background: #fff;
	padding: 25px 20px;
}

/* 1차메뉴만 있을때 */
#bo_cate_all ul {
	margin: 0;
	padding: 5px 0;
}

#bo_cate_all ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#bo_cate_all li {
	float: left;
	margin-bottom: 2px;
}

/* 2차메뉴까지 있을때 */
#bo_cate_all dl {
	margin: 0;
	padding: 3px 0;
}

#bo_cate_all dl:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

#bo_cate_all dt {
	float: left;
	font-size: 1.2em;
	margin-right: 8px;
	line-height: 26px;
}

#bo_cate_all dd {
	float: left;
}

#bo_cate_all dd:first-child {
	float: none;
}

#bo_cate_all a {
	opacity: 0.9;
	display: inline-block;
	line-height: 26px;
	padding: 0px 8px;
	border: 1px solid #ddd;
	color: #999;
	border-radius: 15px;
	margin-right: 1px;
}

#bo_cate_all #bo_cate_on {
	border: 1px solid #ccc;
	background: #FBFBFB;
	font-weight: 600;
}

#bo_cate_all #bo_cate_on:after {
	display: none;
}

#bo_cate.on {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* 게시판용 버튼 */
a.btn_b01 {
	display: inline-block;
	margin: 0 0 3px;
	padding: 8px 7px 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;
	margin: 0 0 3px;
	padding: 8px 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;
	margin: 0 0 3px;
	padding: 8px 7px 7px;
	border: 1px solid #e8180c;
	background: #e8180c;
	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 {
	margin: 0 0px 10px
}

.tbl_wrap table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}

.tbl_wrap caption {
	padding: 10px 0;
	color: #4b8b99;
	font-weight: bold;
	text-align: left
}

.tbl_head01 {}

.tbl_head01 caption {
	padding: 0 0 10px;
	color: #777;
	text-align: left
}

.tbl_head01 thead th {
	padding: 12px 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_head01 thead a {
	color: #383838
}

.tbl_head01 thead th input {
	vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #484848;
	color: #fff
}

.tbl_head01 tfoot td {
	border-color: #666;
	background: #484848;
	color: #fff;
	font-weight: bold;
	text-align: center
}

.tbl_head01 tbody th {
	padding: 5px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9
}

.tbl_head01 td {
	padding: 5px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	line-height: 1.5em;
	word-break: break-all
}

.tbl_head02 {}

.tbl_head02 caption {
	padding: 0 0 10px;
	color: #777;
	text-align: left
}

.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 {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #484848;
	color: #fff
}

.tbl_head02 tfoot td {
	border-color: #666;
	background: #484848;
	color: #fff;
	font-weight: bold;
	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_frm01 {}

.tbl_frm01 th {
	padding: 10px 0;
	width: 90px;
	border: 1px solid #e9e9e9;
	border-left: 0;
	text-align: left
}

.tbl_frm01 td {
	padding: 10px 5px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background: transparent
}

.tbl_frm01 textarea,
.frm_input {
	width: 100%;
	background-color: #fff !important;
	border: 1px solid #CACACA;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	margin-bottom: 5px;
	padding: 0;
	border-radius: 5px;
}

.tbl_frm01 textarea {
	width: 100%;
	height: 100px;
	line-height: 1.8em;
}

.tbl_frm01 a {
	text-decoration: none
}

.tbl_frm01 .frm_file {
	display: block;
	margin-bottom: 5px;
	width: 100%
}

.tbl_frm01 .frm_info {
	display: block;
	padding: 5px 0 0;
	color: #666;
	line-height: 1.3em
}

/* 자료 없는 목록 */
.empty_table {
	padding: 20px 0 !important;
	text-align: center
}

.empty_list {
	padding: 20px 0 !important;
	text-align: center
}

/* 필수입력 */
.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: 150px;
	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: #673695;
	font-weight: 600;
}

.txt_expired {
	color: #ccc
}

.txt_rdy {
	color: #673695;
	opacity: 0.5;
}

/* 새창 기본 스타일 */
.new_win {}

.new_win #win_title {
	margin: 0 0 20px;
	padding: 20px;
	border-top: 3px solid #4e5d60;
	border-bottom: 1px solid #e9e9e9;
	font-size: 1.2em
}

.new_win #win_title .sv {
	font-size: 0.75em;
	line-height: 1.2em
}

.new_win .tbl_wrap {
	margin: 0 20px
}

.new_win .win_ul {
	margin: -20px 0 20px 0;
	padding: 0 20px;
	border-bottom: 1px solid #455255;
	background: #484848;
	list-style: none
}

.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;
	border-right: 1px solid #455255;
	border-left: 1px solid #455255;
	color: #fff;
	font-weight: bold;
	text-decoration: none
}

.new_win .win_desc {
	padding: 10px 20px
}

.new_win .win_btn {
	clear: both;
	margin: 20px;
	text-align: center
}

.new_win .win_btn a {
	display: inline-block;
	padding: 0 10px;
	height: 2.5em;
	background: #666;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	line-height: 2.5em
}

.new_win .win_btn button {
	display: inline-block;
	padding: 0 10px;
	height: 2.5em;
	border: 0;
	background: #666;
	color: #fff;
	text-decoration: none;
	line-height: 2.5em
}

.new_win .win_btn input {
	padding: 0 10px;
	height: 2.5em;
	line-height: 2.5em
}

/* 검색결과 색상 */
.sch_word {
	color: #ff3061
}

/* 사이드뷰 */
.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: #fff;
	border: 1px solid #ddd;
	text-decoration: none
}

.pg_start,
.pg_prev {
	/* 이전 */
}

.pg_end,
.pg_next {
	/* 다음 */
}

.pg_current {
	display: inline-block;
	margin: 0px 0 0;
	background: #333;
	color: #fff;
	font-weight: normal
}

/* PC화면으로 */
#device_change {
	display: block;
	margin: 5px;
	padding: 5px 0;
	border: 1px solid #eee;
	border-radius: 2em;
	color: #000;
	font-size: 1em;
	text-decoration: none;
	text-align: center
}

/* 글등록시 첨부 이미지 */
#bo_w #bf_wrap {
	padding: 0;
	border-bottom: 1px solid #ddd;
}

#bo_w #bf_wrap dl {
	margin-bottom: 0px !important;
}

#bo_w #bf_wrap dl:after {
	content: "";
	display: block;
	clear: both;
}

#bo_w #bf_wrap dt {
	margin-bottom: 10px;
	display: none;
}

#bo_w #bf_wrap dt,
#bo_w #bf_wrap dd {
	float: none;
}

#bo_w #bf_wrap dd:after {
	content: "";
	display: block;
	clear: both;
}

#bo_w #bf_wrap .scroll_x {
	padding: 6px 0;
}

#bf_wrap .el_hidden {
	width: 0;
	height: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 0;
}

#bf_wrap #bf_prev_wrap {
	display: inline;
	width: calc(100% - 66px)
}

#bf_wrap .prev_area {
	width: 60px;
	height: 60px;
	position: relative;
}

#bf_wrap .prev_area .img_bd {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
}

#bf_wrap .prev_area .img_bd img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#bf_wrap .prev_area button {
	position: absolute;
	border: 0;
	right: -6px;
	top: -6px;
	background: #fff;
	border-radius: 50%;
	color: #333;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 0.8em;
	z-index: 1;
	border: 1px solid #ddd;
}

#bf_wrap .img_add {
	float: left;
	vertical-align: middle;
	margin-right: 6px;
	padding: 6px 0;
}

#bf_wrap .img_add .btn {
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	background: #fff;
	color: #ccc;
	font-size: 1.3em;
}

.fotorama__nav-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.fotorama__dot {
	width: 6px !important;
	height: 6px !important;
}

.fotorama__nav--dots .fotorama__nav__frame {
	width: 10px !important;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
	background: #35cab0;
	border: 1px solid #35cab0;
}

.fotorama__dot {
	border: 0 !important;
	background: #fff;
}

/* loading */
#loading_area {
	display: none;
	position: fixed;
	top: 50%;
	margin-top: -25%;
	text-align: center;
	width: 100%;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}

.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #20e4bf;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


.color_bk {
	color: #333 !important;
}

#wrapper section.page1 {
	background: #F2FAFC;
	padding: 100px 0;
}

#wrapper section.page1 .flex {
	display: grid;
	/*	max-width: inherit;*/
	grid-template-columns: 40% 1fr;
}

#wrapper section.page1 dl dd {
	color: #222 !important;
}

#wrapper section.page1 .img {
	position: relative;
	height: 80vh;
}

#wrapper section.page1 .img .hand01 {
	position: absolute;
	left: 0;
	bottom: 0;
}

#wrapper section.page1 .img .hand02 {
	position: absolute;
	right: 0;
	top: 0;
}

section .img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#wrapper section.page2 .flex {
	/*	max-width: inherit;*/
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

#wrapper section.page2 .img {
	position: relative;
	height: 80vh;
}

#wrapper section.page2 .img .user01 {
	position: absolute;
	top: 50px;
	left: 0;
}

#wrapper section.page2 .img .user02 {
	position: absolute;
	bottom: 50px;
	right: 0;
}

#wrapper section.page2 .img .center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

#wrapper section.page3 {
	padding-bottom: 0;
	background: #EAF8F5;
}

#wrapper section.page3 .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 100px 0 0;
	grid-gap: 50px;
	/*	min-height: 100vh;*/
}

#wrapper section.page3 dl {
	text-align: center;
	margin: 0;
}

#wrapper section.page3 dl dd {
	color: #333 !important;
}

#wrapper section.page3 .img {
	position: relative;
}

#wrapper section.page3 .img .ic01 {
	position: absolute;
	left: -100px;
	top: 50px;
}

#wrapper section.page3 .img .ic02 {
	display: flex;
	align-items: center;
	justify-content: center;
}

#wrapper section.page3 .img .ic03 {
	position: absolute;
	right: -50px;
	top: 50px;
}

#wrapper section.page3 .img .user01 {
	width: 85%;
}

#wrapper section.page3 .img > img {
	object-position: top;
	object-fit: contain;
}

@media (max-width: 1000px) {

	/*
	#wrapper section{
		padding: 0;
	}
*/
	#wrapper section,
	#wrapper section .flex {
		height: inherit !important;
	}

	#wrapper section.page1 {}

	#wrapper section.page1 .flex,
	#wrapper section.page2 .flex,
	#wrapper section.page3 .flex {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 25px;
		padding: 0;
	}

	#wrapper section.page1 .img,
	#wrapper section.page2 .img,
	#wrapper section.page3 .img {
		position: relative;
		top: unset;
		right: unset;
		width: 100%;
	}

	#wrapper section .inner .img img {
		width: 100%;
		height: 100%;
	}



	#wrapper section.page1 .img .hand01,
	#wrapper section.page1 .img .hand02 {
		display: inline-block;
		width: 50%;
	}

	#wrapper section.page2 .img .user01,
	#wrapper section.page2 .img .user02,
	#wrapper section.page2 .img .center {
		display: inline-block;
		width: 50%;
	}

	#wrapper section.page2 .img .user01 {
		top: 0;
	}

	#wrapper section.page2 .img .user02 {
		bottom: 0;
	}

	#wrapper section.page3 .img .ic01,
	#wrapper section.page3 .img .ic02,
	#wrapper section.page3 .img .ic03 {
		display: inline-block;
		width: 25%;
	}

	#wrapper section.page3 .img .ic01 {
		left: 0;
	}

	#wrapper section.page3 .img .ic03 {
		right: 0;
	}

	#wrapper section.page3 .img .user01 {
		margin: 0 auto;
	}
}

@media(max-width:768px) {
	.hd_pops {
		top: 0px !important;
		left: 0px !important;
	}

	.hd_pops_con {
		width: 100% !important;
		height: 100% !important;
	}

	.hd_pops img {
		width: 100% !important;
		height: auto !important;
	}
}

@media(max-width:600px) {

	#wrapper section.page1 .img,
	#wrapper section.page2 .img,
	#wrapper section.page3 .img {
		width: 80%;
		height: 33vh;
		margin: 0 auto;
	}

	#wrapper section.page1 {
		padding: 50px 0;
	}

	#wrapper dl {
		width: 80%;
		margin: 0 auto;
	}

	#wrapper section.page3 dl {
		width: 100%;
	}

	#wrapper dl dt {
		margin: 0 0 20px;
	}
}

@media(max-width:500px) {
	.hd_pops {
		width: 90% !important;
		height: auto !important;
		top: 0px !important;
		left: 0px !important;
	}

}
