@charset "utf-8";

body	{ line-height: 1.5em; font-size: 12px;  }
/*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-size: 12px;  font-family: 'Chosunilbo_myungjo'; font-weight: 600; }
/*#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: 15px;
	width: 100%;
	min-height: 50px;
	font-size: 12px;
}


.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; }


/*상단메뉴*/
.b_header{
	position: fixed;
	width:100%;
	left: 0;
	top: 0;
	z-index: 10;
	background: #232323;
	border-bottom: 1px solid #0003;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
	
}
#navi_category {
 font-size: 1.2em;
	font-family: 'ON-IGothic';
	display: grid;
	grid-template-columns: repeat(var(--items), 1fr);
	position: relative;
	top: 0;
	left: 30px;

}
#navi_category > a {
	color: #999;
	padding: .5em;
	text-align: center;
	text-decoration: none;
	transition: all .5s;
}
#bo_cate_on{
 border-right: 3px solid;
}

/* The Magic */

#navi_category > .line {
    opacity: 0;
    transition: all .5s;
    position: absolute;
    right: 0;
    top: var(--left, calc(100% / var(--items) * (var(--index) - 1)));
    --index: 0;
    height: 32px;
    width: 3px !important;
    pointer-events: none;
}
#navi_category > a:hover ~ .line {
	opacity: 1;
}

#navi_category > a:nth-of-type(1):hover ~ .line { --index: 1; }
#navi_category > a:nth-of-type(2):hover ~ .line { --index: 2; }
#navi_category > a:nth-of-type(3):hover ~ .line { --index: 3; }
#navi_category > a:nth-of-type(4):hover ~ .line { --index: 4; }
#navi_category > a:nth-of-type(5):hover ~ .line { --index: 5; }
#navi_category > a:nth-of-type(6):hover ~ .line { --index: 6; }
#navi_category > a:nth-of-type(7):hover ~ .line { --index: 7; }
#navi_category > a:nth-of-type(8):hover ~ .line { --index: 8; }
#navi_category > a:nth-of-type(9):hover ~ .line { --index: 9; }
#navi_category > a:nth-of-type(10):hover ~ .line { --index: 10; }
#navi_category > a:last-of-type:hover ~ .line { --index: var(--items); }



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_img img	{
	height: auto  !important;
}


#no_design_gnb	{
	padding: 35px 0 25px;
	text-align: center;
	line-height: 1.5em;
	width:110px;
}

#no_design_gnb li	{
	display: block;
	height:30px;
	margin-bottom:0;
	font-family:'Muli';
 font-weight: 600;
}

#gnb-btn span {display: none;}

.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; }



/*****************
메뉴
*************/
@media all and (min-width: 1001px) {
 #header #gnb			{
    position: relative;
    height: 100%;
    width: 50px;
    left: 0px;
    transition: all .3s ease-in-out;
    background: linear-gradient(to bottom, rgba(90,90,90,.1) 0, rgba(255,255,255,0) 100%);
	}
 div#log_in {
    position: absolute;
    bottom: 1em;
}
 #header.open #gnb	{
     width: 300px;
     transition: all .3s ease-in-out;
  }
 #header:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
  opacity: 0;
  transition: all .5s ease-in-out;
 }
  #header.open:before{
  opacity: 1;
 transition: all .3s ease-in-out; 
 }
 
 a.admin {
    position: absolute;
    bottom: 60px;
    display: block;
    right: 2em;
    border-radius: 1em;
    padding: 0 5px;
    opacity: 0;
    pointer-events: none;
}
 .open a.admin {
    opacity: 1;
    pointer-events: auto;
}
  .h_menu_ul li, #log_in{
 position: relative;
     width: 100%;
     margin: 2px auto;
     font-size: 11pt;
     min-height: 45px;
     line-height: 45px;
     display: flex;
     color:#fefefe99;
     justify-content: center;
     align-items: center;
    flex-wrap: wrap;
     transition: all .3s ease-in-out;
     cursor: pointer;
 }
 .h_menu_ul li.active:after{
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background: #0220e3;
  right: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
 }
 .h_menu_ul li:hover{
  background:#0d0d0d;
 transition: all .3s ease-in-out;
 }
 
#log_in a p{ opacity: 0; max-width: 0; height: 45px; transition: all .3s ease; overflow: hidden;}
.open #log_in a p{ opacity: 1; max-width: 100%; }
 
 .h_menu_ul li:hover a i, .h_menu_ul li:hover a{
  color:#fefefe;
 transition: all .15s ease-in-out;
 }
 
 .h_menu_ul li.active a i{
  color:#0220e3 !important;
 }
 
 .h_menu_ul li a, #log_in a{
color: #fefefe66;
    font-family: 'Oxanium';
    font-weight: 100;
    font-size: 10pt !important;
    width: 0;
    overflow: hidden;
    letter-spacing: .2em;
    transition: all .15s ease-in-out;
 }
 .h_menu_ul li a i, #log_in a i{
    font-size: 12pt !important;
    position: absolute;
    left: 17px;
    line-height: 45px;
    transition: all .15s ease-in-out;
 }

 .open .h_menu_ul li a, #log_in a{
  width:11em;
  padding-left: 20px;
 }

 .open .h_menu_ul li a i, .open #log_in a i{
 color:#fefefe;
 transition: all .15s ease-in-out;
 }

 .more_btn{
  display: inline-block;
   position: relative;
   cursor: pointer;
   width:50px;
    margin: 50px auto 30px;
    height: 50px;;
 }
 .more_btn:after{
     content: '';
     position: relative;
     display: block;
     border: 1px solid #fefefe99;
     width: 0px;
     height: 0px;
     left: 50%;
     transform: rotate(45deg);
     margin: 20px 0;
 cursor: default;
  pointer-events: none;
 }
 .open .more_btn:after{
 opacity:0;
 }
 .more_btn svg path{
   stroke-width: 30;
   stroke-linecap: square;
   stroke: #fefefe99;
   fill: none;
   transition: all .3s ease-in-out;
 }
 .more_btn:hover svg path{    stroke: #fefefe; }
 /* In menu form */

 .top_bar,
 .bottom_bar{
   stroke-dasharray: 240px 910px;
 }

 .middle_bar{
   stroke-dasharray: 240px 240px;
 }

 /* In cross form */

 .open .top_bar,
 .open .bottom_bar{
   stroke-dashoffset: -650px;
 }

 .open .middle_bar{
   stroke-dasharray: 0px 220px;
   stroke-dashoffset: -120px;
 }

 .more_sub{
    position: absolute;
    transform: translate(40px,-40px);
    display: block;
    width: 65px;
    opacity: 0;
    transition: max-width 0s .3s linear, opacity .3s ease-in-out, transform .3s ease-in-out;
    max-width: 0;
    overflow: hidden;
}

.more_sub.sub_open{
 max-width: 65px;
 opacity: 1;
 transform: translate(50px,-40px);
 transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}
.open .more_sub.sub_open, .open .more_sub.active{
 opacity: 1;
 max-height: 80px;
 transition: all .3s ease-in-out;
}
.open .more_sub{
    position: relative;
    display: block;
    width: 150px;
    font-size: 10pt;
    margin: -5px auto 5px;
    max-width: 100%;
    max-height: 0;
    transform: translate(0px,0px);
    transition: all .3s ease-in-out;
}

.open .more_sub:nth-of-type(2){ height: 60px;}
.open .more_sub:nth-of-type(4){ height: 80px;}


.more_sub a.sub_menu {
    padding-left: 20px;
    display: block;
    line-height: 1.5em;
    position: relative;
    height: 1.5em;
    max-height: 1.5em;
    overflow: hidden;
    opacity: .6;
    transition: all .3s ease-in-out; 
}
.open .more_sub a.sub_menu {
max-height: 0px; 
}
.more_sub.sub_open a.sub_menu, .more_sub.active a.sub_menu{
 max-height: 20px;
 padding-left: 20px;
}
.more_sub a.sub_menu.active {
 color: #7CA8FF;
}
a.sub_menu:hover {
    opacity: 1;
    transition: all .3s ease-in-out;
}
a.sub_menu:before{
    content: '';
    position: absolute;
    transform: rotate(45deg);
    background: #ededed;
    width: 5px;
    height: 5px;
    left: 9px;
    top: 6px;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.sub_open a.sub_menu:before{
    left: 3px;
}
a.sub_menu:hover:before{
    opacity: 1;
    transition: all .3s ease-in-out;
}
 
}

/********************
	TWITTER
*********************/

.timeline-Body					{ border: none; font-size: 12px; }
.timeline-Widget				{ background: none; }
.timeline-Body-notification,
.timeline-Tweet-actions,
.timeline-Header				{ display: none; }
.timeline-Viewport	{ height: 100%; overflow: auto; }
.timeline-TweetList	{ display: block; list-style: none; margin: 0; padding: 0; }
.timeline-Tweet		{ position: relative; padding: 20px 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; }
.timeline-TweetList li:first-child .timeline-Tweet	{ padding-top: 0; }

.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-bottom: 20px !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: 2px;
    border-style: solid;
    vertical-align: middle;
    height: 28px;
    padding: 0 15px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 28px;
    transition: all .1s ease-out;
 	  line-height: 24px;
}

.ui-btn.small	{
	height: 25px;
	line-height: 23px;
	font-size: 12px;
}
.ui-btn.full	{ width: 100%; }
.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;
}

.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; }

}*/

p.admin_btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.frm_info	{ display: block; font-size: 12px; padding: 0 0 8px 0; opacity: .7; }

.status-bar .frm_info	{ padding: 0; }

@keyframes step {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(0deg);}
 
  25% { transform: rotate(90deg); }
  40% { transform: rotate(90deg);}
 
  45% { transform: rotate(180deg); }
  60% { transform: rotate(180deg);}

  65% { transform: rotate(270deg); }
  80% { transform: rotate(270deg);}
 
  85% { transform: rotate(360deg);}
  100% { transform: rotate(360deg); }
}

/**************************************************************
	Status Bar
***************************************************************/


.status-bar			{     display: block; margin: 30px auto 0;  width: 660px; overflow: hidden;  height: 200px; transform: scale(.9); position: relative;  margin-left: -40px; }
.status-bar dl,
.status-bar dd,
.status-bar dt		{ margin: 0; padding: 0; }
.status-bar dl		{
	display: block;
    position: relative;
    width: 100px;
    height: 150px;
    margin: 10px 5px;
    float: left;
}


	
.status-bar dt	{
    position: absolute;
    top: 100px;
    left: 3px;
    font-family: 'Chosunilbo_myungjo';
    font-size: 10pt;
    color: #424242;
    box-sizing: border-box;
    letter-spacing: 2px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 600;
	width: 100px;
}
.status-bar span{
	font-size: 5pt;
    letter-spacing: 0px;
	margin-left: -5px;
	}
	
.status-bar .st_graph{
	position: absolute;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 2px solid #424242;
    transform: rotate(45deg);
    top: 10px;
    left: 15px;
	overflow:hidden;
	display: flex;
    align-items: flex-end;
	}
.status-bar .st_graph .graph_wraper{
	display: block;
    position: absolute;
    top: -17px;
    left: -17px;
    z-index: 1;
    width: 100px;
    transform: rotate(-45deg);
    height: 100px;
	display: flex;
    align-items: flex-end;
}
.status-bar .st_graph div:not(.graph_wraper){
    display: block;
    position: relative;
    top: -1px;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, #b993d6, #8ca6db);
    width: 100%;
}
.st_graph i{
	transform: rotate(-45deg);
    font-size: 36pt;
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 3;
    color: #ff1e7e;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	
.status-bar dt i::before{
	content: '';
    font-size: 3pt;
    display: block;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    background: #424242;
    left: 50%;
    position: absolute;
    margin-left: -3px;
    margin-top: -6px;
	}
	
.status-bar dt i{
	display: block;
    position: relative;
    font-weight: 800;
    font-size: 20pt;
    line-height: 1.2em;
    z-index: 1;
    color: #7753b4;
    font-family: 'ON-IGothic';
    left: -5px;
    margin-top: 15px;
}
.status-bar .max{
	color:#fff;
 	text-shadow: 0 0 10px rgba(255,255,255,.5);
	}


/** Bar Control 추가 **/
.control	{
    position: absolute;
    top: 0;
    right: -40px;
    height: 100%;
    width: 30px;
}
.control a	{
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	text-indent:-999px;
	overflow: hidden;
	background:transparent !important;
	border:none !important;
}
.control :hover:before{
	color:#4a2eff;
	}
.control a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	text-indent: 0;
	text-align: center;
	font-size:13pt;
	font-family: 'ON-IGothic';
	color:#fff;
	line-height:13pt;
	
}

.control a[data-function="plus"]:before	{ content: '▲';}
.control a[data-function="minus"]:before	{ content: '▼';}




/**************************************************************
	배경음악 이퀄라이저 효과
***************************************************************/

.bgm-player {     
 text-align: center;
    margin-bottom: 25px;
}
.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: inline-block;
	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: 10px;
	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: "\ea1c"; }
.bgm-player li a.stop:before	{ content: "\ea1e"; }


/**************************************************************
	Web Size Viewer Control - 반응형 코딩
	-
	모바일 기준 : width 1000px
***************************************************************/

@media all and (min-width:1001px) {
	.only-pc	{  }
	.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; }
}


/*******************************************
	모바일 메뉴 스타일 (헤더 설정)
********************************************/

#header .fix-layout	{ padding: 0; }
#logo img	{ max-width: 225px; }
@media all and (max-width: 1000px) {
#gnb .h_menu_ul li {margin:2em 0;}
	#gnb .h_menu_ul li a {color: #232323;}
	#gnb .h_menu_ul li .fas {color: #232323; width:1.5em; font-size:.9em !important;}
	.bg-frame {display: none;}
	body	{ width: 100%; }
	#logo	{ display: none;}

	#header .fix-layout	{ 
		padding: 0;
		position: fixed !important;
		top: 0;
		height: 100% !important;
		transform: none;
	}
	#header	{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		z-index: 999;
		width: auto;
		height: 100%;
		overflow: visible;
	}
	.m_menu{
		z-index: 1000;
		position: fixed;
		top: 10px;
		width: 50px;
		height: 50px;
		right: 10px;
	}
	.main_menu_ul{top: 60%;}
	.main_menu_ul li{
	float: none;	
	}
	.main_menu_ul li::before{
	 display: none;
	}
	#gnb	{
	position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    background: linear-gradient(135deg, rgba(240,240,240,0.8) 0%, rgba(246,246,246,0.89) 47%, rgba(232,232,232,1) 100%);
	}
	#menu_txt,#menu_id{display: none;}
	#gnb-btn,
	#gnb-btn span {
		display : inline-block;
		transition : all .4s;
		box-sizing : border-box;
	}
	#gnb-btn {
	position: fixed;
    width: 1.7em;
    height: 1.5em;
    right: 1.5em;
    top: 1.5em;
    margin: 0;
    padding: 0;
	z-index:9999;
	}
	#gnb-btn span {
		position : absolute;
		left : 0;
		width : 100%;
		height: .23em;
		border-radius : 4px;
		background: #fff;
	}
	#gnb-btn span:nth-of-type(1) {
		top : 0;
	}
	#gnb-btn span:nth-of-type(2) {
		top : .6em;
	}
	#gnb-btn span:nth-of-type(3) {
		bottom : 0;
	}

	#gnb-btn.open span:nth-of-type(1) {
		-webkit-transform : translateY(1.2em) rotate(-315deg);
		transform : translateY(1.2em) rotate(-315deg);
		top:-9px;
	}
	#gnb-btn.open span:nth-of-type(2) {
		opacity : 0;
	}
	#gnb-btn.open span:nth-of-type(3) {
		-webkit-transform : translateY(-.9em) rotate(315deg);
		transform : translateY(-.9em) rotate(315deg);
		top:16px;
	}
	#gnb_control_box		{
		position: absolute;
		top: 50%;
		margin-top: -20px;
		right: 10px;
		width: 40px;
		height: 40px;
		border-radius: 100%;
		text-align: center;
	}
	#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;
	}
	#menu{ z-index:  1000; }
	.open-gnb #header	{ display: block !important; opacity: 1;}
	.open-gnb #gnb	{     
	position: relative !important;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0;
    transform: none !important;
	display: flex;
	justify-content: center;
    align-items: center;
	}
	#no_design_gnb{ width: 100%; }
	#no_design_gnb li{
	 height: 2em;
	}
	#gnb, #gnb * { font-size: 1.2em !important;}
	.login_mo{
    position: absolute;
    bottom: 2em;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    width: 6em;
    text-align: center;
    line-height: 1.7em;
    background: #232323;
    border-radius: 1em;
    color: #ededed;
    font-size: 1em !important;
	}

	#gnb a.admin {position:absolute; top:10px; left:10px;}

}


/**************************************************************
	탭 설정
***************************************************************/

#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: 30px;
	box-sizing: border-box;
	padding: 0 5px;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	color: #0d0d0d;
}

.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"; }


/**************************************************************
	쪽지함 설정
***************************************************************/

.ui-chatting-memo		{
	position: relative;
	margin: 10px 0;
	padding: 10px 0;
}

.ui-chatting-memo .ui-message	{
	position: relative;
	padding: 10px 0 10px 80px;
}

.ui-chatting-memo .ui-message .ui-thumb		{
	position: absolute;
	top: 10px;
	left: 0;
	width: 70px;
	overflow: hidden;
}
.ui-chatting-memo .ui-message .info			{
	position: absolute;
	top: 10px;
	right: 10px;
}
.ui-chatting-memo .ui-message .ico-new		{
	display: inline-block;
	font-size: 11px;
	width: 15px;
	height: 15px;
	border-radius: 2px;
	background: #cb0000;
	text-align: center;
	line-height: 14px;
	font-style: normal;
	margin-left: 10px;
	color: #fff;
}
.ui-chatting-memo .ui-message .ico-total	{
	display: inline-block;
	font-size: 11px;
	width: 15px;
	height: 15px;
	border-radius: 2px;
	text-align: center;
	line-height: 14px;
	font-style: normal;
	margin-left: 5px;
	padding: 0;
}
.ui-chatting-memo .ui-message .text			{
	padding: 10px;
	line-height: 1.6em;
	margin: 10px 0;
	overflow: hidden;
	min-height: 50px;
}
.ui-chatting-memo .ui-message .text a		{
	display: block;
	position: relative;
	min-height: 50px;
}
.ui-chatting-memo .ui-message .text.mine		{ opacity: .8; }
.ui-chatting-memo .ui-message .info strong		{ font-weight: normal; }

.ui-list-control		{ text-align: right; }

@media all and (max-width: 480px) {
	.ui-chatting-memo .ui-message				{ padding-left: 60px; padding-right: 0; }
	.ui-chatting-memo .ui-message .ui-thumb		{ width: 50px; left: 0; }
	.ui-chatting-memo .ui-message .ico-total	{ display: none; }
	.ui-chatting-memo .ui-message .total-text	{ display: none; }

	.ui-chatting-memo .ui-message .pc			{ display: none; }
	.ui-chatting-memo .ui-message .mo			{ display: inline; }
}


/*** 쪽지 보기 내부 리스트 ***/
.ui-chatting-memo #load_talk_prev		{

}
.ui-chatting-memo #load_talk_prev:before	{

}

.ui-chatting-list						{ position: relative; padding: 15px 0; }
.ui-chatting-list .ch-item				{ position: relative; padding-left: 75px; margin-bottom: 15px;}
.ui-chatting-list .ch-item .ui-thumb	{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 70px;
	overflow: hidden;
}
.ui-chatting-list .ch-item .detail		{ padding: 0; }
.ui-chatting-list .ch-item .info		{
	position: relative;
	text-align: right;
	padding: 5px;
}
.ui-chatting-list .ch-item p			{
	display: inline-block;
	padding: 0 5px;
}
.ui-chatting-list .ch-item .text		{
	min-height: 25px;
	margin: 0;
	padding: 10px;
	line-height: 1.6em;
}

.ui-chatting-list .ch-item.right				{ padding-left: 0; padding-right: 70px; }
.ui-chatting-list .ch-item.right .ui-thumb		{ left: auto; right: 0; }
.ui-chatting-list .ch-item.right .info			{ text-align: left; }
.ui-chatting-list .ch-item.right .detail		{ opacity: .8; }

.ui-memo-write					{ position: relative; height: 80px; } 
.ui-memo-write .textarea		{ position: relative; width: 100%; height: 100%; }
.ui-memo-write .textarea textarea	{ width: 100%; height: 100%; }
.ui-memo-write .win_btn			{ margin-top: 5px; }

@media all and (max-width: 640px) {
	.ui-chatting-list .ch-item	{ padding: 0 !important; }
	.ui-chatting-list .ch-item .ui-thumb	{ display: none; }
 #log_in_wrap{display: none;}
}


/****************************************************
	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%; }


/****************************************************
	Inventory Popup Viewer
****************************************************/

.inven-popup-viewer,
.inven-popup-viewer *		{ -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; }

.inven-popup-viewer				{
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 310px;
    height: 390px;
    margin-left: -155px;
    margin-top: -185px;
    z-index: 9000;
    padding: 30px 50px;
    box-sizing: border-box;
    background: #0d0d0d;
}
.inventory-list a {
    display: inline-block;
    width: 64px;
}
.inven-item-box			{ position: relative; margin-right: 25px; padding-left: 25px;  border-right-width: 0px; }

.inven_popup_viewer_close	{ display: none; }
.inven-popup-on .inven_popup_viewer_close		{ display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 8900;  }
.inven_popup_viewer_close a		{ display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; OVERFLOW: hidden; text-indent: -999px; }

.inven-popup-viewer.default-form .inner-content	{ position: relative; height: 100%;  }
.inven-popup-viewer.default-form .inner-content .error { 
	position: absolute; 
	top: 0;
	left: 0; 
	right: 0;  
	text-align: center; 
	line-height: 100px; 
	font-family:'ON-IGothic';  }
.inven-popup-viewer.default-form .inner-content a		{  }

.inven-popup-viewer.default-form .info				{ position: relative; text-align: center; padding: 15px 0; }
.inven-popup-viewer.default-form .info .ui-thumb	{ width: 70px; height: 70px;  margin: auto;  background: rgba(255,255,255,.1); border-radius: 3em; }
.inven-popup-viewer.default-form .info .ui-thumb img	{ width: 70px; height: 70px;  margin: 0 auto 0 auto; -webkit-box-reflect:below -1px
      -webkit-gradient(linear, left top, left bottom, from(transparent),
      color-stop(67%, transparent) , to(rgba(250, 250, 250, 0.3))); }

.inven-popup-viewer.default-form .text		{ position: relative; color:#333;  }
.inven-popup-viewer.default-form .text .item_title	{    font-size: 16pt;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Chosunilbo_myungjo';
    color: #b3a084;
	font-weight: 800;
	}
.inven-popup-viewer.default-form .text .item_cost span	{     font-size: 9pt;  text-align: center; color: #666; font-family: 'ON-IGothic'; }

.inven-popup-viewer .option{
font-family:'ON-IGothic';
color:#3c79b1;
	}
.inven-popup-viewer .notice{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 12pt;
    line-height: 1.2em;
    text-align: center;
    color: #ddd;
	}
.inven-popup-viewer .notice .fas{
    position: absolute;
    top: 100px;
    font-size: 20pt;
	}


.inven-popup-viewer.default-form .text .item-content-box		{ height: 140px; overflow-y:visible; }
.inven-popup-viewer.default-form .text .item-content-box div	{ line-height: 1.4em; text-align: center;  }
.inven-popup-viewer.default-form .text div.default				{      height: 40px;  font-family: 'Chosunilbo_myungjo';  font-size: 10pt;   color: rgba(255,255,255,.5);  font-weight: 800; }
.inven-popup-viewer.default-form .text div.effect				{ padding-top: 9pt; color: #7982b4;  font-family: 'ON-IGothic'; }
.inven-popup-viewer.default-form .text div.memo					{ 
 margin-top: -60px; overflow-y: auto; height: 60px; color: #999;
display:table; width:100%; background: rgba(255,255,255,.15);
border: 15px solid transparent;
	box-sizing:border-box;  }
.inven-popup-viewer.default-form .text div.memo_in{ 
	display: table-cell;
	
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;

    height: 50px;
    position: absolute;
    margin-top: -10px;
    width: 210px;
    margin-left: -10px;
    clear: both;
    overflow-y: auto;

 }
 .inven-popup-viewer.default-form .text div.memo_in p{ 
 display: block;
    top: 0;
 }
.inven-popup-viewer.default-form .text div.memo	p{ font-family:'ON-IGothic'; font-weight:600; }
.inven-popup-viewer.default-form .control-box ul {width: 310px;  margin-left: -50px; }
.inven-popup-viewer.default-form .control-box		{ clear: both; position: relative; padding: 10px 0 0; text-align: center;  }
.inven-popup-viewer.default-form .control-box li	{ border-radius: 3em;
    display: inline-block;
    margin: 0 3px;
    padding: 3px 10px;
    background: linear-gradient(135deg, rgba(227,227,227,1) 0%, rgba(230,230,230,1) 50%, rgba(163,163,163,1) 51%, rgba(247,247,247,1) 100%);
    width: 70px;
	transition:all .3s ease;
} 
.inven-popup-viewer.default-form .control-box li a	{ display: block; color:#333;  font-weight:800; font-family:'ON-IGothic';  transition:all .3s ease; }
.inven-popup-viewer.default-form .control-box li:hover a{ color:#4459d4; transition:all .3s ease; }
.inven-popup-viewer.default-form .control-box li:hover {  }

.inven-popup-viewer.default-form .add-item-form					{ position: relative; height: 30%; margin-top: 10px; }
.inven-popup-viewer.default-form .add-item-form .item-info		{ position: relative; margin-bottom: 5px; }
.inven-popup-viewer.default-form .add-item-form .item-info label	{ display: none; }
.inven-popup-viewer.default-form .add-item-form .item-info span		{ display: block; font-size: 11px; padding-top: 8px; }
.inven-popup-viewer.default-form .add-item-form input				{ width: 100%; box-sizing: border-box; }
.inven-popup-viewer.default-form .add-item-form .item-input			{ position: relative; margin-bottom: 15px; }
.inven-popup-viewer.default-form .add-item-form .ui-style-btn.type4	{ position: absolute; right: 87px; bottom: -44px; height: 25px; line-height: 25px; }

.inven-popup-viewer.default-form .send-item-form						{ position: relative; height: 30%; }
.inven-popup-viewer.default-form .send-item-form input,
.inven-popup-viewer.default-form .send-item-form select					{ width: 100%; box-sizing: border-box; }
.inven-popup-viewer.default-form .send-item-form input					{ padding: 0 10px; }
.inven-popup-viewer.default-form .send-item-form .item-input			{ position: relative; margin-bottom: 5px; }
.inven-popup-viewer.default-form .send-item-form .ui-style-btn.type4	{ position: absolute; right: 87px; bottom: -44px; height: 25px; line-height: 25px; }









#goto_top	{ position: absolute; right: 10px; bottom: 50px; z-index: 50; }

@media all and (max-width: 1000px) {
	#goto_top	{ bottom: 50px; }
}



#submenu	{
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 140px;
	box-sizing: border-box;
	padding: 10px 0;
}

#submenu li	{
	font-size: 13px;
	font-weight: 600;
	padding: 8px 20px;
}
#subpage	{
    position: relative;
    padding: 80px 50px;
    background: rgba(220,220,220,.8);
	max-width: 1000px;
	margin: auto;
}
#subpage section	{
	padding-bottom: 50px;
}

@media all and (max-width: 1000px) { 
	#submenu	{
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		padding: 10px;
		text-align: center;
		transform: translateY(0) !important;
	}
	#submenu li	{
		display: inline-block;
		padding: 5px;
		font-size: 12px;
	}
	#subpage	{ margin-left: 0; }
}

.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%);}
}