.cn-main {
    margin-top: 10px;
    background-color: #000000;
    
}

.cn-main_column {
    max-width: 1300px;
    min-height: 1200px;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.cn-product_header {
    width: 100%;
    height: 140px;
    /* background-color: red; */
    box-sizing: border-box;
    /* border-bottom: 1px solid #333333; */
    margin-bottom: 20px;
    position: relative;
}

.cn-product_title {
    width: 100%;
}

.cn-text_title {
    font-family: "BankGothic Md Bt";
    font-size: 8rem;
    color: #fff;
    margin-left: -0.3rem;
}

.cn-product_container {
    display: inline-block;
    width: 70%;
    margin-left: -20px;
}

.cn-tabs {
    width: 100%;
}

.cn-tab {
    display: inline-block;
    font-family: "BankGothic Md Bt";
    color: #a7a7a7;
}

.cn-tab_innactive {
    /* background-color: #17171b; */
    /* background-color: #17171b; */
    background-color: #0f131b;
}

.cn-tab_active {
    border-bottom: none;
    /* background-color: #282a2c; */
    /* background-color: #27292e; */
    background-color: #172333;
    color: #ffae00;
}
.cn-tab {
    text-decoration: none;
    line-height: 50px;
    cursor: pointer;
    padding: 0 30px;
    text-align: center;
    border-top-right-radius: 10px;
}

.cn-tab:hover {
    color: #ffae00;
    background-color: #283248;
    background-color: #172333;
}

.cn-product_banner {
    width: 100%;
    height: 500px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../imgs/breakgen_view/BreakGen_box_render.jpg);
}

.cn-breakdown {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.cn-product_body {
    /* background-color: #17171b; */
    background-color: #0f131b;
    width: 100%;
    padding: 35px;
    box-sizing: border-box;
    /* border: 1px solid #27292e; */
    box-sizing: border-box;
}

.cn-text {
    font-size: 0.9rem;
    color: #a7a7a7;
    font-family: "Exo 2";
}

.cn-left {
    text-align: left;
}

.cn-right {
    text-align: right;
}

.cn-product_sidebar {
    width: 28%;
    height: auto;
    float: right;
    margin-top: 78px;
}

.cn-sidebar_container {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #27292e;
    /* background-color: #282a2c; */
    margin: 15px 0;
    margin-bottom: 20px;
    /* padding-top: 0; */
}

.cn-product_specs {
    height: 30px;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
}

.cn-specs_dark {
    background-color: #18161e;
}

.cn-product_specs_title {
    float: left;
    text-align: left;
}

.cn-product_specs_text {
    float: right;
    text-align: right;
}

.cn-product_review_container {
    background-color: #18161e;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-color: #191f29;
}

.cn-product_price_container {
    position: relative;
    margin-bottom: 20px;
}

.cn-text_price {
    font-family: "Exo 2";
    font-family: "Titillium Web";
    color: #ffae00;
    /* color: yellowgreen; */
    font-weight: bold;
    font-size: 2rem;
}

.cn-product_price_before {
    /* position: absolute; */
    /* right: 29%; */
    /* top: 0%; */
    /* float: right; */
    position: relative;
    font-family: "Exo 2";
    font-family: "Titillium Web";
    color: #ffffff;
    font-weight: bold;
    font-size: 1.3rem;
    opacity: 0.8;
}

.cn-product_price_line {
    position: absolute;
    background-color: red;
    width: 120%;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) rotate(-15deg);
}

.cn-banner_documentation {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

.cn-text-title-small {
    font-size: 3rem;
}

.cn-banner_top {
    position: relative;
    z-index: 0;
}

.cn-banner_top_breakgen {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../imgs/breakgen_view/breakgen_banner_top_pc.jpg");
}

.cn-license_background {
    background-image: url("../imgs/oniric_view/bars.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 50%;
    /* border: 1px solid #444444; */
    padding: 20px 40px;
}

.cn-btn_purchase_sidebar {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
}

@media only screen and (max-width: 1416px) {
    .cn-text {
        font-size: 3rem;
    }
    .cn-product_container {
        width: 100%;
        margin: 0;
    }
    .cn-tab {
        line-height: 200px;
        cursor: pointer;
        text-align: center;
        width: 100%;
        font-size: 3rem;
        display: flex;
        margin: 0;
        box-sizing: border-box;
    }
    .cn-product_sidebar {
        width: 100%;
        font-size: 3rem;
        float: none;
    }

    .cn-product_title {
        width: 80%;
        margin: 0 auto;
    }

    .cn-product_body {
        padding: 50px;
    }

    .cn-product_price_before {
        font-size: 4rem;
    }

    .cn-product_price_line {
        height: 5px;
    }
    .cn-text_price {
        font-size: 4rem;
    }

    .cn-sidebar_container {
        padding: 100px;
    }

    .cn-product_specs {
        height: 90px;
        padding-top: 10px;
    }
}
