body {
  font-family: "Open Sans", sans-serif,"굴림";
}

.bg-secondary2 {
  --bs-bg-opacity: 1;
  background-color: rgba(221,221,221, var(--bs-bg-opacity)) !important;
}

.navbar-dropdown-menu-banner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: .5rem
}

.navbar-dropdown-menu-banner-content {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 2rem 2rem;
    transform: translate(0, -50%)
}

.navbar-dropdown-menu-banner {
    position: relative;
    background-color: #f7faff;
    padding-left: 10rem;
    border-radius: .5rem
}

.navbar-dropdown-menu-banner-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10rem
}


#imgUl li {
	list-style-type: none;
	cursor:move;
	float: left;
}
.delImg{
  cursor: pointer;
  z-index:100;
}

.placeholder {
	border:1px dashed #FF9900;
	background:#FFF0B3;
	opacity: .5; filter:Alpha(Opacity=50); 
}

.invalid-feedback-color {
     color: #ed4c78;
	 border:1px solid #ed4c78;
}

.highlighted{
     color: #ff3300;
}

.sell_out_img{
	position:absolute;
	top:2px;
	left:2px;
	opacity:.9; 
	filter:Alpha(Opacity=90);
	z-index:9;
}

.status_view{
	position:absolute;
	top:2px;
	right:2px;
	opacity:.9; 
	filter:Alpha(Opacity=90);
	z-index:9;
}

.editInbSpan{
	display:none;
	position:absolute;
	top:0px;
	right:10px;
	text-align:center;
	z-index:999;
	text-align:right;
	opacity: .8; 
	filter:Alpha(Opacity=80);
 }

.editInbSpan span{
	border:0;
	margin:5px auto;
	cursor:pointer;
}
.editInbSpan span:hover,
.editInbSpan span:focus{
	color: #fbb710;
}

a:link { 
	color:#524e4e; 
	text-decoration:none; 
	background: inherit; 
}

a:active { 
	color:#fbb710; 
	text-decoration:none; 
}
a:hover { 
	color:#fbb710; 
	text-decoration:none; 
	position:relative;
	top:1;left:1
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

#content{
	font-size:0.9rem;
	color:#524e4e; 
}

.opacity5{
	opacity: .5; 
	filter:Alpha(Opacity=50);
}

.badge1{
	top:0px;
	right:0;
	position: absolute;
	display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;
	border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

 .typewrite > .wrap {
    position: relative;
    border-right: 0.08em solid rgba(255, 255, 255, 0); }
 .typewrite > .wrap:after {
      position: absolute;
      top: 0;
      bottom: 5px;
      right: -5px;
      width: 3px;
      content: '';
      background: #2f89fc; }

#footer {
  color: #fff;
  background: url("../img/foot-bg.jpg") top center no-repeat;
  background-size: cover;
  font-size: 14px;
  padding: 80px 0 60px 0;
  position: relative;
/*background-color:#b0b0b0;	*/
}

.copywrite{font-size:12px;color:rgba(255,255,255,.4);margin-top:10px}
 .copywrite a{font-size:12px;color:rgba(255,255,255,.4)}
 .copywrite a:hover{color:#fff}

/*
.alert-secondary{color:#383d41;background-color:#adb5bd;border-color:#d6d8db}
.alert-secondary hr{border-top-color:#c8cbcf}
.alert-secondary .alert-link{color:#202326}
*/