@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
/* ------------------------------------- main css ------------------------------------- */

body {
  overflow: hidden;
}
#main_notice,
#main_products,
#main_movie {
  width: auto;
  height: auto;
}
#main_notice .main_latest {
  height: 280px;
  overflow-y: hidden;
}
#main_products .main_title {
  /* display: inline;
  float: left; */
  
  font-size: 20px;
}
#main_products .main_title h4 {
  color: #34529a;
  font-weight: bolder;
  text-align: start;
}

#main_contetnts {
  width: 100%;
  height: 100%;
}

#main_contetnts .row {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: auto;
  margin-top: 15px;
}

#main_contetnts .more {
  display: inline;
  float: right;
  padding-top: 25px;
}

#main_products {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 10px 15%;
  margin-top: 150px;
}

#main_movie {
  margin-top: 150px;
  padding: 0px 15%;
  padding-bottom: 230px;
}

#main_movie .main_title {
  color: #34529a;
  font-weight: bolder;
  font-size: 20px;
  text-align: start;
}

.main_moviebox {
  width: 100%;
  height: 500px;
}

.main_moviebox iframe {
  border-radius: 10px;
  box-shadow: 0 0 15px #222;
}

#main_contact h4 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#main_contact a {
  color: #fff;
  font-weight: bold;
  text-shadow: 4px -1px 10px #222;
}

#main_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin: 15px 0px;
  background-image: url(/ko/img/main/indeaxbar_blue.svg);
  background-position: center;
}

#ceoBar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/ko/img/main/indeaxbar_orange.svg);
  background-position: center;
  width: 100%;
  height: 80px;
  margin: 15px 0px;
}
#ceoBar a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 4px -1px 10px #222;
}

#antimicrobialBar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/ko/img/main/indeaxbar_yellow.svg);
  background-position: center;
  width: 100%;
  height: 80px;
  margin: 15px 0px;
}
#antimicrobialBar a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 4px -1px 10px #222;
}

/* ----------main 반응형------------- */

@media (min-width: 1201px) and (max-width: 1600px) {
  
  #main_products {
  }
  #main_movie {
  }

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #main_products {
  }
  #main_movie {
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #main_products {
  }
  #main_movie {
  }
}

@media only screen and (min-width: 581px) and (max-width: 767px) {
  #main_products {
  }
  #main_movie {

  }
}
@media (max-width: 580px) {
  #main_products {
  }
  #main_movie {
  }
}

@media (max-width: 420px) {
  #main_products {
    width: 100%;
    margin-top: 30px;
  }
  .main_moviebox {
    height: 300px;
  }
}

@media (max-width: 380px) {
  .main_moviebox {
    height: 300px;
  }
}

/* ------------------------------------- sub css ------------------------------------- */
.ctt_admin {
  margin: 0;
  padding: 0;
}
#ctt {
  width: 100%;
  margin: 0px;
  padding: 0;
}
#ctt_con {
  padding: 0;
}

.blue {
  color: #3f88c8;
}

/* --------- sub_menu css ---------- */
#sub_menu {
  display: none;
  padding: 0px;
}
.submenu_title {
  padding: 0px;
  width: 100%;
  height: 70px;
  background-image: url(/ko/img/common/sub_title.jpg);
  background-repeat: no-repeat;
  border-top: 1px solid #1c405c;
}

.submenu_title h3 {
  color: #fff;
  text-align: center;
}

.submenu_list {
  border: 1px solid #e5e5e5;
}
.submenu_list p {
  padding: 8px 20px;
  font-size: 14px;
}
.submenu_list p:first-child {
  padding-top: 30px;
}
.submenu_list p:last-child {
  padding-bottom: 20px;
}
.submenu_list .on {
  color: #3f88c8;
}

.sub_customer {
  padding: 20px;
  border: 1px solid #e5e5e5;
}
.sub_customer .main_title {
  font-size: 22px;
  font-weight: bold;
}
.sub_customer h1 {
  margin: 0px;
  font-size: 19px;
  font-weight: bold;
  font-family: "Jeju Gothic", serif;
}
.sub_customer p {
  margin-top: 10px;
  font-size: 12px;
  font-family: "Nanum Gothic", monospace;
}

#sub_contents {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/sub/BG_sideBubble.svg);
  background-size: 200% auto;
  background-repeat: repeat-y;
  height: auto;
  background-position: center bottom;
}
#sub_contents.container {
  width: 100%;
  margin: 0 auto;
}

#sub_contents.container.about {
  width: 100%;
  height: auto;
  background-image: url(../img/sub/about_contentbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#sub_contents.container.about.ceo {
  height: 140%;
}

#sub_contents.container.about.overview {
  height: 100%;
  background-position: center bottom;
}

#sub_contents.container.about.history {
  background-image: url(../img/sub/BG_sideBubble.svg);
  background-size: 200% auto;
  background-repeat: repeat-y;
  height: auto;
  background-position: center bottom;
  padding-bottom: 150px;
}

#sub_contents.container.about.map {
  background-image: url(../img/sub/about_contentbg.png);
  background-size: 110% auto;
  background-repeat: no-repeat;
  height: auto;
  background-position: center center;
  padding-bottom: 150px;
}
/* #sub_contents.container.about */

#contents {
  margin-left: 20%;
  line-height: 2;
}

#contents.overview {
  margin-bottom: 280px;
}

#contents .main_title {
  height: 120px;
  background-image: url(../img/sub/sub_ceotitle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  font-weight: bolder;
  font-size: 20px;
  font-family: none;
  text-align: center;
  line-height: 120px;
  color: #34529a;
  margin: 0 auto;
  margin-top: 200px;
  margin-bottom: 25px;
  padding-bottom: 3px;
}

#contents .blue_bold {
  color: #214298;
}
#contents .blue_line {
  margin-bottom: 10px;
}

.subtopbg {
  width: 100%;
  height: 300px;
  padding: 0px;
}
.subtopbg .container {
  width: 1200px;
  margin: 0 auto;
  padding: 0px;
  color: #fff;
}
.subtopbg .container p {
  margin-top: 270px;
}

/*--------------------------------------------------------about-----------------------------------------------------------*/

#about_topbg {
  background-image: url(/ko/img/sub/about_bg.jpg);
}

.about_right {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
}

.about_contentsbg {
}

.about_contentsbg .text {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 150px;
}
/* .about_contentsbg .text */

.about_text {
  color: #34529a;
  font-weight: bold;
  font-size: 24px;
}

.about_text.king {
  font-size: 20px;
}
/*--------------------------------------------------------overview--------------------------------------------------------*/

.overview table {
  border: 1px solid #fff;
  background: #fff;
  width: 100%;
  padding: 30px 5px;
  margin-bottom: 30px;
}
.overview th {
  width: 18%;
  padding: 15px;
  border: 1px solid #ececec;
  font-weight: normal;
}
.overview td {
  padding: 15px;
  border: 1px solid #ececec;
}
.overview tr:hover {
  background: #f6f6f6;
}

/*--------------------------------------------------------history--------------------------------------------------------*/

.history {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.history h2 {
  color: #214298;
}
.history .text {
  padding-top: 25px;
}
.history .month {
  font-size: 16px;
  color: #214298;
  font-weight: bold;
  padding-top: 22px;
}

/*--------------------------------------------------------map--------------------------------------------------------*/

.map_more {
  background: #ececec;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.map .col-sm-3 {
  height: 200px;
  padding: 50px 5px 20px 5px;
  text-align: center;
}
.map .col-sm-3:hover {
  border: 1px solid #ececec;
}
.map .col-sm-3 h4 {
  padding-bottom: 20px;
}

/*--------------------------------------------------------antimicrobial--------------------------------------------------------*/

#sub_contents.container.anti {
  background-image: url(../img/sub/BG_anti.svg);
  background-size: cover;
  background-position: center bottom;
}
/* #contents .main_title.anti {
  background-image: url(../img/sub/sub_techtitle.svg);
} */

.antimicrobial {
  text-align: center;
}
.antimicrobial .blue_bold {
  font-weight: bold;
  font-size: 14px;
}

.antimicrobial .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.antimicrobial .row .test::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 150%;
  height: 100%;
  background-color: #ffdd00;
  border-radius: 999px;
  opacity: 0.5;
  z-index: -1;
  transform: translateX(50%);
}
.antimicrobial .row .test::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 250%;
  height: 100%;
  background-color: #ffdd00;
  border-radius: 999px;
  opacity: 0.2;
  z-index: -2;
  transform: translateX(50%);
}
.antimicrobial .row .test {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.antimicrobial .t1 {
}

.antimicrobial .row .certificate_anti {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 120px;
}
.antimicrobial .row .certificate_anti img {
  width: 33%;
  object-fit: cover;
}
.antimicrobial .row .certificate_anti .t2::before {
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: -25%;
  width: 115%;
  height: 100%;
  border-radius: 999px 0 0 999px;
  background-image: linear-gradient(to right, #ffdd00 65%, transparent);
  z-index: -1;
}
.antimicrobial .row .certificate_anti .t2 {
  position: relative;
  text-align: left;
  padding: 20px;
  padding-left: 140px;
}

.antimicrobial h3 {
  display: inline-block;
  border-bottom: 4px solid #214298;
  color: #214298;
  font-weight: bold;
  padding: 20px 0 3px;
  margin-bottom: 65px;
}
.center_line {
  border-top: 1px solid #3f88c8;
  width: 60px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.antimicrobial .row {
  padding: 50px 0px 150px 0px;
}
.antimicrobial img {
  width: 90%;
}

.produce .col-sm-12 {
  padding-bottom: 150px;
}
.produce .col-sm-12 h4 {
  font-size: 14px;
  font-weight: bold;
}
.produce img {
  width: 100%;
}

.certificate .row {
  margin-bottom: 50px;
}
.certificate p {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
}
.certificate img {
  padding: 10px;
  border: 1px solid #eeeeee;
}

@media only screen and (max-width: 500px) {
  .antimicrobial .row .certificate_anti .t2 {
    position: static;
    text-align: center;
    padding: 10px;
  }
  .antimicrobial .row .certificate_anti {
    padding-bottom: 80px;
  }
  .antimicrobial .row {
    padding: 50px 0px 0px 0px;
  }
}

/*--------------------------------------------------------products--------------------------------------------------------*/

#products_topbg {
  background-image: url(/ko/img/sub/products_bg.png);
  background-position: center center;
}

.products_title {
  padding-bottom: 50px;
  text-align: center;
}
.products_title .products_en {
  padding-top: 10px;
  font-size: 16px;
}
.products_title .products_size {
  padding-top: 10px;
  font-size: 12px;
}

.products_contents {
  padding-bottom: 50px;
}
.products_contents li {
  list-style-type: disc;
  line-height: 2;
}
.products_contents .products_pd20 {
  padding-bottom: 20px;
}
.products_sub_title h4 {
  font-size: 18px;
  font-weight: bold;
}
.products_sub_title li {
  font-size: 13px;
}

.products_sub_img {
  padding-bottom: 30px;
  text-align: center;
}
.products_sub_img h4 {
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
.products_sub_img .products_en {
  font-size: 13px;
}
.products_sub_img .products_size {
  font-size: 11px;
}

/*--------------------------------------------------------service--------------------------------------------------------*/
.service {
  font-size: 12px;
}
.service_title {
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
.service_subtitle {
  padding: 10px 0px 5px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

/* 게시판 bg */

#board_topbg {
  background-image: url(/ko/img/sub/board_bg.png);
  background-position: center center;
}
#service_topbg {
  background-image: url(/ko/img/sub/service_bg.png);
  background-position: center center;
}
.tbl_wrap .board_table {
  width: 100px;
  font-size: 12px;
}
/* ------------------------------------- sub 반응형 ------------------------------------- */

@media only screen and (max-width: 1199px) {
  #sub_contents {
  }
  .subtopbg .container {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  #sub_contents {
  }
  .subtopbg .container {
    width: 95%;
  }

  .submenu_title {
    height: 60px;
  }
  .submenu_title h3 {
    font-size: 16px;
  }

  .submenu_list p {
    padding: 8px 8px;
    font-size: 11px;
  }

  .sub_customer {
    padding: 20px 8px;
  }
  .sub_customer h4 {
    font-size: 16px;
  }
  .sub_customer h1 {
    font-size: 14px;
  }
  .sub_customer p {
    font-size: 0.8em;
  }

  #contents {
    padding: 0px;
  }
  #contents p {
    font-size: 12px;
  }
  #contents p.text {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #sub_contents {
    font-size: 12px;
  }
  #contents {
    text-align: center;
    margin-left: auto;
    /* padding: 20px; */
  }
  .history .month {
    font-size: 16px;
  }
  .subtopbg .container {
    width: 90%;
  }

  #sub_menu {
    display: none;
    padding: 0px;
    width: 0px;
  }
  .subtopbg {
    height: 200px;
  }
  .subtopbg .container p {
    margin-top: 240px;
  }

  #about_topbg {
    background-position: center;
  }
  .about_text {
    font-size: 20px;
  }
  .about_text.king {
    font-size: 16px;
  }
  .about_right {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 580px) {
  .subtopbg {
    height: 150px;
  }
  .subtopbg .container p {
    margin-top: 220px;
  }
  .about_right {
    margin-top: 20px;
  }
}

/* ------------------------------------- footer css ------------------------------------- */
#footer_wrapper {
  width: 100%;
  border-top: 1px solid #efefef;
}
#footer {
  width: 100%;
  margin: 0 auto;
  color: #34529a;
}

/* r */
#copyright {
  display: inline-block;
  float: left;
  clear: both;
  width: 50%;
  padding-left: 15%;
  margin-right: 15%;
}
#copyright:after {
  content: "";
  display: block;
  clear: both;
}

.copyright {
  display: inline-block;
  float: left;
  width: 100%;
  padding-top: 3px;
}
.copyright:after {
  content: "";
  display: block;
  clear: both;
}
.copyright a,
.copyright span {
  padding: 10px 5px 10px 0px;
}
.copyright a:hover,
.copyright span:hover {
  color: #214298;
}

#copyright .first {
  padding: 20px 0px 20px 0px;
  font-weight: 600;
}
#copyright .first a {
  font-size: 12px;
  font-family: "Nanum Gothic", monospace;
}
#copyright a,
#copyright span {
  font-size: 11px;
  font-family: "Nanum Gothic", monospace;
}

#footer_customer {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  height: 70px;
  font-size: 12px;
  background-image: linear-gradient(180deg, #ffdd00, #feba32);
  padding: 0px 15%;
  gap: 25px;
  color: #34529a;
}
#footer_customer h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
#footer_customer h1 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  font-family: "Jeju Gothic", serif;
}
#footer_customer span {
  font-size: 11px;
  font-family: "Nanum Gothic", monospace;
}
#footer_customer > span:nth-child(4) {
  font-weight: bolder;
}

/* r */
#footer_logo {
  float: left;
  width: 450px;
}
#footer_logo img {
  width: 100%;
}
.footer_service {
  float: left;
  width: 28%;
  padding: 10px;
}
.footer_kotra {
  float: left;
  width: 40%;
  padding: 10px;
}
.footer_export {
  float: left;
  width: 32%;
  padding: 10px;
}

/* ------------------------------------- footer 반응형 ------------------------------------- */

@media only screen and (min-width: 992px) and (max-width: 1286px) {
  #copyright {
    width: 45%;
    padding-left: 15%;
    margin-right: 10%;
    font-size: 8px;
  }
  #footer_logo {
    float: left;
    width: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer_customer {
    height: 60px;
    font-size: 9px;
  }
  #copyright {
    width: 45%;
    padding-left: 15%;
    margin-right: 10%;
    font-size: 8px;
  }
  #footer_logo {
    float: left;
    width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  #footer_customer,
  #footer_logo {
    display: none;
  }
  #copyright {
    position: relative;
    top: 0px;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin-right: 0px;
    background-image: linear-gradient(180deg, #ffdd00, #feba32);
    line-height: 100%;
  }
  #copyright .first,
  #copyright .second,
  #copyright .third,
  #copyright .fourth {
    display: none;
  }
}

@media only screen and (max-width: 580px) {
  #footer_customer,
  #footer_logo {
    display: none;
  }
  #copyright {
    position: relative;
    top: 0px;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin-right: 0px;
    background-image: linear-gradient(180deg, #ffdd00, #feba32);
    line-height: 100%;
  }
  #copyright .first,
  #copyright .second,
  #copyright .third,
  #copyright .fourth {
    display: none;
  }
}
