@charset "utf-8";


/*--------------------------------------------------------------
# Column
--------------------------------------------------------------*/

.elementor-column.horizontal-responsive{
    position: relative;
}

.elementor-column.horizontal-responsive > *{
    position: relative;
    overflow-y: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media only screen and (max-width: 980px){
    .elementor-column.horizontal-responsive:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        z-index: 1;
    }

    .elementor-column.horizontal-responsive:after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 100%;
        background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        z-index: 1;
    }
}

@media only screen and (max-width: 768px){
    .elementor-section-boxed.spacing{
        margin-left:15px;
        margin-right:15px;
    }
}

/*--------------------------------------------------------------
# Slides Widget
--------------------------------------------------------------*/

.builder-custom .elementor-slides .slick-slide-inner{
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 0 0;
}

.builder-custom .elementor-slides .slick-slide-bg{
    background-size:0 !important;
}

.builder-custom .elementor-slides .slick-slide-bg:before{
    content:'';
    position:absolute;
    top:0;
    left:50%;
    width:980px;
    height:380px;
    background-image:inherit;
    background-position:center right;
    background-repeat:no-repeat;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 980px){
    .builder-custom .elementor-slides .slick-slide-bg:before{
        left: calc(50% - 15px);
        width: 100%;
        height: 100%;
        background-size: auto 70%;
    }

}

@media only screen and (max-width: 767px){
    .builder-custom .elementor-slides .slick-slide-inner .elementor-slide-content{
        text-align: center !important
    }

    .builder-custom .elementor-slides .btns .btn{
        min-width: 115px;
        height: 34px;
        margin-top:-15px;
        margin-right:5px;
        line-height: 30px;
        font-size: 14px;
    }

    .builder-custom .elementor-slides .slick-slide-bg:before{
        left: 50%;
        background-position: bottom 40px center;
        background-size: 65% auto
    }

}

/*--------------------------------------------------------------
# Call to Action Widget
--------------------------------------------------------------*/

.elementor-cta__content-item{
    font-size: 0;
}

.elementor-button.elementor-size-xs, html .elementor-cta--skin-classic .elementor-button.elementor-size-xs{
    background-color: #15c642;
    color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    display: inline-block;
    width: 104px;
    height: 34px;
    line-height: 35px;
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
}

.elementor-button.elementor-size-xl, html .elementor-cta--skin-classic .elementor-button.elementor-size-xl{
    color: #fff;
    background-color: #00c73c;
    display: inline-block;
    max-width: 100%;
    width: 362px;
    height: 62px;
    line-height: 62px;
    vertical-align: top;
    padding: 0;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 3px 0 #009b1a;
    font-family: 'Nanum Gothic',NanumGothic,'나눔고딕','Malgun Gothic','맑은고딕','Apple SD Gothic Neo',Arial,Dotum,'돋움',sans-serif;
    font-size: 20px;
    text-align: center;
}


@media only screen and (max-width: 980px){
    .elementor-button.elementor-size-xl, html .elementor-cta--skin-classic .elementor-button.elementor-size-xl{
        height: 52px;
        line-height: 52px;
        font-size: 18px;
    }
}


/*--------------------------------------------------------------
# Image Box Widget
--------------------------------------------------------------*/

.elementor-widget-image-box .elementor-image-box-description a{
    font-size: inherit;
    color: #3989d5;
    text-decoration: underline;
}


/*--------------------------------------------------------------
# Text editor Widget
--------------------------------------------------------------*/

html .elementor-text-editor a{
    font-size: inherit;
    color: #3989d5;
    text-decoration: underline;
}

html .elementor-text-editor em{
    color: #00c73c;
}

html .elementor-text-editor .partner-head {
    font-size: 12px;
    color: #333;
    margin-bottom: 12px;
}

html .elementor-text-editor ul li{
    color: #6f7379;
    font-size: 14px;
    line-height: 26px;
}

html .elementor-text-editor ul li:before{
    content:'';
    width: 2px;
    height: 2px;
    display: inline-block;
    background: #6f7379;
    margin: 0px 11px 3px 0px;
}


/*--------------------------------------------------------------
# Tab Widget
--------------------------------------------------------------*/

html .elementor-toggle .elementor-tab-title{
    position: relative;
}

html .elementor-toggle .elementor-tab-title.elementor-active{
    border-bottom: 1px solid #e0e0e0 !important;
    border-width:1px !important;
}

html .elementor-toggle .elementor-tab-content{
    position: relative;
    padding-left: 0;
    padding-right: 0;
}



html .elementor-toggle .elementor-tab-content a{
    font-size: inherit;
    color: #3989d5;
    text-decoration: underline;
}

@media only screen and (min-width: 980px){
    html .elementor-toggle .elementor-tab-title{
        border-bottom: 1px solid #e0e0e0 !important;
        border-width:1px !important;
    }

    html .elementor-toggle .elementor-tab-content{
        display: block !important;
        height: auto !important;
        padding: 15px 0 !important;
        overflow: visible !important;
    }
}

@media only screen and (min-width: 768px){

    html .elementor-toggle .elementor-tab-title{
        margin-left: 58px;
    }

    html .elementor-toggle .elementor-tab-title:before{
        content: '';
        position: absolute;
        top: 0;
        left: -58px;
        width: 58px;
        height: 51px;
        background-image: url(/kr/wp-content/uploads/2018/08/question.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    html .elementor-toggle .elementor-tab-content{
        margin-left: 58px;
    }

    html .elementor-toggle .elementor-tab-content:before{
        content: '';
        display: block !important;
        position: absolute;
        top: 0;
        left: -58px;
        width: 58px;
        height: 51px;
        background-image: url(/kr/wp-content/uploads/2018/08/answer.png);
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 767px){
    html .elementor-toggle .elementor-tab-title:before{
        content: '';
        position: absolute;
        top: 50%;
        right: 30px;
        width: 17px;
        height: 17px;
        border-left:1px solid #333;
        border-top:1px solid #333;
        -webkit-transform:rotate(-135deg) translateY(21px);
        -ms-transform:rotate(-135deg) translateY(21px);
        transform:rotate(-135deg) translateY(21px);
    }

    html .elementor-toggle .elementor-tab-title.elementor-active:before{
        right: 18px;
        -webkit-transform:rotate(45deg) translateY(-5px);
        -ms-transform:rotate(45deg) translateY(-5px);
        transform:rotate(45deg) translateY(-5px);
    }

}


/*--------------------------------------------------------------
# Nav menu Widget
--------------------------------------------------------------*/

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{
    z-index:1 !important;
}

@media only screen and (max-width: 768px){
    .elementor-nav-menu li a{
        border-bottom: 1px solid #dfdfdf;
    }
}


/**/

html .elementor-image-box-wrapper{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

html .elementor-widget-image-box .elementor-image-box-img{
    margin-right: 15px !important;
    display: inline-block !important;
}
