@charset "utf-8";

/*
Theme Name:     twentytwentyChild
Description:    eCIS에서 제작한 커스텀 테마입니다.
Author:         Ecis co.,ltd.
Author URI:     http://clubj.co.kr/
Template:       twentytwenty
*/

.elementor-editor-active>.page_tit,
.elementor-editor-active>#breadcrumb,
body>h1 {
    display: none;
}

/* main */
br.mobile-br {
    display: none;
}

.main-business .elementor-widget-container>a{
    display: inline-block;
    padding: 0.6rem 2rem;
    border: 1px solid #aaa;
    border-radius: 8px;
    font-weight: 400;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #aaa;
}

.main-business .elementor-widget-container>a:hover{
    border-color: #1E2A7B;
    background: #1E2A7B;
    color: #fff;
    transition: ease all .5s ;
}

.main-business .elementor-image-box-img{
    overflow: hidden;
}





/* .main-about img {
    margin: 0 auto;
}


.main-box-about .elementor-icon-box-wrapper {
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #ddd;
    transition: ease all .5s;
}

.main-box-about .elementor-icon-box-wrapper:hover {
    border-color: #1E2A7B 1c2b54;
}

.main-box-about .elementor-icon-box-wrapper:hover a,
.main-box-about .elementor-icon-box-wrapper:hover .elementor-icon i:before {
    color: #1E2A7B;
}


.main-business .elementor-icon-box-wrapper {
    border-color: #58585d;
}

.main-business .elementor-icon-box-wrapper:hover {
    border-color: #ddd;
}

.main-business .elementor-icon-box-wrapper:hover a,
.main-business .elementor-icon-box-wrapper:hover .elementor-icon i:before {
    color: #fff;
}

.main-notice ul li {
    display: block;
    width: 100%;
}

.main-notice ul li a:hover .kboard-customer-cut-strings {
    color: #004874;
    font-weight: 600;
}

.main-notice ul li a:hover .content_preview {
    color: #777;
    font-weight: 400;
}

.main-notice ul li a:hover .kboard-latest-date {
    background: #eee;
}

.main-notice ul li .kboard-latest-date {
    width: auto;
    padding: 2rem 2.4rem;
    text-align: center;
    font-size: 3rem;
    color: #1c2b54;
    font-weight: 700;
    background: #fff;
    line-height: 1.2;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.main-notice ul li .kboard-latest-date small {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

.main-notice ul li .kboard-latest-title {
    padding: 0 3rem;
    width: 100%;
    font-size: 1.8rem;
    overflow: hidden;
}

.main-notice ul li a:hover .kboard-latest-title {
    font-weight: 600;
}

.main-notice ul li .kboard-latest-title .kboard-customer-cut-strings {
    color: #333;
    font-weight: 500;
}

.main-notice ul li .kboard-latest-title .content_preview {
    color: #777;
    font-weight: 400;
    padding: 4px 0 0 0;
}

.main-notice .board a {
    display: flex;
    justify-content: space-between;
}

.main-notice .board a>div {
    align-self: center;
}

.main-notice .board a .circle {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid #bcbcbc;
    display: inline-block;
}

.main-notice .board a .circle i {
    border: solid #bcbcbc;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    margin: 14px 13px;
}

.main-notice .board a .circle i.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.main-notice .board a:hover .circle,
.main-notice .board a:hover .circle i {
    border-color: #1c337e;
}

.main-notice .content_preview p {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    margin: 0;
    font-size: 1.6rem;
} */






/* common-style */

.number-wrap {
    counter-reset: progress;
}

ul.number > li {
    position: relative;
    padding: 0 0 0 2.8rem;
    margin: 0 0 0.4rem 0;
}

ul.number > li:last-child {
    margin: 0;
}

ul.number > li::before {
    display: block;
    counter-increment: progress;
    content: counter(progress);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #aaa;
    color: #fff;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 1.4rem;
    border-radius: 50px;
}

ul.dot > li {
    position: relative;
    padding: 0 0 0 1.6rem;
    margin: 0 0 0.6rem 0;
    font-size: 1.7rem;
}

ul.dot > li:last-child {
    margin: 0;
}

ul.dot > li::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #aaa;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50px;
}

ul.line {
    margin: 0;
    padding: 0;
}

ul.line > li {
    position: relative;
    padding: 0 0 0 1.6rem;
    margin: 0 0 0.4rem 0;
}

ul.line > li::before {
    content: '';
    width: 8px;
    height: 2px;
    background-color: #aaa;
    position: absolute;
    top: 13px;
    left: 0;
}


.wpcf7-spinner {
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 1.4rem;
    margin: 0.4rem 0 0 0 !important;
}

.wpcf7 form .wpcf7-response-output {
    margin-bottom: 0;
    font-size: 1.6rem;
    color: #444;
}


/* footer */
.footer-btn a {
    display: block;
    font-size: 1.4rem;
    background: #2B305A;
    color: #8a8a8a;
    padding: 0.8rem 2rem;
    border-radius: 0.6rem;
    text-align: center;
}

.footer-btn a:hover {
    color: #c4c4c4;
    background: #333963;
}




/* sub intro */
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

.sub-intro {
    color: #fff;
    text-align: center;
}

.sub-intro h1 {
    font-size: 5rem;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
}


/* breadcrumb */
#breadcrumb {
    list-style: none;
    text-align: center;
    font-size: 16px;
}

#breadcrumb li,
#breadcrumb li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.4);
    text-transform: capitalize;
}

#breadcrumb .seperator {
    margin: 0 1rem;
}

#breadcrumb li:first-of-type {
    margin-left: 0;
}

/* lnb */
#lnb h1 {
    font-size: 2.8rem;
}

#lnb ul li {
    background: #fafafa;
    border: 1px solid #eee;
}

#lnb ul li.current_page_item {
    background: #fff;
    border-top: 2px solid #1e2a7b;
}

.title-h1 h1 {
    font-size: 4.2rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}



/* sub content */
/* common */
.contents {
    padding: 0 0 8rem 0 !important;
}

/* .contents.contact-us {
    padding: 8rem 0 !important;
} */

.contents h2.page_tit{
    font-size: 3.6rem;
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    border-bottom: 2px solid #cacaca;
    text-align: center;
    text-transform: capitalize;
}

.contents .h2 {
    font-size: 3rem;
    position: relative;
    padding: 0 0 1rem 2rem;
    font-weight: 500;
}

.contents .h2 *,
.contents .h3 *,
.contents .h4 *{
    font-size: inherit;
}

.contents .h2:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1e2a7b;
}


/* history */
.sub-history .timeline {
    position: relative;
    margin: 3rem 0 0 0;
}

.sub-history .timeline ul {
    display: flex;
}

.sub-history .timeline ul li {
    z-index: 1;
    flex: 1 0;
}

.sub-history .timeline li:before {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 80px;
    margin: 0 auto 1.6rem auto;
    color: #fff;
    transition: all ease-in-out .3s;
    font-weight: 500;
}

.sub-history .timeline01 ul li:nth-child(1):before {
    content: '2005';
    background: #90D7ED;
}

.sub-history .timeline01 ul li:nth-child(2):before {
    content: '2010';
    background: #65ABD9;
}

.sub-history .timeline01 ul li:nth-child(3):before {
    content: '2015';
    background: #2484C6;
}

.sub-history .timeline01 ul li:nth-child(4):before {
    content: '2016';
    background: #4360A7;
}

.sub-history .timeline01 ul li:nth-child(5):before {
    content: '2018';
    background: #29458a;
}

.sub-history .timeline02 ul li:nth-child(1):before {
    content: '2019';
    background: #203e8a;
}

.sub-history .timeline02 ul li:nth-child(2):before {
    content: '2020';
    background: #102761;
}

.sub-history .timeline02 ul li:nth-child(3):before {
    content: '2021';
    background: #11224d;
}

.sub-history .timeline02 ul li:nth-child(4):before {
    content: '2022';
    background: #05153d;
}

.sub-history .timeline02 ul li:nth-child(5):before {
    content: '2023';
    background: #000;
}

.sub-history .timeline ul:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: rgb(144, 215, 237);
    background: linear-gradient(45deg, rgba(144, 215, 237, 1) 0%, rgba(67, 96, 167, 1) 100%);
    top: 40px;
    z-index: 0;
    transition: all ease-in-out .3s;
}

.sub-history .timeline li div {
    position: relative;
    font-size: 1.6rem;
    padding: 0 2rem;
    margin: 0 0 0.6rem 0;
}

.sub-history .timeline li div:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 1px;
    border-radius: 30px;
    background: #999;

}

.technical-services{
    height: 100%;
}

.technical-services .sub-menu-sticky{
    position: sticky;
    top: 74px;
    z-index: 99 !important;
}
.technical-services .sub-menu-sticky a{
    padding: 4px 10px !important;
}

.sub-right-sticky{
    position: fixed;
    bottom: 15%;
    z-index: 99 !important;
    right: 30px;
}





/* kboard */
#kboard-document {
    border-top: 2px solid #1e2a7b;
}

#kboard-thumbnail-list .kboard-list-header {
    padding: 1rem 0;
}

#kboard-notice-document .kboard-document-wrap .kboard-title h1 {
    background: #f7f7f7;
    font-size: 2.2rem;
    font-weight: 500;
    padding: 1.6rem 2.2rem;
    text-align: center;
}

#kboard-notice-document .kboard-document-wrap .kboard-detail {
    border-top: 1px solid #eee;
    background: #fff;
}

span.kboard-notice-new-notify {
    background: royalblue;
    border-radius: 50%;
}

#kboard-notice-list .kboard-control {
    display: inline-block !important;
}

.kboard-notice-cut-strings {
    max-width: 700px;
}




#kboard-thumbnail-list{
    display: block;
}

#kboard-thumbnail-list .kboard-list{
    float: none;
}

#kboard-thumbnail-list .kboard-list ul{
    display: flex;
    flex-wrap: wrap;
}

#kboard-thumbnail-list .kboard-list li {
    width: 25%;
    padding: 1rem;
}

#kboard-thumbnail-list .kboard-list li .kboard-list-title{
    color: #333;
    font-weight: 600;
    font-size: 1.8rem;
}
#kboard-thumbnail-list .kboard-list li .kboard-list-content{
    display: none;
}

#kboard-thumbnail-list .kboard-list li .kboard-thumbnail-new-notify{
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    text-align: center;
}

#kboard-thumbnail-list .kboard-list li .kboard-list-contents{
    border: 2px solid #eee;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 1.4rem 2rem;
}

#kboard-thumbnail-list .kboard-list li .kboard-latest-cut-strings{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #777;
}

#kboard-thumbnail-list .kboard-list li .kboard-latest-cut-strings *{
    font-size: 16px !important;
    line-height: 26px !important;
    font-family: inherit !important;
}

#kboard-thumbnail-document .kboard-content .content-view{
    border-bottom: 2px solid #eee;
}
.kboard-document-action{
    display: none;
}

.kboard-none{
    display: none !important;
}

.tech-history table thead tr td{
    background: #1E2A7B !important;
}
.tech-history table thead tr *{
    color: #fff !important;
    font-size: 16px !important;
}

.tech-history table td{
    border: 1px solid #f1f1f1 !important;
    padding: 0.6rem 0.8rem !important;
}
.tech-history table a{
    display: block;
}


.tech-history .kboard-custom-row{
    display: flex;
    flex-wrap: wrap;
}
.tech-history #kboard-customer-editor .kboard-custom-row > div{
    display: flex;
    width: 33.33%;
}

.tech-history #kboard-customer-editor .kboard-attr-row .attr-name{
    width: 180px;
}
.tech-history #kboard-customer-editor .kboard-attr-row .attr-value{
    width: calc(100% - 180px);
    margin: 0;
    font-size: 14px;
}

.tech-history #kboard-customer-editor .kboard-attr-row .attr-value input{
    width: 100%;
    padding: 0;
}

.contents .sub-title .elementor-heading-title{
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #1E2A7B;
    padding: 1.2rem 3rem;
}





/* contact form */
#contact-form .row {
    padding: 1.6rem 0;
    border-bottom: 2px solid #f4f4f4;
}

#contact-form em {
    display: inline-block;
    color: red;
    margin: 0 0 0 0.4rem;
    font-style: normal;
    vertical-align: middle;
}

#contact-form .row label {
    margin: 0 0 0.6rem 0;
}

#contact-form .row label,
#contact-form .row span {
    display: block;
    width: 100%;
    vertical-align: top;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 1rem;
    background: #f9f9f9;
}

#contact-form textarea {
    height: 8rem;
}

.privacy-row {
    padding: 1rem 0 2.6rem 0;
}

#contact-form .wpcf7-list-item {
    margin: 0;
}

#contact-form .submit-btn input {
    background: #fff;
    color: #1E2A7B;
    border: 1px solid #1E2A7B;
    width: 100%;
    border-radius: 30px;
}

#contact-form .submit-btn input:hover {
    background: #1E2A7B;
    color: #fff;
    border-color: #1E2A7B;
    transition: ease all .5s;
}




/* login */
#wpmem_login legend,
#wpmem_reg legend {
    padding: 0;
}

#wpmem_login fieldset,
#wpmem_reg fieldset {
    margin: 0 !important;
}

#wpmem_login input[type=checkbox] {
    margin: 0 !important;
}

#wpmem_login .button_div,
#wpmem_reg .button_div {
    text-align: left !important;
}

#wpmem_login input[type=submit] {
    width: 100%;
    background: #1b388d !important;
    margin: 2rem 0 0 0;
}

#wpmem_login,
#wpmem_reg {
    width: 100% !important;
}


/* privacy */
.privacy {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.privacy li,
.privacy ol {
    list-style: none;
}

.privacy .line_box {
    border: 6px solid #eee;
    padding: 3%;
    text-align: left;
    font-size: 16px;
    color: #888;
    letter-spacing: 0;
    margin: 0 0 3% 0;
}

.privacy .line_box b {
    color: #555;
    font-weight: 500;
}

.privacy ul,
.quality p {
    margin-bottom: 0;
}

.privacy h1 {
    font-size: 22px;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 14px 0;
    margin: 0 0 14px 0;
    color: #333;
    font-weight: 400;
}

.privacy h2 {
    font-size: 18px;
    margin: 20px 0 10px 0;
    font-weight: 500;
}

.privacy .box {
    margin: 0 0 40px 0;
    font-size: 16px;
    letter-spacing: 0;
}

.privacy .box li {
    position: relative;
    padding: 0 0 8px 16px;
}

.privacy .box ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 12px;
    background: #ccc;
    border-radius: 50%;
}

.privacy .box ul ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 12px;
    background: #888;
}

.privacy .box li li {
    padding-bottom: 8px;
}

.privacy .box ul ul,
.quality .box li {
    margin: 10px auto auto 0;
}

.privacy .box li.caution {
    color: #232952;
}

.privacy-policy {
    margin: 0;
}


/* login */
.login .cosmosfarm-members-form {
    border: 0;
    box-shadow: none;
    margin: 0 auto;
    width: 100%;
}

.login .cosmosfarm-members-form .members-link li {
    flex: auto;
}

.login .cosmosfarm-members-form .profile-header {
    margin-top: 0;
}

.kboard-thumbnail-poweredby {
    display: none;
}



@media screen and (max-width: 1140px) {

    



}

@media screen and (max-width: 991px) {

    .contents {
        padding: 0 0 4rem 0 !important;
    }

    .main-business a{
        font-size: 1.4rem;
    }



    .title-h1 h1 {
        font-size: 3rem;
    }

    .contents h2.page_tit {
        font-size: 2.4rem;
        padding-bottom: 0;
    }

    .contents .h2:before{
        top: 3px;
    }

    ul.number li {
        padding: 0 0 0 2.4rem;
    }

    ul.number li::before {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 1.2rem;
    }


    ul.dot li {
        padding: 0 0 0 1.2rem;
        font-size: 1.4rem;
    }

    ul.dot li::before {
        width: 4px;
        height: 4px;
        top: 8px;
    }

    



}



@media screen and (max-width: 768px) {
    br.mobile-br {
        display: block;
    }

    /* 메인 */
    .main-notice ul li .kboard-latest-date {
        font-size: 2rem;
        padding: 1rem 1.4rem;
    }

    .main-notice ul li .kboard-latest-date small {
        font-size: 1.2rem;
    }

    .main-notice ul li .kboard-latest-title {
        font-size: 1.6rem;
        padding: 0 1.6rem;
    }

    .main-notice .content_preview p {
        font-size: 1.4rem;
    }


    .privacy-row {
        padding: 1rem 0;
    }

    .footer-inner-menu li {
        padding: 0 1rem 0 0;
        margin: 0 1rem 1rem 0 !important;
    }


    #breadcrumb {
        padding: 0 1rem 0 0;
    }

    #breadcrumb,
    #breadcrumb li,
    #breadcrumb li a {
        font-size: 1.2rem;
    }


    .title-h1 h1 {
        font-size: 2.4rem;
    }

    .contents h2.page_tit {
        font-size: 2rem;
        padding: 0 0 0 1.4rem;
    }

    .contents h2.page_tit:before {
        top: 10px;
        width: 6px;
        height: 6px;
    }

    .lnb .menu-item::after {
        width: 4px;
        height: 4px;
        top: 26px;
        right: -15px;
    }

    .contents-h1 {
        font-size: 2.4rem;
        margin: 0 !important;
    }

    .contents-h1::before {
        top: 8px;
    }

    .contents-h2 {
        font-size: 2rem;
    }

    .sub-history .timeline ul{
        display: block;
    }

    .sub-history .timeline ul:after{
        display: none;
    }

    .sub-history .timeline ul li{
        width: 100%;
        margin: 0 0 2rem 0;
    }
    .sub-history .timeline ul li div{
        font-size: 1.4rem;
    }

    .sub-right-sticky{
        display: none;
    }







    #kboard-notice-document .kboard-document-wrap .kboard-title h1 {
        font-size: 1.6rem;
        padding: 1rem;
    }

    #kboard-notice-document .kboard-document-wrap .kboard-detail {
        height: auto;
        overflow: hidden;
        padding: 1rem;
    }

    #kboard-notice-document .kboard-document-wrap .kboard-detail .detail-attr {
        padding: 0 1.6rem 0 0;
    }

    #kboard-notice-document .kboard-document-wrap .kboard-content {
        padding: 0 0.5rem;
    }

    #kboard-notice-list .kboard-list table tr.kboard-list-notice td.kboard-list-title a .kboard-notice-cut-strings {
        background: url('/wp-content/uploads/notice_ico.png') no-repeat left center !important;
    }

    form#contact-form_form p:not(:nth-last-of-type(-n + 2))>label {
        padding: 1rem 0 0.4rem 0;
    }

    form#contact-form_form p:not(:nth-last-of-type(-n + 2)) {
        display: block;
    }

    form#contact-form_form label {
        font-size: 1.4rem;
    }

    form#contact-form_form p>span.privacy {
        margin: 0;
    }

    /* privacy */
    .privacy .line_box {
        padding: 20px;
        font-size: 14px;
        margin: 0 0 20px 0;
    }

    .privacy .box li {
        padding: 0 0 4px 10px;
    }

    .privacy .box ul li:before {
        top: 8px;
    }

    .privacy h1 {
        font-size: 18px;
    }

    .privacy h2 {
        font-size: 16px;
    }

    .privacy .box {
        font-size: 14px;
        margin: 0 0 20px 0;
    }


}