	

/*-- 2018.3월추가 NY--------*/
.info-box {
	display: block;
	min-height: 90px;
	background: #fff;
	width: 98%;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	*/
	border:1px solid #bbbbbb;
	margin-left: 10px;
	margin-bottom: 15px
}
.info-box-icon {
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 2px;
	display: block;
	float: left;
	height: 90px;
	width: 90px;
	text-align: center;
	font-size: 45px;
	line-height: 90px;
	background: rgba(0, 0, 0, 0.2)
}
.info-box-icon2 {
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 2px;
	display: block;
	float: left;
	height: 97px;
	width: 90px;
	text-align: center;
	font-size: 45px;
	line-height: 90px;
	background: rgba(0, 0, 0, 0.2)
}
.info-box-icon3 {
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 2px;
	display: block;
	float: left;
	height: 100px;
	width: 90px;
	text-align: center;
	font-size: 45px;
	line-height: 90px;
	background: rgba(0, 0, 0, 0.2)
}
.info-box2 {
	display: block;
	min-height: 90px;
	background: #fff;
	width: 98%;
	border:1px solid #888888 !important;
	margin-bottom: 15px
}

.bg-red{color: #fff !important;background-color: #dd4b39 !important}
.txt-red{color:#dd4b39 !important}
.info-box-content {
	padding: 5px 10px;
	margin-left: 90px
}
.info-box-number {
	display: block;
	font-weight: bold;
	font-size: 18px
}
.info-box-text {
	display: block;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
	text-transform: uppercase
}

@media (max-width:384px){
.info-box-number,.info-box-text {font-size: 12px !important}
.info-box-icon2 {
	height: 90px;
}
.info-box-icon3 {
	height: 90px;
}
}
@media (max-width: 467px) {
  .modal-title {font-size: 100% !important}
}

.info-box2:first-child {margin-top: 15px}

.box {
  position: relative;
  border-radius: 5px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  height:234px;
  box-shadow: 2px 1px 1px #402000;
}

.box-widget {
  border: none;
  position: relative;
  border: 1px solid rgba(64,0,64,0.3);
}
.widget-user .widget-user-header {
  padding: 20px;
  height: 120px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.widget-user .widget-recmd-title {
  color:#ffffff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 2px 1px #000000;
}
.widget-user .widget-recmd-desc {
  margin-top: 0;
  color:#ffff73;
  font-size:110%;
  text-shadow: 0 1px 1px #000066;
}
.widget-user .widget-user-image {
  position: absolute;
  top: 40%;
  left: 80%;
  margin-left: -45px;
}
.widget-user .widget-user-image > img {
  width: 70px;
  height: auto;
  border: 1px solid #cecebf;
}
.widget-user .box-footer {
  padding-top: 30px;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.description-block > .description-text {
  text-transform: uppercase;
}
.bg-black {
  background-color: #111111 !important;
}
.btn[class*='bg-']:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-danger {
  background-color: #dd4b39;
  border-color: #d73925;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #d73925;
}
.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #367fa9;
}
.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
}
.btn-orange {
  background-color: #ff6633;
  border-color: #dd6739;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange.hover {
  background-color: #dd6739;
}

.fwhite{color:#ffffff !important}


/*---컨텐층둉*/
.doc_lead{
	color:#ff4da0;
	line-height:1.4;
}
.doc_h3_pink,
.doc_h3_blue,
.doc_h3_green,
.doc_h3_gold,
.doc_h3_brown,
.doc_h3_aqua,
.doc_h3_ligth_blue{
    font-size: 1.1rem;
	padding:5px;
	background-color:#f1f1f1;
	border-left:4px solid;
}
.doc_h3_pink{border-color:#ff4da0;}
.doc_h3_blue{border-color:#73dcff;}
.doc_h3_green{border-color:#9dbf22;}
.doc_h3_gold{border-color:#ffd700;}
.doc_h3_brown{border-color:#deb887;}
.doc_h3_aqua{border-color:#00bfff;}
.doc_h3_ligth_blue{border-color:#73dcff;}

.doc_h2_pink,
.doc_h2_blue,
.doc_h2_blue_2,
.doc_h2_green,
.doc_h2_gold,
.doc_h2_brown,
.doc_h2_aqua,
.doc_h2_ligth_blue,
.doc_h2_green_compact{
	margin: 30px 0 10px;
    border: 1px solid;
    border-radius: 4px;
    color: #ffffff;
}

.doc_h2_pink{
	background-color:#ff4da0;
	border-color:#e54590;
}

.doc_h2_blue, .doc_h2_blue_2{
	background-color:#73dcff;
	border-color:#73dcff;
}
.doc_h2_green{
	background-color:#9dbf22;
	border-color:#9dbf22;
}

.recmd-sub{padding:10px 0 10px 10px;}