                 @charset "utf-8";

body	{ line-height: 1.5em; font: 11px "dotum", sans-serif; }
caption	{ display: none; }
html.single:before	{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
/*html.single > body	{
	z-index: 1;
}*/

button	{ font-family: 'Pretendard-Regular', sans-serif; }
/*#body	{ padding-bottom: 200px; }*/
.form-input	{ display: block; line-height: 30px; }

input[type="file"]	{ padding-left: 0 !important; }
.form-input,
input[type="text"],
input[type="password"],
input[type="file"],
select	{ box-sizing: border-box; height: 30px; border-width: 1px; border-style: solid; padding: 0 10px; max-width: 100%; font-size: 12px; }

.form-input,
input[type="text"].full,
input[type="password"].full,
input[type="file"].full,
select.full	{ width: 100%; }
textarea	{
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	width: 100%;
	min-height: 50px;
	font: 11px dotum, sans-serif;
}


.ajax-list-box	{
	height: 100px;
	overflow-y: auto;
	margin-top: 10px;
	padding: 5px;
}
.ajax-list-box ul,
.ajax-list-box li	{ display: block; margin: 0; padding: 0; position: relative; }
.ajax-list-box li	{ margin-bottom: 5px; }
.ajax-list-box li a	{
	display: block;
	position: relative;
	padding: 10px 0 10px 70px;
	min-height: 40px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 13px;
}
.ajax-list-box li a .ui-thumb		{ position: absolute; top: 10px; left: 10px; width: 40px; height: 40px; line-height: 40px; overflow: hidden; text-align: center; }
.ajax-list-box li a .ui-thumb img	{ max-width: 100%; }
.ajax-list-box .no-data				{ line-height: 50px; text-align: center; margin-top: 10px; }


hr.line	{
	display: block;
	position: relative;
	clear: both;
	margin: 10px 0;
	border: none;
	padding: 0;
	height: 1px;
}
hr.padding	{
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	height: 30px;
}
hr.padding.small	{
	height: 5px;
}
#bo_v {
	margin-top: 0px !important;
}
#bo_v_img img	{
	height: auto  !important;
}

#no_design_gnb	{
	text-align: center;
	line-height: 1.5em;
}
#no_design_gnb li p,
#no_design_gnb li i,
#no_design_gnb li img,
#admin_gnb li p,
#admin_gnb li i	{
	cursor: url(https://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
	max-height: 18px;
}


#admin_gnb	{
	text-align: center;
	line-height: 1.5em;
	bottom: 0px;
	float:right;
}
#admin_gnb li	{
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
}



.close-header #header	{ width: 0px !important; }
.close-header #body		{ margin-left: 0 !important; }
.close-header body		{ min-width: 0; }

@media all and (max-width: 1000px) {
	.close-header #header	{ width: auto !important; }
}

html.single .bgm-player	{ display: none !important; }


/********************
	TWITTER
*********************/
  
.timeline-Body					{ border: none; font-size: 12px; }
.timeline-Widget				{ background: none; }
.timeline-Body-notification,.timeline-Tweet-inReplyTo,
.timeline-Tweet-actions,.TwitterCard-title,
.timeline-Header,.timeline-Tweet-retweetCredit				{ display: none; }
.timeline-Viewport	{ height: 100%; overflow: auto; }
.timeline-TweetList	{ display: block; list-style: none; margin: 0; padding: 0; }
.timeline-Tweet		{ position: relative; padding: 10px 5px; }
.timeline-Tweet:before	{ content: ""; display: block; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; border-top-width: 1px; border-top-style: dashed; opacity:0.6;}
.timeline-TweetList li:first-child .timeline-Tweet	{ padding-top: 0; }
.timeline-Tweet-author {position:relative;}
.TweetAuthor-link	{ display: block; position: relative; padding-left: 40px; height: 30px; margin-bottom: 10px; }
.TweetAuthor-avatar	{ display: block; position: absolute; top: 0; left: 0; width: 30px; height: 30px; border-radius: 5px; overflow: hidden; }
.TweetAuthor-screenName		{ color: #777; font-size: 11px; }

.timeline-Tweet-metadata		{ display: block; position: relative; font-size: 11px; text-align: right; color: #777; padding-right: 10px; }
.timeline-Tweet-metadata a		{ color: #777; }

.MediaCard-mediaContainer	{ padding:10px 0 !important; } 

.timeline-LoadMore	{ display: none; }
.Emoji	{ width: 15px; vertical-align: middle; }
.NaturalImage-image,
.CroppedImage-image	{ height: auto !important; }
.u-floatLeft, .u-floatRight	{ display: none; }


/**************************************************************
	기본 오브젝트
***************************************************************/

.ui-btn	{
	display: inline-block;
	position: relative;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font: 11px "dotum", sans-serif;
	box-sizing: border-box;
	cursor: url(https://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
}
a.ui-btn	{
	line-height: 30px;
}

.ui-btn.small	{
	height: 25px;
	line-height: 25px;
}
.ui-btn.full	{ width: 100%; }


.ui-btn.admin	{
	background: #8c1e1e;
	color: #fff;
	border-color: #691010;
}
.ui-btn.disable	{ opacity: .3; }

.ui-btn.ico	{
	width: 15px;
	height: 15px;
	text-align: left;
	line-height: 15px;
	padding: 0;
	font-size: 11px;
	overflow: hidden;
	text-indent: -999px;
}
.ui-btn.ico.default	{
	width: 28px;
	height: 28px;
	line-height: 28px;
	background:transparent !important;
}

.ui-btn.ico:before	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0;
	font-family: 'icon';
}
.ui-btn.ico.big	{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

.ui-btn.ico.circle	{ border-radius: 9.0em; }

.ui-btn.ico.del	{ background: #a40000; color: #fff; border: none; border-radius: 2px; margin-left: 5px; }
.ui-btn.ico.del:before	{ content: "\e9ac"; }
.ui-btn.ico.camera:before	{ content: "\e90f"; }
.ui-btn.ico.search:before	{ content: "\e986"; }
.ui-btn.ico.exp:before		{ content: "\e923"; }

.ui-btn.ico.search:before	{ content: "\e986"; }

.theme-box	{
	display: block;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}

table { 
	width: 100%;
	padding:0;
	border-spacing:0px;
	border:0;
	border-collapse:collapse;
	table-layout: fixed;
}
th, td	{
	border: none;
}

.theme-form				{ table-layout: fixed; }
.theme-form td			{ padding: 5px; height: 30px; }
.theme-form th			{ padding: 5px 10px; }
.theme-form .frm_info	{ display: block; font-size: 12px; padding: 0 0 8px 0; }

.theme-list				{ table-layout: fixed; }
.theme-list thead th	{ height: 30px; }
.theme-list td			{ padding: 5px; height: 30px; }
.theme-list td.no-data	{ padding: 5px; text-align: center; line-height: 200px; }

/*@media all and (max-width: 640px) {
	.theme-list,
	.theme-list tbody,
	.theme-list thead,
	.theme-list tr,
	.theme-list td,
	.theme-list th	{
		display: block;
		position: relative;
		height: auto;
	}
	.theme-list thead	{ display: none; }

}*/

.frm_info	{ display: block; font-size: 12px; padding: 0 0 8px 0; opacity: .7; }

.status-bar .frm_info	{ padding: 0; }

/**************************************************************
	Status Bar
***************************************************************/

.status-bar			{ display: block; }
.status-bar dl,
.status-bar dd,
.status-bar dt		{ margin: 0; padding: 0; }
.status-bar dl		{
	display: block;
	position: relative;
	margin: 1px 0;
	padding-left: 100px;
	line-height: 28px;
}
.status-bar dt	{
	position: absolute;
	top: 0;
	left: 0;
}
.status-bar dd p { position: relative; }
.status-bar dd p span	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.status-bar dd p sup	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.status-bar dd p i	{
	display: block;
	position: relative;
	padding-left: 5px;
	font-size: 11px;
	z-index: 1;
}

/** Bar Control 추가 **/
.status-bar dl.ui-control	{ padding-right: 60px; }
.status-bar dl dd.control	{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 60px;
}
.status-bar dl dd.control a	{
	display: block;
	position: relative;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -999px;
	overflow: hidden;
}
.status-bar dl dd.control a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-indent: 0;
	text-align: center;
	font-family: 'icon';
}
.status-bar dl dd.control a + a	{ border-left-width: 0; }
.status-bar dl dd.control a[data-function="plus"]:before	{ content: '\ea0a'; }
.status-bar dl dd.control a[data-function="minus"]:before	{ content: '\ea0b'; }





/**************************************************************
	배경음악 이퀄라이저 효과
***************************************************************/

.bgm-player { text-align: center; float:right; margin-right: 15px; }
.bgm-player .title {
	display: inline-block;
	vertical-align: middle;
	font-family: 'aphopis';
	line-height: 30px;
	font-size: 13px;
}
.bgm-player ul	 {
	display: inline-block;
	vertical-align: middle;
}
.bar-equalizer	{
	display: none;
	vertical-align: middle;
	position: relative;
	width: 90px;
	height: 25px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	margin-left: 15px;
}

.bar-equalizer i {
	display: block;
	float: left;
	width: 1px;
	margin-right: 2px;
	border-radius: 5px;
	margin-top: 15px;
	transform: translateY(-50%);
	
	transition: height 0.3s linear;
	-webkit-transition: height 0.3s linear;
	-moz-transition: height 0.3s linear;
	-ms-transition: height 0.3s linear;
	-o-transition: height 0.3s linear;
}

.bgm-player li	{ display: inline-block; }
.bgm-player li a	{
	display: block;
	position: relative;
	width: 14px;
	height: 100%;
	line-height: 27px;
	text-align: left;
	text-indent: -999px;
	overflow: hidden;
}
.bgm-player li a:before	{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-indent: 0;
	text-align: center;
	font-family: 'icon';
	font-size: 12px;
}
.bgm-player li a.play:before	{ content: "▶"; }
.bgm-player li a.stop:before	{ content: "■"; }




/**************************************************************
	Web Size Viewer Control - 반응형 코딩
	-
	모바일 기준 : width 1000px
***************************************************************/

@media all and (min-width:1001px) {
	.only-pc	{ 
		margin:0 auto;
	}
	.only-ta	{ display: none !important; }
	.only-mo	{ display: none !important; }

	.not-pc	{ display: none !important; }
	.not-ta	{  }
	.not-mo	{  }
}

@media all and (max-width:1000px) and (min-width: 1001px) {
	.only-pc	{ display: none !important; }
	.only-ta	{  }
	.only-mo	{ display: none !important; }

	.not-pc	{  }
	.not-ta	{ display: none !important; }
	.not-mo	{  }
}

@media all and (max-width: 1000px) {
	.only-pc	{ display: none !important; }
	.only-ta	{ display: none !important; }
	.only-mo	{  }

	.not-pc	{  }
	.not-ta	{  }
	.not-mo	{ display: none !important; }
}


/*******************************************
	모바일 메뉴 스타일 (헤더 설정)
********************************************/

#footer {text-align: center; opacity: 0.3; bottom: 0; position:fixed; z-index:-999;}
#footer * {font-size: 12px;}
#header .fix-layout	{ padding: 0; width:100%; height:100%; }

@media all and (max-width: 1000px) {
	body	{ width: 100%; }
	#logo	{ padding: 0; z-index: 0; top: auto; left: auto; transform: translateX(0) translateY(0); position: relative; text-align: center;}
	#footer {width: 100%; margin-left:0;}
	
	#body	{ margin-left: 0px; }

	#header .fix-layout	{ padding: 0; }
	#header	{
		width: auto;
		overflow: visible;
	}
	#gnb #no_design_gnb,
	#gnb #no_design_gnb li,
	#gnb #admin_gnb,
	#gnb #admin_gnb li
	{
		display: inline-block;
	}

	#gnb_control_box		{
		position: absolute;
		top: 13px;
		right: 17px;
		border-radius: 100%;
		color: #000000;
	}
	#gnb_control_box i		{
		font-size:16pt;
	}
	#gnb_control_box:before	{
		content: "";
		display: inline-block;
		width: 0;
		height: 100%;
		vertical-align: middle;
	}
	#gnb_control_box img	{
		display: inline-block;
		max-width: 50%;
		max-height: 50%;
		vertical-align: middle;
		margin-left: -12%;
		opacity: 1;
	}

	#gnb_control_box,
	#gnb_control_box * {
		transition: all 0s ease;
		-webkit-transition: all 0s ease;
		-ms-transition: all 0s ease;
	}

	.open-gnb #gnb	{ right: 0; }
	.open-gnb #gnb_control_box	{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
		background: rgba(0, 0, 0, 0.5);
		border-radius: 0;
		width: auto;
		height: auto;
	}
	.open-gnb #gnb_control_box i	{ opacity: 0; }
}


/**************************************************************
	탭 설정
***************************************************************/

#tab_list	{
	display: block;
	position: relative;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#tab_list li	{
	display: block;
	position: relative;
	float: left;
}
#tab_list li a	{
	display: block;
	position: relative;
	border-bottom-width: 0;
}
#tab_list li + li a	{
	border-left-width: 0px;
}


/**************************************************************
	페이지 설정
***************************************************************/

.pg_wrap	{
	display: block;
	position: relative;
	text-align: center;
	padding: 20px 0;
}
.pg_wrap .pg_page	{
	display: inline-block;
	position: relative;
	height: 30px;
	line-height: 28px;
	min-width: 15px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
}

.pg_wrap .pg_control	{
	overflow: hidden;
	text-align: left;
	text-indent: -999px;
}
.pg_wrap .pg_control:before	{
	font-family: 'icon';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-indent: 0;
	text-align: center;
	font-size: 14px;
}
.pg_wrap .pg_start:before	{ content: "\ea21"; }
.pg_wrap .pg_end:before		{ content: "\ea22"; }
.pg_wrap .pg_prev:before	{ content: "\ea23"; }
.pg_wrap .pg_next:before	{ content: "\ea24"; }


/****************************************************
	Search Box
****************************************************/

.searc-sub-box	{
	position: relative;
	clear: both;
	padding: 30px 0px;
}
.ui-search-box	{
	position: relative;
	padding-left: 100px;
	padding-right: 80px;
	margin-top: 5px;
}
.ui-search-box .sch_category	{
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	line-height: 30px;
}
.ui-search-box .sch_button	{
	position: absolute;
	top: 0;
	right: 0;
	width: 75px;
}
.ui-search-box span	{
	display: block;
	padding: 0 15px;
}
.ui-search-box select,
.ui-search-box input[type="text"],
.ui-search-box button	{ display: block; width: 100%; }





#goto_top	{ position: absolute; right: 10px; bottom: 50px; z-index: 50; }

@media all and (max-width: 1000px) {
	#goto_top	{ bottom: 50px; }
}



#submenu	{
	display: block;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom:20px;
}

#submenu li	{
	font-size: 13px;
	font-weight: 600;
	padding: 8px 20px;
}
#subpage	{
	position: relative;
	margin-left: 180px;
	padding-top: 10px;
}
#subpage section	{
	padding-bottom: 50px;
}

.page-title			{ font-size: 18px; padding: 10px 0 20px; }
.page-title span	{ font-size: 14px; opacity: .8; font-weight: 400; }

.sub-title	{ font-size: 14px; padding: 0 0 10px; }
.sub-title:before	{
	content: "\e906";
	display: inline-block;
	vertical-align: middle;
	font-family: 'icon';
	margin-right: 8px;
}

hr.padding	{
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	height: 30px;
}


.ui-memo-alram-box,
.ui-call-alram-box	{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	text-align: center;
}


.marquee span	{
	display: block;
	position:relative;
	overflow: hidden;
}

.marquee span i:after {
  content:"";
  white-space:nowrap;
  padding-right:50px;
}
 
.marquee span i {
  margin:0;
  padding-left:100%;
  display:inline-block;
  white-space:nowrap;
    -webkit-animation-name:marquee;
    -webkit-animation-timing-function:linear;
    -webkit-animation-duration:10s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-name:marquee;
    -moz-animation-timing-function:linear;
    -moz-animation-duration:10s;
    -moz-animation-iteration-count:infinite;
    -ms-animation-name:marquee;
    -ms-animation-timing-function:linear;
    -ms-animation-duration:10s;
    -ms-animation-iteration-count:infinite;
    -o-animation-name:marquee;
    -o-animation-timing-function:linear;
    -o-animation-duration:10s;
    -o-animation-iteration-count:infinite;
    animation-name:marquee;
    animation-timing-function:linear;
    animation-duration:10s;
    animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}
#password_box {
	margin-top: 200px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#password_box h1 {
	width: 100%;
    height: 36px;
    line-height: 36px;
}
#password_box .btn_confirm * {
	width: 100%;
}
#password_box .box-pw,
#password_box .box-btn {
	display:inline-block;
}
#password_box .box-pw,
#password_box .box-pw * {
	width:219px;
}
#password_box .box-btn .ui-btn {
	height:30px;
}

/**************************************************************
	게시판 설정
***************************************************************/

.wr_content iframe		{
	background:#ffffff;
}

.b_title {
	height: 100% !important;
}
.fix-layout {
	position: relative !important;
	max-width: 800px !important;
}