@font-face {
  font-family: MainFont;
  src: url(../fonts/NanumSquareR.ttf);
}
/*@font-face {
  font-family: Dotum;
  src: url(../fonts/dotum.ttc);
}*/
/*@font-face {
  font-family: Malgun Gothic;
  src: url(../fonts/micronics_font/malgun.ttf);
}*/
/*@font-face {
  font-family: MalgunBd;
  src: url(../fonts/micronics_font/malgunbd.ttf);
}
@font-face {
  font-family: MalgunSl;
  src: url(../fonts/micronics_font/malgunsl.ttf);
}*/
/*@font-face {
  font-family: GulimFont;
  src: url(../fonts/micronics_font/gulim.ttc);
}
@font-face {
  font-family: GulimFont;
  src: url(../fonts/micronics_font/gulim.ttc);
}*/
@font-face {
  font-family: Helvetica;
  src: url(../fonts/Helvetica.otf);
}
@font-face {
  font-family: Apple SD Gothic Neo;
  src: url(../fonts/Apple SD Gothic Neo.otf);
}

@font-face {
  font-family: CustomFont;
  src: url(../fonts/NanumSquareR.ttf) format("truetype"),
    url(../fonts/dotum.ttc) format("truetype"),
    url(../fonts/micronics_font/malgun.ttf) format("truetype"),
    url(../fonts/micronics_font/gulim.ttc) format("truetype"), sans-serif;
}
* {
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
a {
  text-decoration: none !important;
  cursor: pointer;
}
p {
  font-weight: 200;
  color: #333;
}
img {
  -ms-interpolation-mode: bicubic !important;
}
.flag_dropdown {
  position: relative;
  top: 2.5px;
  color: #fff;
  display: inline-block;
  margin-left: 1em;
  float: right;
}

.flag-dropdown-content {
  display: none;
  position: absolute;
  background-color: #eee;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 4px;
  border-radius: 2px;
  cursor: pointer;
  z-index: 1;
  width: 68px;
}
.flag-dropdown-content img {
  position: relative;
  top: -2px;
}
.flag_dropdown:hover .flag-dropdown-content {
  display: block;
}
.flag-dropdown-content span {
  display: inline-block;
  color: #333;
  font-size: 12px;
  font-weight: bold;
}
.banner {
  margin-top: 1.4em;
}
.micronics_btn {
  border: 1px solid rgb(236, 28, 36) !important;
  background-color: rgb(236, 28, 36) !important;
  font-size: 12px;
  /*font-family: MainFont;*/
  color: white;
}
.micronics_btn:hover,
.register_btns button {
  color: white;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border: 1px solid rgba(236, 28, 36) !important;
  background-color: rgba(236, 28, 36) !important;
  outline: 0;
}
.pagination > li > a,
.pagination > li > span {
  color: rgba(236, 28, 36);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  outline: 0;
}
.carousel-control.right,
.carousel-control.left {
  background: none !important;
}
/*.wrapper{  margin: auto; max-width:1900px; min-width:1900px; display: block;}*/
.aligned-row {
  display: flex;
  flex-flow: row wrap;

  &::before {
    display: block;
  }
}
.wrapper {
  margin: auto !important;
  display: block !important;
}
html {
  scroll-behavior: smooth;
}
body {
  padding-top: 7.1em !important;
  position: relative;
}
.first_nav {
  background-color: rgb(236, 28, 36) !important;
  /*height: 30px !important;*/
  border: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 10px;
  z-index: 101;
}
.first_nav a {
  color: #fff !important;
  padding: 0 !important;
  text-decoration: none;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}

.flag {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0px 5px;
  color: #fff;
  padding-bottom: 3px;
  border-radius: 2px;
  margin-right: 5px;
  margin-top: 5px;
}
.link_img {
  position: relative;
  top: 3px;
}
.inline_block {
  display: inline-block;
}
.flag span {
  font-size: 12px;
  text-align: center;
}
.flag img {
  width: 25px;
  height: 17px;
}
.notice_text {
  color: #fff;
  font-size: 10px;
  border: 1px solid #a0a0a0;
  padding: 3px;
  border-radius: 2px;
  font-family: Dotum, "돋움", Helvetica, "Apple SD Gothic Neo", sans-serif;
}
.quotes {
  display: none;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  font-family: Dotum, "돋움", Helvetica, "Apple SD Gothic Neo", sans-serif;
}
.notice_container {
  position: relative;
  left: -5px;
  top: 3px;
}
.a_parent {
  width: 450px;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Dotum, "돋움", Helvetica, "Apple SD Gothic Neo", sans-serif;
  left: 120%;
  top: 23%;
}
.a_parent:hover {
  /*text-decoration: underline;*/
}
.quotes-1 {
  color: #fff;
  font-family: Dotum, "돋움", Helvetica, "Apple SD Gothic Neo", sans-serif;
}
.line-img {
  position: relative;
  top: 2px;
}
#login_register_btns {
  float: right;
  position: relative;
  top: -2px;
}
#login_register_btns button {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 0;
  outline: 0;
  background-color: transparent;
  margin-top: 5px;
  font-family: Dotum, "돋움", Helvetica, "Apple SD Gothic Neo", sans-serif;
}
#login_register_btns button:hover {
  /*background-color: rgba(0, 0, 0, 0.3) !important;*/
  color: white;
  text-shadow: 0px 0px 1px #fff;
}
#login_register_btns button:focus {
  box-shadow: none;
  opacity: 0.8;
}
.user_account_dp {
  width: 90%;
  margin: auto;
  height: 60px;
  background-color: black;
}
.account_links {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  list-style: none;
}
/*main nav*/
.main_nav {
  background-color: #141414;
  height: 80px;
  width: 100%;
  z-index: 100;
  /*z-index: 11150;*/
  position: fixed;
  top: 0em;
  left: 0;
}
.main_nav_form {
  position: relative;
  top: 0.6em;
}
.nav-logo {
  width: 15%;
  position: relative;
  top: 10px;
}
.text_search {
  position: relative;
  top: 4px;
  width: 67.2%;
  border-radius: 2px;
  border: none;
  font-size: 15px;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  padding: 0.4em 1em;
}
.btn_search {
  font-size: 15px;
  padding: 0.4em 0.8em;
  position: relative;
  top: 4px;
  text-align: center;
  background-color: rgb(236, 28, 36) !important;
  border: none;
  color: #fff;
  border-radius: 3px;
}
.links_container {
  text-align: center;
  top: 0.5em;
  /*background-color: red;*/
  width: 100%;
  /*background-color: black;*/
  position: relative;
  display: block;
  margin: auto;
  font-size: 15px;
}
.links_container a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
#nav_logo {
  position: relative;
  top: -3px;
  left: -6.2%;
}
#main_li {
  position: relative;
  /*left: 11.5%;*/
  left: 2.2%;
  top: 2px;
}
.main_links li {
  margin-right: -0.7em;
  padding-left: 0 !important;
}
.links li {
  display: inline-block;
}
/*General Menu Styling*/
/*.main_links{margin: 0 auto}*/

.links_container li {
  list-style: none;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  margin-right: 0em;
  font-weight: bold;
}
.links_container li a {
  text-decoration: none;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: bold;
}
.dropdown_nav {
  position: absolute;
  width: 215px;
  top: 42px;
  opacity: 0;
  visibility: hidden;
  /*background-color: #000;*/
  font-size: 13px;
  text-align: left;
  border-radius: 2px;
  margin-left: 1em;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  z-index: 10;
  /*text-align: center;*/
}
.dropdown_nav a {
  text-decoration: none;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: normal !important;
}
.main_links li {
  display: inline-block;
  padding: 2px;
  /*background: transparent;*/
}
.main_links li:first-child {
  border: none;
}
.main_links li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  margin: 0 !important;
  font-weight: normal;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
.main_links li:hover {
  background: #141414;
  /*opacity: 0.6;*/
}
.main_links li:hover a {
  color: #eb2226;

  /*font-weight: bold;*/
}
.main_links li:hover .no_hover {
  cursor: default;
  color: #fff;
}
/*First Level*/
.subs {
  left: -38px;
  position: relative;
  top: 0px;
  width: 180px;
  border-left: none !important;
  /*border-bottom: 1px dotted #fff !important;*/
  margin-bottom: 0px;
  background-color: #141414;
}
.subs:last-child {
  order: none !important;
}
.hassubs:hover .dropdown_nav,
.hassubs .hassubs:hover .dropdown_nav {
  opacity: 1;
  visibility: visible;
  transition: ease-in 0.35s;
  -moz-transition: ease-in 0.35s;
  -webkit-transition: ease-in 0.35s;
}
.main_links li:hover ul a,
.main_links li:hover ul li ul li a {
  color: white;
}
.main_links li ul li:hover,
.main_links li ul li ul li:hover {
  background-color: rgb(236, 28, 36) !important;
  transition: ease-in-out 0.35s;
  -moz-transition: ease-in-out 0.35s;
  -webkit-transition: ease-in-out 0.35s;
}
.main_links li ul li:hover a,
.main_links li ul li ul li:hover a {
  color: #fff;
  transition: ease-in-out 0.35s;
  -moz-transition: ease-in-out 0.35s;
  -webkit-transition: ease-in-out 0.35s;
}
/*Second Level*/
.hassubs .hassubs .dropdown_nav .subs {
  position: relative;
  width: 145px;
  top: 0px;
}
.hassubs .hassubs .dropdown_nav {
  position: absolute;
  width: 150px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  /*background-color: #000;*/
  font-size: 12px;
  text-align: left;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  margin-left: 14.5em;
  z-index: 10;
}
.badge-notify {
  background: red;
  position: relative;
  top: -20px;
  left: -35px;
}
.cart_btn {
  font-size: 25px;
  color: white;
  outline: 0;
}
.cart_btn:active {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  outline: 0;
}
.cart_btn:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  outline: 0;
}
.login,
.register:active {
  box-shadow: inset 0 0px 0px rgb(0, 0, 0);
  border: none;
  outline: 0;
}
.login,
.register:focus {
  box-shadow: inset 0 0px 0px rgb(0, 0, 0);
  border: none;
  outline: 0;
}
.modal-content-login {
  background-size: 100%;
  background-image: url(../images/modal_bg.jpg) !important;
  padding: 10px 63px;
}
.modal-login h2 {
  color: #fff;
  font-size: 17px;
}
.modal-login .text_modal {
  background: transparent;
  border-radius: 13px;
  font-size: 14px;
  color: #cccccc;
}
.modal-login .forgot_a {
  float: right;
  color: #cccccc;
  text-decoration: none;
  text-decoration: underline;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.margin-bottom {
  margin-bottom: 5em;
}
/* headlines with lines */
.decorated {
  overflow: hidden;
  text-align: center;
  color: #e0e0e0;
  font-size: 13px;
}
.decorated > span {
  position: relative;
  display: inline-block;
  color: #e0e0e0;
  font-size: 12px;
}
.decorated > span:before,
.decorated > span:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 2px solid #e0e0e0;
  width: 100px; /* half of limiter*/
  margin: 0 20px;
}
.decorated > span:before {
  right: 100%;
}
.decorated > span:after {
  left: 100%;
}

.img_icon img {
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 43px;
  height: 35px;
  margin: auto;
  cursor: pointer;
}
.btn_design {
  font-size: 12px;
  font-weight: bold;
  color: #eee;
  background-color: #ec1c24;
  box-shadow: 2px 4px 10px #630303;
}
.account_links li {
  display: inline-block;
  position: relative;
  top: 5px;
  background: transparent;
}
.account_links li:first-child {
  border: none;
}
.account_links li a {
  display: block;
  padding: 2px 20px;
  color: #fff;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
.account_links li:hover a {
  opacity: 0.5;
}
.account_links li:hover ul a,
.account_links li:hover ul li ul li a {
  color: white;
}
.account_links li ul li:hover,
.account_links li ul li ul li:hover {
  background-color: #141414;
  transition: ease-in-out 0.35s;
  -moz-transition: ease-in-out 0.35s;
  -webkit-transition: ease-in-out 0.35s;
}
.account_links li ul li:hover a,
.account_links li ul li ul li:hover a {
  color: #eb2226;
  transition: ease-in-out 0.35s;
  -moz-transition: ease-in-out 0.35s;
  -webkit-transition: ease-in-out 0.35s;
}
.account_links .dropdown_nav {
  position: absolute;
  width: 200px;
  top: 32px;
  opacity: 0;
  visibility: hidden;
  background-color: #141414;
  font-size: 12px;
  text-align: left;
  border-radius: 2px;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  z-index: 10;
  position: relative;
  left: -30px;
  padding: 1em;
}
/*.account_links .main_li li
{
	position: relative;
	left: 12px;
	margin-bottom: 1em;
}*/
.dropbtn1 {
  background-color: #4caf50;
  color: #333;
  padding: 16px;
  font-size: 16px;
  border: none;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif !important;
}

.dropdown1 {
  position: relative;
  display: inline-block;
}
.dropdown1 button {
  border: none;
}
.dropdown-content1 {
  display: none;
  position: absolute;
  width: 374px;
  background-color: #f1f1f1;
  /*min-width: 300px;*/
  /*width: 100%;*/
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0.5em;
  border-radius: 3px;
  left: -10em;
}

.dropdown-content1 a {
  color: black !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown1-content1 a:hover {
  background-color: #333;
}

.dropdown1:hover .dropdown-content1 {
  display: block;
}

.dropdown1:hover .dropbtn1 {
  opacity: 0.5;
}

.dropdown1 img {
  width: 100%;
  left: 15%;
  position: relative;
}
.dropdown1 .data_name {
  position: relative;
  top: 14px;
}
.row_accounts {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1em;
}
.fixed_menu {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 123;
}
.fixed_menu a {
  text-decoration: none;
  color: #a1a1a1;
}
.fixed_menu button {
  display: block;
  margin-bottom: 2px;
  width: 35px;
  height: 40px;
  font-size: 12px;
  color: #a1a1a1;
  background: transparent;
  padding: 0.2em;
  border: none;
  border-left: 3px solid #eee;
  outline: 0;
}
.fixed_menu button:hover {
  color: rgb(236, 28, 36) !important;
  border-left: 3px solid rgb(236, 28, 36) !important;
}
.fixed_menu button:hover a {
  color: rgb(236, 28, 36);
}
.badge-notify {
  background: rgb(236, 28, 36);
  position: relative;
  top: -15px;
  left: -15px;
  font-size: 10px;
}
.btn_cart {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 15px;
}
.icon_nav_btns {
  position: relative;
  background-color: transparent;
  left: -1em;
  padding: 0.3em 0.5em !important;
  top: 0em;
  border: none;
  color: white;
  font-size: 15px;
  text-align: center;
  margin-right: 0.5em;
}
.icon_nav_btns:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.crsl_img {
  width: 100%;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  /*width: 1900px;*/
  z-index: 10;
  /*visibility: hidden;*/
}
/*.test
{
  top: 1.7em;
}*/
#text_search_nav {
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
.search_font {
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
@media screen and (max-width: 1224px) {
  .inline_block {
    display: inline-block;
  }
  .user_img {
    height: 16em;
  }
}
@media screen and (max-width: 1200px) {
  /*.nav_logo
  {
  	width: 100px !important;
  }*/
  .links_container {
    width: 100%;
  }
  #nav_logo {
    position: relative;
    /*left: -16.8em;*/
  }
  #main_li {
    position: relative;
    /*left: 18em !important;*/
    /*left: 21em !important;*/
  }
  /*.test
  {
  	position: relative;
  	top: 2em;
  }*/
  .nav_container {
    width: 100%;
    /*background-color: pink;*/
  }
}
@media screen and (max-width: 1300px) {
  #nav_logo {
    position: relative;
    left: -15.2em;
  }
  #main_li {
    position: relative;
    left: 13em !important;
  }
  .right-arrow,
  .left-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 2560px) {
  .crsl_img {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 2200px) {
  .crsl_img {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1500px) {
  .crsl_img {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .a_parent p {
    /*position: absolute;
		width: 350px;
		left: 4em;
		white-space: nowrap; 
	    overflow: hidden;
	    text-overflow: ellipsis;*/
    /*background-color: black !important;*/
  }
  /*.main_links li
	{
	 	margin-right: -2em !important;
	}*/
  .carousel_star {
    font-size: 8px;
  }
  .img-holder {
    height: 106px !important;
  }
  .MultiCarousel .MultiCarousel-inner .item > div {
    height: 260px !important;
  }
  .crsl_btns {
    position: relative;
    left: -10.4em !important;
    display: inline-block;
    top: 0.5em !important;
  }
  /*#nav_logo
	{
		left: -4% !important;
	}*/
  /*#main_li
	{
		left: -1% !important;
	}*/
}
@media screen and (max-width: 1300px) {
  .MultiCarousel {
    width: 1400px !important;
  }
  .img-holder {
    /*border: 1px solid #333;*/
    height: 120px !important;
  }
  .crsl_btns {
    position: relative;
    left: -10.4em !important;
    display: inline-block;
    top: 0.5em !important;
  }
  .first_nav {
    width: 1500px !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_nav {
    width: 1500px !important;
    position: absolute;
    left: 0;
    top: 2em;
  }
  .container_1400 {
    width: 1400px !important;
  }
  .home_container .first_container {
    width: 1500px;
  }
  .home_container .second_container {
    width: 1500px;
  }
  .home_container .third_container {
    width: 1500px;
  }
  .home_container .model_3d {
    width: 1500px;
  }
  .carousel_container {
    width: 1500px !important;
  }
  .wrapper {
    width: 1500px !important;
    margin: auto !important;
    display: block !important;
  }
  /*body
	{
		width: 1200px !important;
	}*/
  footer {
    width: 1500px !important;
  }
  .footer_container {
    width: 1300px;
  }
  .service_center_container {
    width: 1300px;
  }
  #subfooter {
    width: 1500px !important;
    margin: auto !important;
    display: block !important;
  }
  .subfooter1 {
    width: 1300px;
  }
  .grid_container {
    width: 1500px !important;
    margin: auto;
  }
  /*#nav_logo
	{
		left: -11%;
	}*/
  /*#main_li
	{
		left: 5%;
	}*/
}

@media screen and (max-width: 500px) {
  .wrapper {
    width: 1500px !important;
    margin: auto !important;
    display: block !important;
  }
  .grid_container {
    width: 1500px !important;
    margin: auto;
  }
  .carousel_container {
    width: 1500px !important;
    margin: auto;
  }
  /*body
	{
		width: 500px !important;
	}*/
  footer {
    width: 1500px !important;
  }
  #subfooter {
    width: 1500px !important;
    margin: auto !important;
    display: block !important;
  }
}

/* 5 columns bootstrap*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-xs-5ths {
    width: 20%;
    float: left;
  }
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  .col-xl-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-xs-5ths {
    width: 20%;
    float: left;
  }
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  .col-xl-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-xs-5ths {
    width: 20%;
    float: left;
  }
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  .col-xl-5ths {
    width: 20%;
    float: left;
  }
}

.gothic {
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif !important;
}

/*March 10, edit*/
.account-img {
  width: 90px;
  height: 90px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 10px;
  border-radius: 50%;
  position: relative;
  left: 1em;
}
