    @charset "utf-8";
    .CRL_main {
        background-color: #880c1e;
    }

    .CRL_main img {
        width: 100%;
        display: block;
    }

    .CRL_main .s_ecset img {
        max-width: 100%;
    }

    .CRL_main button:hover,
    .CRL_btn:hover {
        background-color: #730c1c;
    }

    .c-y {
        color: #fbc400;
    }

    .CRL_main .CRL_cnt2 {
        margin: 0 auto;
        width: 90%;
        max-width: 1056px;
    }

    .cny24_img {
        position: absolute;
        z-index: 3;
        pointer-events: none;
    }

    .cny24_img img {
        width: 100%;
        display: block;
    }

    .CRL_main .txt2L {
        font-weight: bold;
    }

    .CRL_main p {
        line-height: 150%;
    }
    /*背景*/

    .CRL_main2 {
        background-image: url(../images/bg2_1.jpg), url(../images/bg2_2.jpg);

        background-repeat: repeat-y, repeat-y;

        background-position: top left,
        top right;
        background-size: 50%, 50%;
    }


    .CRL_main .tit.light {
        position: relative;
        margin: 5% 0 3%;
    }

    .CRL_main .tit font {
        text-shadow: 0 0 0.1em #fff;
        left: 0;
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 1;
        -webkit-animation: boplight 2s infinite linear alternate;
        animation: boplight 2s infinite linear alternate;
    }

    @-webkit-keyframes boplight {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }

    @keyframes boplight {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }

    @media (max-width: 761px) {
        .CRL_main .tit.light {
            position: relative;
            margin: 10% 0 5%;
        }
    }

    @media (max-width: 550px) {
        .CRL_main .CRL_menu a {
            padding: 5px 5px !important;
        }
    }

    @media (max-width: 390px) {
        .CRL_main .CRL_menu a {
            width: 15%;
            line-height: 120%;
        }
        .CRL_main .CRL_menu a span {
            display: block;
        }
    }
    /*s7茶會*/

    .s7,
    .CRL_main .s7 .formdesc3 a {
        color: #fff;
    }

    .CRL_main .s7 input[type=checkbox]:checked+label,
    .CRL_main .s7 input[type=checkbox]:checked+a {
        color: #fff;
    }

    .s7 article,
    .s7 aside,
    .s7_2 div,
    .s7_1 figure {
        border-radius: 5px;
    }

    .CRL_main .s7 {
        padding-bottom: 6%;
    }

    .CRL_main .s7 article {
        background-color: #a80b20;
        background-image: url(../images/bg-min.png);
        background-repeat: revert;
        background-position: top left;
        background-size: 50%;
        box-shadow: 0px 0px 20px rgba(59, 11, 18, .3);
        padding: 2%;
        position: relative;
    }

    .CRL_main .s7 aside {
        background-color: #bc272d;
        border: 3px solid #cca07c;
        padding: 5% 5% 10px 5%;
    }



    .s7_img0 {
        bottom: 0;
        left: 0;
        width: 45%;
    }

    .s7_img0 img {
        max-width: 625px;
    }

    .s7_img1 {
        bottom: 20%;
        right: 0%;
    }

    .s7_img1,
    .s7_img2 {
        width: 10%;
    }

    .s7_img1 img,
    .s7_img2 img {
        max-width: 66px;
    }

    .s7_img2 {
        bottom: 40%;
        left: 0%;
    }

    .s7_img3 {
        top: -4%;
        right: -3%;
        width: 25%;
    }

    .s7_img3 img {
        max-width: 273px;
    }

    .CRL_main .s7 .txtS {
        text-align: right;
        padding: 10px 0;
    }

    .s7_1 figure {
        background-image: url(../images/s7_img1.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .CRL_main .s7_1 h3 {
        margin-bottom: 10px;
    }

    .CRL_main .s7_1 li {
        margin-bottom: 10%;
    }

    .CRL_main .s7_1 li:last-child {
        margin-bottom: 0%;
    }

    .CRL_main .s7_2 {
        margin-top: 10%;
    }

    .CRL_main .s7_2>div {
        border: 2px solid #cca07c;
        padding: 7% 3% 3% 3%;
        text-align: center;
        position: relative;
    }

    .CRL_main .s7_2>div h3 {
        position: absolute;
        top: -2.5%;
        padding: 0 20px;
        background-color: #bc272d;
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
    }

    .CRL_main .s7_2 button {
        background-color: #730c1c;
    }

    .CRL_main .s7_2 button:hover {
        background-color: #b40024;
    }

    .CRL_main .s7_2 img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .s7_2 div p,
    .s7_2 div li {
        text-align: left;
    }

    .CRL_main .s7_2 ul {
        margin: 10% 0;
    }

    .CRL_main .s7_2 div li {
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px;
    }

    .CRL_main .s7_2 div li span {
        display: inline-block;
        width: 25px;
        height: 25px;
        background-color: #fff;
        text-align: center;
        left: 0;
        top: 3px;
        color: #b40024;
        border-radius: 500px;
        position: absolute;
    }

    .CRL_main .s7_2 .sbHolder {
        width: 100%;
    }

    .CRL_main .s7_2 .sbHolder a:not(.cba-link-style) {
        color: #fff;
        text-align: left;
        font-size: 14px;
        color: #333;
        padding: 0 8px;
        font-weight: normal;
    }

    .CRL_main .s7_2 .sbSelectorWrapperDisabled {
        background-color: #fff;
        border: 1px solid #cfcac9;
    }

    @media (min-width: 762px) {
        .s7_1,
        .s7_2 {
            display: flex;
            align-items: stretch;
            justify-content: space-between;
        }
        .s7_1 {
            flex-direction: row-reverse;
        }
        .s7_1 figure,
        .s7_1 ul,
        .s7_2>div {
            width: 48%;
        }
        .CRL_main .s7_1 li {
            padding-right: 5%;
        }
    }

    @media (max-width: 1250px) {
        .CRL_main .s7_2 div li span {
            width: 2.5vw;
            height: 2.5vw;
            top: 0vw;
            line-height: 2.5vw;
        }
        .CRL_main .s7_2 div li {
            padding-left: 3.5vw;
        }
    }

    @media (max-width: 761px) {
        .s7_1 figure {
            height: 70vw;
            margin-bottom: 10%;
        }
        .CRL_main .s7_2>div {
            margin-top: 15%;
            padding: 10% 5% 3% 5%;
        }
        .CRL_main .s7_2 ul {
            margin: 5% 0;
        }
        .CRL_main .s7_2 button {
            margin-bottom: 15%;
        }
        .CRL_main .s7_2 div li span {
            width: 5vw;
            height: 5vw;
            top: 0vw;
            line-height: 5vw;
        }
        .CRL_main .s7_2 div li {
            padding-left: 6.5vw;
        }
        .s7_img3 {
            top: -.5%;
            right: -3%;
            width: 35%;
        }
    }

    @media (max-width: 550px) {
        .CRL_main .s7 .txtS {
            padding-left: 15%;
        }
    }
    /*s10 表格 */

    .CRL_main .s10 .CRL_cnt {
        background-color: #f8f0ea;
        border-radius: 10px;
        overflow: hidden;
        border: 2px solid #c7a698;
    }

    .shadow {
        box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
    }

    .CRL_main .s10 h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .CRL_main .s10 .CRL_cnt figcaption {
        padding: 5%;
    }

    .CRL_main .s10 .CRL_cnt b {
        color: #b40024;
    }

    .CRL_main .s10_2 {
        margin-top: 10px;
    }

    .CRL_main .s10 .formdesc1 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .CRL_main .s10 .formdesc1 label {
        position: relative;
        width: 45%;
        text-align: left;
    }

    .CRL_main .s10 .formdesc1 p {
        padding-left: 35px;
    }

    .CRL_main .s10 .formdesc1 input[type="radio"]+label:before {
        position: absolute;
        left: 0;
        top: 76%;
    }

    .CRL_main .s10 .s10_txt {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .CRL_main .s10 .s10_txt p {
        width: 60%;
    }

    .CRL_main .s10 .s10_txt img {
        width: 35%;
    }

    .CRL_main .s10 .CRL_cnt figure {
        background-image: url(../images/s5.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        width: 40%;
        background-size: cover;
    }

    .CRL_main .s10 .s10_2.CRL_cnt figure {
        background-image: url(../images/s6.jpg);
    }

    .CRL_main .s10 .s10_2.CRL_cnt p:nth-of-type(2) {
        margin: 10px 0;
    }

    @media (min-width: 762px) {
        .CRL_main .s10 .CRL_cnt {
            display: flex;
            align-items: stretch;
        }
        .CRL_main .s10 .CRL_cnt figcaption {
            width: 60%;
        }
    }


    @media (max-width: 761px) {
        .CRL_main .s10 .CRL_cnt figcaption {
            padding: 10%;
        }
        .CRL_main .s10 .formdesc1 label {
            position: relative;
            width: 47%;
        }
        .CRL_main .s10 {
            padding-bottom: 10%;
        }
        .CRL_main .s10 .CRL_cnt figure {
            background-image: url(../images/s5_m.jpg);
        }
        .CRL_main .s10 .CRL_cnt figure {
            width: 100%;
        }
        .CRL_main .s10 {
            padding-bottom: 5%;
        }
    }

    @media (max-width: 550px) {
        .CRL_main .s10 .CRL_cnt figcaption {
            padding: 5%;
        }
        .CRL_main .s10 .formdesc1 label {
            width: 48%;
        }
    }

    @media (max-width: 414px) {
        .CRL_main .s10 .formdesc1 label {
            width: 50%;
        }
    }

    @media (max-width: 360px) {
        .CRL_main .s10 .formdesc1 input[type="radio"]+label:before {
            top: 65%;
        }
    }
    /*kv*/

    .s0_bg {
        background-image: url(../images/kv.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .s0 {
        text-align: center;
    }

    .s0 a {
        display: inline-block;
    }

    .CRL_main .s0 h2.tit.light {
        margin: 0;
        transform: translateX(2%);
        font-weight: normal;
    }

    .CRL_main .s0 p {
        line-height: 170%;
        margin-bottom: 20px;
    }

    .CRL_main .s0 h3.tit.light {
        margin-top: 5px;
        font-weight: normal;
        letter-spacing: 7px;
    }

    .s0 a img {
        width: 65px;
        transition: 500ms;
        animation: scroll_menu .4s linear infinite alternate;
    }

    @keyframes scroll_menu {
        0% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px)
        }

        to {
            -webkit-transform: translateY(5px);
            transform: translateY(5px)
        }
    }

    @media (max-width: 1250px) {}

    @media (min-width: 762px) {

        .s0 div {
            width: 50%;
            left: 2%;
            top: 20%;
            position: absolute;
        }
    }

    @media (max-width: 768px) {

        .CRL_main .s0 .pc {
            width: 90%;
        }
    }

    @media (max-width: 761px) {
        .CRL_main.active>section:nth-of-type(2) {
            margin-top: 0;
        }
        .s0_bg {
            background-image: url(../images/kv_m.jpg), url(../images/bg2_1.jpg), url(../images/bg2_2.jpg);
            background-position: top center, top left, top right;
            background-repeat: no-repeat, repeat-y, repeat-y;
            background-size: 100%, 50%, 50%;
            margin-bottom: -1px;
        }
        .CRL_main .s0 {
            padding-bottom: 10%;
        }
    }
    /*s1產品*/

    .CRL_main section.s1 {
        padding: 0;
    }

    .s1_img1,
    .s1_img2 {
        width: 17%;
        max-width: 220px;
    }

    .s1_img1 {
        right: 0;
        top: 38%;
    }

    .s1_img2 {
        left: 0;
        top: 80%;
    }

    .CRL_main .s1 ul:not(.CRL_ul_disc)>li {

        border: 2px solid #c7a698;
        padding: 10px;
        background-color: #7e0e18;
        color: #380e09;
    }

    .CRL_main .s1 ul:not(.CRL_ul_disc)>li:before {
        content: "";
        background-image: url(../images/line2.png);
        background-position: top center;
        background-repeat: no-repeat;
        top: -7.5%;
        left: 0;
        width: 100%;
        height: 15%;
        background-size: auto 100%;
        position: absolute;
        animation: shine_line .1s infinite alternate;
    }

    .CRL_main .s1 ul:not(.CRL_ul_disc)>li article {
        background-image: url(../images/s1_preferential_bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100%;
        background-color: #fff;
        position: relative;
    }

    .CRL_main .s1 img {
        margin-bottom: 0;
    }

    .CRL_main .s1 .txtP {
        position: absolute;
        color: #fff;
        left: 8.5%;
        top: 62px;
        line-height: 150%;
    }

    .CRL_main .s1 li:nth-of-type(4) .txtP {
        left: 10%;
    }

    .CRL_main .s1 h4.txtL.c-w {
        display: inline-block;
        padding: 5px 15px;
        background-color: #724d47;
        line-height: 100%;
    }

    .CRL_main .s1 h4.txtL:not(.c-w) {
        margin: 5px 0 0;
    }

    .CRL_main .s1 .txt3L {
        font-weight: bold;
    }

    .CRL_main .s1 .CRL_btn {
        width: 32%;
    }

    .CRL_main .s1 .CRL_ul_disc {
        width: 80%;
        text-align: left;
        display: block;
        margin: 10px auto 25%;
    }

    .CRL_main .s1 .CRL_ul_disc li {
        margin-top: 10px;
    }

    .CRL_main .s1 .CRL_ul_disc li:nth-of-type(1) {
        margin-top: 0px;
    }

    .CRL_main .s1 dl {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 85%;
        margin: 0 auto;
    }

    .CRL_main .s1 dl dd {
        width: 47%;
    }

    .CRL_main .s1 dl dd p {
        text-align: left;
        margin-top: 10px;
    }

    .CRL_main .s1 dd .txtL {
        line-height: 100%;
        display: block;
    }



    @media (min-width: 762px) {
        .s1 li>article>div {
            position: absolute;
            left: 0;
            bottom: 5%;
            width: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: center;
        }
        .CRL_main .s1 .CRL_ul_disc li:nth-of-type(odd) {
            padding-right: 0;
        }
        .CRL_main .s1 ul:not(.CRL_ul_disc)>li article {
            height: 100%;
        }
    }

    @media (max-width: 768px) {
        .s1_img1,
        .s1_img2 {
            width: 15%;
        }
    }

    @media (max-width: 1250px) {
        .CRL_main .s1 .txtP {
            top: 5.3vw;
        }
    }

    @media (max-width: 761px) {
        .CRL_main .s1 .CRL_ul_disc {
            margin-bottom: 5%;
        }
        .CRL_main .s1 ul:not(.CRL_ul_disc)>li article {
            padding-bottom: 5%;
        }
        .s1_img1,
        .s1_img2 {
            width: 23%;
        }
        .s1_img1 {
            top: 45%;
        }
        .s1_img2 {
            top: 93%;
        }
        .CRL_main .s1 .txtP,
        .CRL_main .s1 li:nth-of-type(4) .txtP {
            left: 4vw;
            top: 10vw;
            width: 19vw;
        }
    }
    /*s2混搭*/

    .s2 {
        background-image: url(../images/s2_bg1.jpg), url(../images/s2_bg2.jpg);
        background-repeat: no-repeat, no-repeat;
        background-position: top left,
        top right;
        background-size: 50%, 50%;
    }

    .CRL_main .s2 .CRL_cnt {
        max-width: 800px;
        padding-bottom: 5%;
    }



    .CRL_main .s2_tit img {
        width: 100%;
    }

    .CRL_main .s2_tit h3 {
        line-height: 100%;
        font-weight: normal;
    }

    .CRL_main .s2_tit h2 {
        letter-spacing: 5px;
    }

    .CRL_main .s2 ul {
        margin-bottom: 5%;
    }

    .CRL_main .s2 li {
        margin-top: 5%;
        color: #fff;
    }

    .CRL_main .s2 li img {
        box-shadow: 20px 20px 10px rgba(0, 0, 0, .5);
    }

    .CRL_main .s2 h4.txtM {
        line-height: 100%;
        background-color: #e60013;
        padding: 5px 15px;
        display: inline-block;
        margin-bottom: 7px;
    }

    .CRL_main .s2 h3.txt2L span {
        display: inline-block;
        font-weight: normal;
        padding-left: 10%;
        padding-right: 10px;
    }

    .CRL_main .s2 p.active {
        position: relative;
        margin: 15px 0 5px;
    }

    .CRL_main .s2 p.active:before {
        content: "";
        top: 49%;
        right: 0;
        width: 78%;
        height: 1px;
        border-top: 1px solid #fff;
        position: absolute;
    }

    .CRL_main .s2 p b.c-r {
        background-color: #fff;
        padding: 0px 10px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    .CRL_main .s2 li p:nth-of-type(3) {
        margin-top: 10px;
    }

    .CRL_main .s2 li .CRL_btn {
        background-color: transparent;
        border: 1px solid #fff;
        margin-top: 15px;
        padding: .5em .5em;
    }

    .CRL_main .s2 li .CRL_btn:hover {
        opacity: 0.80;
    }

    @media (max-width: 768px) {
        .CRL_main .s2 {
            margin-top: 5%;
        }
    }

    @media (min-width: 762px) {
        .CRL_main .s2 li {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .CRL_main .s2 li img {
            width: 38%;
        }
        .CRL_main .s2 li:nth-of-type(2) {
            flex-direction: row-reverse;
        }
        .CRL_main .s2 li div {
            width: 52%;
        }
        .CRL_main .s2_tit {
            width: 40%;
            text-align: center;
        }
    }

    @media (max-width: 761px) {
        .CRL_main .s2_tit {
            width: 70%;
        }
        .CRL_main .s2_tit h3,
        .CRL_main .s2_tit h2 {
            text-align: left;
        }
        .CRL_main .s2_tit img {
            width: 70%;
        }
        .CRL_main .s2_tit font {
            text-align: left;
        }
        .CRL_main .s2 {
            margin-top: 0%;
            padding-top: 6%;
        }
        .CRL_main .s2 .CRL_cnt {
            width: 80%;
        }
        .CRL_main .s2 li img {

            width: 80%;
            margin: 10% auto;
        }
        .CRL_main .s2 li {
            margin-bottom: 15%;
        }
        .CRL_main .s2 h3.txt2L span {
            padding-left: 10px;
        }
        .CRL_main .s2 li font.txtM {
            padding-left: 10px;
        }
    }
    /*s3刮刮卡*/

    .s3 {
        text-align: center;
        color: #fff;
        background-image: url(../images/s3.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .CRL_main .s3_tit p.txtL {
        margin: 10px 0;
    }

    .s3 p.txtS.c-w {
        opacity: 0.50;
    }

    .CRL_main .s3 li {
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }

    .CRL_main .s3 li>img {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    .CRL_main .s3 li figure {
        position: relative;
    }

    .CRL_main .s3 li.active figure:before {
        content: "";
        background-image: url(../images/line3.png);
        background-position: center center;
        background-repeat: no-repeat;
        top: 0%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-size: 80% 150%;
        position: absolute;
        animation: shine_line .1s infinite alternate;
    }

    .CRL_main .s3 li figure img {
        width: 100%;
        height: 22px;
    }

    .CRL_main .s3 li .txtL {
        line-height: 120%;
    }

    .CRL_main .s3 ul {
        margin-bottom: 5%;
    }

    @media (max-width: 1250px) {}

    @media (min-width: 762px) {
        .CRL_main .s3 ul {
            width: 45%;
            margin-left: 7%;
            margin-top: -3%;
        }
    }

    @media (max-width: 761px) {
        .CRL_main .s3 {
            background-image: url(../images/s3_m.jpg);
            background-position: bottom center;
            padding-bottom: 75vw;
            padding-top: 10%;
        }
        .CRL_main .s3 ul,
        .CRL_main .s3>div {
            position: relative;
            z-index: 2;
        }
        .CRL_main .s3:before {
            content: "";
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 15%;
            background-color: #880c1e;
            left: 0;
            bottom: 85vw;
            pointer-events: none;
        }
    }

    @media (max-width:550px) {
        .CRL_main .s3:before {
            height: 10%;
        }
    }

    @media (max-width:390px) {
        .CRL_main .s3:before {
            height: 15%;
        }
    }

    @media (max-width:360px) {
        .CRL_main .s3:before {
            height: 18%;
        }
    }

    @media (max-width:320px) {
        .CRL_main .s3:before {
            height: 15%;
        }
    }
    /*s5組合*/
    /*產品區塊*/

    .CRL_main .s5 ul:not(.CRL_ul_disc, .slick-dots)>li {
        background-color: transparent;
        padding-bottom: 25%;
    }

    .CRL_main section.s5 {
        padding-top: 3%;
    }

    .CRL_main section.s_ecset.s5 .tit {
        margin-bottom: 0;
    }

    .CRL_main .s5.s_ecset ul:not(.CRL_ul_disc)>li,
    .CRL_main .s5.s_ecset .CRL_ul_disc {
        color: #fff;
    }

    .CRL_main .s5.s_ecset ul:not(.CRL_ul_disc, .slick-dots)>li {
        margin-bottom: 0;
    }

    .CRL_main .s5.s_ecset .txtL.c-w {
        display: inline-block;
        padding: 5px 15px;
        background-color: #f49c00;
        line-height: 100%;
    }

    .CRL_main .s5.s_ecset .CRL_ul_disc li:before {
        background-color: #fff;
    }

    .CRL_main .s5.s_ecset .CRL_ul_disc,
    .CRL_main .s5.s_ecset .CRL_ul_disc li:before {
        opacity:1;
    }

    .s5 .slick-dots li button:before {
        background-color: #fff;
    }

    .CRL_main .s5.s_ecset .CRL_ul_disc {
        height: 50px;
    }

    @media (max-width: 1250px) {
        .CRL_main .s5.s_ecset .CRL_ul_disc {
            height: 3vw;
        }
    }

    @media (min-width: 762px) {

        .s5.s_ecset ul:not(.CRL_ul_disc, .slick-dots)>li {
            width: 100%;
        }
    }

    @media (max-width: 761px) {
        .CRL_main .s5 ul:not(.CRL_ul_disc, .slick-dots)>li {
            padding-bottom: 5%;
        }
        .CRL_main .s5.s_ecset .CRL_ul_disc {
            height: auto;
        }
    }
    /*直播*/

    .s_liveTXT2 ul:not(.slick-dots) {
        margin: 5% auto 5px auto;
    }



    @media (max-width: 1250px) {}

    @media (min-width: 762px) {
        .s_live_step:before {
            background-color: #380e09;
        }
        .CRL_main .s_live_step li h3 {
            color: #380e09
        }
        .s_liveTXT2 ul:not(.slick-dots) li {
            width: 95%;
            margin-left: auto;
        }
        .CRL_main .s_live-slider {
            margin-top: 20px;
        }
    }

    @media (max-width: 761px) {
        .CRL_main .s_live {
            padding-top: 5%;
        }
        .CRL_main .s_live-slider .txtS {
            margin: 10px 0;
        }
        .CRL_main .s4 .s_liveTXT2 {
            margin-bottom: 5%;
        }
    }

    @media (max-width: 550px) {
        .CRL_main .s_live_step li {
            width: 55%;
        }
        .CRL_main .s_live_step li:nth-of-type(odd) {
            padding-left: 5%;
            width: 45%;
        }
    }