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

.full-width>.elementor-container {
    width: 90%;
    margin: 0 auto;
    padding: auto 2rem;
}

.main-product a{
    display: flex;
    padding: 4rem;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 260px;

}

.main-product a .title{
    color: #fff;
    font-size: 2.4rem;
    text-transform: capitalize;
}
.main-product a svg{
    width: 50px;
}





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

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

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

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

ul.line>li {
    font-size: 1.8rem;
    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-addr b {
    color: #fff;
    font-weight: 500;
    margin: 0 2rem 0 0;
}

.footer-btn a {
    display: inline-block;
    width: 100%;
    font-size: 1.4rem !important;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    padding: 0.6rem;
    margin: 0.2rem 0;
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.1) !important;
}

.footer-btn a:hover {
    color: #fff !important;
}




/* 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: right;
    font-size: 16px;
}

#breadcrumb li,
#breadcrumb li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    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 a:after {
    content: none;
}

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





/* sub content */
/* common */
.contents {
    padding: 10rem 0;
}

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

.contents .h1 h1 {
    font-size: 4.2rem;
    text-align: center;
    margin: 0 0 4rem 0;
    font-weight: 500;
    text-transform: capitalize;
}

.contents .h2 {
    position: relative;
    padding: 0 0 0 2rem;
    margin: 0;
}

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

.contents .h2 h2.page_tit {
    font-size: 3rem;
    margin: 0 0 2rem 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
}

/* history */
.history .timeline {
    margin: 2rem auto;
    padding: 2rem 0 2rem 2rem;
}

.history .outer {
    border-left: 2px solid #bbb;
}

.history .info{
    
}

.history .card {
    position: relative;
    margin: 0 0 3rem 4rem;
    padding: 2rem 3rem;
    color: gray;
    border-radius: 8px;
    border: 2px solid #eee;
}

.history .outer .title {
    color: #0e325c;
    position: relative;
    font-size: 2.4rem;
    margin: 0 0 0.6rem 0;
}

.history .title::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 999px;
    left: -81px;
    border: 5px solid #0e325c;
}


.certification .elementor-image-box-wrapper img{
    border: 2px solid #eee;
}




.organization .orgnization-wrap li{
    margin: 0 auto;
    text-align: center;
    border-radius: 6px;
}

.organization .orgnization-wrap li a{
    cursor: default;
    display: block;
    max-width: 350px;
    border: 1px solid #eee;
    padding: 1rem;
    text-align: center;
    margin: 0 auto 4rem auto;
    border-radius: 6px;
}

.organization .orgnization-wrap ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.organization .orgnization-wrap ul.depth2 > li{
    flex: 1 1 0;
    width: 33.33%;
    padding: 0 1rem;
}
.organization .orgnization-wrap ul.depth3 > li{
    width: 50%;
    padding: 0 1rem;
}
.organization .orgnization-wrap ul.depth4 > li{
    width: 100%;
    background: #f7f7f7;
    margin: 0 0 1rem 0;
    padding: 1rem;
}

.organization .orgnization-wrap ul.depth1 > li > a{
    border: 4px solid #0e325c;
    padding: 1.6rem 3rem;
}

.organization .orgnization-wrap ul.depth2 > li > a{
    border: 2px solid #0e325c;
    color: #0e325c;
    font-weight: 600;
    font-size: 2rem;
}

.organization .orgnization-wrap ul.depth3 > li > a{
    background: #eee;
    font-weight: 600;
}


.organization .orgnization-wrap ul.depth3 a{
    margin-bottom: 3rem;
}


/* business product */
.product-list .elementor-image-box-img {
    width: 100%;
}

.product-list .elementor-image-box-img img {
    margin: 0 auto;
}

.product-list h3 {
    border-bottom: 2px solid #0E325C;
    margin: 0 0 1rem 0;
    padding: 0 0 0.6rem 0;
}

.business-logo .elementor-image-gallery .gallery-item img{
    width: 100%;
}








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







/* contact form */
#contact-form .row {
    padding: 0 0 1.6rem 0;
}

#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;
    text-transform: capitalize;
}

#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: 0 0 2rem 0;
}

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

#contact-form .submit-btn input {
    background: #fff;
    color: #0E325C;
    border: 1px solid #0E325C;
    width: 100%;
    padding: 1rem;
}

#contact-form .submit-btn input:hover {
    background: #0E325C;
    color: #fff;
    border-color: #0E325C;
    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: 1400px) {
    .header-inner {
        max-width: 1280px;
        width: 100%;
        padding: 1.6rem 2rem;
    }
}



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

    #breadcrumb li,
    #breadcrumb li a {
        font-size: 14px;
    }

    .contents {
        padding: 4rem 2rem;
    }

    .contents .h1 h1 {
        font-size: 3rem;
        margin: 0 0 2rem 0;
    }


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

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




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

    /* 메인 */






    /* 서브 */
    /* 공통 */
    #breadcrumb,
    #breadcrumb li,
    #breadcrumb li a {
        font-size: 1.2rem;
    }

    ul.line>li,
    ul.dot>li{
        font-size: 1.6rem;
    }

    ul.line>li::before,
    ul.dot>li::before{
        top: 10px;
    }



    .history .outer .title{
        font-size: 2rem;
    }


    .organization .orgnization-wrap{
        margin: 2rem 0 0 0;
    }
    .organization .orgnization-wrap ul.depth2 > li{
        flex: 0 auto;
        width: 100%;
        margin: 0 0 3rem 0;
    }

    .organization .orgnization-wrap li a{
        margin: 0 auto 2rem auto;
    }

    .organization .orgnization-wrap ul.depth2 > li > a{
        font-size: 1.8rem;
    }











    #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-row {
        padding: 1rem 0;
    }

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


}