textarea {
    resize: none;
}
input[type='number']::-webkit-inner-spin-button, 
input[type='number']::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0;
    
}
/* Add here all your css styles (customizations) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 600s ease-in-out 0s;
}

.topbar-v3 .btn{
	background-color: #333;
	color: #fff;
	border-color: #333;
	z-index: 5;
}

.product-img img{
	box-shadow: 0px 0px 2px #ccc;
}

@media (min-width: 970px){
	.productsplit{
		margin-bottom: 30px;
	}
}

.product-memo{
	text-align: center;
	top: 0px;

	color: #fff;
	/*height: 28px;
	width: 50px;*/
	font-style: 14px;
	padding: 3px 8px;
	font-weight: 600;
	position: absolute;
	text-transform: uppercase;
	z-index: 999;
}
.product-memo-right{
	right: 0px;
}
.product-memo-left{
	left: 0px;
}


.product-memo-red{
	background: rgba(201,37,60,0.5);
}
.product-memo-green{
	background: rgba(24,171,155,0.5);
}

.bold{
	font-weight: bold;
}

.product-memo a{
	text-decoration: none;
	color: #fff;
}
.product-memo a:hover{
	text-decoration: none;
	color: #fff;
}

.product-price {
	margin-bottom: 50px;
}


.product-option {
	width: 200px;
	border-radius: 0px; 
   	font-size: 15px;
   	padding: 6px 5px;
    font-family: inherit;  
    border: 2px solid #18ba9b; 
    color: #18ba9b;
    text-align: cetner;
}

.btn-u .btn-no-bg{
	background: #fff !important;

}

.terms{
	overflow: scroll;
	height: 50em;
	padding: 6px 12px;
	color:#555;
	border: 1px solid #ccc;
}

.cbp-item-wrapper{
	margin-top: 30px;
}
.copyright{
	border-top: 1px solid #E6E6E6;
}

.vertical-center {
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	/*
  min-height: 100%;  
  min-height: 100vh; 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  
  width: 100%;
  
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
          */
}

a.btn {
	/*color: #000 !important;*/
}

@media (max-width:767px){ /* remove screen and */
.sky-form  .tresize {
		width: 100% !important;
	    float: none !important;
}
}
#hideAll
 {
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px; 
   bottom: 0px; 
   background-color: white;
   z-index: 99; 

 }


 /* 카트 */

#cartarea .dp-table{    
    table-layout: fixed;
    text-align: center;
    width: 100%;
  }
#cartarea input[type="checkbox"]{
	width: 20px;
    height: 20px;

}
#cartarea .dp-table-cell{
    float: none;
}

#cartarea .row
{
		padding-top: 10px;
		padding-bottom: 10px;
}

#cartarea button
{
	float: none;
}

#cartarea a
{
	color: #000;
	
}

.cart_remove{
	background-color: transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}


.cart_line{	
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	padding-top: 10px;
	padding-bottom: 10px;

}
.cart_footer{
	font-weight: bold;
	font-size: 1.2em;
}
/* 카트 */

@media (max-width: 767px){		
/*col-xs*/
		.thead{
			font-size: 0.9em;
		}
		.tbody{
			font-size: 0.8em;
		}
		.fresize
		{
			font-size: 0.8em;
		}
		.tfooter{
			font-size: 0.8em;
		}
		.qna-tag{
			height: 200px;
		}
}

@media (min-width: 768px){
/*col-sm*/
		.price-info {
			font-size: 1.1em;
		}
		.qna-tag{
			height: 250px;
		}
}

@media (min-width: 992px){
/*col-md*/
		.price-info {
			font-size: 1.2em;			
		}
		.qna-tag{
			height: 300px;
		}
}

/*테스트*/
.thead {
	background-color: #f5f5f5;	
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
.tbody{
  margin-top: 10px;
  text-align: center;

}
.thead a,
.tbody a,
.tfooter a{
	color: #333;
}

/*.container .tbody:last-child{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	
}*/

.tfooter {

  	margin-top: 10px;
  	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}



.price-tag {
	margin-left: 5px;
	margin-right: 5px;
}

.notice-tag{
	text-align: left;
	display: none;	

	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.qna-tag{
	overflow: scroll;
	text-align: left;

}

#pay_confirm .form-group{
	font-size: 13px;
	padding-bottom: 10px;

}

object {
	display: none;
}

#order {
	vertical-align: middle;
	width: 100%;
}
#order th,td{
	text-align: center;
}

#order thead th{
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	background: #fefefe;
	font-size:1.15em;
}
.bb1s
{
	border-bottom: 1px solid #eee;
	padding-top: 20px;
	padding-bottom: 20px;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sk-circle {
z-index: 9999;
width: 100px;
height: 100px;
position: fixed;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#product_note hr{
  margin-top: 0px;
  margin-bottom: 10px;
}