/*
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;
}
.et-menu .menu-item-has-children>a:first-child:after {
    display: none !important;
}

#top-menu li {
    padding-right: 50px;
}
.et-menu .menu-item-has-children>a:first-child {
    padding-right: 20px;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 10px;
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding: 14px 0;
}

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
    color: #234720 !important;
}

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

.mobile_menu_bar:before {
  color: #234720;
}

.menu-item-type-custom > .sub-menu {
    border: none;
    width: 120px;
    padding: 0 !important;
/*
    padding-bottom: 0 !important;
    padding-left: 11px !important;
    padding-right: 11px !important;
*/
}

#menu-item-819 {
    padding-left: 0px;
}

.menu-item-type-custom > a {
    padding-bottom: 0px !important;
}

.menu-item-type-custom > .sub-menu > li {
    padding: 0 !important;
}

.menu-item-type-custom > .sub-menu > li > a {
    width: 120px !important;
    font-size: 12px !important;
    padding: 0 !important;
    text-align: center;
    background-color: rgb(239,239,239);
    border: 1px solid #666;
}

@media (min-width: 981px) {
    header .et_pb_gutters3 .et_pb_column_3_5 {
        width: 66.8%;
    }
    header .et_pb_gutters3 .et_pb_column_1_5 {
        width: 13.6%;
    }
    .et_pb_gutters3 .et_pb_section_0_tb_header .et_pb_column_3_5,
    .et_pb_gutters3 .et_pb_section_0_tb_header .et_pb_column_1_5 {
        margin-right: 3%;
    }
}

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

.lnbb ul li {
    background-color: #fff;
    border-bottom: 1px solid #000;
}
.lnbb {
    background-color: #fff !important;
}

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

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

.lnb ul li a {
    width: 100%;
    /*    padding-left: 20px;*/
    display: flex;
    justify-content: center;
    background-color: #234720;
    color: #fff;
}

.lnbb ul li a {
    color: #000;
}

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

.lnbb ul li.om {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 0px;
}
.lnbb ul li.om a {
    color: #234720;
}

/* 제품문의 */

.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: #234720;
}

.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;
}

/* 표 */
.tablepress tr .column-1 {
    border-right: 1px solid #eee;
}
#tablepress-13 tr .column-2, 
#tablepress-13 tr .column-3, 
#tablepress-13 tr .column-4,
#tablepress-13 tr .column-7,
#tablepress-14 tr .column-2,
#tablepress-14 tr .column-3, 
#tablepress-14 tr .column-4,
#tablepress-14 tr .column-7,
#tablepress-7 .row-1 .column-2,
#tablepress-7 .row-2 .column-2,
#tablepress-7 .row-3 .column-2,
#tablepress-7 .row-4 .column-2,
#tablepress-7 .row-5 .column-2,
#tablepress-7 .row-6 .column-2,
#tablepress-7 .row-7 .column-2,
#tablepress-7 .row-8 .column-2,
#tablepress-7 .row-8 .column-2,
#tablepress-7 .row-9 .column-2,
#tablepress-7 .row-10 .column-2,
#tablepress-7 .row-11 .column-2,
#tablepress-7 .row-12 .column-2,
#tablepress-7 .row-13 .column-2,
#tablepress-7 .row-14 .column-2,
#tablepress-7 .row-15 .column-2,
#tablepress-7 .row-16 .column-2,
#tablepress-7 .row-17 .column-2,
#tablepress-7 .row-23 .column-2,
#tablepress-7 .row-26 .column-2,
#tablepress-7 .row-29 .column-2, 
#tablepress-7 .row-32 .column-2,
#tablepress-7 .row-33 .column-2,
#tablepress-7 .row-34 .column-2, 
#tablepress-7 .row-1 .column-3, 
#tablepress-7 .row-2 .column-3, 
#tablepress-7 .row-3 .column-3, 
#tablepress-7 .row-4 .column-3, 
#tablepress-7 .row-5 .column-3, 
#tablepress-7 .row-6 .column-3, 
#tablepress-7 .row-7 .column-3, 
#tablepress-7 .row-8 .column-3, 
#tablepress-7 .row-9 .column-3, 
#tablepress-7 .row-10 .column-3, 
#tablepress-7 .row-11 .column-3, 
#tablepress-7 .row-12 .column-3, 
#tablepress-7 .row-13 .column-3, 
#tablepress-7 .row-14 .column-3,
#tablepress-7 tr .column-4 {
    border-right: 1px solid #eee;
}

#tablepress-1 tr .column-1 {
    width: 9%;
}
#tablepress-8 tr .column-1,
#tablepress-9 tr .column-1 {
    width: 5%;
}

#tablepress-1 tr .column-2 {
/*    padding-left: 200px;*/
}

.tablepress-1 tr .column-2 {
    padding: 6px 80px;
}

.entry-content #tablepress-2 .column-2 {
/*    border-top: 0px;*/
}

.entry-content #tablepress-2 .column-1 {
    border-top: 1px solid #eee;
}

.tablepress .row-1 .column-1,
.tablepress .row-1 .column-2, 
.tablepress .row-1 .column-3, 
.tablepress .row-1 .column-4, 
.tablepress .row-1 .column-5, 
.tablepress .row-1 .column-6, 
.tablepress .row-1 .column-7, 
.tablepress .row-1 .column-8, 
.tablepress .row-1 .column-9, 
.tablepress .row-1 .column-10, 
.tablepress .row-1 .column-11, 
.tablepress .row-1 .column-12 {
    border-top: 1px solid #eee !important;
}

#tablepress-10 .column-8 {
    width: 10%;
}

.entry-content table:not(.variations) {
    border: 1px solid #eee;
}

#notice_board_box table:not(.variations) {
    border: 1px solid #eee;
}

/* footer */
#main-footer {
    border-top: 1px solid #000;
}
#footer-widgets {
    padding: 3% 0 0;
}
.footer_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none; 
}
.footer_ul li::before {
  display: none;
}
.footer_ul a {
    border-right: 1px solid #000;
    padding: 5px 45px;
  text-decoration: none;
}
.footer_ul a:nth-of-type(7) {
    border-right: 0px;
}
.footer_ul a:nth-of-type(1) {
    padding: 0px 45px 0px 0;
}
.footer-text {
  font-size: 16px;
}
#footer-widgets .footer-widget li {
    padding-left: 0px;
}
#footer-widgets .footer-widget .textwidget img {
    float: right;
    margin-top: -70px;
}
#footer-widgets .footer-widget #custom_html-4 {
    width: 100%;
}
#footer-widgets #media_image-3 img {
    max-width: 110% !important;
}
.et_pb_widget ul li {
    margin-bottom: 0;
}
#footer-widgets .footer-widget #custom_html-4 .textwidget .incheon {
    display: inline-block; width: 32px; text-align: right;
}
@media (min-width: 981px) {
    .et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget {
        margin-bottom: 3.47%;
    }
}

/* media */
@media (max-width: 800px) {
    .et_pb_column_1_tb_header,
    .et_pb_column_2_tb_header {
        display: none;
    }
    .et_pb_menu .et_mobile_menu {
        margin-top: 20px;
    }
    .footer_ul {
        display: none;
    }
    #footer-widgets .footer-widget .textwidget img {
        margin-top: 20px;
    }
    #footer-widgets .footer-widget #custom_html-4 .textwidget div {
/*        font-size: 14px;*/
    }
    #tablepress-1 tr .column-1 {
        width: 16%;
    }
    .lnb ul li a,
    .lnbb ul li a {
        font-size: 14px;
    }
    .entry-content #tablepress-6 tr td,
    .entry-content #tablepress-6 tr th,
    .entry-content #tablepress-10 tr td,
    .entry-content #tablepress-13 tr th,
    .entry-content #tablepress-13 tr td {
        padding: 6px;
    }
    .entry-content #tablepress-6 tr td,
    .entry-content #tablepress-6 tr th,
    .entry-content #tablepress-10 tr td {
/*        font-size: 4px;*/
        font-size: 14px;
    }
    #tablepress-13 tr .column-3 {
/*        width: 200px !important;*/
    }
    #tablepress-16 tr .column-1,
    #tablepress-17 tr .column-1,
    #tablepress-18 tr .column-1 {
        width: 100px !important;
    }
}

@media (max-width: 440px) {
    .lnb ul,
    .lnbb ul {
        flex-wrap: wrap;
    }
    #tablepress-1 tr td {
        font-size: 12px;
    }
    #tablepress-1 tr .column-1 {
        width: 37%;
    }
    .entry-content #tablepress-2 tr td,
    .entry-content #tablepress-7 tr th,
    .entry-content #tablepress-7 tr td,
    .entry-content #tablepress-8 tr td,
    .entry-content #tablepress-9 tr td,
    .entry-content #tablepress-11 tr td,
    .entry-content #tablepress-12 tr td {
        padding: 6px;
    }
    .entry-content #tablepress-6 tr td,
    .entry-content #tablepress-6 tr th,
    .entry-content #tablepress-7 tr td,
    .entry-content #tablepress-7 tr th,
    .entry-content #tablepress-8 tr td,
    .entry-content #tablepress-9 tr td {
        font-size: 9px;
    }
    
    .entry-content #tablepress-6 tr th,
    .entry-content #tablepress-6 tr td {
        padding: 5px;
        font-size: 7px;
    }
    .entry-content #tablepress-10 tr td {
        font-size: 7px;
        padding: 3px;
        line-height: 2em;
    }
    .entry-content #tablepress-13 tr th,
    .entry-content #tablepress-13 tr td,
    .entry-content #tablepress-14 tr th,
    .entry-content #tablepress-14 tr td {
        padding: 1px;
    }
    .entry-content #tablepress-13 tr th,
    .entry-content #tablepress-13 tr td,
    .entry-content #tablepress-14 tr th,
    .entry-content #tablepress-14 tr td {
        font-size: 5px;
    }
    .entry-content #tablepress-8 tr .column-4 {
/*        display: none;*/
    }
    .wpcf7-form .contact02 .wpcf7-form-control-wrap textarea {
        width: 220px;
    }
    #footer-widgets .footer-widget .fwidget:last-child {
        margin-left: 10px;
    }
    #footer-widgets .footer-widget #custom_html-4 .textwidget {
        font-size: 9px;
    }
    #footer-widgets .footer-widget #custom_html-4 .textwidget .repre_second {
        display: inline-block;
        width: 17px;
        text-align: right;
    }
    #footer-widgets .footer-widget #custom_html-4 .textwidget .repre_third {
        display: inline-block;
        width: 17px;
        text-align: right;
    }
    #footer-widgets .footer-widget #custom_html-4 .textwidget .incheon {
        width: 34px;
    }
    input[type=tel],
    input[type=text] {
        margin: 5px 0;
        margin-right: 5px;
    }
}
/* 제품문의 */
.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: #234720;
}
.contact01,
.contact02 {
  width: 100%;
}
.contact01 input,
.contact02 input {
  padding: 7px !important;
}
.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;
}
.phone-number-inner input {
    width: 100px;
}
.wpcf7-list-item {
    margin: 0 1em 0 0;
}
.file-inner input {
    background-color: #fff;
    border: 1px solid #bbb;
    color: #234720;
}
.wpcf7-textarea {
    background-color: #fff;
    border: 1px solid #bbb;
    color: #234720;
    width: 100%;
    padding: 7px;
}
.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: 10px 30px !important;
    cursor: pointer;
    border: 1px solid #ddd;
}
.submit input:hover {
    background: rgba(0, 0, 0, 0.16) !important
}
.fm_tb td {
  border: 1px solid #ddd;
  padding: 5px 0 5px 20px;
/*  font-size: 14px;*/
}
@media (max-width: 400px) {
    .contact01 tr td:nth-child(1),
    .contact02 tr td:nth-child(1),
    .contact01 tr td:nth-child(2),
    .contact02 tr td:nth-child(2){
        display: block;
        width: 100%;
    }
    .wpcf7-text {
        width: 100%;
    }
    .phone-number-inner p {
        display: flex;
    }
    .phone-number-inner span {
        width: 100px;
    }
    .info {
        width: 100%;
        height: 200px;
        overflow-y: scroll;
        border: 1px solid #ddd;
    }
    .info table tr,
    .info table td {
        padding: 0;
        line-height: 15px;        
        padding-left: 5px;
    }
    .info * p {
        vertical-align: top;
        font-size: 10px;
    }
    .submit {
        margin: 0;
        padding-left: 60px;
    }
        .textwidget {
        font-size: 13px;
    }

}
@media (max-width: 900px) {
  #footer-widgets {
    display: flex;
    flex-direction: column;
  } 
}