@media (min-width:1024px){
	#mainVisuaLBanner{
		margin:0 auto;
		width:60%;

	}
}

html,body{
}

.icon-bar {
	width: 100%; /* Full-width */
	background-color: #1c446b; /* Dark-grey background */
	overflow: auto; /* Overflow due to float */
}

.icon-bar a {
	float: left; /* Float links side by side */
	text-align: center; /* Center-align text */
	width: 20%; /* Equal width (5 icons with 20% width each = 100%) */
	height:100%;
	padding: 12px 0 40px 0; /* Some top and bottom padding */
	transition: all 0.3s ease; /* Add transition for hover effects */
	color: #fff; /* White text color */
}

.icon-bar a.active {
	background-color: #336699; /* Add an active/current color */
}

.icon-bar p {font-size:initial;color:#fff;}
a:link  {cursor:pointer;color:#fff; text-decoration:none;font-family : 'Malgun Gothic', 'Dotum';}
a:visited {cursor:pointer;color:#fff;text-decoration:none;font-family : 'Malgun Gothic',  'Dotum';}
.icon-bar a:hover  {cursor:pointer;color:#fff;background-color: #336699; text-decoration:none;font-family : 'Malgun Gothic',  'Dotum';}
a {cursor:pointer;color:#fff;selector-dummy : expression(this.hideFocus=true);} 


.tableAlign tr td{border:0px}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}


/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.alert-minimalist {
    background-color: rgb(241, 242, 240);
    border-color: rgba(149, 149, 149, 0.3);
    border-radius: 3px;
    color: rgb(149, 149, 149);
    padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
    height: 50px;
    margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
    color: rgb(51, 51, 51);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
    font-size: 80%;
}


::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}


.row2 {width:100%; text-align:center !important;}
.row2 .txt-ct {max-width:1310px; width:100%; margin:0 auto; overflow:hidden;}
.product {float:left; width:320px; margin:5px 3px; overflow:hidden; border:1px solid #dfdfdf; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.product .card-body {padding:1.25rem;}
.product .card-body img {vertical-align:middle; border-style:none;}
.product .card-body h5 {font-family:inherit; font-weight:500; line-height:1.2; color:rgb(33, 37, 41); font-size:1rem; margin-top:10px; line-height:1.4em;}
.product .card-body h5.card-title {margin-bottom:.75rem;}
.product .card-body p {color:rgb(51, 102, 153); font-weight:bold; font-family:'Poppins', sans-serif; font-size:1.1em; margin-top:0;}
.product .card-body p {}
@media all and (max-width:759px) {
.product {width:48%; margin:10px 1%; }
.product:nth-child(odd) {clear:both; }
}
@media all and (max-width:600px) {
.product {width:90%; margin:10px 5%; }
.product:nth-child(odd) {clear:both; }
}