


/** text showdow 

.showdow-success{
	text-shadow: 0px 1px 0px #27b6af;
}
.showdow-info{
	text-shadow: 1px 1px 1px #2273a5;
}
.showdow-default{
	text-shadow: 1px 1px 1px #909aa0;
}
.showdow-danger{
	text-shadow: 1px 1px 1px #e25d5d;
}

**/





/*Progress Bar
------------------------------------*/
.progress-u {
  box-shadow: none;
}

.progress-u .progress-bar {
  box-shadow: none;
}

/*progress-bar (sizes)*/
.progress-lg {
  height: 25px;
}
.progress-lg p {
  padding-top: 3px;
}

.progress-sm {
  height: 12px;
}

.progress-xs {
  height: 7px;
}

.progress-xxs {
  height: 3px;
}

/*progress-bar (colors)*/
.progress {
  background: #e5e5e5;
}

.progress-bar-u {
  background: #27b6af;
}

.progress-bar-blue {
  background: #3498db;
}

.progress-bar-orange {
  background: #e67e22;
}

.progress-bar-red {
  background: #e74c3c;
}

.progress-bar-purple {
  background: #9b6bcc;
}

.progress-bar-aqua {
  background: #27d7e7;
}

.progress-bar-brown {
  background: #9c8061;
}

.progress-bar-dark-blue {
  background: #4765a0;
}

.progress-bar-light-green {
  background: #79d5b3;
}

.progress-bar-dark {
  background: #555;
}

/*Progress Bar Animation
------------------------------------*/
.progress {
    position: relative;
}

.progress .progress-bar {
  overflow: hidden;
  line-height: 20px;
  position: absolute;
}

.progress-box .progress-bar {
    transition: all 3s ease-in;
    -o-transition: all 3s ease-in;
    -ms-transition: all 3s ease-in;
    -moz-transition: all 3s ease-in;
    -webkit-transition: all 3s ease-in;
}

/*Vertical Progress Bar*/
.progress.vertical {
  float: left;
  width: 100%;
  height: 200px;
  margin-right: 20px;
}

.progress.vertical.bottom {
    position: relative;
}

.progress.vertical .progress-bar {
  height: 0;
  width: 100%;
  transition: height 3s ease;
  -o-transition: height 3s ease;
  -ms-transition: height 3s ease;
    -moz-transition: height 3s ease;
  -webkit-transition: height 3s ease;
}

.progress.vertical.bottom .progress-bar {
    bottom: 0;
    position: absolute;
}


/** paging */
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
 
  background-color: #27b6af;
  border-color: #27b6af;
}
.pagination>li>a, .pagination>li>span {
  
  color: #27b6af;
  
}



.soldout {
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  width: 100%;
  color: #fff;
  border: none;
  padding: 10px 0;
  margin-top: -20px;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  background: rgba(201,64,52,0.5);
}


/**tab*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  //border-top: none;
  border-bottom: 1px solid #fff;
}

.nav-tabs > li > a:hover {
  border-bottom: 1px solid #18ba9b;
  background-color: initial;
  
  
}


/** market overlay **/
.overlaytext {
  top: 10px;
  right: -5px;
  color: #fff;
  padding: 3px 8px;
  position: absolute;
  text-transform: uppercase;
}

.background-alpha-success {
	
	background: rgba(44,1203,195,0.8);
}
.background-alpha-danger {
	
	background: rgba(201,64,52,0.8);
}
.background-alpha-info {
	
	background: rgba(31,123,182,0.8);
}
.background-alpha-default {
	
	background: rgba(239,242,247,0.8);
}
.background-alpha-warning {
	
	background: rgba(237,206,140,0.8);
}




/** for video panel */
.responsive-video {
  height: 0;
  padding-top: 1px;
  position: relative;
  padding-bottom: 56.25%;
}
.responsive-video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}


/**data table **/
.dataTables_paginate{
	margin-left: -100px;
	float: right!important;
	
}
.dataTables_info{
	
	line-height:84px;
	margin-top:auto;
	margin-bottom:auto;
	
}


.text-ellipsis {
	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	
}


.btn-naver:hover, .btn-naver:focus, .btn-naver:active, .btn-naver.active, .open .dropdown-toggle.btn-naver {
color: #fff;
background-color: #1ec800;
border-color: #1ec800;
}
.btn-naver {
color: #fff;
background-color: #1ec800;
border-color: #1ec800;
}

img.usercircle_xs{
	
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	
}

img.usercircle_sm{
	
	display: block;
	width: 50px;
	height: 50px;
	margin: auto;
	
}
img.usercircle{
	
	display: block;
	width: 80px;
	height: 80px;
	margin: auto;
	
}

img.usercircle-lg{
	
	display: block;
	width: 95px;
	height: 95px;
	margin: auto;
	
}

#header .logo {
	padding: 14px 0 0 10px;
}

.control-label.required>span {
	color: #f48023;
	font-weight: bold;
}


.user-img {
	width: 70px;	
}

.user-img-lg {
	width: 120px;	
}

.height-line-md {
	height: 30px;
}

.height-line-sm {
	height: 25px;
}

.height-line-xs {
	height: 20px;
}

.height-line-xxs {
	height: 15px;
}

.height-line-clear {
	height: 0px;
}

.height-panel-md {
	min-height: 250px;
	overflow: hidden;
}

.height-panel-sm {
	min-height: 230px;
	overflow: hidden;
}

.height-panel-xs {
	min-height: 110px;
	overflow: hidden;
}

.height-panel-howto {
	min-height: 230px;
	overflow: hidden;
}

.separate-line {
	clear: both;
	content-align: center;
	margin: 0px 15px;
	padding: 0px 15px 15px;
	border-top: 1px solid #eeeeee;
}

.no-padding-left {
	padding-left: 0px;
}

.news-title {
	line-height: 1.42;
	font-size: 14px;
}

.normal-wrap-content {
	padding: 10px 10px 25px;
}

.normal-content {
	line-height: 1.78;
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
}


.text-white {
	color: #fff;
}

.text-xlg,
.text-lg,
.text-md,
.text-sm,
.text-xs,
.text-panel-title,
.text-panel-content
{
  /**font-family: "Montserrat", sans-serif;**/
  margin: 0;
  font-weight: normal;
  line-height: 1.62;
  height: auto;
}
.text-hxlg{
  font-size: 1.875em;
  font-weight: 600;
}

.text-strong{
	font-weight: 600;
}

.text-xlg{
  font-size: 1.305em;
  font-weight: 600;
}
.text-lg, .text-panel-title {
  font-size: 1.063em;
  font-weight: 600;
}
.text-md, .text-panel-content {
  font-size: 0.913em;
}
.text-sm {
  font-size: 0.85em;
}
.text-xs {
  font-size: 0.65em;
  color: #eeeeee;
}

.text-status-comment {
  font-size: 0.77em;
  color: #1FA6BF;
}

.padding-bottom-md {
  padding-bottom: 10px;
}
.padding-top-md {
  padding-top: 10px;
}
.padding-bottom-sm {
  padding-bottom: 5px;
}
.padding-top-sm {
  padding-top: 5px;
}
.padding-bottom-0 {
  padding-bottom: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-top-0 {
  padding-top: 0px;
}

.margin-line-md {
	margin: 5px auto;
}
.margin-bottom-md {
	margin-bottom: 5px;
}

.margin-right-md {
	margin-right: 5px;
}

.margin-top-md {
	margin-top: 5px;
}

.margin-bottom-0 {
	margin-bottom: 0px;
}
.margin-top-0 {
	margin-top: 0px;
}

.dt-gray {
  background-color:#eee;
  border-radius: 10px;
  padding:5px 20px;	
  text-align:center;
}

.dt-lightgray {
  background-color:#f7f7f7;
  border-radius: 10px;
  padding:5px 20px;	
  text-align:center;
}

.dt {
  padding:5px 20px;	
}

.dd {
  padding:5px;	
  font-weight: normal;
}

.panel-heading i {
	padding-left: 15px;
	padding-right: 5px;
}

.pageheader i {
	padding-left: 10px;
	padding-right: 10px;
}

.breadcrumb-desc {
  font-size: 0.95em;
  font-weight: normal;
  padding: 5px 0px 0px 45px;
}

.bg-white {
	background-color: #fff;
}

.cursor-pointer, .cursor-pointer:link, .cursor-pointer:visited {
	cursor: pointer;
}

.cursor-pointer:active {
	background: #efe;
}

.btn-multiline {
	margin-bottom: 5px;
}

.alpha-deep {
	opacity: 0.5; 
}

.margin-right-sm {
	margin-right: 5px;
}

.vertical-line-li {
	border-top: 1px solid #eee;
	cursor: pointer;
	padding: 5px;
}

.vertical-line-li:hover {
	background-color: #07968F;
}


.vertical-line-li-top {
	border-top: 0px solid #eeeeee;
}

.sidebar-toggle > .fa {
	font-size: 1.4em;
	margin-top: -10px;
}


.board tbody td:last-child {
	font-size: 0.8em;
	color: #aaaaaa;
}

.menu-button-lg {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	font-size: 1.05em;
	font-weight: 500;
}

.logo-mobile-image {
	padding-top: 5px;
	height: 55px;
}

.no-radius {
	border-radius: 0px;
}

.no-border {
	border: 0px;
}

.main-content-wrapper{
	min-height: 1080px;
}

.bottom-panel-with-sidebar{
	clear: both;
	display: block;
	position: relative;
	background: #929CA2;
	z-index: 1205;
}
.bottom-panel{
	clear: both;
	position: relative;
	width: 100%;
	display: block;
	min-height: 100px;
	background: #929CA2;
	padding: 25px;
	color: #fff;
}
.bottom-panel-text{
	position: absolute;
}

td #startdate{
	width: 170px;
}

a.btn {
	color: white;
}

.margin-left-sidebar {
	margin-left: 240px;
	margin-right: 15px;
}


.corner-left-bookmark-btn {
	position: absolute;
	left: 15px;
	margin-top: 15px;
	margin-left: 15px;
	font-size: 0.8em;
	color: white;
	width: 200px;
	height: 100px;
	z-index: 20;
}


.corner-ribbon-project-ongoing {
	position: absolute;
	right: 0px;
	margin-top: -7px;
	margin-right: 7px;
	width: 100px;
	height: 100px;
	background : url('../img/corner-ribbon-project-ongoing.png');
	z-index: 20;
}

.corner-ribbon-by-today {
	position: absolute;
	right: 0px;
	margin-top: -7px;
	margin-right: 7px;
	width: 100px;
	height: 100px;
	background : url('../img/corner-ribbon-by-today.png');
	z-index: 20;
}

.corner-ribbon-by-remain {
	position: absolute;
	right: 0px;
	margin-top: -7px;
	margin-right: 7px;
	width: 100px;
	height: 100px;
	background : url('../img/corner-ribbon-by-remain.png');
	z-index: 20;
}

.corner-ribbon-by-soon {
	position: absolute;
	right: 0px;
	margin-top: -7px;
	margin-right: 7px;
	width: 100px;
	height: 100px;
	background : url('../img/corner-ribbon-by-soon.png');
	z-index: 20;
}

.corner-ribbon-by-cbelong {
	position: absolute;
	right: 0px;
	margin-top: -7px;
	margin-right: 7px;
	width: 100px;
	height: 100px;
	background : url('../img/corner-ribbon-by-cbelong.png');
	z-index: 20;
}

.ad-corner-ribbon {
	position: absolute;
	right: 0px;
	margin-top: -7px;
	margin-right: 7px;
	width: 100px;
	height: 100px;
	background : url('../img/ad-corner-ribbon.png');
	z-index: 20;
}

.corner-ribbon-project-complete {
	position: absolute;
	right: 0px;
	margin-top: -7px;
	margin-right: 7px;
	width: 100px;
	height: 100px;
	background : url('../img/corner-ribbon-project-complete.png');
	z-index: 20;
}

.movetotop {
    bottom: 80px;
    display: block;
    height: 40px;
    position: fixed;
    right: 0px;
    width: 40px;
    z-index: 20;
    color: #fff;
    padding-left: 8px;
    background-color: #27B6AF;
    font-size: 1.5em;
    perspective-origin: 20px 20px;
    transform-origin: 20px 20px;
    overflow: hidden;
}

.imgbgsrc {
    background-position: -290px -300px;
    background: rgba(0, 0, 0, 0) url('../img/corner-ribbon-project-complete.png') no-repeat scroll -290px -300px / auto padding-box border-box;
    overflow: hidden;
}


.toploginbar {
	background-color: #22948F;
	padding-right:10px;
	color: white;
}

.toploginbar a {
	margin: 5px 0px 5px 5px;
}

.btn-white.btn-trans {
	color: rgba(255,255,255,0.5);
	background-color: transparent;
 	border: solid thin rgba(255,255,255,0.5);	
}

.topmenutxt:hover {
	color: #36EDE4;
}


.vpage {
	margin-bottom: 20px;
	border: 1px solid rgba(230, 230, 230, 0.7);
}

.vbox {
	position:relative;
	clear:both;
	display:block;
	background-size: auto 100%;
	padding:0px;
	height:170px;
	z-index:2;
	border:1px;
}

.vbox-title-name {
	width:100%;
	float:left;
	position: absolute;
	left: 0px;
  	top: 0px;
	background-color: rgba(0,0,0,0.9);
	font-size: 0.95em;
	font-weight: 600;
	height:45px; 
	color: #fff;
	padding: 13px 10px 0px 15px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.vbox-title-option {
	position:absolute;
	width:60px;
	height:60px;;
	float:right;
	background-color: #Ff2200;
	font-size: 110%;
	font-weight: 600;
	color: #fff;
	right:0px;
	border-radius: 50%;
	padding: 17px 15px;
	margin-top: 15px;
	margin-right: 10px;
	text-align: center;
} 

.vbox-right-btns {
	float:clear;
	position:absolute;
	left:0px;
	top: 40px;
	padding: 10px;

}

.vbox-left-btns {
	float:clear;
	position:absolute;
	top: 125px;
	left: 5px;
	padding:5px;
}


.vbox-img {
}

.vbox-content {
	clear:both;
	padding:0px 10px 10px 10px;
	margin-top: -5px;
	font-size: 0.95em;
color: #666;
}

.vbox-option-content {
	clear:both;
	padding:10px 15px 0px;
	font-size: 0.95em;
	color: #666;
}

.guide-title {
position: absolute;
  width: 95px;
  height: 40px;
  background-color: #27B6AF;
  font-size: 110%;
  font-weight: 600;
  color: #fff;
  left: 15px;
  padding: 6px 10px;
  top: 0px;
} 

.corner-ribbon-site-guide {
	position: absolute;
	left: -9px;
	top: -9px;
	width: 100px;
	height: 100px;
	background : url('../img/corner-ribbon-site-guide.png');
}

.page-top-title {
	padding:20px 0px;
}

.btn-highlight {
  box-shadow: 0px 0px 25px 0px rgba(25, 255, 110, 0.75);
}

.btn-transparent-white {
	border: 1px solid #fff;
	background: none;
}

.round-box-white-red {
	padding:0px 15px 0px 15px;border-radius:5px;background:white;color:red;font-weight:700	
}

.round-box-red-white {
	padding:0px 15px 0px 15px;border-radius:5px;background:red;color:white;font-weight:700	
}

.color-kakao, .color-kakao:visited, .color-kakao:focus {
	background-color: #ffe716;
	border-color: transparent;
	color: #47292b;
}


