.col-pad-20 {
    padding: 20px 30px;
}

#section-APPLICATIONS .col-pad-20 {
    padding-bottom: 0;
    padding-top: 0;
}

@media screen and (max-width:900px) {
    .col-pad-20 {
        padding: 20px;
    }
}

.bg-lt {
    background-color: #262626;
}


.hl-rss {
    margin: 0 20px;
    color: #bb924c;
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
}

.img-maining-wrap {
    height: 100%;
}

.img-maining-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.smooth-link-ctr {
    margin: 25px 0;
}

.smooth-link {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
    background: #3c3c3c;
}

.smooth-link li:not(:last-child) {
    margin-right: 45px;
}

.smooth-link-wrap {
    margin-bottom: 0;
    padding-top: 40px;
}

.smooth-link a {
    color: #fff;
    font-size: 14px;
}

.smooth-link a::before {
    content: "\f107";
    font-family: fontawesome;
    padding-right: .75em;
}

.note-link {
    padding: 30px 45px;
    padding-right: 85px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ccc;
    font-size: 16px;
}

.note-link p {
    margin: 0;
}

.sml-p {
    font-size: 12px;
    color: #d7af6b;
    text-transform: uppercase;
    font-weight: bold;

}

.note-link-img {
    padding-top: 20px;
    display: inline-block;
}

.btn-gold-ctr a {
    display: block;
    padding: 10px 0;
    width: 150px;
    text-align: center;
    border-radius: 3px;
    border: 2px solid #d7af6b;
    color: #d7af6b;
    font-size: 17px;
}

.btn-gold-ctr + .btn-gold-ctr {
    margin-top: 10px;
}

.parallax#parallax-lt-1 {
    background-image: url(../img/bg-prr-01.jpg);
}

.app-list h4,
.buyrent-list h4 {
    color: #fff;
    font-size: 28px;
    margin: 0 0 15px 0;
}

.app-list h4 + p,
.buyrent-list h4 + p {
    color: #ccc;
    font-size: 14px;
    margin: 0
}

.app-list .sml-p {
    margin: 0;
}

.app-list .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.app-list:not(:last-of-type) {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.app-list-inner:nth-child(2) {
    width: 860px;
    padding: 0 40px;
}

.app-list-inner:nth-child(3) {
    width: 150px;
}

.icon-blank::after {
    font-weight: normal;
    font-size: 60%;
    vertical-align: middle;
}

.buyrent-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.buyrent-list:not(:last-of-type) {
    margin-bottom: 50px;
}

@media screen and (max-width:900px) {
    .smooth-link {
        padding: 15px 10px;
        font-size: 8px;
    }

    .smooth-link li:not(:last-child) {
        margin-right: 20px;
    }

    .note-link {
        display: block;
        padding: 30px;
        text-align: center;
    }

    .note-link br {
        display: none;
    }

    .note-link p {
        margin: 10px 0;
    }

    .note-link-img {
        padding-top: 0;
    }

    .btn-gold-ctr a {
        margin: 0 auto;
    }

    .app-list .wrap {
        display: block;
        padding: 0 20px;
        text-align: center;
    }

    .app-list-inner:nth-child(2) {
        width: 100%;
        text-align: left;
        padding: 15px 0
    }

    .app-list-inner:nth-child(3) {
        width: 100%;
    }

    .buyrent-list {
        display: block;
    }

    .sp-ta-lft {
        text-align: left
    }

    .buyrent-list-inner:last-child {
        margin-top: 15px;
    }

    .img-maining-ctr {
        padding: 0 20px;
    }
}

/* flex clm adj*/

.flex {
    padding: 10px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.resrc {
    width: calc(50% - 10px);
    margin: 10px 0 !important;
}

.hl-rss {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width:900px) {
    .flex {
        display: block;
    }

    .resrc {
        width: 100%;
        margin-top: 20px !important;
    }
}

/* flex clm adj*/
.fb-page {
    display: block !important;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    max-height: 600px;
    min-height: 240px;
    background: #fff;
}

.facebook-ne iframe {
    width: 100%;
}

.uiScaledImageContainer _2zfr {
    width: 100% !important
}

.btn-gold-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-gold-ctr + .btn-gold-ctr {
    margin-top: 0;
    margin-left: 10px;
}

.color-bg-26 {
    background: #262626;
}

.ctr-list-ne {
    color: #fff;
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}

.ctr-list-date {
    font-weight: normal;
}

.ctr-list-ne tr {
    border-bottom: 1px solid #626262;
}

.ctr-list-ne th,
.ctr-list-ne td {
    padding: 20px 10px;
    text-align: left;
}

.ctr-list-tag span {
    display: block;
    text-align: center;
    padding: 2px 0;
}

.ctr-list-tag-press span {
    background: #b7aa00;
}

.ctr-list-tag-news span {
    background: #00479d;

}

.ctr-list-tag-firmware span {
    background: #7d0000;

}

.ctr-list-date {
    white-space: nowrap;
    width: 100px;
}

.ctr-list-ne-ctr {
    max-height: 520px;
    overflow-y: scroll;
}

.hl-section {
    margin-bottom: 30px;
    margin-top: 40px;
}

@media screen and (max-width:900px) {
    .facebook-ne {
        width: 100%;
    }

    .facebook-ne iframe {
        width: 100%;
    }

    .ctr-list-ne th,
    .ctr-list-ne td {
        display: inline-block;
        padding: 0;
    }

    .ctr-list-tag,
    .ctr-list-date {
        /*        white-space: nowrap;*/
    }

    .ctr-list-ne tr {
        padding: 20px 0;
        display: block;
        width: 100%;
    }

    .ctr-list-p {
        margin-top: 10px;
    }

    .ctr-list-tag {
        width: 100px;
        margin-left: 10px;
    }

    .ctr-list-date {
        margin-right: 10px;
    }
}

.ue-fb-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ue-fb {
    width: calc(50% - 30px);
}

.btn-gold-wrap {
    display: block;
}
.newmark {
		position: relative;
		padding-bottom: 2px;
		
	}
	.newmark::after {
		content: "NEW";
		display: inline-block;
		background : #d1c000;
		color: #fff;
		padding: 2px 10px;
		margin-left:5px;
		margin-right:5px;
		font-size: 10px;
	

	}

@media screen and (max-width:900px) {
    .ue-fb-ctr {
        display: block;
        width: 100%;
    }

    .facebook-ctr {
        margin-top: 40px;
    }

    .ue-fb {
        width: 100%;
    }
}

.ctr-list-p a {
    color: white;
    text-decoration: underline;
}
