/*
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 {
    padding-right: 50px;
}

.mobile_menu_bar:before {
    color: #0f6eb8;
}
.et_mobile_menu {
    border-top: 3px solid #0f6eb8;
}

/* nav */
.lnb,
.lnbb {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0f6eb8;
}
.lnbb ul li {
    background-color: #fff;
    border-bottom: 1px solid #000;
}

.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: #0f6eb8;
    color: #fff;
}

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

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

.lnb ul li #sub07:hover {
    background-color: #0f6eb8;
}

.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: #0f6eb8;
}
@media (max-width: 900px) {
  .lnb ul,
  .lnbb ul {
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .lnbb ul li a {
    font-size: 14px;
  }
}

/* 최근 공지 */
.cs_btn {
  margin: 12px 10px;
  width: 24px;
  height: 24px;
  background-color: #000;
  float: left;
  position: absolute;
  text-indent: -9999px;
  top: 2px;
  right: 0;
}

.cs_btn::after,
.cs_btn::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 6px);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.cs_btn::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/* 연혁 */
.history:nth-of-type(1) {
    padding-top: 60px !important;
}
.history .year {
    list-style-type: none;
}
.history .year .year_sq {
    position: relative; display: inline-block; width: 150px; height: 3px; background-color: #b1b1b1; margin-left: -20px; margin-bottom: 15px; 
}
.history .year .year_txt {
    margin-left: 30px;
    font-size: 45px;
    color: #0f6eb8;
}
.history .year .year_sq::before {
    content: "";
    position: absolute;
    left: -4px;
    top: calc(50% - 6px);
    width: 8px;
    height: 8px;
    background-color: #b1b1b1;
    border: 2px solid #b1b1b1;
    transform: rotate(45deg);
/*
    
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
*/
}
.history .history_txt:nth-of-type(1) {
    margin-top: 15px;
}

.history .history_txt {
    margin-left: 165px;
    color: #000;
}

@media (max-width: 800px) {
    .history .year .year_sq {
        width: 65px;
    }
    .history .year .year_txt {
        margin-left: 10px;
    }
    .history .history_txt {
        margin-left: 60px;
    }
}
@media (max-width: 440px) {
    .history .year .year_sq {
        width: 45px;
    }
    .history .history_txt {
        margin-left: 40px;
    }
}

/* 제품문의 */

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

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

.et-pb-arrow-next:before,
.et-pb-arrow-prev:before {
    color: #66bcff;
}

#post-75 .et-pb-arrow-next:before,
#post-75 .et-pb-arrow-prev:before {
    color: #fff;
}

/* media */
@media (max-width: 440px) {
    #tablepress-3 tr td {
        padding: 6px 15px;
        font-size: 14px;
    }
    .contact02 textarea {
        width: 250px;
    }
}

/* 푸터 */
#footer-widgets {
    padding: 4% 0 0;
}
#footer-widgets .footer-widget li:before {
    display: none;
}

.footer_ul li {
    padding-right: 60px;
}
.footer_ul li a {
    font-weight: 600;
}

#footer-widgets .footer-widget li {
    padding-left: 0px;
}

@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%;
  }
  .et_pb_gutters3 .footer-widget {
    margin-bottom: 2.5%;
  }
}

@media (max-width: 900px) {
    .footer_ul {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start!important;
    }
  .footer_ul li {
    padding: 0;
  }
    .footer-widget li a {
        font-size: 12px !important;
    }
    .textwidget.custom-html-widget {
        font-size: 12px;
    }
    #footer-widgets .footer-widget .fwidget {
        margin-bottom: 6.21%;
    }
    #footer-widgets {
        padding: 6% 0 0;
    }
}

@media (max-width: 400px) {
    #footer-widgets {
        padding: 12% 0 0;
    }
}