#partners {}

#partners .top-wrapper {
    position: relative;
    height: 485px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#partners .top-wrapper .banner-scale {
    width: 100%;
    min-width: 2200px;
    animation: banner-scale 2s ease-in-out;
}

#partners .top-wrapper .txt-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    padding-top: 80px;
}


#partners .top-wrapper .txt-wrapper .tit1 {
    font-size: 78px;
    font-weight: 500;
    color: white;
}

#partners .top-wrapper .txt-wrapper .tit2 {
    font-size: 18px;
    font-weight: 500;
    color: white;
}

#partners .none-image {
    width: 2200px;
    height: 485px;
    background: linear-gradient(135deg, gray, black);
}

#partners .ready {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 25px;
    font-weight: 600;
    color: black;
}




#partners .content-wrapper {
    min-height: 200px;
    background-color: white;
}

/* #partners .content-wrapper .center-2200 {} */

#partners .content-wrapper .inner {
    width: 1184px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0 auto;
}

#partners .tabs {
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

#partners .tabs .i-tab {
    position: relative;
    width: 115px;
    height: 60px;
    /* padding: 0 23px; */

    display: inline-flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

#partners .tabs .i-tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 0;
    background-color: #CEA37C;
    transition: opacity 0.2s ease;
}

#partners .tabs .i-tab .item {
    font-size: 18px;
    font-weight: 500;
    color: #999999;

    transition: all 0.2s ease;
}

#partners .tabs .i-tab.active::after,
#partners .tabs .i-tab:hover::after {
    opacity: 1;
}

#partners .tabs .i-tab.active .item,
#partners .tabs .i-tab:hover .item {
    color: #CEA37C;
    /* font-weight: 600; */
}




#partners .tab-groups {}
#partners .tab-groups > div.i-category:last-child {
    border-bottom: 0;
}
#partners .tab-groups .i-category {
    width: 100%;
    border-bottom: 1px solid #F4F4F4;
}

#partners .tab-groups .i-category .item {
    padding-top: 66px;
    padding-bottom: 66px;
}

#partners .tab-groups .i-category .item .category-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    height: 70px;
}

#partners .tab-groups .i-category .item .category-head>img {
    width: 18px;
}

#partners .tab-groups .i-category .item .category-head>.category-name-en {
    margin-left: 5px;
    margin-right: 10px;
    color: #CEA37C;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

#partners .tab-groups .i-category .item .category-head>.category-name-kr {
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    line-height: 1;
}

#partners .tab-groups .i-category .item .category-head>.category-name-kr::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: #BCBCBC;
}

#partners .tab-groups .i-category .item .partner-list {
    display: inline-block;
}

#partners .tab-groups .i-partner {
    width: 197px;
    height: 42px;
    padding-right: 16px;
    float: left;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

#partners .tab-groups .i-partner .txt {
    color: #666666;
    font-size: 15px;
    font-weight: 300;
}

#partners .tab-groups .i-partner:hover .txt {
    color: black;
    cursor: default;
}