@charset "utf-8";
@import url('pretendard-subset.css');

/* 초기화 */
html {overflow-y:scroll;}
body {margin:0;padding:0;font-size:16px;font-family:'Pretendard', 'dotum', sans-serif;background:#fff;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0;}
h1, h2, h3, h4, h5, h6 {font-size:18px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
ul,ol,dl,dt,dd {margin:0;padding:0;list-style:none;}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:normal;text-indent:-9999em;overflow:hidden;}
label, input, button, select, img {vertical-align:middle;}
input, button {margin:0;padding:0;}
input[type="submit"] {cursor:pointer;}
button {cursor:pointer;}
select {margin:0;}
p {margin:0;padding:0;word-break:break-all;}
hr {display:none;}
pre {overflow-x:scroll;}
a {color:#000;text-decoration:none;line-height: normal;}
*, :after, :before {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
input[type=text],input[type=password], textarea {-webkit-transition:all 0.30s ease-in-out;-moz-transition:all 0.30s ease-in-out;-ms-transition:all 0.30s ease-in-out;-o-transition:all 0.30s ease-in-out;outline:none;}
input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {-webkit-box-shadow:0 0 5px #9ed4ff;-moz-box-shadow:0 0 5px #9ed4ff;box-shadow:0 0 5px #9ed4ff;border:1px solid #558ab7 !important;}
.placeholdersjs {color:#aaa !important;}
img {max-width: 100%;}
textarea {resize: vertical;}
body,
h1, h2, h3, h4, h5, h6,
input, button,
textarea, select {
	font-family:'Pretendard', 'dotum', sans-serif;
	font-size: 13px;
}
select {
	background: url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+') no-repeat 99% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	width: auto;
	height: 30px; 
	padding: 5px;
	background-color: #fff;
	padding: 0 25px 0 10px;
}
select:focus {
	outline: none;
}
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header:before,
header:after,
nav:before,
nav:after,
footer:before,
footer:after,
.row:before,
.row:after {
	display: table;
	content: '';
	clear: both;
}

/* 공통 */
.newline {
	display: block;
	margin-top: 5px;
}
.cenerwrap {
	max-width: 1560px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* 기본 레이아웃 지정 */
.wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.wrapper #hd,
.wrapper #container,
.wrapper #ft {
	width: 100%;
	height: 100%;
	position: relative;
	zoom: 1;
}

/* 헤더 */
.wrapper #hd {
	height: 100px;
	border-bottom: 1px solid #F1F1F1;
}
.wrapper #hd .box {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1560px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 100px 1fr auto;
	align-items: center;
	justify-content: space-between;
	column-gap: 20px;
	padding-left: 15px;
	padding-right: 15px;
	min-width: max-content;
}
.wrapper #hd .box .lang {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 10px;
}
.wrapper #hd .box .lang li {
	position: relative;
	padding: 5px 0;
}
.wrapper #hd .box .lang li a {
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #eee;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #fff;
}
.wrapper #hd .box .lang li a:hover {
	background-color: #ddd;
}
.wrapper #hd .box .lang li.active a {
	color: #1FA490;
}
.wrapper #hd .box .lang li + li {
	padding-left: 5px;
}
.wrapper #hd .box .lang li + li::before {
	content: '';
	position: absolute;
	top: 0;
	left: -3px;
	width: 2px;
	height: 100%;
	background-color: #ddd;
}

/* 내용 */
.wrapper #container {
	min-height: 500px;
}
.wrapper #container::after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}

/* 푸터 */
.wrapper #ft {
	background-color: #000;
}
.wrapper #ft .box {
	width: 100%;
	height: 100%;
	max-width: 1560px;
	margin: 0 auto;
	padding: 80px 15px;
}
.wrapper #ft .grd {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid #999999;
	padding-bottom: 50px;
}
.wrapper #ft .grd .quick {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	row-gap: 20px;
}
.wrapper #ft .grd .quick a {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	width: max-content;
}
.wrapper #ft .grd .quick a:hover,
.wrapper #ft .grd .quick a:focus {
	color: #1FA490;
}
.wrapper #ft .grd .share {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.wrapper #ft .grd .share .ci {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.wrapper #ft .grd .share .btns {
	display: grid;
	grid-template-columns: auto auto;
	align-items: end;
}
.wrapper #ft .grd .share .btns .right {
	text-align: right;
}
.wrapper #ft .grd .share .btns a {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 10px;
	margin-left: 20px;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
	outline: 1px solid;
	outline-color: rgba(255, 255, 255, 0.5);
	outline-offset: 0px;
	text-shadow: none;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.wrapper #ft .grd .share .btns a:hover,
.wrapper #ft .grd .share .btns a:focus {
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
	outline-color: rgba(255, 255, 255, 0);
	outline-offset: 15px;
	text-shadow: 1px 1px 2px #427388;
}
.wrapper #ft .grd .share .btns a:first-child {
	margin-left: 0;
}
.wrapper #ft .grd .share .btns .letter {
	width: 280px;
	min-height: 60px;
	padding: 15px 20px 15px 60px;
	background: url('../img/common/ic_download.png') no-repeat;
	background-position: 20px center;
}
.wrapper #ft .grd .share .btns .linkedin {
	width: 60px;
	height: 60px;
	background: url('../img/common/ic_linkedin.png') no-repeat;
	background-position: center;
}
.wrapper #ft .grd .share .btns .yotube {
	width: 60px;
	height: 60px;
	background: url('../img/common/ic_yourube.png') no-repeat;
	background-position: center;
}
.wrapper #ft .copy {
	position: relative;
	margin-top: 50px;
}
.wrapper #ft .copy .info {
	display: flex;
	column-gap: 20px;
	margin-top: 15px;
}
.wrapper #ft .copy .info:first-child {
	margin-top: 0;
}
.wrapper #ft .copy .info li {
	position: relative;
	font-size: 14px;
	color: #999999;
}
.wrapper #ft .copy .info li::after {
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	width: 1px;
	height: 100%;
	background-color: #323232;
}
.wrapper #ft .copy .info li:last-child::after {
	display: none;
}
.wrapper #ft .copy .link {
	display: flex;
	column-gap: 20px;
	margin: 50px 0 10px 0;
}
.wrapper #ft .copy .link li {
	position: relative;
}
.wrapper #ft .copy .link li::after {
	content: '';
	position: absolute;
	top: 0;
	right: -11px;
	width: 2px;
	height: 100%;
	background-color: #323232;
}
.wrapper #ft .copy .link li:last-child::after {
	display: none;
}
.wrapper #ft .copy .link a {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.wrapper #ft .copy .link a:hover,
.wrapper #ft .copy .link a:focus {
	color: #1FA490;
}
.wrapper #ft .copy .link strong a {
	color: #fff;
}
.wrapper #ft .copy .txt {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.wrapper #ft .copy .logo {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* pc 메뉴 */
#pc_menu {
	width: 100%;
	height: 100%;
}
#pc_menu .gnb_1dul {
	font-size:1.083em;
	padding:0;
	zoom:1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	column-gap: 70px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#pc_menu .gnb_1dul .gnb_1dli {
	position:relative;
}
#pc_menu .gnb_1dul .gnb_1dli > a {
	display: block;
	line-height: 100px;
	font-size: 20px;
	font-weight: bold;
}
#pc_menu .gnb_1dul .gnb_1dli > a:hover,
#pc_menu .gnb_1dul .gnb_1dli > a:focus {
	color: #1FA490;
}
#pc_menu .gnb_1dul .gnb_1dli.on::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #1FA490;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-left: -4px;
}
#pc_menu .gnb_1dul .gnb_2dul_box {
	display: none;
	position:absolute;
	left: 50%;
	top: 100px;
	width: max-content;
	height: max-content;
	background-color: #000;
	z-index: 9999;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
#pc_menu .gnb_1dul .gnb_2dul_box.show {
	display: block;
}
#pc_menu .gnb_1dul .gnb_2dul_box .gnb_2dul {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	padding: 30px 30px;
	row-gap: 20px;
}
#pc_menu .gnb_1dul .gnb_2dul .gnb_2dli > a {
	display: block;
	color: #999;
	font-size: 20px;
	font-weight: bold;
}
#pc_menu .gnb_1dul .gnb_2dul .gnb_2dli > a:hover,
#pc_menu .gnb_1dul .gnb_2dul .gnb_2dli > a:focus,
#pc_menu .gnb_1dul .gnb_2dul .gnb_2dli.on a {
	color: #fff;
}
#pc_menu .gnb_empty {
	padding:10px 0;
	width:100%;
	text-align:center;
	color:#080808;
}
#pc_menu .gnb_empty a {
	color:#3a8afd;
}

/* mobile 메뉴 */
#btn_m_toggle {
	display: none;
	position: absolute;
	width: 23px;
	height: 20px;
	top: 23px;
	left: 20px;
	z-index: 999;
	cursor: pointer;
	transition: left 300ms ease, opacity 300ms ease;
}
#btn_m_toggle .toggle_group {
	position: relative;
	width: 100%;
	height: 100%;
}
#btn_m_toggle .toggle_group span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #333;
	border-radius: 9px;
	left: 0;
	transform: rotate(0deg);
	transition: transform 250ms ease;
}
#btn_m_toggle .toggle_group span:nth-child(1) {
	top: 1px;
}
#btn_m_toggle .toggle_group span:nth-child(2) {
	top: 10px;
}
#btn_m_toggle .toggle_group span:nth-child(3) {
	top: 19px;
	width: 70%;
}
#mobile_menu {
	position: fixed;
	width: 280px;
	height: 100%;
	padding-bottom: 10px;
	top: 0;
	left: -101%;
	z-index: 999;
	background: #fff;
	border-right: 1px solid #1f1f1f;
	transition: left 300ms ease;
}
#mobile_menu h1 {
	position: relative;
	width: 100%;
	height: 60px;
}
#mobile_menu h1 a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#mobile_menu .mobile_loged {
	color: #fff;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #ccc;
}
#mobile_menu .mobile_loged .mob_loged {
	text-align: center;
}
#mobile_menu .mobile_loged .mob_loged li {
	display: inline-block;
	position: relative;
}
#mobile_menu .mobile_loged .mob_loged li::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 12px;
	margin-top: -6px;
	top: 50%;
	right: -2px;
	background: #454545;
}
#mobile_menu .mobile_loged .mob_loged li:last-child::after {
	display: none;
}
#mobile_menu .mobile_loged .mob_loged li a {
	display: block;
	padding: 0 5px;
	color: #303030;
	line-height: 39px;
	font-size: 14px;
}
#mobile_menu .msgroup {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 100px;
	border-top: 1px solid #dcdcdc;
	overflow-x: hidden;
	overflow-y: scroll;
}
#mobile_menu .mgnb .gnb_1dli > a {
	position: relative;
	display: block;
	padding: 15px 10px;
	color: #3f3f3f;
	font-size: 15px;
	letter-spacing: -0.05em;
	background: #f9f9f9;
	border-bottom: 1px solid #dcdcdc;
}
#mobile_menu .mgnb .gnb_1dli.open > a {
	background-color: #1FA490;
	color: #fff;
}
#mobile_menu .mgnb .gnb_1dli > a::after {
	position: absolute;
	display: block;
	content: '\f107';
	top: 12px;
	right: 15px;
	color: #8f8f8f;
	font-size: 24px;
	font-family: 'FontAwesome';
	text-align: center;
	transition: color 300ms ease, background 300ms ease, transform 300ms ease;
	transform: rotate(0);
}
#mobile_menu .mgnb .gnb_1dli.open > a::after {
	transform: rotate(180deg);
	color: #fff;
}
#mobile_menu .mgnb .gnb_2dul {
	display: none;
}
#mobile_menu .mgnb .gnb_2dul li a {
	position: relative;
	display: block;
	padding: 10px 15px 10px 25px;
	color: #8f8f8f;
	font-size: 14px;
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
	transition: color 300ms ease, background 300ms ease;
}
#mobile_menu .mgnb .gnb_2dul li a::before {
	position: absolute;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	top: 50%;
	left: 15px;
	background: #8f8f8f;
	border-radius: 50%;
	transition: background 250ms ease;
}
#mobile_menu .mgnb .gnb_2dul li.on a {
	color: #1FA490;
}
#mobile_menu .mgnb .gnb_2dul li.on a::before {
	background-color: #1FA490;
}
#mobile_menu .gnb_empty {
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
#mobile_menu .gnb_empty a {
	color: #3a8afd;
}
#mobile_menu .msgroup .lang {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 10px;
	justify-content: center;
	padding: 10px 0;
	background-color: #f9f9f9;
}
#mobile_menu .msgroup .lang li {
	position: relative;
	padding: 5px 0;
}
#mobile_menu .msgroup .lang li a {
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #eee;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #fff;
}
#mobile_menu .msgroup .lang li a:hover {
	background-color: #ddd;
}
#mobile_menu .msgroup .lang li.active a {
	color: #1FA490;
}
#mobile_menu .msgroup .lang li + li {
	padding-left: 5px;
}
#mobile_menu .msgroup .lang li + li::before {
	content: '';
	position: absolute;
	top: 0;
	left: -3px;
	width: 2px;
	height: 100%;
	background-color: #ddd;
}

#hd .mobile_menu_overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 998;
	background: rgba(0,0,0,0.5);
}
.open_mobilemenu #mobile_menu {
	left: 0;
}
.open_mobilemenu #btn_m_toggle {
	top: 19px;
	left: 300px;
}
.open_mobilemenu #btn_m_toggle .toggle_group span {
	background-color: #fff;
}
.open_mobilemenu #btn_m_toggle .toggle_group span:nth-child(1) {
	top: 10px;
	transform: rotate(135deg);
}
.open_mobilemenu #btn_m_toggle .toggle_group span:nth-child(2) {
	opacity: 0;
	left: -30px;
}
.open_mobilemenu #btn_m_toggle .toggle_group span:nth-child(3) {
	top: 10px;
	transform: rotate(-135deg);
	width: 100%;
}
.hide_overflow {
	overflow: hidden !important;
	height: 100vh;
}

/* 중간 레이아웃 */
/*#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;zoom:1}

#container {position:relative;min-height:500px;height:auto !important;font-size:1em;width:100%;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}*/

/* 하단 레이아웃 */
/*#ft {background:#212020;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {margin:0;padding:40px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:25%;float:left;padding:0 20px}

#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:center;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}*/

/* 탑버튼 */
#top_btn {
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;
	height:50px;
	line-height:46px;
	border:2px solid #333;
	color:#333;
	text-align:center;
	font-size:15px;
	z-index:90;
	background:rgba(255,255,255,0.5);
}
#top_btn:hover,
#top_btn:focus {
	border-color:#21a390;
	background:#21a390;
	color:#fff;
}

/* 페이지 타이틀 */
#container .page,
#container .board {
	margin-top: 70px;
}
#container .board {
	margin-bottom: 100px;
}
#container .page section.info,
#container .board section.info {
	margin-bottom: 100px;
}
#container .page section.info .badge,
#container .board section.info .badge {
	width: 136px;
	height: 62px;
	line-height: 62px;
	background: url('../img/common/frame_msg1.png') no-repeat;
	margin-bottom: 10px;
}
#container .page section.info .badge span,
#container .board section.info .badge span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0 10px;
}
#container .page section.info .title,
#container .board section.info .title {
	font-size: 86px;
	font-weight: bold;
}
#container .page section.info .subtitle,
#container .board section.info .subtitle {
	font-size: 26px;
	margin-top: 30px;
}

/* ---------------------------------- */

/* 팝업레이어 */
#hd_pop {
	z-index: 1000;
	position: relative;
	margin: 0 auto;
	height: 0;
	max-width: 1560px;
	margin: 0 auto;
}
#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 img {
	max-width: 100%;
}
.hd_pops_con {}
.hd_pops_footer {
	padding: 0;
	background: #000;
	color: #fff;
	text-align: left;
	position: relative;
}
.hd_pops_footer:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}
.hd_pops_footer button {
	padding: 10px;
	border: 0;
	color: #fff;
}
.hd_pops_footer .hd_pops_reject {
	background: #000;
	text-align: left;
}
.hd_pops_footer .hd_pops_close {
	background: #393939;
	position: absolute;
	top: 0;
	right: 0;
}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
.msg_sound_only,
.sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height: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 {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;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:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;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/captcha2.png') no-repeat 0 0 ; 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%}
.btn_cke_sc_close {background:#333;padding:5px;border:none;color:#fff}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;-webkit-transition:background-color 0.3s ease-out;-moz-transition:background-color 0.3s ease-out;-o-transition:background-color 0.3s ease-out;transition:background-color 0.3s ease-out;}
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:right}

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top}
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle}
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.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:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top;}
.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-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.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;}
.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;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;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}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;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}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;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:80px;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 {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);box-shadow:0 1px 10px rgba(0,0,0,.1);}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center;margin-top: 20px;}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
/*.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}*/

/* 자바스크립트 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 {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}*/

/* 페이징 */
.pg_wrap {clear:both;float:left;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}

/* 로그인 */
#loged {
	position: fixed;
	width: 270px;
	height: 350px;
	margin: -170px 0 0 -135px;
	padding: 25px;
	top: 50%;
	left: 50%;
	z-index: 99;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 10px;
}
#loged h3 {
	width: 218px;
	height: 65px;
	margin: 0 auto 25px;
	text-indent: -9999px;
	background-image: url('../img/common/logo.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
#loged .group {
	position: relative;
	margin-bottom: 10px;
}
#loged .user_input {
	width: 100%;
	height: 36px;
	padding: 0 46px 0 10px;
	outline: none;
	color: #000000;
	font-size: 13px;
	line-height: 36px;
	background: #f5f5f5;
	border: 0;
	border-radius: 5px;
	transition: background 300ms ease;
}
#loged .user_input:focus {
	background: #c9e5ff;
}
#loged .ui_label {
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0;
	right: 0;
	z-index: 1;
	color: #9f9f9f;
	font-size: 22px;
	text-align: center;
	line-height: 36px;
	transition: color 300ms ease;
}
#loged .loged_info_area {
	margin-bottom: 20px;
}
#loged .loged_info_area .colspan {
	position: relative;
	width: 50%;
	float: left;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
}
#loged .loged_info_area .colspan1 a {
	display: inline-block;
	padding: 3px 5px;
	border-radius: 3px;
}
#loged a {
	color: #000000;
	transition: color 300ms ease;
}
#loged a:hover,
#loged a:focus {
	color: #ff9b25;
}
#loged .loged_btn {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
#loged .loged_btn input {
	width: 100%;
	height: 36px;
	padding: 0 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 36px;
	background: #080808;
	border: 0;
	border-radius: 5px;
	transition: background 300ms ease;
}
#loged .loged_btn input:hover,
#loged .loged_btn input:focus {
	background: #ff9b25;
}
#loged .loged_join {
	color: #8f8f8f;
	font-size: 13px;
	font-weight: 500;
}
#loged .loged_join p {
	text-align: center;
}
.iloged_bg {
	position: fixed;
	content: '';
	width: 268px;
	height: 350px;
	margin: -154px 0 0 -134px;
	top: 50%;
	left: 50%;
	z-index: 0;
	background: rgba(0,0,0,0.15);
	border-radius: 60px;
	filter: blur(8px);
}
body.login_page {
	color: #000000;
	background: #F7FCE9;
	height: 100vh;
}
body.login_page *:before,
body.login_page *:after,
body.login_page * {
	box-sizing: border-box;
}

/* 일반 게시판 */
.ibbs_list {
	width: 100%;
	margin-bottom: 0;
}
.ibbs_list .bbs_category {
	margin: 20px auto;
}
.ibbs_list .bbs_category ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.ibbs_list .bbs_category ul li {
	padding: 10px 15px;
	border: 1px solid #e2e2e2;
}
.ibbs_list .bbs_category ul li a {
	display: block;
	font-size: 20px;
}
.ibbs_list .bbs_category ul li.on {
	background-color: #1FA490;
}
.ibbs_list .bbs_category ul li.on a {
	color: #fff;
}
.ibbs_list .bbstop {
	margin-bottom: 15px;
	font-size: 14px;
}
.ibbs_list .bbstop .leftarea {
	margin-top: 15px;
	float: left;
}
.ibbs_list .bbstop .pageinfo,
.ibbs_list .bbstop .postinfo {
	display: inline-block;
}
.ibbs_list .bbstop .postinfo {
	margin-left: 10px;
}
.ibbs_list .bbstop .rightarea {
	float: right;
}
.ibbs_list .bbstop .sgroup {
	position: relative;
	overflow: hidden;
	border: 1px solid #9f9f9f;
}
.ibbs_list .bbstop select,
.ibbs_list .bbstop input {
	min-height: 35px;
	float: left;
	font-size: 1em;
	line-height: 35px;
	vertical-align: middle;
	border: 0;
}
.ibbs_list .bbstop input {
	padding: 0 5px;
}
.ibbs_list .bbstop select {
	margin-right: 5px;
}
.ibbs_list .bbstop .searchbar {
	width: 135px;
	margin-right: 40px;
}
.ibbs_list .bbstop .searchbtn,
.ibbs_list .bbstop .searchico {
	position: absolute;
	width: 35px;
	top: 0;
	right: 0;
	line-height: 35px;
	background-color: #fff;
	border: 0;
}
.ibbs_list .bbstop .searchico {
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 1;
	font-size: 1em;
	text-align: center;
	cursor: pointer;
}
.ibbs_list .tbl {
	border-bottom: 1px solid #080808;
}
.ibbs_list .thead .row,
.ibbs_list .tbody .row {
	position: relative;
	width: 100%;
	font-size: 15px;
}
.ibbs_list .thead .row {
	border-top: 2px solid #080808;
}
.ibbs_list .tbody .row {
	border-top: 1px solid #ddd;
}
.ibbs_list .thead .colspan,
.ibbs_list .tbody .colspan {
	position: absolute;
	height: 100%;
	text-align: center;
}
.ibbs_list .thead .colspan {
	padding: 15px 3px;
	text-align: center;
}
.ibbs_list .bcheck {
	display: none;
}
.ibbs_list .admin .bcheck {
	display: block;
	width: 30px;
	left: 0;
}
.ibbs_list .thead .colspan.bcheck span,
.ibbs_list .tbody .colspan.bcheck span {
	left: 0;
	right: 0;
}
.ibbs_list .bnum {
	width: 85px;
	left: 0;
}
.ibbs_list .admin .bnum {
	width: 85px;
	left: 30px;
}
.ibbs_list .colspan.btitle {
	position: relative;
	margin-left: 85px;
	margin-right: 330px;
}
.ibbs_list .admin .colspan.btitle {
	position: relative;
	margin-left: 115px;
	margin-right: 330px;
}
.ibbs_list .bcheck,
.ibbs_list .bnum,
.ibbs_list .bname,
.ibbs_list .bdate,
.ibbs_list .bview,
.ibbs_list .bstate {
	height: 100%;
	top: 0;
}
.ibbs_list .bname {
	display: none;
	width: 150px;
	right: 205px;
}
.ibbs_list .admin .bname {
	width: 125px;
	right: 205px;
}
.ibbs_list .bdate {
	width: 120px;
	right: 85px;
}
.ibbs_list .admin .bdate {
	width: 120px;
	right: 85px;
}
.ibbs_list .bview {
	width: 85px;
	right: 0;
}
.ibbs_list .bstate {
	width: 100px;
	right: 0;
}
.ibbs_list .admin .bview {
	width: 85px;
	right: 0;
}
.ibbs_list .admin .bstate {
	width: 100px;
	right: 0;
}
.ibbs_list .tbody .colspan span {
	position: absolute;
	display: block;
	height: 100%;
	padding: 15px 5px;
	left: 10px;
	right: 10px;
	vertical-align: middle;
}
.ibbs_list .tbody .colspan.bcheck span {
	padding-left: 0;
	padding-right: 0;
}
.ibbs_list .thead .colspan i,
.ibbs_list .tbody .colspan i {
	display: none;
	font-style: normal;
}
.ibbs_list .noti .bnum i {
	display: none !important;
}
.ibbs_list .tbody .colspan.btitle h3 {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 10px;
	overflow: hidden;
	font-size: 1em;
	font-weight: inherit;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ibbs_list .btitle strong {
	font-weight: inherit;
}
.ibbs_list .btitle .icate {
	color: #1FA490;
}
.ibbs_list .noti .icate {
	display: none !important;
}
.ibbs_list .btitle a {
	vertical-align: top;
}
.ibbs_list .tbody .btitle a:hover,
.ibbs_list .tbody .btitle a:focus {
	color: #002e73;
}
.ibbs_list .tbody .colspan a {
	color: #000000;
	transition: color 300ms ease;
}
.ibbs_list .no_content {
	text-align: center;
	padding: 30px 20px;
}

/* 게시판 버튼 */
.ibbs_btn {
	margin-top: 30px;
	margin-bottom: 0;
}
.ibbs_btn .admin_btn {
	float: left;
}
.ibbs_btn .user_btn {
	float: right;
}
.ibbs_btn button,
.ibbs_btn input,
.ibbs_btn a {
	display: inline-block;
	padding: 7px 15px;
	color: #000000;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background: #ffffff;
	border: 2px solid #000000;
	transition: color 250ms ease, background 250ms ease, border 250ms ease;
}
.ibbs_btn button:hover,
.ibbs_btn button:focus,
.ibbs_btn input:hover,
.ibbs_btn input:focus,
.ibbs_btn a:hover,
.ibbs_btn a:focus {
	color: #ffffff;
	background: #000000;
}

/* 게시판 페이징 */
.ibbs_page_num {
	margin-top: 50px;
	margin-bottom: 100px;
	text-align: center;
}
.ibbs_page_num a {
	display: inline-block;
	width: 24px;
	height: 24px;
	color: #CBCBCB;
	font-size: 18px;
	line-height: 26px;
	vertical-align: middle;
}
.ibbs_page_num a.first,
.ibbs_page_num a.last {
	width: 18px;
	font-size: 18px;
	line-height: 24px;
}
.ibbs_page_num a.current {
	color: #000;
	position: relative;
}
.ibbs_page_num a.current::before {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 50%;
	bottom: -2px;
	margin-left: -7.5px;
}

/* 갤러리4 게시판 */
.ibbs_list .imgrid4 li {
	position: relative;
	display: block;
	width: 23.5%;
	margin: 50px 0 20px 2%;
	float: left;
}
.ibbs_list .imgrid4 li:nth-child(1),
.ibbs_list .imgrid4 li:nth-child(2),
.ibbs_list .imgrid4 li:nth-child(3),
.ibbs_list .imgrid4 li:nth-child(4) {
	margin-top: 0;
}
.ibbs_list .imgrid4 li:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}
.ibbs_list .imgrid4 li .icheckbox {
	position: absolute;
	display: block;
	z-index: 10;
	top: 10px;
	right: 10px;
}
.ibbs_list .imgrid4 li .icheckbox input {
	width: 20px;
	height: 20px;
}
.ibbs_list .imgrid4 .anchorbox {
	position: relative;
	display: block;
	overflow: hidden;
	transition: border 300ms ease;
}
.ibbs_list .imgrid4 .anchorbox:hover {
	border-color: #1FA490;
}
.ibbs_list .imgrid4 .anchorbox:hover .ilist_subject h3,
.ibbs_list .imgrid4 .anchorbox:hover .ilist_text,
.ibbs_list .imgrid4 .anchorbox:hover .ilist_date {
	color: #1FA490;
}
.ibbs_list .imgrid4 .imgrid4 li a {
	position: relative;
	display: block;
}
.ibbs_list .imgrid4 .anchorbox .image_area {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 0;
}
.ibbs_list .imgrid4 .anchorbox .image_area img {
	width: 100%;
	height: auto;
}
.ibbs_list .imgrid4 .anchorbox .cate_area {
	position: absolute;
	padding: 5px 10px;
	top: 10px;
	left: 10px;
	overflow: hidden;
	z-index: 1;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
}
.ibbs_list .imgrid4 .anchorbox .cate_area {
	color: #232323;
	background: #fff;
}
.ibbs_list .imgrid4 .anchorbox .text_area {
	width: 100%;
	padding: 15px 5px;
	background: #fff;
}
.ibbs_list .imgrid4 .anchorbox .ilist_subject h3 {
	width: 100%;
	overflow: hidden;
	color: #232323;
	font-size: 22px;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 300ms ease;
}
.ibbs_list .imgrid4 .anchorbox .ilist_text {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	font-weight: 500;
	transition: color 300ms ease;
	margin-top: 15px;
	color: #666;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ibbs_list .imgrid4 .anchorbox .ilist_date {
	font-size: 15px;
	color: #999;
	margin-top: 20px;
}
.ibbs_list .imgrid4 .no_content {
	border-top: 1px solid #000;
}

/* 갤러리3 게시판 */
.ibbs_list .imgrid4.change3 li {
	width: 32%;
}
.ibbs_list .imgrid4.change3 li:nth-child(4) {
	margin-top: 50px;
	margin-left: inherit;
}
.ibbs_list .imgrid4.change3 li:nth-child(4n+1) {
	margin-left: 2%;
	clear: none;
}
.ibbs_list .imgrid4.change3 li:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}

/* 웹진 게시판 */
.ibbs_list .webzin li {
	position: relative;
	display: block;
	width: 100%;
	float: left;
}
.ibbs_list .webzin li .icheckbox {
	position: absolute;
	display: block;
	z-index: 10;
	top: 10px;
	left: 0;
}
.ibbs_list .webzin li .icheckbox input {
	width: 20px;
	height: 20px;
}
.ibbs_list .webzin .anchorbox {
	position: relative;
	display: block;
	overflow: hidden;
	border-top: 1px solid #ccc;
	transition: border 300ms ease;
	padding: 20px 0;
	display: grid;
	grid-template-columns: auto 1fr auto;
	column-gap: 100px;
}
.ibbs_list .webzin .anchorbox:hover .ilist_subject h3,
.ibbs_list .webzin .anchorbox:hover .ilist_text,
.ibbs_list .webzin .anchorbox:hover .ilist_date {
	color: #1FA490;
}
.ibbs_list .webzin .anchorbox:hover .image_area img {
	transform: scale(1.3);
}
.ibbs_list .webzin li a {
	position: relative;
	display: block;
}
.ibbs_list .webzin .anchorbox .image_area {
	display: block;
	overflow: hidden;
	line-height: 0;
	width: 340px;
	height: 190px;
	margin-right: 20px;
}
.ibbs_list .webzin .anchorbox .image_area img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease-in-out;
}
.ibbs_list .webzin .anchorbox .date_area {
	display: flex;
	overflow: hidden;
	width: 265px;
	justify-content: center;
	align-items: center;
	position: relative;
}
.ibbs_list .webzin .anchorbox .date_area::after {
	content: '';
	position: absolute;
	top: calc(50% - 25%);
	right: 0;
	width: 1px;
	height: 50%;
	background-color: #000;
}
.ibbs_list .webzin .anchorbox .date_area .ilist_date .day {
	display: block;
	font-size: 50px;
	font-weight: bold;
	color: #000;
}
.ibbs_list .webzin .anchorbox .date_area .ilist_date .date {
	display: block;
	font-size: 15px;
	color: #999;
}
.ibbs_list .webzin .anchorbox .cate_area {
	position: absolute;
	padding: 5px 10px;
	top: 10px;
	left: 10px;
	overflow: hidden;
	z-index: 1;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
}
.ibbs_list .webzin .anchorbox .cate_area {
	color: #232323;
	background: #fff;
}
.ibbs_list .webzin .anchorbox .text_area {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}
.ibbs_list .webzin .anchorbox .ilist_subject {
	margin-bottom: 20px;
}
.ibbs_list .webzin .anchorbox .ilist_subject h3 {
	width: 100%;
	overflow: hidden;
	color: #232323;
	font-size: 23px;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 300ms ease;
}
.ibbs_list .webzin .anchorbox .ilist_text {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	transition: color 300ms ease;
	margin-top: 10px;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ibbs_list .webzin .no_content {
	border-top: 1px solid #000;
}

/* 반응형 */
@media screen and (min-width: 1000px) and (max-width: 1200px) {
	.wrapper #hd {
		overflow-y: hidden;
		overflow-x: auto;
	}
}

@media screen and (max-width: 1000px) {
	/* 공통 */
	.newline {
		display: contents;
	}
	.newline2 {
		display: block;
	}

	/* 팝업 */
	.pop_box {
		position: absolute;
		top: 75px;
		left: 0;
		width: 100%;
	}
	#hd_pop {
		margin: 0 10px;
	}
	#hd_pop .hd_pops {
		width: 100%;
		top: 0 !important;
		left: 0 !important;
	}
	#hd_pop .hd_pops_con {
		width: auto !important;
	}

	/* 페이지 타이틀 */
	#container .page section.info .badge,
	#container .board section.info .badge {
		width: 100px;
		height: 48px;
		line-height: 43px;
		background-size: 100% auto;
	}
	#container .page section.info .badge span,
	#container .board section.info .badge span {
		font-size: 17px;
	}
	#container .page,
	#container .board {
		margin-top: 50px;
	}
	#container .board {
		margin-bottom: 50px;
	}
	#container .page section.info,
	#container .board section.info {
		margin-bottom: 50px;
	}

	/* 푸터 */
	.wrapper #ft .box {
		padding: 50px 20px;
	}
	.wrapper #ft .grd {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
	}
	.wrapper #ft .grd .share {
		border-top: 1px solid #fff;
		margin-top: 30px;
		padding-top: 30px;
	}
	.wrapper #ft .grd .share .ci {
		font-size: 4.5vw;
		text-align: center;
	}
	.wrapper #ft .grd .share .btns {
		margin-top: 30px;
		grid-template-columns: 1fr;
		justify-items: center;
		row-gap: 20px;
	}
	.wrapper #ft .copy .info {
		flex-direction: column;
		flex-wrap: nowrap;
		row-gap: 5px;
	}
	.wrapper #ft .copy .info li::after {
		display: none;
	}
	.wrapper #ft .copy .link {
		flex-wrap: wrap;
		row-gap: 10px;
	}
	.wrapper #ft .copy .logo {
		position: relative;
		margin-top: 50px;
		width: 100%;
		text-align: center;
	}

	/* 메뉴 */
	#pc_menu {
		display: none;
	}
	#btn_m_toggle {
		display: block;
	}
	.wrapper #hd {
		height: 70px;
	}
	.wrapper #hd .box {
		grid-template-columns: 1fr;
		padding: 0 50px;
	}
	.wrapper #hd .box .logo {
		text-align: center;
	}
	.wrapper #hd .box .lang {
		display: none;
	}

	/* 페이지 타이틀 */
	#container .page section.info .title,
	#container .board section.info .title {
		font-size: 26px;
	}
	#container .page section.info .subtitle,
	#container .board section.info .subtitle {
		font-size: 18px;
	}

	/* 일반 게시판 */
	.ibbs_list .bbstop .leftarea,
	.ibbs_list .bbstop .rightarea {
		width: 100%;
		float: none;
	}
	.ibbs_list .bbstop .leftarea {
		margin-bottom: 5px;
	}
	.ibbs_list .bbstop select,
	.ibbs_list .bbstop input {
		font-size: 14px;
	}
	.ibbs_list .bbstop .searchbar {
		width: calc(100% - 155px);
		margin-right: 0;
	}
	.ibbs_list .thead {
		display: none;
	}
	.ibbs_list .tbody .row {
		padding: 30px 0 20px 0;
		border-top: 0;
		margin: 15px 0;
		border-bottom: 1px solid #ddd;
	}
	.ibbs_list .tbody .row:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.ibbs_list .tbody .colspan {
		position: static;
		display: inline-block;
		height: auto;
		padding-bottom: 5px;
	}
	.ibbs_list .tbody .colspan i {
		display: inline;
	}
	.ibbs_list .tbody .colspan span {
		position: static;
		display: block;
		height: auto;
		padding: 0;
		left: 0;
		right: 0;
		text-align: left;
	}
	.ibbs_list .bcheck,
	.ibbs_list .bnum,
	.ibbs_list .bname,
	.ibbs_list .bdate,
	.ibbs_list .bview,
	.ibbs_list .bstate,
	.ibbs_list .admin .bcheck,
	.ibbs_list .admin .bnum,
	.ibbs_list .admin .bname,
	.ibbs_list .admin .bdate,
	.ibbs_list .admin .bview,
	.ibbs_list .admin .bstate {
		position: static;
		display: inline-block;
		width: auto;
		margin: 0 5px;
		font-size: 13px;
	}
	.ibbs_list .bcheck,
	.ibbs_list .admin .bcheck {
		position: relative;
		display: none !important;
		margin-right: 0;
		float: right;
	}
	.ibbs_list .admin .bcheck {
		display: inline-block !important;
	}
	.ibbs_list .admin .colspan.btitle,
	.ibbs_list .colspan.btitle {
		position: absolute;
		margin: 0;
		padding: 0;
		top: 5px;
		left: 5px;
		right: 5px;
	}
	.ibbs_list .tbody .colspan.btitle h3 {
		margin: 0;
		padding: 0;
		font-size: 14px;
	}
	.ibbs_list .bcheck,
	.ibbs_list .bnum,
	.ibbs_list .bname,
	.ibbs_list .bview,
	.ibbs_list .admin .bcheck,
	.ibbs_list .admin .bnum,
	.ibbs_list .admin .bname,
	.ibbs_list .admin .bview {
		display: none;
	}

	/* 게시판 버튼 */
	.ibbs_btn .admin_btn,
	.ibbs_btn .user_btn {
		float: none;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.ibbs_btn .admin_btn {
		margin-bottom: 10px;
	}
	.ibbs_btn button,
	.ibbs_btn input,
	.ibbs_btn a {
		font-size: 14px;
	}
	.ibbs_btn .user_btn a {
		width: 104px;
	}

	/* 게시판 페이징 */
	.ibbs_page_num a {
		width: 20px;
		height: 20px;
		font-size: 12px;
		line-height: 22px;
	}
	.ibbs_page_num a.first,
	.ibbs_page_num a.last {
		font-size: 17px;
		line-height: 23px;
	}

	/* 갤러리4 게시판 */
	.ibbs_list .imgrid4 li {
		width: 49%;
		margin: 20px 0 20px 2%;
	}
	.ibbs_list .imgrid4 li:nth-child(1),
	.ibbs_list .imgrid4 li:nth-child(2),
	.ibbs_list .imgrid4 li:nth-child(3),
	.ibbs_list .imgrid4 li:nth-child(4) {
		margin-top: 0;
	}
	.ibbs_list .imgrid4 li:nth-child(3n+1) {
		margin-left: 2%;
		clear: none;
	}
	.ibbs_list .imgrid4 li:nth-child(2n+1) {
		margin-left: 0;
		clear: both;
	}

	/* 갤러리3 게시판 */
	.ibbs_list .imgrid4.change3 li {
		width: 49%;
		margin: 20px 0 20px 2%;
	}
	.ibbs_list .imgrid4.change3 li:nth-child(2n+1) {
		margin-left: inherit;
	}
	.ibbs_list .imgrid4.change3 li:nth-child(4n) {
		clear: none;
		margin-left: 2%;
		margin-top: 20px;
	}

	/* 웹진 게시판 */
	.ibbs_list .webzin .anchorbox {
		grid-template-columns: 100%;
		row-gap: 20px;
	}
	.ibbs_list .webzin .anchorbox .date_area {
		width: 100%;
	}
	.ibbs_list .webzin .anchorbox .date_area::after {
		display: none;
	}
	.ibbs_list .webzin .anchorbox .image_area {
		width: 100%;
		height: auto;
	}
	.ibbs_list .webzin .anchorbox .ilist_subject {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 480px) {
	/* 갤러리4 게시판 */
	.ibbs_list .imgrid4 li {
		width: 100%;
		margin-left: 0!important;
	}

	/* 갤러리3 게시판 */
	.ibbs_list .imgrid4.change3 li {
		width: 100%;
		margin-left: 0!important;
	}
}
