.elementor-788 .elementor-element.elementor-element-9ffbb7d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:1;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-788 .elementor-element.elementor-element-9ffbb7d::before, .elementor-788 .elementor-element.elementor-element-9ffbb7d > .elementor-background-video-container::before, .elementor-788 .elementor-element.elementor-element-9ffbb7d > .e-con-inner > .elementor-background-video-container::before, .elementor-788 .elementor-element.elementor-element-9ffbb7d > .elementor-background-slideshow::before, .elementor-788 .elementor-element.elementor-element-9ffbb7d > .e-con-inner > .elementor-background-slideshow::before, .elementor-788 .elementor-element.elementor-element-9ffbb7d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#010101;--background-overlay:'';}/* Start custom CSS for html, class: .elementor-element-4054de9 */.sub-wrap2 {
    padding: 220px 0 100px;
}

.sub-tit {
    padding-bottom: 60px !important;
}
.sub-tt {
    color: #eee;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 80px;
}

.pro-icon {
    position: relative;
}
.pro-icon .pro-icon-img {
    position: absolute;
}
.pro-icon .pro-icon-img:nth-child(1) {
    top: 50px;
    left: 110px;
}
.pro-icon .pro-icon-img:nth-child(2) {
    top: 50px;
    right: 110px;
}
.pro-icon .pro-icon-img:hover {
    filter: invert(20%) sepia(36%) saturate(6278%) hue-rotate(9deg) brightness(117%) contrast(104%);
}

/* ================= 탭 컨테이너 ================= */
.tab-container {
    max-width: 1300px;
    margin: 0 auto;
}

/* 탭 버튼 */
.tab-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}
.tab-button {
    border: 2px solid #5f5f5f;
    background: #1a1a1a;
    color: #eee;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    transition: color 0.3s;
    border-radius: 30px;
    font-weight: 500;
    font-family: "Antonio", sans-serif;
}
.tab-button.active {
    color: #010101;
    background: #fff;
}

/* ================= 탭 콘텐츠 ================= */
.tab-content .content {
    border-top: 1px solid #fff;
    padding-top: 50px;
}
.tab-content .content {
    display: none;
}
.tab-content .content.active {
    display: block;
}

.gold-cont {
    display: flex;
    color: #eee;
}
.gold-cont div {
    width: 50%;
}
.gold-cont img {
    border-radius: 10px;
}
.gold-cont ul {
    margin: 0;
    padding: 60px 0 0 40px;
    list-style: none;
}
.gold-cont ul li {
    position: relative;
    margin: 10px 0 0 0;
    padding: 0 0 0 16px;
    font-size: 18px;
    line-height: 28px;
}
.gold-cont ul li:not(:last-child) {
    padding-bottom: 30px;
}
.gold-cont ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #eee;
}
.gold-cont ul li span {
    font-weight: 500;
}
.gold-cont:nth-child(2) {
    padding-top: 60px;
}
.gold-cont:nth-child(2) ul {
    padding: 100px 0 0 40px;
}

.gold-ul {
    margin: 0;
    padding: 120px 0 0;
    list-style: none;
    display: flex;
    text-align: center;
}
.gold-ul li {
    width: 310px;
    background: #1a1a1a;
    border-radius: 10px;
    padding: 100px 0 60px;
}
.gold-ul li:not(:last-child) {
    margin-right: 20px;
}
.gold-ul li:hover {
    background: #111;
    box-shadow: 0 0 20px 5px rgba(255, 215, 0, 0.25);
}
.gold-ul li img {
    margin-bottom: 60px;
}
.gold-ul li p {
    color: #eee;
    font-size: 18px;
    line-height: 26px;
}

.deta-wraps {
    padding-top: 80px;
}
.deta-wraps .deta-tit {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: "Antonio", sans-serif;
    line-height: 40px;
}
.deta-wraps .deta-content {
    display: flex;
}
.deta-wraps .deta-left, .deta-wraps .deta-right {
    width: 50%;
}
.deta-wraps .deta-left p, .deta-wraps .deta-right p {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    padding-top: 50px;
}
.deta-wraps .deta-left ul, .deta-wraps .deta-right ul {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
}
.deta-wraps .deta-left ul li, .deta-wraps .deta-right ul li {
    color: #eee;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    margin: 10px 0 0 0;
    padding: 0 0 0 16px;
}
.deta-wraps .deta-left ul li:not(:last-child), .deta-wraps .deta-right ul li:not(:last-child) {
    padding-bottom: 10px;
}
.deta-wraps .deta-left ul li:before, .deta-wraps .deta-right ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #eee;
}

.deta-box {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    background: #1a1a1a;
    margin-top: 60px;
    padding: 20px 20px 20px 30px;
}

.deta-co {
    padding-top: 90px;
}
.deta-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.deta-ul:nth-child(2) {
    padding-top: 40px;
}
.deta-ul li {
    background: #111;
    border-radius: 10px;
    text-align: center;
    width: 25%;
    height: 100px;
}
.deta-ul li:not(:last-child) {
    margin-right: 20px;
}
.deta-ul li .num {
    background: #333;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    color: #fff;
    margin: -20px auto;
}
.deta-ul li p {
    font-size: 18px;
    line-height: 26px;
    color: #eee;
    padding-top: 30px;
}

@media (max-width: 1366px) {
    .sub-wrap2 {
        padding: 150px 20px 50px;
    }

    .sub-tit {
        padding-bottom: 40px !important;
    }
    .sub-tt {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 60px;
    }
    .sub-tt br, .gold-cont ul li br, .deta-wraps .deta-left ul li br, .deta-wraps .deta-right ul li br {
        display: none;
    }

    .tab-buttons {
        gap: 20px;
        margin-bottom: 60px;
    }
    .tab-button {
        font-size: 16px;
    }

    .gold-cont {
        display: block;
    }
    .gold-cont:nth-child(2) {
        padding-top: 40px;
    }
    .gold-cont div {
        width: 100%;
    }
    .gold-cont ul, .gold-cont:nth-child(2) ul {
        padding: 20px 0 0 0;
    }
    .gold-cont ul li:not(:last-child) {
        padding-bottom: 10px;
    }

    .gold-grid {
        display: grid;
    }
    .gold-grid .or1 {
        order: 1;
    }
    .gold-grid .or2 {
        order: 2;
    }

    .gold-ul {
        padding: 40px 0 0;
        display: block;
    }
    .gold-ul li {
        width: 100%;
        padding: 30px 0;
    }
    .gold-ul li:not(:last-child) {
        margin: 0 0 30px;
    }

    .deta-wraps {
        padding-top: 40px;
    }
    .deta-wraps .deta-tit {
        font-size: 26px;
        line-height: 36px;
    }
    .deta-wraps .deta-content {
        display: block;
    }
    .deta-wraps .deta-left, .deta-wraps .deta-right {
        width: 100%;
    }
    .deta-wraps .deta-left p, .deta-wraps .deta-right p {
        font-size: 20px;
        line-height: 30px;
        padding-top: 30px;
    }
    .deta-wraps .deta-left ul li, .deta-wraps .deta-right ul li {
        font-size: 17px;
    }

    .deta-box {
        font-size: 18px;
        line-height: 28px;
        margin-top: 40px;
    }
    .deta-co {
        padding-top: 40px;
    }
    .deta-ul {
        display: block;
    }
    .deta-ul li {
        width: 100%;
        position: relative;
    }
    .deta-ul li:not(:last-child) {
        margin: 0 0 35px;
    }
    .deta-ul li .num {
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .deta-ul li p {
        font-size: 17px;
    }

    .pro-icon {
        display: none;
    }

}

@media (max-width: 767px) {
    .tab-buttons {
        display: block;
    }
    .tab-button {
        width: 100%;
    }
    .tab-button:nth-child(2) {
        margin-top: 10px;
    }
}/* End custom CSS */