/*
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;
}

/* 메인메뉴 간격 */
#top-menu .menu-item-has-children>a:first-child,#et-secondary-nav .menu-item-has-children>a:first-child {
     padding-right:0px; 
}

/* 네비게이션 */
.lnb,
.lnbb {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #29a7e1;
}

.lnbb ul li {
    background-color: #29a7e1;
    color: #fff;
}

.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: #29a7e1;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

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

.lnb ul li a:hover {
    background-color: #29a7e1;
    color: #000;    
}
.lnb ul li a.on {
    background-color: #fff;
    color: #000;
}

.lnb ul li #sub07:hover {
    background-color: #29a7e1;
}
.lnbb ul li a {
    color: #fff;
    width: 100%;
    text-align: center;
}
.lnbb ul li:hover {
    color: #000;
}
.lnbb ul li.om {
    background-color: #fff;
}
.lnbb ul li:hover a,
.lnbb ul li.om a {
    color: #000;
}
.mobile_menu_bar::before {
    color: #fff;
}
.et_mobile_menu {
    border-top: 3px solid #29a7e1;
}
@media (max-width: 900px) {
    #mobile_menu > .menu-item > a {
        font-size: 15px;
    }
}
@media (max-width: 450px) {
    .lnb ul,
    .lnbb ul {
        flex-wrap: wrap;
    }
}

/* 메인 section 1 */
/* 메인 section 1 title */
.main-section-title {
    border-bottom: 5px solid #29a7e1;
    padding-bottom: 10px;
}
.main-section-title-logo {
    width: 150px;
}
.main-section-title-color-text {
    color: #29a7e1;
    font-size: 40px;
}
@media (max-width: 900px) {
    .main-section-title-logo {
        width: 100px;
    }
    .main-section-title-color-text {
        font-size: 30px;
    }
}
@media (max-width: 450px) {
    .main-section-title-logo {
        width: 90px;
    }
    .main-section-title-color-text {
        font-size: 25px;
    }
    .main-section-1-content-title {
        line-height: 1.2;
    }
}

/* 메인 section 1 download btn */
.company-profile-download-btn-inner {
    border: 3px solid #2F5597;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
    transition: 0.3s;
/*    background-color: #203864;*/
}
.company-profile-download-btn-inner:hover {
    background-color: #000000a8;
    border: 3px solid #29a7e1;
}
.company-profile-download-btn-inner a {
    display: block;
    padding: 5px 40px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
}
.company-profile-download-btn-inner a img {
    width: 40px;
}

/* 메인 section 1 content */
.main-section-1-content-inner {
    border: 5px solid transparent;
    border-radius: 30px;
    padding: 50px 30px;
    transition: 0.3s;
    background-color: #35343480;
}
.main-section-1-content-inner:hover {
    background-color: #000000a8;
    border: 5px solid #29a7e1;
}
.main-section-1-content-title {
    font-size: 30px;
    font-weight: bold;
}
.main-section-1-content-inner span:last-of-type {
    padding-top: 50px;
    display: block;
    font-size: 16px;
}
@media (max-width: 450px) {
    .main-section-1-content-inner {
        padding: 30px;
    }
    .main-section-1-content-inner span:last-of-type {
        padding-top: 20px;
    }
}

/* 메인 section 2 */
.sa_hover_container {
    min-height: 100% !important;
}
/* 메인 section 2 partner logo */
@media (max-width: 450px) {
    #slider_83 p {
        text-align: center !important;
    }
    #slider_83 img {
        width: 80%;
    }
}
/* 메인 section 2 partners logo slide */
.partners-logo-slide-inner {
/*    width: 280px;*/
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
}
.partners-logo-slide-inner img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* 메인 section 2 content */
.main-section-3-content-inner {
    border: 5px solid #fff;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    background-color: #000000a8;
    height: 250px;
}
.main-section-3-content-inner span {
    color: #fff;
    display: block;
}
.main-section-3-content-text {
    font-size: 25px;
    line-height: 1.5;
}
.main-section-3-content-author {
    font-size: 20px;
    text-align: right;
}
@media (max-width: 900px) {
    .main-section-3-content-text {
        font-size: 20px;
    }
    .main-section-3-content-author {
        font-size: 15px;
    }
    #slider_85 .sa_hover_container {
        padding: 2% 7% !important;
    }
}
@media (max-width: 450px) {
    .main-section-3-content-inner {
        padding: 20px;
        height: 350px;
    }
    .main-section-3-content-text {
        font-size: 15px;
    }
    .main-section-3-content-author {
        font-size: 13px;
    }
    #slider_85 .sa_hover_container {
        padding: 7% 15% !important;
    }
}

/* 메인 section 4 */
/* 메인 section 4 title */
.main-section-4-title img {
    width: 200px;
}
@media (max-width: 900px) {
    .main-section-4-title img {
        width: 135px;
    }
}
@media (max-width: 450px) {
    .main-section-4-title img {
        width: 90px;
    }
}
/* 서브 AI Automation */
/*
#post-152 .ai-automation-content {
    padding: 0;
}
#post-152 .ai-automation-content li {
    font-weight: bold;
}
#post-152 .ai-automation-content li ul {
    list-style: none;
    padding: 0;
}
#post-152 .ai-automation-content li ul li {
    font-weight: 400;
}
*/

/* 서브 AI Automation - AI OCR */
/*
#post-175 .ai-automation-content {
    list-style: auto;
    padding: 0;
}
#post-175 .et_pb_row_4 .ai-automation-content {
    list-style: disc;
}
#post-175 .ai-automation-content li {
    font-weight: bold;
}
#post-175 .ai-automation-content li ul {
    list-style: none;
    padding: 0;
}
#post-175 .ai-automation-content li ul li {
    font-weight: 400;
}
*/

/* 서브 AI Automation - AI 비정형 문서 처리 솔루션 */
/*
#post-196 .ai-automation-content {
    padding: 0;
}
#post-196 .ai-automation-content li {
    font-weight: bold;
}
#post-196 .ai-automation-content li ul {
    list-style: none;
    padding: 0;
}
#post-196 .ai-automation-content li ul li {
    font-weight: 400;
}
*/

/* 서브 AI Automation - LLM */
/*
#post-205 .ai-automation-content {
    list-style: auto;
    padding: 0;
}
#post-205 .et_pb_row_4 .ai-automation-content {
    list-style: disc;
}
#post-205 .ai-automation-content li {
    font-weight: bold;
}
#post-205 .ai-automation-content li ul {
    list-style: none;
    padding: 0;
}
#post-205 .ai-automation-content li ul li {
    font-weight: 400;
}
*/

/* 서브 CRM */
/*
#post-210 .ai-automation-content {
    list-style: auto;
    padding: 0;
}
#post-210 .et_pb_row_4 .ai-automation-content {
    list-style: disc;
}
#post-210 .ai-automation-content li {
    font-weight: bold;
}
#post-210 .ai-automation-content li ul {
    list-style: none;
    padding: 0;
}
#post-210 .ai-automation-content li ul li {
    font-weight: 400;
}
*/

/* 서브 CRM Salesforce */
#post-222 .ai-automation-content {
    padding-bottom: 0;
}
#post-222 .et_pb_row_4 .ai-automation-content {
    list-style: disc;
}
#post-222 .ai-automation-content li {
    font-weight: bold;
    margin-bottom: 20px;
}
#post-222 .ai-automation-content li ul {
    list-style: none;
    padding: 0;
}
#post-222 .ai-automation-content li ul li {
    font-weight: 400;
    padding-left: 15px;
}

/* 서브 경영목표 및 비전 컨텐츠 */
.vision-content-inner {
    border-bottom: 1px solid #4b4b4b;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 25px;
}
.et_pb_column .et_pb_module:last-of-type .vision-content-inner {
    border: none;
}
.vision-content-img {
    flex: 1;
}
.vision-content-text-inner {
    flex: 2;
    display: flex;
    flex-direction: column;
}
.vision-content-text span {}
.vision-content-text-title {
    color: #29a7e1;
    font-size: 25px;
    font-weight: bold;
}
@media (max-width: 450px) {
    .vision-content-inner {
        flex-direction: column;
    }
}

/* 회사연혁 */
.company-history-new-year {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    color: #fff;
    font-weight: bold;
/*    margin-bottom: 20px;*/
}
.company-history-new-year::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 100%;
    background-color: #29a7e1;
}
.company-history-new-year::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border: 3px solid #000;
    border-radius: 50%;
    background-color: #fff;
}
/* 년도, 내용 교차 order기본값0 */
.company-history-new-year:nth-child(odd) div:nth-child(odd) {
    order: 1;
    text-align: left;
}
.company-history-new-year:nth-child(odd) div:nth-child(even) {
    text-align: right;
}
.company-history-new-year:nth-child(even) div:nth-child(even) {
/*    order: 2;*/
}
.company-history-new-year:nth-child(even) div:nth-child(odd) {
    text-align: right;
}


/* 기존 방식 */
/*
.company-history-new-year:nth-child(even) div:nth-child(odd) {
    order: 1;
    text-align: left;
}
.company-history-new-year:nth-child(even) div:nth-child(even) {
    text-align: right;
}
.company-history-new-year:nth-child(odd) div:nth-child(even) {
    order: 2;
}
.company-history-new-year:nth-child(odd) div:nth-child(odd) {
    text-align: right;
}
*/


/*
.company-history-new-year:nth-child(even) {
    border-right: 5px solid #aaa;
    border-left: 5px solid #eee;
}
.company-history-new-year:nth-child(odd) {
    border-left: 5px solid #aaa;
    border-right: 5px solid #eee;
}
*/
.year,
.desc {
    flex: 1;
    padding: 30px;
}
.year {
    font-size: 50px;
}
.desc {
    line-height: 1.5;
    font-size: 15px;
}
.desc em {
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
}
@media (max-width: 450px) {
    .year,
    .desc {
        padding: 10px;
    }
    .year {
        font-size: 30px;
    }
    .desc {
        font-size: 12px;
    }
    .desc em {
        font-size: 17px;
    }
}

/* 오시는길 표 */
#tablepress-1 tr td {
    padding: 10px;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #4b4b4b;
}
#tablepress-1 tr td:nth-child(1) {
    background-color: #29a7e1;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 450px) {
    #tablepress-1 tr td {
        padding: 3px;
    }
}

/* 제품문의 */
.contact_txt {
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  margin-top: 20px;
}
.contact_txt::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 20px;
  height: 3px;
  background: #29a7e1;
}
.contact01,
.contact02 {
    width: 100%;
    color: #fff;
    background-color: #000;
}
.contact01 input,
.contact02 input {
  padding: 7px !important;
    background-color: #ccc;
}
.contact01 tr td:nth-child(1),
.contact02 tr td:nth-child(1) {
  width: 10%;
  font-size: 14px;
  padding: 10px;
  background: #000;
  border: 1px solid #8b8b8b;
}
.contact01 tr td:nth-child(2),
.contact02 tr td:nth-child(2) {
  width: 90%;
  border: 1px solid #8b8b8b;
  padding: 10px;
}
/*
.phone-number-inner input {
    width: 100px;
}
*/
.wpcf7-list-item {
    margin: 0 1em 0 0;
    color: #ccc;
}
.file-inner input {
    background-color: #ccc;
    border: 1px solid #bbb;
    color: #4e4e4e;
}
.wpcf7-textarea {
    background-color: #ccc;
    border: 1px solid #bbb;
    color: #4e4e4e;
    width: 100%;
    padding: 7px;
}
.info {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    padding: 20px;
    color: #ccc;
}
.info span
.wpcf7-list-item input {
    margin: 0;
    vertical-align: middle;
}
.wpcf7-list-item {
    font-size: 12px;
}
.info + p {
    text-align: right
}
.info-check {
    text-align: center;
    padding-top: 10px;
    font-size: 20px !important;
}
.info-check * {
    font-size: 13px !important;
}
.submit {
    text-align: center;
    margin-top: 15px;
}
.submit input {
    padding: 10px 30px !important;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #ccc;
}
.submit input:hover {
    background-color: #ccc !important;
        color: #4b4b4b;
}
.wpcf7-spinner {
    display: none;
}
.fm_tb {
    width: 60% !important;
}
.fm_tb td {
  border: 1px solid #ddd;
  padding: 5px 0 5px 20px;
/*  font-size: 14px;*/
}
.wpcf7-response-output {
    color: #fff;
}
@media (max-width: 900px) {
    .fm_tb {
        width: 100% !important;
    }
    .contact01 tr td:nth-child(1),
    .contact02 tr td:nth-child(1) {
        font-size: 12px;
    }
}
@media (max-width: 450px) {
    .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;
    }
}
/* Footer */
#main-footer {
    border-top: 1px solid #4b4b4b;
}