.aligned-row
{
  width: 100% !important;
}
.carousel_slider
{
  position: relative;
  /*top: -2px;*/
  top: -29px; !important;
}
.carousel_slider .carousel-control 
{
  z-index: 2;
}
.carousel_slider .carousel-indicators
{
  z-index: 1 !important;
}
.home_container 
{
  margin: 0;
  font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
  width: 100% !important;
  padding: 0;
}
.home_container .first_container
{
  background-color: #eee;
  position: relative;
  top: -1em;
  padding: 1em 0
}
.home_container .random_products
{
  width: 1170px;
  padding: 0;
  height: 310px;
  /*background-color: black;*/
}
.home_container .first_container .main_col
{
  padding: 1em;
}
.home_container .first_container .product-cards
{
  position: relative;
  left: 15px;
  background-color: white;
  margin: auto;
  display: block;
  box-shadow: 0px 3px 1px #e6e6e6;
  border-bottom: 1px solid #fff;
  border: 1px solid #e6e6e6;
  height: 100%;
  border-radius: 2px;
  padding: 0 8px 4em 8px;
  position: relative;
  top: -2.8em;
  text-align: center;
}
.home_container .first_container .product-cards img
{
  width: 100%;
  margin-bottom: 1em;
}
.home_container .first_container .product-cards .type_name
{
  font-size: 22px;
  color: rgb(236, 28, 36);
  font-weight: 500;
  
  font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
}
.home_container .first_container .product-cards .product_name
{
  font-size: 14px;
  color: #333;
  
  font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
}
.home_container .first_container .product-cards #view_btn{
  background:#EC1C24;
  color:#fff;
  border:none;
  font-size: 12px;
  padding: 8px;
  cursor:pointer;
  transition: 800ms ease all;
  outline:none;
  position: absolute;
  width: 40%;
  left: 30%;
  bottom: 4%;
}
.home_container .first_container .product-cards #view_btn:hover{
  background:#fff;
  color:#EC1C24;
}
.home_container .first_container .product-cards #view_btn:before, .home_container .first_container .product-cards #view_btn:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #EC1C24;
  transition:400ms ease all;
}
.home_container .first_container .product-cards #view_btn:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.home_container .first_container .product-cards #view_btn:hover:before, .home_container .first_container .product-cards #view_btn:hover:after{
  width:100%;
  transition:800ms ease all;
}


/*second section*/
.home_container .second_container
{
  background-color: #fff;
  padding: 0em 0 2em 0;
}
.home_container .second_container h2
{
  margin: .8em 0 1em 0;
  color: #000;
}
.home_container .second_container h2:after
{
  content: '';
  width: 80px;
  border-bottom: 2px solid rgb(236, 28, 36);
  display: block;
  margin: auto;
  position: relative;
  top: .7em;
}
.home_container .second_container h2 span
{
  font-family: "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
}
.home_container .second_container .post-slider
{
  /*border: 1px solid #333;*/
  position: relative;
}
.home_container .second_container .post-slider .post-wrapper
{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.home_container .second_container .post-slider .post-wrapper .post
{
  width: 20%;
  padding: 0;
  margin: 1em;
  display: inline-block;
  cursor: pointer;
}
.home_container .second_container .post-slider .post-wrapper .post img
{
  width: 100%;
  margin-bottom: 2em;
}
.home_container .second_container .post-slider .post-wrapper .post button
{
  border: none;
  background-color: #fff;
  width: 100%;
  outline: 0;
  background: transparent;
  color: rgb(236, 28, 36);
  border:none;
  font-size: 12px;
  cursor:pointer;
  width: 100%;
  padding: 10px 0px;
  text-align: left;
}

.home_container .second_container .left-arrow
{
  position: absolute;
  left: -9%;
  top: 45%;
  cursor: pointer;
  width: 93px;
  height: 93px;
}
.home_container .second_container .right-arrow
{
  position: absolute;
  right: -15%;
  top: 50%;
  cursor: pointer;
  width: 93px;
}
.home_container .second_container .right-arrow img, .home_container .second_container .left-arrow img
{
  width: 23px;
}
/*third section*/
.home_container .third_container
{
  background-color: #eee;
    padding-bottom: 1em;
}
.home_container .third_container .main_container
{
  /*background-color: red;*/
  padding: 0;
}
.home_container .third_container h2
{
  margin: 35px 0;
    padding: 5px 0;
}
.home_container .third_container .main_container .main_col
{
  padding: 10px;
  position: relative;
  left: 15px;
}
.home_container .third_container .cards
{
  margin-bottom: 2em;
  cursor: pointer;
  padding: 0em;
  border-radius: 3px;
}
.home_container .third_container .cards:hover
{
  background-color: #f0f0f0;
}
.home_container .third_container .cards .community_image
{
  width: 100%;
  height: 245px;
  background-color: white;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left center;
}
.home_container .third_container .cards .content
{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 5.7em;
}
.home_container .third_container .cards .text-title
{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home_container .third_container .cards h3
{
  color: rgb(236, 28, 36);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.home_container .third_container .cards p
{
  color: #333;
  font-size: 13px;
  text-align: left;
  width: 90%;
}
.home_container .third_container .cards button
{
  border: none;
  background-color: #fff;
  width: 100%;
  outline: 0;
  background: transparent;
  color: rgb(236, 28, 36);
  border:none;
  font-size: 12px;
  cursor:pointer;
  width: 100%;
  padding: 10px 0px;
  text-align: left;
}
.home_container .third_container .image
{
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-size: 100%;
  background-position: left center;
  background-color: white;
  background-repeat: no-repeat;
  border: 2px solid #eee;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  /*float: left;*/
}
.home_container .third_container .cards .image img
{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.home_container .third_container .title
{
  float: right;
}
.home_container .third_container th,td
{
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
  margin-bottom: 1em;
  position: relative;
}
.home_container .third_container table p
{
  position: relative;
  top: .7em;
}

/*video section*/
#thumbnails {
    display: flex;
    flex-direction: row;
}
.thumbnail-item {
    display: flex;
    position: relative;
}
.thumbnail-item  img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
    width: 100%;
}
.thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: 200ms;
}
.thumb-overlay a > img {
    width: auto;
    height: auto;
    object-fit: none;
    padding: 1.5em 2em;
    background: rgba(0,0,0,0.7);
}
.thumbnail-item:hover .thumb-overlay {
    opacity: 1;
}
.popup {
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.6);
    z-index: -1;
    opacity: 0;
}
.popup iframe {
    z-index: 11;
}
#video3 img {
    max-width: 110%;
    width: 110%;
}
#thumbnails
{
  width: 100%;
}
.thumbnail-item 
{
  width: 34%;
}
#service-center {
    background-color: #222222;
    background-image: url(../images/cta-bg.png);
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    padding: 69px 76px;
}
#service-center h2 {
    color: #fff;
    width: 100%;
    text-align: center;
    padding-bottom: 2rem;
    text-transform: uppercase;
}
.icon-list {
    width: 75%;
    position: relative;
    left: 14%;
}
.icon-list a
{
    text-decoration: none;
}
.icon-item
{
  margin-left: -5.5em !important;
}
.icon-list .icon-item:first-child {
    padding-left: 0;
}
.icon-list .icon-item:last-child {
    padding-right: 0;
}
.icon-item {
    position: relative;
    padding: 0 3.5em;
}
.divider {
    height: 45px;
    border: 0.7px solid rgba(255, 255, 255, 0.1);
    right: 1em;
    top: calc(50% - 23px);
    position: absolute;
    width:0;
}
.icon-item:last-child::after {
    display: none;
    content: '';
}
.icon-item,
.icon-img-holder {
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
}
.icon-img-holder {
    height: 100px;
}
.icon-item p {
    color: #aaa;
    font-size: 16px;
    
  font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
}
.popup {
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.6);
    z-index: -1;
    opacity: 0;
}
.popup iframe {
    z-index: 11;
}
footer, #subfooter
{
  position: relative;
  top: 0em !important;
}
/*.model_3d
{
  text-align: center;
  padding: 0em 0;
}
.model_3d span
{
  text-align: center;
}
.model_3d .caption
{
  margin: 3em 0 2em 0;
}
.model_3d .caption h2
{
  color: #000;
  font-size: 35px;
  text-transform: uppercase;
}
.model_3d .caption a
{
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  
  font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
  color: rgb(236, 28, 36);
}*/
.iframe-full-height
{
  width: 100%;
  border: none;
  position: relative;
  top: 0em;
  height: 49em;
}


/*advertisement*/
.advertisement_container
{
  /*z-index: 1;*/
  position: absolute;
  top: 0em;
  width: 99.9%;
  left: 0;
  height: 100%;
  padding: 1em 3em;
}
.advertisement_container .row
{
  background-color: black;
  z-index: -2212312312312322;
}
.advertisement_container .main_col
{
  display: inline-block;
  width: 30% !important;
  position: absolute;
  z-index: 50;
  margin: 1em;
}
.advertisement_container .add_cards
{
  position: absolute;
  top: 0;
  background-color: white;
  padding: 0px 0 5px 0;
  margin-bottom: 3em;
  background-color: #c7123c;
  border-radius: 3px;
}
.advertisement_container .add_cards label, .advertisement_container .add_cards input
{
  position: relative;
  right: 1em;
  top: 3px;
}
.advertisement_container .find_btn
{
  float: left;
  position: relative;
  left: 15px;
  top: 8px;
  font-weight: bold;
  color: white;
  font-size: 13px;
}
.advertisement_container .add_cards label
{
  margin-right: 8px;
  color: white;
  font-size: 12px;
}
.advertisement_container .add_cards input
{
  height: 15px;
  width: 15px;
  position: relative;
  top: 6px;
  background: #000 !important;
}
#mydiv {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #d3d3d3;
}

.test {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
  position: absolute;
  bottom: 0;
}
.advertisement_container .add_cards img
{
  width: 100%;
}

.advertisement_container .add_cards button
{
  margin: 1em .1em;
  font-size: 12px;
  
  font-family:Malgun Gothic,"맑은 고딕",Dotum,"돋움", sans-serif;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  outline: 0;
  position: relative;
  top: 3px;
}

#carousel_3D .carousel-indicators
{
  width: 50%;
  left: 30%;
  top: 0%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
#carousel_3D .carousel-indicators li
{
  position: relative;
  float: left;
  margin: 0 5px;
  top: 85%;
  left: 4.7em;
}
.section_3d_1
{
  width: 100%;
  background-color: rgb(236, 28, 36) !important;
  background: linear-gradient(75deg, rgb(32, 32, 32) 50%, #fff 50%);
  /*height: 500px;*/
  position: relative;
}
.section_3d_1 .cards1
{
  padding: 4em;
}
.section_3d_1 .cards1 h1
{
  font-weight: bold;
  text-align: left;
  color: white;
  letter-spacing: 12px;
  font-family: MalgunBd;
  font-size: 55px;
  text-transform: uppercase;
  margin-bottom: .5em;
}
.section_3d_1 .cards1 p
{
  color: #fff;
  text-align: left;
  line-height: 25px;
  width: 100%;
  margin-bottom: 2.5em;
}
.section_3d_1 .cards1 a
{
  color: white;
}
.section_3d_1 .cards2
{
  position: relative;
  height: 100%;
}
.section_3d_1 .cards2 iframe
{
  border: 0px solid #fff;
  width: 100%;
  height: 500px;
  z-index: 100;
}


