body {
    font-size: 1.6em;
}

a {
    text-decoration: none;
    color: rgba(148, 151, 156, 1);
}

a:focus {
    outline: none;
    text-decoration: none;
}

div#divContent {
    padding: 0px;
}

.calendar{
	background-color: #FF452C;
    border-radius: 12px;
    margin: 0;
    width: 50px;
    height: 50px;
}

.smart-banner h1 {
    margin: 0 0 0 0;
    text-shadow: 2px 2px 6px #1F2739;
    text-align: center;
    font-weight: BOLD;
    line-height: 1.5
}

.smart-banner h3,
.smart-banner h6 {
    margin: 0 0 0 0;
    text-shadow: 2px 2px 6px #1F2739;
    text-align: center;
    font-weight: lighter;
    line-height: 1.5
}

.smart-banner a {
    color: #fff;
    text-decoration: none;
}

.bg6 {
    background: rgba(115, 54, 218, 1);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(115, 54, 218, 1)), color-stop(1, rgba(191, 250, 71, 1)));
    background: -ms-linear-gradient(bottom, #d1d1d1, #f8f8f8);
    background: -moz-linear-gradient(center bottom, #d1d1d1 0%, #f8f8f8 100%);
    background: url('../../general/img/banner/banner4R_qw.jpg') top center/cover no-repeat;
}

.bg7m {
    background: rgba(115, 54, 218, 1);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(115, 54, 218, 1)), color-stop(1, rgba(191, 250, 71, 1)));
    background: -ms-linear-gradient(bottom, #d1d1d1, #f8f8f8);
    background: -moz-linear-gradient(center bottom, #d1d1d1 0%, #f8f8f8 100%);
    background: url('../../general/img/banner/Tradein_side_banner_Rapud-Red_QW.jpg') top center/cover no-repeat;
}



.smart-banner {
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px 0px 31px;
    position: relative;
    text-align: center;
    height: 200px;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: margin-top 0.3s linear;
}

.smart-banner:before,
.smart-banner:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.smart-banner:after {
    clear: both;
}

.smart-banner.closed {
    margin-top: -100%;
}

.smart-banner .meta {
    float: left;
    padding-top: 7px;
}

.smart-banner .name {
    font-size: 12px;
    width: 163px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.smart-banner .author {
    display: block;
    font-size: 11px;
    color: #888;
    padding-top: 2px;
}

.smart-banner .icon {
    height: 3em;
    width: 3em;
    border-radius: 8px;
    vertical-align: top;
    box-shadow: 0 1px 3px #080D19;
    margin: 0 10px;
    left: 5%;
    bottom: 10%;
    position: absolute;
    z-index: 3;
}

.slideshow-container .close {
    position: absolute;
    z-index: 3;
    width: 30px;
    padding: 10px 0;
    border-right: inset 1px rgba(8, 13, 25, 0.3);
    left: 0;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 1)
}

.smart-banner .btn{
    text-decoration: none;
    cursor:pointer;
    margin: 10px 10px 0 10px;
    color: white;
    padding: 10px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #1F2739;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #080D19), color-stop(1, #1F2739));
    background: -ms-linear-gradient(bottom, #080D19, #1F2739);
    background: -moz-linear-gradient(center bottom, #080D19 0%, #1F2739 100%);
}

.smart-banner .btn:hover{
    background: rgba(255,69,44,1);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255,69,44,1)), color-stop(1, rgba(242,127,89,1)));
    background: -ms-linear-gradient(bottom, rgba(255,69,44,1), rgba(242,127,89,1));
    background: -moz-linear-gradient(center bottom, rgba(255,69,44,1) 0%, rgba(242,127,89,1) 100%);
}
.smart-banner .banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 200px;
    width: 100%;
}

.smart-banner .banner-text {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 30px;
}


/* Slideshow container */

.mySlides {
    display: none;
}

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dotArea {
    text-align: center;
    position: absolute;
    bottom: 5px;
    z-index: 5;
    left: 50%
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: rgba(50, 60, 80, 1);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active1 {
    background-color: rgba(255, 69, 44, 1);
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    .smart-banner h1 {
        font-size: 2.4rem;
    }
    .smart-banner h3 {
        font-size: 1.6rem;
    }
    .smart-banner h6 {
        font-size: 1.2rem;
    }
}

@media (min-width: 376px) and (max-width: 600px) {
    .smart-banner h1 {
        font-size: 3rem;
        line-height: 1
    }
    .smart-banner h3 {
        font-size: 2rem;
    }
    .smart-banner h6 {
        font-size: 1.6rem;
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

@media (min-width: 694px) and (max-width: 1024px) {
    .smart-banner {
        padding: 0px 10px 0px 31px;
        height: 300px;
    }
    .slideshow-container .close {
        top: 60px
    }
    .smart-banner .banner-text {
        top: 90px;
    }
}

/*----------------------------------------------------------------
                         news section
----------------------------------------------------------------*/


/*section1*/

.index_main {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.index_main.scroll {
    height: 600px;
    overflow-y: auto;
}

.index_main.noscroll {
    height: 600px;
}

.index_main.border-r {
    border-right: 2px solid #535353;

}

.index_main a:hover,
.index_main a:focus,
.index_main a:active {
    color: #fff
}

.section1 ul li,
.section2 ul li {
    list-style-type: none;
}

.section1 .news_list {
	    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #535353;
    padding: 10px 0;
}

.section1 .news_list > div {
    padding-left: 10px;
    padding-right: 10px;
}

.section1 .news_list a:hover {
    color: #333333;
}

.section1 .news_list a:before,
.section2 .data_list a:before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    width: 100%;
    height: 2px;
}

.section1 .news_list .n_date {
    font-size: .5em;
    color: #cfcfcf;
}
.section1 .news_list .n_title h4{
    font-size: .9em;
    color: #fff;
	line-height: 1.5
}

.news_list .ellipsis {
    width: 100%;
}

.section1 .news_list a {
    color: #b6b5b5;
    line-height: 1.5;
    width: 100%;
}

.section1 .news_list p {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    font-size: small;
}

.section1 .news_list ul a:hover > li {
    color: #fff;
}

.list_text {
    padding-left: 1em;
}

.section1 .news_list .n_1,
.section1 .news_list .n_2,
.section1 .news_list .n_3,
.section1 .news_list .n_4,
.section1 .news_list .n_5,
.section1 .news_list .n_6 {
    width: 50px;
    height: 50px;
    left: 10px;
    border-radius: 6px;
    background-size: 50px 50px;
}

.section1 .news_list .n_1 {
    background-image: url('https://qstarz.s3.amazonaws.com/QWS/images/Map_updeta.jpg');
}

.section1 .news_list .n_2 {
    background-image: url('https://qstarz.s3.amazonaws.com/QWS/images/Notice.jpg');
}

.section1 .news_list .n_3 {
    background-image: url('https://qstarz.s3.amazonaws.com/QWS/images/FW_updata.jpg');
}

.section1 .news_list .n_4 {
    background-image: url('https://qstarz.s3.amazonaws.com/QWS/images/Events.jpg');
}

.section1 .news_list .n_5 {
    background-image: url('https://qstarz.s3.amazonaws.com/QWS/images/SW_updata.jpg');
}

.section1 .news_list .n_6 {
    background-image: url('https://qstarz.s3.amazonaws.com/QWS/images/New.jpg');
}

@media (max-width: 768px) {
    .index_main.noscroll,
    .index_main.scroll {
        height: auto;
        overflow-y: auto;
    }

    .index_main.border-r {
        border-right: 0px solid #535353
    }

    .section1 .news_list .n_1,
    .section1 .news_list .n_2,
    .section1 .news_list .n_3,
    .section1 .news_list .n_4,
    .section1 .news_list .n_5,
    .section1 .news_list .n_6 {
        width: 55px;
        height: 55px;
        background-size: cover;
        margin-right: 5px;
        margin-top: .25em;
        margin-left: -10px;
    }

    .col-xs80-10 {
        width: 78%;
        float: right
    }

    .section1 .news_list ul li {
        line-height: 1.8em;
    }

    .section1 .news_list {
        padding: 10px 0;
    }

    .section1 .news_list .n_date {
        font-size: .9em;
        padding-top: 0px;
        color: #cfcfcf;
    }

    .n_title h4 {
        color: #e6e6e6;
        font-size: 1.8em;
        font-weight: 700;
        margin: 5px 0px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


/*===section2===*/

.section2 .data_list {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2px 0;
    border-bottom: 1px solid #535353;
}

.section2 .data_list > div {
    line-height: 1.4;
    padding: 5px;
}

.section2 .data_list .d_1,
.section2 .data_list .d_2 {
    text-align: left;
    padding: 6px 0;
}

.section2 .data_list .d_1 {

}

.section2 .data_list .d_2 {

}

.section2 .data_list .col-xs-2 a:before {
    margin-left: -10%;
}

.data_text {
    padding: .5rem 1rem;
    border-left: 3px solid #323C50;
    margin-left: 5px;
	margin-bottom: 0
}

.section2 .data_list .d_date {
    vertical-align: middle;
	line-height: 1.2;
    color: #fff;
}
.section2 .data_list .r_date_lt .d_date {
    white-space: nowrap;
}

.d_text_date {
    float: right;
    font-size: .5em ! important;
    display: block;
}

.section2 .data_list span {
    display: block;
    text-align: center;
    font-size: .2em;
    font-weight: 700;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section2 .data_list ul li {
    line-height: 1.6em !important;
    list-style-type: none !important;
    vertical-align: middle;
}

.data_list .data_list_date {
    text-align: center;
    line-height: 20px;
    padding-top: 50px;
}

.data_list .ellipsis {
    width: 100%;
}

.section2 .data_list a {
    color: #b6b5b5;
    line-height: 1.8;
    width: 100%;
}

.section2 .data_list p {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    white-space: nowrap;
}

.d_title h5 {
    color: #e6e6e6;
    font-size: .85em;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 2px;
}

.section2 .data_list a:hover,
.section2 .data_list a:hover > .d_date {
    color: #fff;
}

.index_main .section2 .more {
    display: block;
    margin-top: 30px;
    background-color: #00a6f2;
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    background: url("") no-repeat scroll 50% 50% / 20px #00a6f2;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.index_main .section2 .more:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #e52249;
}

.smt {
    margin-top: 1.8em;
}

@media only screen and (max-width: 569px) {
    .section2 .data_list .d_1,
    .section2 .data_list .d_2 {
        padding: 10px 0px;
    }

    .d_title h4 {
        margin-top: 0px;
        margin-bottom: .5px;
    }

    .data_text {
        padding-left: 10px;
    }

    .section2 .data_list .d_date {
        font-size: .6em;
        white-space: pre-wrap;
        padding-top: 4px;
    }

    .section2 .data_list .r_date_lt .d_date {
        font-size: .6em;
        padding-top: 4px;
        line-height: .6em;
    }

    .section2 .data_list .r_date {
        padding: 5px 4px;
    }

    .section2 .data_list .r_date_lt {
        padding: 5px 4px;
    }

    .section2 .data_list_date {
        padding-top: 30px;
    }

    .smt {
        margin-top: .8em;
    }
}


/*----------------------------------------------------------------
                            news_inside
----------------------------------------------------------------*/

.news_inside article {
    padding: 15px;
    color: #eeeeee;
}

.news_inside article > ul li {
    line-height: 2;
    color: #eeeeee;
    list-style-type: initial;
}

.news_inside h3 {
    color: var(--color2);
    margin-top: 5px;
    margin-bottom: 30px;
}

.news_inside p {
    text-indent: 16px;
    line-height: 2;
    color: #eeeeee;
}

.jumbotron div.banner-bg a {
    text-align: center;
    color: white;
}

div.jumbotron.rightSlide {
    padding-right: 50px;
    padding-left: 50px;
}
