/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: Your Name
Version: 1.0.0
Description: A child theme for Hello Elementor.
*/
.top-right > div{
    position: relative;
}
.top-right > div:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 10px;
    background-color: #e1e1e1;
}
.top-right > div:last-child:after,
.top-right > div:first-child:after{
    display: none;
} 
.top-right > div:nth-child(2){
    letter-spacing: 4px;
    padding-left:4px;
}
.slide_certificates .swiper-slide-image{
    background:#fff;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.slide_certificates .swiper-slide-image:hover{
    transform: scale(1.05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.main-list thead{
    display: none;
}
.main-list #kboard-avatar-latest table td{
    background-color: #fff !important;
    padding:8px 0 !important;
    border:0 !important;
}
.main-list #kboard-avatar-latest table{
    border:0 !important;
}
.main-list  .kboard-avatar-cut-strings{
    position: relative;
    padding-left:10px;
}
.main-list  .kboard-avatar-cut-strings:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #555;
    transition: height 0.3s ease; /* 부드러운 애니메이션 효과 추가 */
}
.main-list tr:hover .kboard-avatar-cut-strings:before{
    height:12px;
}
#kboard-avatar-latest table .kboard-latest-title a:hover{
    color:#222;
}
.main-list h2{
    padding-bottom:10px;
}
.main-list h2:after,
.main-list h2:before{
	content: "";
    position: absolute;
    bottom: -12px;
    left: 9px;
    width: 14px;
    margin-left: -7px;
    height: 1px;
    background: #696969;
    -webkit-transition: none .5s ease .1s;
    -ms-transition: none .5s ease .1s;
    transition: none .5s ease .1s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -ms-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}
.main-list > div > div > .e-child:hover h2:before{
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.parent{
    z-index:4;
}
.elementor-widget-toggle .elementor-tab-title{
    padding-left:48px !important;;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon{
    position: absolute;
    left:28px;
    margin-top:2px;
}