/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.font-fix,
.fusion-page-title-bar .fusion-page-title-captions > *,
.fusion-main-menu .menu-item > a,
.awb-menu__main-a span {
    transform: rotate(-0.028deg);
}
/**
 * Header
 */
header.fusion-header-shadow:not(.fusion-is-sticky) > div {
    position: relative;
    box-shadow: none;
}
header.fusion-header-shadow:not(.fusion-is-sticky) > div::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.1);
    z-index: -1;
}
.fusion-header-wrapper .fusion-main-menu .sub-menu {
    z-index: 2;
}
.fusion-main-menu .fusion-dropdown-menu .sub-menu li a:hover,
.fusion-main-menu .fusion-dropdown-menu .sub-menu li.current-menu-item a {
    color: #fff;
}
@media all and ( max-width: 767px) {
    .fusion-header-wrapper .fusion-header .fusion-row {
        padding-top: 0;
        padding-bottom: 0;
    }
    .fusion-header-wrapper .fusion-header .fusion-logo img {
        max-height: 40px !important;
    }
}


/**
 * Page Title Bar
 */
.fusion-page-title-bar {
    position: relative;
    z-index: 99;
}
.fusion-page-title-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.05));
    z-index: 1;
}
.fusion-page-title-bar .fusion-page-title-row {
    position: relative;
    z-index: 2;
}
@media (min-width: 768px) {
    .fusion-page-title-bar .fusion-page-title-captions .entry-title {
        margin-bottom: 15px;
        font-family: GmarketSansLight;
    }
    .fusion-page-title-bar .fusion-page-title-row .fusion-breadcrumbs .awb-breadcrumb-sep:after {
        margin: 0 12px;
    }
    .fusion-page-title-bar .title-bar-menu .awb-menu__main-li {
        flex: 1;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }
    .fusion-page-title-bar .title-bar-menu .awb-menu__main-li:last-child {
        border-right: 0;
    }
    .fusion-page-title-bar .title-bar-menu .awb-menu__main-li .awb-menu__main-a {
        position: relative;
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.15);
        color: #fff !important;
    }
    .fusion-page-title-bar .title-bar-menu .awb-menu__main-li.current-menu-item {
        border-right: 0;
    }
    .fusion-page-title-bar .title-bar-menu .awb-menu__main-li.current-menu-item .awb-menu__main-a {
        background-color: #fff;
        color: #000 !important;
    }
    .fusion-page-title-bar .title-bar-menu .awb-menu__main-li.current-menu-item .awb-menu__main-a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #0685ceff;
    }
}

@media (width >= 1025px) {
    .fusion-page-title-bar .fusion-row {
        padding-top: 98px;
    }
}


/**
 * Blog
 */
.fusion-blog-layout-grid .fusion-post-grid .fusion-post-wrapper {
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}
.fusion-blog-layout-grid .fusion-post-grid .fusion-post-wrapper .fusion-post-content-wrapper .entry-title {
    margin-bottom: 15px;
}
.fusion-blog-layout-grid .fusion-post-grid .fusion-post-wrapper .fusion-post-content-wrapper .entry-title a {
}
.fusion-blog-layout-grid .fusion-post-grid .fusion-post-wrapper .fusion-post-content-wrapper .fusion-single-line-meta a {
}
.fusion-blog-layout-grid .fusion-post-grid .fusion-post-wrapper .fusion-post-content-wrapper .fusion-meta-info .fusion-read-more {
    display: inline-block;
    margin-right: 0;
    padding: 8px 18px;
    background-color: #0685ce;
    border-radius: 8px;
    color: #fff;
}
.fusion-blog-layout-grid .fusion-post-grid .fusion-post-wrapper .fusion-post-content-wrapper .fusion-meta-info .fusion-read-more::after {
    display: none;
}


/** 
 * Main
 */
.fusion-layout-column.products-column > .fusion-column-wrapper {
}
.fusion-layout-column.products-column > .fusion-column-wrapper .awb-swiper {

}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
    .fusion-content-boxes.content-boxes-icon-on-top.content-box .content-box-column {
        margin-bottom: 0;
    }
}


/**
 * Company
 */
.company-table table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.company-table table tr + tr {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.company-table table th,
.company-table table td {
    padding: 15px 20px;
    line-height: 24px;
}
.company-table table th {
    min-width: 110px;
    background-color: rgba(0,0,0,0.05);
    font-family: var(--awb-text-font-family);
    font-weight: 700;
}
.company-table table td {
    font-size: 14px;
}
.fusion-flex-container .fusion-row .fusion-flex-column.tree {
    position: relative;
}
.fusion-flex-container .fusion-row .fusion-flex-column.tree.tree-0::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 2px;
    height: 30px;
    background: #dadada;
    transform: translateX(-50%);
}
.fusion-flex-container .fusion-row .fusion-flex-column.tree.tree-1::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #dadada;
}
.fusion-flex-container .fusion-row .fusion-flex-column.tree.tree-1:has(+ :not(.tree-1))::before {
    width: 0;
}
.fusion-flex-container .fusion-row .fusion-flex-column.tree.tree-1 > .fusion-column-wrapper {
    position: relative;
}
.fusion-flex-container .fusion-row .fusion-flex-column.tree.tree-1 > .fusion-column-wrapper:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    width: 2px;
    height: 30px;
    background: #dadada;
}
@media all and (min-width: 1024px) {
    .organization-wrapper {
        max-width: 800px;
        margin: 0 auto !important;
    }
}
@media all and ( max-width: 767px) {
    .company-table {
        overflow-x: scroll;
    }
}


/**
 * Business
 */
#wrapper #main .business-products .fusion-portfolio-content > h2.fusion-post-title {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500 !important;
    font-size: 18px !important;
}