/*
Theme Name: Divi Child
Theme URI: http://www.cni.or.kr/
Description: Child theme for the Divi theme
Author: cnisystem
Author URI: http://www.cni.or.kr/
Template:  Divi
Version: 1.0
*/
@import url(../Divi/style.css);
@font-face {
  font-family: 'Noto Sans KR';
  src: url('fonts/NotoSansCJKkr-Thin.eot'); 
  src: url('fonts/NotoSansKR-Thin.woff') format('woff'), 
       url('fonts/NotoSansKR-Thin.woff2') format('woff2');
  font-style:   normal;
  font-weight:  200;
}
@font-face {
  font-family: 'Noto Sans KR';
  src: url('fonts/notokr-light.eot'); 
  src: url('fonts/notokr-light.woff') format('woff'), 
       url('fonts/notokr-light.woff2') format('woff2');
  font-style:   normal;
  font-weight:  300;
}
@font-face {
  font-family: 'Noto Sans KR';
  src: url('fonts/notokr-regular.eot'); 
  src: url('fonts/notokr-regular.woff') format('woff'), 
       url('fonts/notokr-regular.woff2') format('woff2');
  font-style:   normal;
  font-weight:  400;
}
@font-face {
  font-family: 'Noto Sans KR';
  src: url('fonts/notokr-medium.eot'); 
  src: url('fonts/notokr-medium.woff') format('woff'), 
       url('fonts/notokr-medium.woff2') format('woff2');
  font-style:   normal;
  font-weight:  500;
}
@font-face {
  font-family: 'Noto Sans KR';
  src: url('fonts/notokr-bold.eot'); 
  src: url('fonts/notokr-bold.woff') format('woff'), 
       url('fonts/notokr-bold.woff2') format('woff2');
  font-style:   normal;
  font-weight:  600;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	font-family: 'Noto Sans KR', sans-serif !important;
	word-break:keep-all;
}

#top-menu > li > a::after {
    display: none !important;
}

#top-menu li,
#top-menu>li:last-child {
    padding-right: 80px;
}

.mobile_menu_bar:before {
    color: #a53f08;
}

.et_mobile_menu {
    border-top: 3px solid #a53f08;
}

.nav li ul {
    width: 80%;
}

#top-menu li li {
    padding: 0;
}

#top-menu li li a {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 130px;
}



/* nav */
.lnb,
.sub_lnb {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e9eaec;
}

.sub_lnb {
    background: #fff;
    padding-bottom; 10px;
}

.lnb ul,
.sub_lnb ul {
    padding: 0;
    width: 1280px;
    display: flex;
    justify-content: space-around;
    line-height: 60px;
}

.lnb ul li,
.sub_lnb ul li {
    display: flex;
    justify-content: center;
    width: 100%;
}

.lnb ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #e9eaec;
    color: #000;
}

.sub_lnb ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #000;
    border: 0.5px solid #ddd;
}

.lnb ul li a:hover,
.lnb ul li a.on {
    background-color: #fff;
    color: #a53f08;
}

.sub_lnb ul li a:hover,
.sub_lnb ul li a.on {
    border-bottom: 1px solid #a53f08;
    color: #a53f08;
    background-color: #e9eaec;
}
.sub_lnb ul li a:active {
    background-color: rgb(227, 105, 18);
    color: #fff;
}

.sub_lnb #sub07 {
    background-color: #fff;
/*    border: none;*/
    border: 0.5px solid #ddd;
    cursor: auto;
}

@media (max-width: 440px) {
    .sub_lnb ul {
         flex-wrap: wrap;
    }
}

/* 메인 */
#post-74 .et_pb_section .et_pb_button_0:hover,
#post-74 .et_pb_section .et_pb_button_0:active {
    background-color: #f36875;
}

/*연혁*/

.history {
  width: 100%;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.history li {
  width: 46%;
  padding: 2% 2%;
}

.history:nth-child(even) li:nth-child(odd) {
  order: 1;
  position: relative;
  border-left: 4px solid #eee;
}

.history:nth-child(even) li:nth-child(odd)::after {
  content: "";
  position: absolute;
  left: -8px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background-color: #a53f08;
  border: 2px solid #a53f08;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.history:nth-child(odd) li:nth-child(odd) {
  text-align: right;
  justify-content: flex-end;
  position: relative;
  border-right: 4px solid #eee;
}

.history:nth-child(odd) li:nth-child(odd)::after {
  content: "";
  position: absolute;
  right: -8px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background-color: #a53f08;
  border: 2px solid #a53f08;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.history:nth-child(even) .desc p:nth-child(1) {
  order: 1;
}

.history:nth-child(even) .desc .txt_wrap {
  justify-content: flex-end;
  text-align: right;
}

.history .year {
  font-size: 3em;
  font-weight: 700;
  width: 46.3%;
  display: flex;
  align-items: center;
  color: #a53f08;
  padding: 2% 4%;
}

.history .desc {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.history .desc .txt_wrap {
  align-items: center;
  display: flex;
  padding: 10px 0;
}

.history .desc .txt_wrap p {
  margin: 0 20px;
}
.txt {
  color:#000000;
}

@media screen and (max-width: 480px) {
    .history .year {
        font-size: 2em;
        line-height: 1;
    }
    .history .desc .txt_wrap p {
        font-size: 12px;
    }
}

/* 제품문의 */

.contact_txt {
  font-size: 18px;
  color: #333;
  position: relative;
  margin-bottom: 30px;
  margin-top: 20px;
}

.contact_txt::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 20px;
  height: 3px;
  background: #a53f08;
}

.contact01,
.contact02 {
  width: 100%;
}

.contact01 tr td:nth-child(1),
.contact02 tr td:nth-child(1) {
  width: 10%;
  font-size: 14px;
  padding: 10px;
  background: #f0f0f0;
  border: 1px solid #ddd;
}

.contact01 tr td:nth-child(2),
.contact02 tr td:nth-child(2) {
  width: 90%;
  border: 1px solid #ddd;
  padding: 10px;
}

.text-727 {
  display: inline-block;
  width: 30%;
  min-width: 100px;
}

.text-727 input {
  width: 100%;
}


.tel-245,
.tel-246,
.tel-247 {
  display: inline-block;
  width: 15%;
  min-width: 50px;
}

.tel-245 {
  min-width: 30px;
}

.tel-245 input,
.tel-246 input,
.tel-247 input {
  width: 100%;
}

.text-728 {
  width: 20%;
  display: inline-block;
  min-width: 100px;
}

.text-729 {
  display: inline-block;
  width: 30%;
  min-width: 130px;
}

.text-728 input,
.text-729 input {
  width: 100%;
}


.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0 5px;
}


.text-730 {
  width: 40%;
  min-width: 130px;
  display: inline-block;
}

.text-730 input {
  width: 100%;
}


.textarea-704 {
  display: inline-block;
  width: 100%;
}

.textarea-704 textarea {
  width: 100%;
  height: 150px;
}


.info {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 20px;
}

.wpcf7-list-item input {
  margin: 0;
  vertical-align: middle;
}

.wpcf7-list-item {
  font-size: 12px;
}

.info + p {
  text-align: right
}


.submit {
  text-align: center;
  margin-top: 15px;
}

.submit input {
  padding: 5px 20px !important;
  cursor: pointer;
}

.submit input:hover {
  background: rgba(0, 0, 0, 0.16) !important
}

input {
  font-family: 'Noto Sans KR', sans-serif !important;
  background: #fff !important;
  border: 1px solid #bbb !important;
  padding: 5px !important;
}

.fm_tb td {
  border: 1px solid #ddd;
  padding: 5px 0 5px 20px;
  font-size: 16px;
}

textarea,
select {
  font-family: 'Noto Sans KR', sans-serif !important;
  border: 1px solid #bbb !important;
}

select {
    height: 34px;
/*    width: 100px;*/
}

.wpcf7-form-control-wrap #opactity:has(.wpcf7-select option:nth-of-type(1):active #opacity) {
    opacity: 0;    
}

/* 탑 스크롤 */
.et_pb_scroll_top.et-pb-icon:hover {
    background-color: #ef9800;
}

.et_pb_scroll_top.et-pb-icon:active {
    background-color: #f36875;
}

/* 생산제품 */
#tablepress-3 tr td,
#tablepress-3 tr th {
    text-align: center;
}

#tablepress-3 tr td.column-1 {
    background-color: #4379b8;
    vertical-align: middle;
    color: #fff;
}

#tablepress-3 tr td.column-4 {
    vertical-align: middle;
}

#tablepress-3 tr.row-3 td.column-1 {
    background-color: #bd4542;
} 

#tablepress-3 tr.row-7 td.column-1 {
    background-color: #99ba55;
}

@media (max-width: 800px) {
    #tablepress-5 tr td,
    #tablepress-5 tr th,
    #tablepress-4 tr td,
    #tablepress-4 tr th {
        font-size: 12px;
        line-height: 1em;
    }
}

@media (max-width: 440px) {
    #tablepress-5 tr td,
    #tablepress-5 tr th,
    #tablepress-2 tr td,
    #tablepress-2 tr th,
    #tablepress-4 tr td,
    #tablepress-4 tr th {
        font-size: 10px;
        padding: 6px 6px;
    }
    #tablepress-3 tr td,
    #tablepress-3 tr th {
        font-size: 12px;
        padding: 6px 15px;
    }
    .wpcf7-form-control.wpcf7-textarea {
        width: 259.36px;
    }
    .wpcf7-form-control.wpcf7-text {
/*        width: 100px;*/
    }
}

/* 푸터 */
.footer-widget .fwidget:last-child {
    width: 100%;
}

#footer-widgets .footer-widget li:before {
    content: none;
}

#footer-widgets {
    padding: 2% 0 0;
}





































