/* Add here all your css styles (customizations) */
.hand {
	cursor: pointer;
}

hr { border-top: 1px solid #dadada; margin: 10px 0; }

.posts-menu dl dt a {
	font-size: 28px;
}
dl.menu-active dt i {
	color1: #F0F0F0 !important;
}
.posts-menu dl dd p a {
	font-size: 13px !important;
}

dl.menu-active dd p a {
	text-decoration-0: underline;
}

.gw-user-menu dl dt {
	width: 24px !important;
	font-size: 20px;
}

.gw-user-menu dl dd {
	margin-left: 30px !important;
}

.gw-user-menu dl dd p {
	margin-bottom: 115px;
	padding-top: 3px;
}

.gw-user-menu dl dd span {
	display: inline-block;
	padding-top: 13px;
}

.gw-user-menu dl dd p a {
	font-size: 13px !important;
}


.alert-dark {
	color: #F8F8F8;
    background-color: #4765a0;
    border-color: #2a5eb3;
}

.alert-dark p {
	color: #e0e0e0;
}


.gw-previous-page {
	cursor: pointer;
}

/**
EDITOR
**/
.btn-toolbar {
    margin: 5px;
}
.editor-wrapper {
    height: 100%;
    min-height: 50px;
    max-height: 180px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    overflow: auto
}

.btn-toolbar {
    zoom: 1;
    background: #E7E7E7;
    margin: 0px;
    padding: 2px;
    border: 1px solid #DFDFDF
}

.editor-wrapper {
    min-height: 100px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid #ccc;
    padding: 4px;
    box-sizing: content-box;
    box-shadow: rgba(0, 0, 0, 0.07451) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}



.thumbnail-zoom2 img {
	left: 10px;
	margin-left: -10px;
	position: relative;
	border: 1px #efefef solid;
	transition: all 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.thumbnail-zoom2:hover img {
	transform: scale(1.1);
}





.gw-loading-preview {
  padding: 10px 20px;
  width-1: 400px;
  height-1: 100px;
  font-size: 20px;
  background-color: #303030;
  position: relative;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: example2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0%   {background-color:red;}
  25%  {background-color:yellow;}
  50%  {background-color:blue;}
  75%  {background-color:green;}
  100% {background-color:red;}
}

/* Standard syntax */
@keyframes example {
  0%   {background-color-0:#D0D0D0;color: #F0F0F0; font-size: 20px;}
  50%  {background-color-0:#F0F0F0;color: #404040; font-size: 60px;}
  100% {background-color-0:#D0D0D0;color: #F0F0F0; font-size: 20px;}
}

@keyframes example2 {
  0%   {background-color-0:#D0D0D0;color: #FFFFFF;}
  50%  {background-color-0:#F0F0F0;color: #404040;}
  55%  {background-color-0:#F0F0F0;color: #e0e0e0;}
  100% {background-color-0:#D0D0D0;color: #303030;}
}


.color-black { color: #000; }


.gw-cont-form h4 {
 	margin: 5px 0 2px 0;
}
 
 
.gw-cont-form p {
 	margin: 0px;
}

.gw-cont-form .radio, .gw-cont-form .checkbox {
 	margin: 2px 0 0 0;
}





.gw-label-group {
	border-bottom-0: 2px solid #b0b0b0;
}

.gw-label-group > span.label {
	display:inline-block;
	font-size: 14px;
	padding: 6px 10px;
	border: 1px solid #e7e7e7;
}

.gw-label-group > span.label b {
	font-size: 14px;
	display-0: block;
	padding0: 10px 0;
	border-bottom-0: 1px solid #c0c0c0;
	margin-right: 10px;
	vertical-align: bottom;
}

@media screen and (max-width: 767px) {
	.gw-label-group > span.label {
		width: 48%;
	}
}


.margin-bottom-0 {
	margin-bottom: 0 !important;
}


	
span.label-kakao {
	background-color: #ffee33;
	color: #505050 !important;
}

span.label-sms {
	background: #3498db;
	color: #f8f8f8 !important;
}


.gw-list-title {
	padding: 15px;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
}

.gw-list-title span.label-point  { }
.gw-list-contents .gw-detail {border-bottom: 1px solid #dddddd; padding-bottom: 10px; margin-bottom: 20px; }

@media (min-width: 768px) {
	.gw-list-title form {float: right !important;}
	.gw-list-title form input[name='title'] { width: 100px; }
	.gw-list-title .gw-label-group  { margin-top: 5px;}
	.gw-list-title span.label-point {  margin-top: 5px; display: inline-block; }
	.gw-list-title .gw-col-label { text-align: right; }
}
@media (max-width: 768px) {
	.gw-list-title { border: none; padding: 0; margin-bottom: 14px; border-bottom: 2px solid #e0e0e0; padding-bottom: 10px; }
	.gw-list-title form select, .gw-list-title form input { margin-bottom: 4px; }
	.gw-list-title .gw-label-group span.label { text-align: left; margin-bottom: 4px; }
	.gw-list-title .gw-label-group span.label  span.label { text-align: right; float: right !important; }
	.gw-list-title span.label-point  { display: inline-block; } 
	
}

@media (min-width: 768px) {
	.gw-list-contents .gw-pull-right {float: right; }
	.gw-list-contents .gw-detail { padding-left: 110px; }
}

@media (max-width: 768px) {
	.gw-list-contents .gw-pull-right { width: 100%; }
	.gw-list-contents .gw-list-item-title { display: block; width: 100%; }
}

.form-group label { color: #444444 !important; }


.div-hidden {
    display: block;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
}



.footer-v1 {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
}

