@font-face {
  font-family: gmarketsanslight;
  src: url(./Fonts/GMARKETSANSTTFLIGHT.TTF);
}
@font-face {
  font-family: gmarketsansmedium;
  src: url(./Fonts/GMARKETSANSTTFMEDIUM.TTF);
}
@font-face {
  font-family: gmarketsansbold;
  src: url(./Fonts/GMARKETSANSTTFBOLD.TTF);
}
body {
  background-color: #eee;
}
/* BANNER CONTACT US */
.banner-container {
  background-color: #141414;
  width: 100%;
  height: 190px;
  margin-top: -40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner-container h2 {
  text-align: center;
  color: white;
  font-size: 50px;
  font-family: gmarketsansbold;
}
.banner-container p {
  text-align: center;
  color: white;
  font-size: 15px;
  font-family: gmarketsansmedium;
}
/* BANNER CONTACT US */
/* FORM AND SIDEBAR */
.form-and-sidebar {
  width: 100%;
  display: flex;
  flex-direction: row;
}
/* CONTACT US FORM */
.form-container {
  width: 50%;
  margin: 10px;
  /* display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start; */
  margin-left: 25%;
}
.form-container .required-text {
  text-transform: uppercase;
}
.form-container .required {
  text-transform: uppercase;
  color: red;
}
.form-container .asterisk {
  color: red;
  font-size: 11px;
}
.form-container .contact-form {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.form-container .contact-form .number-email-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.fullname,
.number-email-container,
.subject,
.message {
  width: 100%;
  margin-bottom: 10px;
}
.attachments-container {
  border: 1px solid gray;
  border-radius: 5px;
}
.file {
  width: 100%;
  margin-bottom: 10px;
}
.file .attachments-main-label {
  font-size: 15px;
  color: #141414;
  font-family: gmarketsanslight;
}
.file .attachments {
  display: none;
}
.file .attachments-label {
  padding: 10px;
  background-color: white;
  border: 1px solid gray;
  border-radius: 5px;
  cursor: pointer;
}
.file .attachments-label span img {
  width: 20px;
  height: auto;
}
.file-name {
  font-family: gmarketsansmedium;
  font-size: 15px;
}
.file-name b {
  font-family: gmarketsansbold;
  font-size: 12px;
}
.mobilenumber,
.email {
  width: 100%;
}
.mobilenumber {
  margin-right: 10px;
}
.email {
  margin-left: 10px;
}
.fullname input,
.subject input,
.message textarea {
  width: 100%;
}
.mobilenumber input,
.email input {
  width: 100%;
}
.fullname input,
.mobilenumber input,
.email input,
.subject input,
.message textarea {
  border-radius: 3px;
  padding: 10px;
  border: 1px solid gray;
}
.fullname label,
.mobilenumber label,
.email label,
.subject label,
.message label {
  font-size: 15px;
  color: #141414;
  font-family: gmarketsanslight;
}
.submit-btn {
  width: 100%;
}
.submit-btn #submit {
  border-radius: 3px;
  border: none;
  padding: 10px;
  text-align: center;
  align-items: center;
  background-color: gray;
  color: white;
  width: 100%;
  font-family: gmarketsansmedium;
}
.submit-btn #submit:hover {
  background-color: #141414;
}
.submit-btn #submit:disabled {
  background-color: gray;
  color: lightgray;
  cursor: not-allowed;
}
/* #fn,
#mn,
#em,
#sj,
#msg:invalid + button {
  opacity: 0.5;
  pointer-events: none;
} */
.message-sent-popup-container {
  background-color: lightgreen;
  color: black;
  border-radius: 3px;
  border: 1px solid black;
  padding: 20px;
  text-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999999;
}
/* CONTACT US FORM */
/* SIDE BAR STAY IN TOUCH */
.sidebar-container {
  width: 30%;
  margin: 10px;
  margin-right: 15%;
  padding: 20px;
  background-color: rosybrown;
}
.stay-in-touch {
  width: 100%;
}

.become-a-distributor-btn {
  width: 100%;
  text-align: center;
  border-radius: 3px;
  background-color: #141414;
  color: white;
  padding: 10px;
}
/* SIDE BAR STAY IN TOUCH */
/* FORM AND SIDEBAR */

/* FORM */
.forms {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 5%;
  left: 25%;
  padding: 2em;
}
.forms h1 {
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: bold;
}
.forms p {
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  font-size: 18px;
  opacity: 0.7;
}
.forms .form-control {
  width: 50%;
  margin: auto;
  display: block;
}
.search_container .forms .inputs {
  width: 45%;
  position: relative;
  margin: auto;
  display: block;
}
.search_container .forms .inputs input[type="text"] {
  width: 100%;
  height: 40px;
}

.search_container .forms .inputs button {
  position: absolute;
  right: 0%;
  padding: 0 1em;
  height: 40px;
  top: 10%;
  color: rgb(236, 28, 36);
  background-color: transparent;
  border: none;
  outline: 0;
}
.search_container .forms .inputs button:hover {
  color: rgba(236, 28, 36, 0.7);
}

.support_navigators {
  width: 100%;
  margin: auto;
  display: block;
  margin: 3em 0;
}
.support_navigators .navigator {
  width: 10%;
  display: inline-block;
  margin: 0 1em;
  padding-bottom: 4em;
  position: relative;
}
.support_navigators .navigator img {
  width: 100%;
}
.support_navigators .navigator p {
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.support_navigators .navigator1 img:hover {
  content: url("../images/support_icons/i1r.png");
}
.support_navigators .navigator2 img:hover {
  content: url("../images/support_icons/i2r.png");
}
.support_navigators .navigator3 img:hover {
  content: url("../images/support_icons/i3r.png");
}
.support_navigators .navigator4 img:hover {
  content: url("../images/support_icons/i4r.png");
}
.support_navigators .navigator1:hover p {
  color: red;
}
.support_navigators .navigator2:hover p {
  color: red;
}
.support_navigators .navigator3:hover p {
  color: red;
}
.support_navigators .navigator4:hover p {
  color: red;
}
.type_container {
  padding: 20px;
}
.type_container .text-title {
  color: rgba(236, 28, 36, 1);
  font-size: 30px;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
.type_container .text-title span {
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: bold;
}
.type_container .col-xs-2 {
  padding: 4px !important;
}
.type_container .type-cards {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 5px 5px 20em 5px;
  border: 1px solid #e8e8e8;
  border-bottom: 3px solid #fff;
  box-shadow: 2px 2px 10px #e8e8e8;
  border-radius: 3px;
  cursor: pointer;
  border-radius: 3px;
}
.type_container .type-cards:hover {
  border-bottom: 3px solid rgba(236, 28, 36, 1);
}
.type_container .type-cards h2 {
  font-size: 14px;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
.type_container img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.table_container {
  margin: 2em 0;
  padding: 0;
}
.table_container .col-xs-6 {
  padding: 10px;
}
.table_container .table-cards {
  height: 100%;
  background-color: #fff;
  padding: 1em 2em 2em 2em;
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 3px 1px #e6e6e6;
  border-top: 2px solid rgba(236, 28, 36, 1);
}
.table_container h2 {
  color: rgba(236, 28, 36, 1);
  font-size: 20px;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  font-weight: bold;
}
.table_container span {
  float: right;
  cursor: pointer;
}
.table_container .table-cards a {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  display: block;
  color: #333;
  height: 34px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/*reseller*/
.reseller_banner {
  margin-top: -1em !important;
}
.reseller_container {
  background-color: white;
  padding: 4em 4em;
  margin-top: 6em;
  box-shadow: 2px 2px 20px #ebebeb;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  position: relative;
}
.reseller_btns {
  position: absolute;
  left: 0;
  top: -2.9em;
}
.reseller_btns a {
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none;
}
.reseller-tabs {
  display: inline;
  background-color: #999999;
  color: #fff;
  padding: 10px 45px 10px 45px;
  font-size: 16px;
  margin-right: 4px;
  position: relative;
  top: 9px;
  transition: all 0.5s;
}
.reseller-tabs:hover {
  background-color: #ec1c24 !important;
}
.reseller-tabs-active {
  background-color: #ec1c24 !important;
}
.reseller_link1:hover img {
  content: url("../images/reseller_btns/image1_red.png");
}
.reseller_link2:hover img {
  content: url("../images/reseller_btns/image2_red.png");
}
.reseller_link3:hover img {
  content: url("../images/reseller_btns/image3_red.png");
}
.reseller_btns img {
  margin: 0 !important;
  padding: 0 !important;
}
.reseller_title {
  margin-bottom: 0em;
}
.reseller_title h3 {
  font-size: 20px;
  margin: 0;
}
.reseller_title p {
  font-size: 15px;
  line-height: 32px;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
.reseller_title img {
  width: 25%;
  position: absolute;
  right: 4%;
  top: 0;
}
.reseller_container .reseller-title {
  color: #ccc;
  font-size: 34px;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
.reseller_container .table {
  border-bottom: 2px solid rgba(236, 28, 36, 1);
  border-radius: 2px;
}
.reseller_container .table > tbody > tr > td,
.reseller_container .table > tbody > tr > th,
.reseller_container .table > tfoot > tr > td,
.reseller_container .table > tfoot > tr > th,
.reseller_container .table > thead > tr > td,
.reseller_container .table > thead > tr > th {
  padding: 10px 0;
  padding: 1em;
  vertical-align: middle;
  font-size: 15px;
}
.reseller_container .table > thead > tr {
  background-color: rgba(236, 28, 36, 1) !important;
  color: white;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  font-size: 16px;
}
.reseller_container .table tbody td:nth-child(1) {
  font-weight: bold;
}
.reseller_container .table tbody td:nth-child(even) {
  background-color: #eee;
}

/*view specific product support*/
.view_support_container {
  background-color: #fff;
  position: relative;
  top: 2em;
  border-radius: 3px;
  box-shadow: 1px 1px 10px #949494;
}
.view_support_container h3 {
  text-transform: uppercase;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  color: rgb(236, 28, 36) !important;
}
.contents img {
  width: 100%;
}
.contents button a {
  text-decoration: none;
  color: #ec1c24;
}
.contents button {
  background: #fff;
  color: #ec1c24;
  border: none;
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
  transition: 800ms ease all;
  font-weight: bold;
  outline: none;
  margin-top: 1em;
  width: 100%;
  border: 1px solid #ff0015;
}
.contents button:hover a {
  color: #ec1c24;
}
.contents button:hover {
  background: #fff;
}

.contents p a:hover {
  color: rgb(236, 28, 36) !important;
}
.contents i {
  color: #ec1c24;
  font-size: 12px;
}
.text-contents {
  padding: 0.6em;
  padding-bottom: 3em;
}
.text-contents p {
  color: #333;
}
.text-contents {
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
.text-contents strong {
  font-size: 17px;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
iframe {
  width: 100%;
  height: 100%;
}

/*search*/
.search_for_text {
  font-size: 13px;
}
.content {
  font-size: 13px;
  width: 100%;
  height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: normal;
  position: relative;
  top: 1em;
}
.content img {
  display: none;
}
.content p {
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  font-weight: normal;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
.content h1,
h2,
h3,
h4,
h5,
strong {
  font-weight: normal;
}
.content_link {
  font-size: 27px;
  color: #333;
  text-decoration: none;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
.content_link:hover {
  color: rgb(236, 28, 36) !important;
}

.search_result_container {
  background-color: white;
  margin-top: 2em;
  border-radius: 3px;
  padding: 2em 3em;
}
.search_result_container .text-title {
  color: rgba(236, 28, 36, 1);
  font-size: 30px;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
.search_result_container .text-title span {
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}

/*select product*/

.product-container {
  margin-top: 3em;
  background-color: white;
  padding: 3em 4em;
  box-shadow: 2px 2px 10px #e8e8e8;
}
.product-container .text-title {
  color: rgba(236, 28, 36, 1);
  font-size: 30px;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}
.product-container .text-title span {
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
}

.product-container .main-col {
  margin-bottom: 1em;
}
.product-container .main-col a {
  text-decoration: none;
}
.product-container .thumbnails {
  border: 1px solid #eee;
  height: 100%;
  cursor: pointer;
  padding: 1em;
}
.product-container .thumbnails:hover {
  opacity: 0.7;
}
.product-container .thumbnails img {
  width: 100%;
}
.product-container .thumbnails p {
  font-size: 12px;
  text-align: center;
  color: #777;
  position: relative;
  top: 10px;
}

.support_downloads_links {
  background-color: rgba(236, 28, 36, 1);
  padding: 1em;
  width: 98%;
  margin: auto;
}
.support_downloads_links img {
  width: 40%;
  margin-top: 7px;
}
.support_downloads_links .cards {
  line-height: 70px;
  border-right: 1px solid #5e5e5e;
  padding-right: 2em;
}
.support_downloads_links .no_border {
  border: none;
}
.support_downloads_links .cards span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", sans-serif;
  color: white;
  font-size: 12px;
}
