/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

html, body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif, 'Nanum Gothic', 'nanumgothic';
    height: 100%;
}

    body a {
        text-decoration: none;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

a:hover {
    text-decoration: none;
}

input[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Nunito Sans', sans-serif, 'Nanum Gothic';
}

p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 0.9em;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

.pointer { cursor:pointer; }

/*-- header --*/
.w3l_header_left {
    float: left;
    margin: .3em 0 0;
}

    .w3l_header_left ul li {
        display: inline-block;
        margin-right: 2em;
        font-size: 15px;
        color: #FFF;
        letter-spacing: 1px;
    }

        .w3l_header_left ul li i {
            padding-right: 0.2em;
            color: #FFF;
        }

        .w3l_header_left ul li a {
            color: #FFF;
            letter-spacing: 1px;
            text-decoration: none;
        }

            .w3l_header_left ul li a:hover {
                color: darkorange;
            }

.w3l_header_right {
    float: right;
}
/*-- social-icons --*/

/*--top header start here--*/
.w3ls-social-icons.text-left a {
    display: inline-block;
}

.w3ls-social-icons i {
    font-size: 15px;
    background: transparent;
    padding: 8px 10px;
    color: #333;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

a.login {
    font-size: 15px;
    background: #ff831d;
    border: 1px solid #ff831d;
    color: #fff;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 3px;
}

    a.login:hover {
        background: #212121;
        border: 1px solid #fff;
    }

.w3ls-social-icons i:hover {
    background: transparent;
    color: #333;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.top-header-main {
    padding: 1em 0em;
}

.header-address h6 {
    font-size: 0.9em;
    color: #fff;
    display: inline-block;
}

.logo h1 {
    font-size: 2.5em;
}

.agileits_w3layouts_banner_nav {
    margin: 0 auto;
    width: 100%;
    background: #333;
    padding: 0 2em;
}

.agileits_top_menu {
    background: #f9f9f9;
    padding: 0.3em 0.5em;
}

.header-1 {
    background: url(../images/banner1.jpg) 0px 0px no-repeat;
    background-size: cover;
    min-height: 380px;
}

.content {
    margin: 0;
    padding: 0px;
}

    .content p:last-child {
        margin: 0;
    }

    .content a.button {
        display: inline-block;
        padding: 10px 20px;
        background: #ff0;
        color: #000;
        text-decoration: none;
    }

        .content a.button:hover {
            background: #000;
            color: #ff0;
        }

    .content.title {
        position: relative;
        background: #333;
    }

.navbar-nav {
    float: right;
    margin: 10px;
}

.content.title h1 span.demo {
    display: inline-block;
    font-size: .5em;
    padding: 10px;
    background: #fff;
    color: #333;
    vertical-align: top;
}

.content.title .back-to-article {
    position: absolute;
    bottom: -20px;
    left: 20px;
}

    .content.title .back-to-article a {
        padding: 10px 20px;
        background: #23B684;
        color: #fff;
        text-decoration: none;
    }

        .content.title .back-to-article a:hover {
            background: #23B684;
        }

        .content.title .back-to-article a i {
            margin-left: 5px;
        }

.content.white {
    background: #fff;
    padding: 1em 0;
}

.content.black {
    border-bottom: 1px solid #000;
}

    .content.black p {
        color: #999;
    }

        .content.black p a {
            color: #08c;
        }

.navbar {
    position: relative;
    margin-bottom: 0 !important;
    border: 1px solid transparent;
    min-height: 38px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-brand {
    float: left;
    padding: 0 !important;
    font-size: 18px;
    line-height: 0px !important;
    height: 0px !important;
}

.navbar-default a.navbar-brand h1 {
    color: darkorange;
    font-weight: bold;
    margin-top: 17px;
    font-family: 'Source Sans Pro', sans-serif;
}

.navbar-default .navbar-nav > li > a {
    color: #282828;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 5px 15px 15px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
    color: darkorange;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(35, 182, 132, 0);
    color: darkorange;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-default .navbar-nav > .active > a:before {
    background: #ff4f81;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 0px;
    margin: 0px; /*margin-top: 4px; margin-right: 5px;*/
    padding: 9px 10px; /*margin-top:18px;*/ /*margin-bottom:8px;*/
    background-image: none;
    border-radius: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: darkorange;
    background: none;
}

.navbar-nav > li {
    float: left;
    margin-left: 0px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-collapse {
    padding: 0;
}

.dropdown-menu .divider {
    height: 0;
    margin: 0;
    overflow: none;
    background: none;
}

.dropdown-menu .divider {
    border-bottom: 1px solid #E8E7EC;
    padding: 3px 0;
}

.main-content {
    padding: 3em 0;
}

.dropdown-menu {
    min-width: 150px;
    text-align: center;
    background: #FFF;
}

    .dropdown-menu.columns-2 {
        min-width: 400px;
    }

    .dropdown-menu.columns-3 {
        min-width: 600px;
    }

    .dropdown-menu li a {
        padding: 8px 15px;
        font-size: 1em;
        letter-spacing: 1px;
        font-weight: 700;
        text-transform: uppercase;
        color: #000;
        text-align: left;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: darkorange;
        text-decoration: none;
        background-color: rgba(245, 245, 245, 0);
        padding-left: 20px;
    }

.multi-column-dropdown {
    list-style: none;
}

    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
    }

        .multi-column-dropdown li a:hover {
            text-decoration: none;
            color: #23B684;
            background: none;
        }

.carousel .item {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner1.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner1.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner1.jpg) no-repeat;
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner1.jpg) no-repeat;
    background-size: cover;
}

    .carousel .item.item2 {
        background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner2.jpg) no-repeat;
        background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner2.jpg) no-repeat;
        background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner2.jpg) no-repeat;
        background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner2.jpg) no-repeat;
        background-size: cover;
    }

    .carousel .item.item3 {
        background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
        background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
        background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
        background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
        background-size: cover;
    }

    .carousel .item.item4 {
        background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner4.jpg) no-repeat;
        background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner4.jpg) no-repeat;
        background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner4.jpg) no-repeat;
        background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner4.jpg) no-repeat;
        background-size: cover;
    }

    .carousel .item.item5 {
        background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
        background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
        background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
        background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
        background-size: cover;
    }

.carousel-caption h2, .carousel-caption h3 {
    font-size: 2em;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 50px;
    text-transform: uppercase;
}

.carousel-caption h4 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 1em;
    position: relative;
    font-weight: 100;
}

    .carousel-caption h4:after {
        position: absolute;
        left: 30%;
        top: 35%;
        width: 10%;
        height: 2px;
        background: #fff;
        content: "";
    }

.carousel-caption h2 span, .carousel-caption h3 span {
    font-weight: 700;
}

.banner_left, .banner_right {
    padding: 0 2em;
}

.carousel-caption p {
    letter-spacing: 4px;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 300;
    color: #fff;
    margin: 1em 0 2em;
    text-transform: capitalize;
}

.carousel-caption a {
    color: #fff;
    letter-spacing: 1px;
    padding: 11px 20px;
    background: none;
    font-size: 0.9em;
    border-radius: 0;
    border: 1px solid #fff;
}

    .carousel-caption a:hover {
        background: darkorange;
        border: 1px solid darkorange;
    }

.codes {
    padding: 5em 0;
    background: #fff;
}

    .codes.agileitsbg2 {
        background: #E74C3C;
        background-image: -webkit-linear-gradient(#ff9d2f, #ff6126);
        background-image: -moz-linear-gradient(#ff9d2f, #ff6126);
        background-image: -ms-linear-gradient(#ff9d2f, #ff6126);
        background-image: linear-gradient(#ff9d2f, #ff6126);
        padding-bottom: 10em;
    }

    .codes.agileitsbg3 {
        background: #3498DB;
        padding-bottom: 10em;
    }

    .codes.agileitsbg4 {
        background: #2ECC71;
        padding-bottom: 10em;
    }

.carousel.slide.grid_3.grid_4 {
    border-top: 10px solid #3ACFD5;
    border-bottom: 10px solid #3a4ed5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 100%;
    -moz-background-size: 10px 100%;
    background-size: 10px 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%), -o-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
    background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%), linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
}

.carousel-indicators {
    bottom: 0%;
    left: 50%;
}

.carousel-caption {
    position: inherit;
    min-height: 660px !important;
    padding-top: 12em;
    text-align: left;
}

.carousel-control {
    line-height: 33em;
}

.text-center {
    text-align: center;
    margin: 0 10em;
}

.text-right {
    text-align: right !important;
}

.layer1 {
    background: rgba(0, 0, 0, 0.6);
    padding: 4em 3em;
}

.modal-body.modal-body-sub_agile input[type="text"], .modal-body.modal-body-sub_agile input[type="email"], .modal-body.modal-body-sub_agile input[type="password"] {
    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
    padding: 10px;
    border: 0;
    width: 100%;
    border: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
    outline: none;
    margin-bottom: 20px;
}

.modal-body.modal-body-sub_agile input[type="submit"] {
    border: none;
    padding: 10px 40px;
    font-size: 14px;
    outline: none;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    background: darkorange;
    color: #fff;
    margin: 0;
}

.modal-header {
    border-bottom: 1px solid transparent;
    color: darkorange;
    font-weight: bold;
    font-size: 30px;
    padding: 20px 10px 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}

.modal-body p {
    color: #6f6f6f;
    line-height: 25px;
    margin: 2em;
}

.modal-content {
    border-radius: 5px;
}

.modal-body.modal-body-sub_agile input[type="submit"]:hover {
    background: #333;
}

h3.agileinfo_sign {
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-align: center;
    color: #666;
}

    h3.agileinfo_sign span {
        font-weight: 300;
    }

.modal-content {
    position: relative;
}

.main-mailposi span {
    position: absolute;
    font-size: 70px;
    color: #c3c3c3;
    opacity: .4;
    right: 45%;
    top: -8%;
    transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
}

.modal-body.modal-body-sub_agile::-webkit-input-placeholder {
    color: #212121 !important;
}

.modal-body.modal-body-sub_agile p a {
    color: #FF5722;
}

.modal-body.modal-body-sub_agile p {
    line-height: 2em;
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
}

.modal-body.modal-body-sub_agile {
    padding: 0 2em 2em;
    margin-top: 1em;
}

.team {
    padding: 5em 0;
    background: url(../images/team.png) repeat 0px 0px;
    border: 1px solid #ddd;
}

.w3l-info1 img {
    border-radius: 50%;
}

.w3l-info1 h4 {
    font-size: 22px;
    color: #383838;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.w3l-info1 h5 {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin: 10px 0;
    color: #555;
}

.w3l-info1 p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #777;
    line-height: 24px;
    margin: 15px 0;
}

.team .w3ls-social-icons i:hover {
    background: transparent;
    color: #333;
    border: 1px solid #333;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

h3.heading {
    text-align: center;
    font-size: 45px;
    margin-bottom: 50px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #585858;
    font-family: 'Source Sans Pro', sans-serif;
}

.test_consultant {
    padding: 5em 0;
}

.testimonial img {
    width: 100%;
}

.testimonial p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #000;
    margin: 2em 0 0;
    padding-right: 3em;
}

.test_img {
    padding: 0;
}

.test_info h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    margin-bottom: 10px;
    margin-top: 10px;
}

.test_info h5 {
    font-size: 18px;
    text-transform: capitalize;
    color: #222;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.test_consultant h3.heading {
    text-align: left;
}

ul.rating li {
    display: inline-block;
    width: unset;
    margin: 0 3px;
}

    ul.rating li span {
        color: darkorange;
    }

.test_info {
    padding-left: 1.5em;
}

.wthree-contact-form input[type="text"], .wthree-contact-form input[type="email"] {
    width: 49%;
    float: left;
    color: #777;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .6em .8em;
    margin-bottom: 1em;
    border: 1px solid #888;
    -webkit-appearance: none;
    display: inline-block;
    letter-spacing: 1px;
}

.wthree-contact-form input.number {
    width: 100%;
    float: left;
    color: #777;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .6em .8em;
    margin-bottom: 1em;
    border: 1px solid #888;
    -webkit-appearance: none;
    display: inline-block;
    letter-spacing: 1px;
}

.wthree-contact-form input[type="email"] {
    margin-left: 2%;
}

.wthree-contact-form textarea {
    resize: none;
    width: 100%;
    font-size: 1em;
    background: none;
    color: #777;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #888;
    min-height: 8em;
    -webkit-appearance: none;
    letter-spacing: 1px;
}

.wthree-contact-form input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    padding: .6em 3em;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 1em 1em 0 0;
    -webkit-appearance: none;
    background: darkorange;
    border: 1px solid darkorange;
    transition: 0.5s all;
    width: 100%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

    .wthree-contact-form input[type="submit"]:hover {
        color: darkorange;
        background: none;
    }

#slider2, #slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .callbacks li {
        position: absolute;
        width: 100%;
    }

    .callbacks img {
        position: relative;
        z-index: 1;
        height: auto;
        border: 0;
    }

    .callbacks .caption {
        display: block;
        position: absolute;
        z-index: 2;
        font-size: 20px;
        text-shadow: none;
        color: #fff;
        left: 0;
        right: 0;
        padding: 10px 20px;
        margin: 0;
        max-width: none;
        top: 10%;
        text-align: center;
    }

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: 0%;
    left: 80px;
    opacity: 0.9;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 70px;
    width: 70px;
}

    .callbacks_nav.next {
        background: #fff url(../images/right1.png) no-repeat 12px 19px;
        left: 167px;
        display: none;
    }

    .callbacks_nav.prev {
        left: auto;
        background: #fff url(../images/left1.png) no-repeat 12px 19px;
        left: 95px;
        display: none;
    }

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

    .rslides li {
        position: relative;
        display: block;
        float: left;
    }

    .rslides img {
        height: auto;
        border: 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
    }

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: -13%;
    left: -1.5%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0px 0px;
}

.callbacks_tabs a {
    visibility: hidden;
}

    .callbacks_tabs a:after {
        content: "\f111";
        font-size: 0;
        font-family: FontAwesome;
        visibility: visible;
        display: block;
        height: 11px;
        width: 11px;
        display: inline-block;
        border: 1px solid #333;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
    }

.callbacks_here a:after {
    background: darkorange;
    border: 1px solid darkorange;
}

.services {
    padding: 5em 0;
}

.ser_grid1 img {
    width: 100%;
}

.ser_info i.fa.icon {
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #333;
    color: #fff;
    float: left;
}

.ser_info i.fa.fa-plus {
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: rgba(24, 186, 96, 0.7);
    color: #fff;
    float: right;
}

.ser_info h4 {
    text-align: center;
    float: left;
    width: 268.25px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    letter-spacing: 1px;
    background: darkorange;
}

.ser_all a {
    text-align: center;
    font-size: 17px;
    padding: 10px 30px;
    background: #333;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
}

    .ser_all a:hover {
        background: darkorange;
    }

.ser_all {
    text-align: center;
    margin-top: 3em;
}

.ser_grid1 p {
    margin-top: 1.5em;
    line-height: 24px;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.newsletter_w3layouts_agile {
    padding: 3em 7em;
}

.newsright input[type="email"] {
    outline: none;
    width: 100%;
    padding: 11px 15px;
    color: #848484;
    font-size: 15px;
    border: 1px solid #bbb;
    width: 74%;
    letter-spacing: 1px;
    background: none;
}

.newsright input[type="submit"] {
    border: none;
    padding: 13px 20px 12px;
    font-size: 15px;
    outline: none;
    text-transform: uppercase;
    margin: 0 0 0 -4px;
    font-weight: 600;
    letter-spacing: 1px;
    background: darkorange;
    color: #fff;
}

    .newsright input[type="submit"]:hover {
        background: #2b2b2b;
        color: #ffffff;
    }

.newsleft h3 {
    font-size: 24px;
    margin-top: 15px;
    color: #333;
    letter-spacing: 3px;
    font-weight: 700;
}

.services-bottom {
    background: url(../images/banner1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.banner-dott1 {
    padding: 5em 0;
    background: rgba(0, 0, 0, 0.4);
}

.stats h3.heading {
    color: #fff;
}

.agile_count_grid_left {
    text-align: center;
}

    .agile_count_grid_left span, .agile_count_grid_right p {
        font-size: 3em;
    }

.agile_count_grid_right {
    text-align: center;
}

    .agile_count_grid_right p {
        color: #fff;
        font-weight: bold;
    }

.w3_agile_stats_grid h4 {
    font-size: 1.3em;
    color: #fff;
    margin: 0em 0 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
}

.agile_count_grid_left span {
    color: #fff;
    margin-bottom: 15px;
}

.w3_agile_stats_grid {
    background: rgba(221, 223, 226, 0.2);
    padding: 2em 1em;
    border: 1px solid #888;
}

.welcome {
    padding: 5em 0;
}

.grid_info h3 {
    font-size: 23px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.grid_info p {
    font-size: 15px;
    color: #585858;
    letter-spacing: 1px;
    line-height: 24px;
}

.inner_grid1 {
    margin-bottom: 2.5em;
}

    .inner_grid1:nth-child(3) {
        margin-bottom: 0;
    }

    .inner_grid1:nth-child(1) {
        margin-top: 20px;
    }

.icon {
    text-align: center;
}

    .icon span.fa {
        font-size: 40px;
        text-align: center;
        color: #999;
    }

.color1 span.fa {
    color: #0099e5;
}

.color2 span.fa {
    color: #ff4c4c;
}

.color3 span.fa {
    color: #34bf49;
}

.welcome_left {
    background: url(../images/banner4.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 450px;
    padding: 0;
}

    .welcome_left h3 {
        font-size: 30px;
        color: #fff;
        text-transform: capitalize;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .welcome_left p {
        font-size: 15px;
        color: #eee;
        text-transform: capitalize;
        letter-spacing: 1px;
        line-height: 24px;
    }

.read a {
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
}

    .read a:hover {
        background: darkorange;
        border: 1px solid darkorange;
    }

.read {
    margin-top: 2em;
}

.welcome_left_info {
    background: rgba(119, 119, 119, 0.3);
    padding: 4em 3em;
    border: 1px solid #888;
}

.footer_top_agileits {
    background: #fff;
    padding: 4em 2em;
}

.footer_bottom1 a {
    display: inline-block;
}

.footer_w3ls {
    background: #0f0f10;
    text-align: center;
    padding: 10px 0;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
}

ul.tag2:last-child {
    margin: 0;
}

.footer_bottom_grid:nth-child(2) {
    float: right;
    text-align: right;
}

.footer_bottom {
    padding: 2em 0;
}

.index-copy-right {
    background: transparent;
}

.footer_bottom h6 {
    color: #ffffff;
    font-size: 1.4em;
    letter-spacing: 1px;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: 700;
}

.footer_bottom1 p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 0em;
}

    .footer_bottom1 p a {
        color: darkorange;
        transition: .5s ease-in;
        -webkit-transition: .5s ease-in;
        -moz-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        -ms-transition: .5s ease-in;
    }

        .footer_bottom1 p a:hover {
            color: #fff;
            transition: .5s ease-in;
            -webkit-transition: .5s ease-in;
            -moz-transition: .5s ease-in;
            -o-transition: .5s ease-in;
            -ms-transition: .5s ease-in;
        }

.social ul {
    padding: 0;
    margin: 0;
}

    .social ul li {
        display: inline-block;
    }

        .social ul li a {
            color: #333;
            text-align: center;
        }

            .social ul li a i.fa.fa-facebook {
                height: 32px;
                width: 32px;
                line-height: 32px;
                background: #FFFFFF;
                color: #3b5998;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -o-transition: 0.5s all;
                -ms-transition: 0.5s all;
            }

                .social ul li a i.fa.fa-facebook:hover {
                    height: 32px;
                    width: 32px;
                    line-height: 32px;
                    background: #3b5998;
                    color: #FFFFFF;
                }

            .social ul li a i.fa.fa-twitter {
                height: 32px;
                width: 32px;
                line-height: 32px;
                background: #FFFFFF;
                color: #1da1f2;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -o-transition: 0.5s all;
                -ms-transition: 0.5s all;
            }

                .social ul li a i.fa.fa-twitter:hover {
                    height: 32px;
                    width: 32px;
                    line-height: 32px;
                    background: #1da1f2;
                    color: #FFFFFF;
                }

            .social ul li a i.fa.fa-rss {
                height: 32px;
                width: 32px;
                line-height: 32px;
                background: #FFFFFF;
                color: #f26522;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -o-transition: 0.5s all;
                -ms-transition: 0.5s all;
            }

                .social ul li a i.fa.fa-rss:hover {
                    height: 32px;
                    width: 32px;
                    line-height: 32px;
                    background: #f26522;
                    color: #FFFFFF;
                }

.footer_bottom1 label {
    color: #ff4f81;
    display: block;
    font-size: 0.3em;
    letter-spacing: 3px;
}

.footer_bottom1 h2 {
    font-size: 2.2em;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
    color: #fff;
    font-weight: 700;
}

.footer_grid h3, .footer_grid_left h3 {
    font-size: 1.6em;
    color: darkorange;
    position: relative;
    margin-bottom: 1em;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer_grid_left h3 {
    margin: 0;
}

.footer_grid p {
    color: #444;
    line-height: 2em;
    padding-right: 2em;
    font-size: 14px;
}

.footer_grid_list li, .address li {
    display: block;
    margin-bottom: 1em;
}

    .footer_grid_list li i {
        color: darkorange;
        padding-right: .5em;
    }

    .footer_grid_list li a {
        color: #333;
        text-decoration: none;
        line-height: 1.5em;
        letter-spacing: 1px;
        font-size: 0.9em;
    }

        .footer_grid_list li a:hover {
            color: #999;
        }

    .footer_grid_list li:last-child, .address li:last-child {
        margin-bottom: 0;
    }

.address li {
    color: #333;
    letter-spacing: 1px;
}

    .address li i {
        margin-right: 1em;
        vertical-align: text-top;
        color: darkorange;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 30px;
        border: 1px solid darkorange;
    }

    .address li span {
        display: block;
        margin-left: 3em;
        letter-spacing: 1px;
        font-size: 1em;
    }

    .address li a {
        color: #444;
        text-decoration: none;
    }

        .address li a:hover {
            color: #999;
            text-decoration: none;
        }

.footer_grids {
    margin: 3em 0 0 0;
}

ul.social-icons3.two li a {
    text-align: center;
}

ul.follow {
    margin-top: 1.5em;
}

    ul.follow li {
        display: inline-block;
        padding-right: 16px;
    }

    ul.follow h4 {
        font-size: 17px;
        color: #000;
        letter-spacing: 1px;
    }

a.facebook {
    color: #333;
    font-size: 16px;
}

.flickr-grid a img {
    width: 100%;
    padding: 0.3em;
    border: 1px solid #888;
}

.flickr-grid {
    float: left;
    width: 24%;
    margin: 0 0.1em .2em;
}

.footer_grid .read a, .service_grid2 .read a {
    color: #333;
    padding: 8px 15px;
    border: 1px solid #333;
    letter-spacing: 1px;
}

    .footer_grid .read a:hover, .service_grid2 .read a:hover {
        background: darkorange;
        color: #fff;
        border: 1px solid darkorange;
    }

.banner {
    background: url(../images/renew/sub_img_01.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 80px;
    padding-top: 1.7em; /*margin:10px 0px;*/
}

    .banner h2 {
        text-align: center;
        color: #fff;
        font-size: 25px;
        text-transform: capitalize;
    }

    .banner p {
        display: none;
        text-align: center;
        font-size: 18px;
        margin: 1em 0;
        color: #eee;
    }

        .banner p a {
            margin-right: 1em;
            color: darkorange;
        }

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.pricing {
    padding: 5em 0;
}

.agileits-pricing-grid {
    float: left;
    width: 31.5%;
}

    .agileits-pricing-grid:nth-child(2) {
        margin: 0 1em;
    }

.pricing-top {
    padding: 2em 0 0;
    background: #c73a40;
    text-align: center;
}

.blue-top {
    background: #1085bf !important;
}

.green-top {
    background: #609835 !important;
}

.pricing-top h3 {
    color: #FFF;
    font-size: 1.5em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wthree-pricing-info {
    padding: 0em 0 1em;
    background: #c73a40;
}

    .wthree-pricing-info p {
        color: #FFFFFF;
        font-size: 1em;
        margin: 0;
        text-align: center;
    }

        .wthree-pricing-info p span {
            font-size: 3em;
            font-weight: 600;
        }

.pricing-bottom {
    background: #FFF;
    text-align: center;
    padding: 0em 0 2em 0;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
}

.pricing-bottom-top {
    padding: 1em 0;
    background: #fd5c63;
}

    .pricing-bottom-top p {
        color: #212121;
        margin: 0;
        font-size: .9em;
        line-height: 1.8em;
        font-weight: 600;
        text-transform: uppercase;
    }

.pricing-bottom-bottom {
    padding: 3em 0;
    background: #fd5c63;
}

    .pricing-bottom-bottom p {
        color: #ffffff;
        font-size: 1em;
        margin: 0 0 1em 0;
    }

        .pricing-bottom-bottom p span {
            font-weight: 700;
            color: #fff;
            letter-spacing: 1px;
        }

p.text {
    margin-bottom: 0;
}

.buy-button {
    margin: 1.5em 0 0 0;
}

    .buy-button a {
        background: #212121;
        padding: .5em 1.5em;
        border: solid 1px #333;
        color: #fff;
        letter-spacing: 1px;
    }

        .buy-button a:hover {
            background: none;
            border: solid 1px #212121;
            color: #212121;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
            text-decoration: none;
        }

.first .buy-button a {
    background: #c73a40;
    border: solid 1px #c73a40;
}

    .first .buy-button a:hover {
        background: none;
        border: solid 1px #c73a40;
        color: #c73a40;
    }

.second .buy-button a {
    background: #1085bf;
    border: solid 1px #1085bf;
}

    .second .buy-button a:hover {
        background: none;
        border: solid 1px #1085bf;
        color: #1085bf;
    }

.third .buy-button a {
    background: #609835;
    border: solid 1px #609835;
}

    .third .buy-button a:hover {
        background: none;
        border: solid 1px #609835;
        color: #609835;
    }

.blue-pricing-bottom-top {
    background: #0099e5;
}

    .blue-pricing-bottom-top:nth-child(2) {
        border-top: solid 1px #1085bf;
    }

.green-pricing-bottom-top {
    background: #7ac143;
}

    .green-pricing-bottom-top:nth-child(2) {
        border-top: solid 1px #609835;
    }

.copyright {
    text-align: center;
    margin: 2em 0 0 0;
}

    .copyright p {
        color: #FFFFFF;
        font-size: .9em;
        margin: 0;
    }

        .copyright p a {
            color: #FFFFFF;
            text-decoration: none;
        }

            .copyright p a:hover {
                color: #FD5C63;
            }

#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
    background: white;
    padding: 0;
    max-width: 500px;
    margin: 39px auto;
    position: relative;
    text-align: center;
    border-radius: 5px;
}

.my-mfp-zoom-in #small-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready #small-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing #small-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
/**.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#151515;opacity:0.8;filter:alpha(opacity=80);}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden;}
.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle;}
.mfp-align-top .mfp-container:before{display:none;}
.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045;}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto;}
.mfp-ajax-cur{cursor:progress;}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}
.mfp-auto-cursor .mfp-content{cursor:auto;}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none;}
.mfp-loading.mfp-figure{display:none;}
.mfp-hide{display:none !important;}
.mfp-content iframe{width:100%;min-height:500px;}
.mfp-preloader{color:#cccccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044;}
.mfp-preloader a{color:#cccccc;}
.mfp-preloader a:hover{color:white;}
.mfp-s-ready .mfp-preloader{display:none;}
.mfp-s-error .mfp-content{display:none;}
button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;border:0;background:#dadada;-webkit-appearance:none;display:block;padding:0;z-index:1046;}
button::-moz-focus-inner{padding:0;border:0;}
.mfp-close{width:35px;height:35px;line-height:17px;position:absolute;right:0%;top:0%;text-decoration:none;text-align:center;color:white;font-style:normal;font-size:28px;outline:none;padding:0 !important;}
.mfp-close:hover, .mfp-close:focus{opacity:1;}
.mfp-close-btn-in .mfp-close{color:#212121;padding:0 0 7px 0px;}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:white;right:-6px;text-align:right;padding-right:6px;width:100%;}
.signin-form{background:#ffffff;background-size:cover;padding:2em 2em;text-align:center;margin:0 auto;}
.signin-form h3{font-size:2em;color:#212121;font-weight:700;margin:1em 0;text-transform:uppercase;}
.signin-form h3 span{color:#67e1ff;}
.signin-form img{border-radius:50%;}
.login-form{margin:1em 0 2.5em;}
.signin-form input[type="email"],.signin-form input[type="text"], .signin-form input[type="password"]{width:94%;padding:1em 1em 1em 1em;font-size:0.9em;margin:1em 0;outline:none;color:#212121;border:none;border-bottom:1px solid #212121;letter-spacing:1px;}
.signin-form input[type="email"]{background:none;display:block;}
.signin-form input[type="text"]{background:none;display:block;}
.signin-form input[type="password"]{background:none;display:block;}
::-webkit-input-placeholder{color:#212121 !important;}
.signin-form input[type="submit"]{outline:none;padding:0.9em 0;width:100%;text-align:center;font-size:1em;margin-top:1em;border:none;color:#FFFFFF;cursor:pointer;background:darkorange;letter-spacing:2px;box-shadow:0px 2px 1px rgba(28, 28, 29, 0.42);}
.signin-form input[type="submit"]:hover{color:#fff;background:#212121;transition:.5s all;-webkit-transition:.5s all;-moz-transition:.5s all;-o-transition:.5s all;-ms-transition:.5s all;}
.signin-form p a{font-size:0.875em;color:#212121;letter-spacing:1px;}
.who{background:url(../images/banner2.jpg) no-repeat 0px 0px;background-size:cover;}
.who_grid_left img{width:100%;}
.layer{background:rgba(0, 0, 0, 0.6);padding:5em 0;}
.who h3.heading{color:#fff;}
.who_grid_left h3{color:darkorange;font-size:35px;font-weight:600;text-transform:capitalize;text-shadow:0 1px 2px rgba(0, 0, 0, .6);}
.who_grid_left h4{color:#fff;font-size:22px;line-height:30px;margin:1em 0;letter-spacing:1px;}
.who_grid_left p{color:#bbb;font-size:16px;line-height:26px;letter-spacing:2px;}
.who_grid_left p.listing{margin:1em 0;color:#ddd;font-size:16px;}
.who_grid_left p.listing i{margin-right:.5em;color:darkorange;}
.progress{height:10px;margin-top:1em;margin-bottom:0em;background-color:rgba(236, 236, 236, 0.14);-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;}
.bar-grids{margin:40px 40px 0px;}
.who_grid_right p{color:#dadada;line-height:26px;font-size:16px;letter-spacing:2px;margin-top:1em;}
.bar-grids h6{font-size:18px;color:#ccc;margin-bottom:0.5em;letter-spacing:2px;}
.bar-grids h6 span{float:right;font-size:0.9em;}
.mid-bar{margin:1.3em 0;}
.progress-bar{background-color:#fff;}
.service_grid1 img{width:100%;}
.service_grid1{padding:0;}
.service_grid2 h3{text-align:center;font-size:26px;color:#333;margin-top:30px;margin-bottom:20px;}
.service_grid2 p{font-size:15px;letter-spacing:1px;line-height:25px;text-align:center;color:#888;}
.service_grid2{text-align:center;border:1px solid #e4e4e4;height:285px;background:#fefefe;}
.contact{padding:5em 0;}
.contact-form input[type="text"],.contact-form input[type="email"],textarea{margin:.5em 0;padding:.7em 1em;font-size:.9em;width:100%;background:#323232;border:1px solid #454545;color:#fff;letter-spacing:2px;}
textarea{height:150px;}
.contact-form input[type="text"]:focus,.contact-form input[type="email"]:focus,.contact-form textarea:focus{box-shadow:none;border:1px solid transparent;}
.contact-form input[type="text"]:focus,.contact-form input[type="email"]:focus,.contact-form textarea:focus{outline:none;}
.contact-form::-webkit-input-placeholder{color:#999 !important;}
.contact-form input[type="submit"]{background:darkorange;border:1px solid darkorange;padding:.5em 2em;text-transform:uppercase;color:#fff;font-size:.9em;letter-spacing:2px;}
.contact-form input[type="submit"]:hover{background:none;border:1px solid #333;color:#fff;}
.map iframe{border:5px solid rgba(153, 153, 153, 0.5);width:100%;height:400px;margin-bottom:1.5em;}
.contact-form{padding:4em 3em;background:#2b2b2b;}
.contact-form h4.heading{text-align:left;font-size:35px;margin-bottom:20px;font-weight:300;text-transform:capitalize;color:#888;letter-spacing:1px;font-family:'Source Sans Pro', sans-serif;}
.contact-grid1 i{font-size:25px;color:darkorange;margin-bottom:15px;}
.contact-right p{font-weight:600;font-size:18px;color:#444;margin-bottom:5px;}
.contact-right span, .contact-right a{font-size:15px;color:#464646;letter-spacing:1px;line-height:26px;}
.portfolio{padding:5em 0;}
.portfolio figure{margin:0;padding:0;position:relative;display:block;cursor:pointer;overflow:hidden;border:3px solid #fff;}
.portfolio figure:hover figcaption{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);opacity:1;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);top:0;}
.portfolio figcaption{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);opacity:0;position:absolute;height:100%;width:100%;top:-100%;background:rgba(0, 0, 0, .5);color:#fff;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;-webkit-transition-delay:.5s;-moz-transition-delay:.5s;-o-transition-delay:.5s;-ms-transition-delay:.5s;transition-delay:.5s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}
.portfolio figcaption h3{font-weight:300;text-align:center;font-size:35px;color:#FFF;margin-bottom:0;position:relative;margin-top:70px;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;-ms-transition:all .5s;transition:all .5s;-webkit-transition-delay:1s;-moz-transition-delay:1s;-o-transition-delay:1s;-ms-transition-delay:1s;transition-delay:1s;font-family:'Source Sans Pro', sans-serif;}
.portfolio figure:hover h3{left:0;}
.portfolio figcaption a{color:#fff;border:2px solid #fff;padding:4px 10px;text-decoration:none;}
.portfolio figcaption a:hover{color:#4f5856;background:#fff;}
/**** PORTFOLIO STYLES*****/ .portfolio-categ {
    margin-bottom: 30px;
}

ul.portfolio-categ {
    text-align: center;
    margin-bottom: 3em;
}

.portfolio-categ li {
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    margin: 0 0.4em;
    letter-spacing: 1px;
    border: 1px solid #848484;
}

    .portfolio-categ li.active {
        background: #11b563;
        border: 1px solid #11b563;
        color: #fff;
    }

    .portfolio-categ li a {
        color: #333;
    }

.image-block {
    display: block;
    position: relative;
}

.portfolio-area li {
    float: left;
    list-style-type: none;
    overflow: hidden;
    max-width: 25%;
    width: 285px;
}

.home-portfolio-text {
    margin-top: 10px;
}

.portfolio-categ li.active a {
    color: #fff;
}
/**** END PORTFOLIO STYLES*****/ .w3_wthree_agileits_icons {
    padding: 5em 0;
}

.codes a {
    color: #999;
}

.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}

    .icon-box:hover {
        background: darkorange;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        -moz-transition: 0.5s all;
    }

        .icon-box:hover i.fa {
            color: #fff !important;
        }

        .icon-box:hover a.agile-icon {
            color: #fff !important;
        }

.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
}

.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}

.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

h3.icon-subheading {
    font-size: 28px;
    color: darkorange !important;
    margin: 30px 0 15px;
    font-weight: 700;
    letter-spacing: 2px;
}

h3.agileits-icons-title {
    text-align: center;
    font-size: 33px;
    color: #222222;
    font-weight: 700;
    letter-spacing: 2px;
}

.icons a {
    color: #999;
}

.icon-box i {
    margin-right: 10px !important;
    font-size: 17px !important;
    color: darkorange !important;
}

.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(149, 149, 149, 0.18);
    margin: 1%;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: darkorange;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
    color: #777;
}

.typography {
    padding: 5em 0;
}

.well {
    font-weight: 300;
    font-size: 14px;
}

.list-group-item {
    font-weight: 300;
    font-size: 14px;
}

li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}

.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3, h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #555;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
    margin-top: 50px;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        font-size: 28px;
        color: darkorange !important;
        margin: 30px 0 15px;
        font-weight: 700;
        letter-spacing: 2px;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    color: #555;
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.alert {
    font-size: 0.85em;
}

h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
    line-height: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 20px;
}

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

.list-group {
    margin-bottom: 0px;
}

ol {
    margin-bottom: 44px;
}

h2.typoh2 {
    margin: 0 0 10px;
}


.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
/*-- //Responsive design *--/*/ div, form, img, ul, ol, li, dl, dt, dd, option, td, th, video {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside none;
}

#login_content {
    position: relative;
    width: 100%;
    height: 800px;
    background: #eaeaea;
}

.login_title {
    text-align: center;
    font-size: 65px;
    font-family: NanumBarunGothicBold;
    color: #032e8f;
    padding-top: 80px;
}

.login_box {
    position: relative;
    width: 360px;
    background: #fff;
    margin: 0 auto;
    padding: 40px 0;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    border-top: 8px solid #ddd;
}

    .login_box h1 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 20px;
        color: #666;
    }

    .login_box ul .loginInput {
        background: #fff;
        border: 1px solid #ccc;
        color: #767f88;
        font-size: 18px;
        height: 48px;
        line-height: 22px;
        padding-left: 20px;
        margin: 0 0 25px 30px;
        width: 300px;
    }

        .login_box ul .loginInput:focus {
            background: #fff;
            border-color: #666;
            outline: 0;
            outline: thin dotted \9;
            box-shadow: 0px 0px 0px 50px #fff inset;
        }

.loginButton {
    background: none repeat scroll 0 0 #00a0e9;
    border: 1px solid #00a0e9;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 48px;
    text-align: center;
    margin: 0 0 25px 30px;
    width: 300px;
    font-family: Microsoft YaHei,Arial,Verdana,sans-serif,Segoe UI,Tahoma;
}

.login_box ul .helpful {
    color: #ffffff;
    height: 14px;
    line-height: 14px;
    width: 230px;
    margin: 0 auto;
}

    .login_box ul .helpful a {
        color: #666;
        text-decoration: none;
        font-size: 16px;
    }

        .login_box ul .helpful a:nth-of-type(1) {
            float: left;
            border-right: 1px solid #666;
            padding-right: 20px;
        }

        .login_box ul .helpful a:nth-of-type(2) {
            margin-left: 20px;
        }
/******************************************************************************* 에러메세지*******************************************************************************/ .error_box {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 543px;
    height: 273px;
    margin-left: -271px;
    margin-top: -136px;
    padding: 5px 0;
    background: url(/images/mvc/error_box.png) no-repeat;
}

ul.error_title {
    margin: 25px;
    padding: 0 0 0 65px;
    background: url(/images/mvc/icon_error.png) no-repeat;
}

    ul.error_title li {
        margin: 0;
        padding: 3px 0;
        font-size: 19px;
        font-weight: bold;
    }

        ul.error_title li.second_txt {
            margin: 0;
            padding: 0;
            font-size: 12px;
            font-weight: bold;
        }

.error_box p {
    margin: 0 0 0 25px;
    padding: 10px 0;
    line-height: 1.8em;
}

.error_btn {
    margin: 0 25px 0 0;
    padding: 20px 0 0;
    text-align: right;
}

.error_box h3 {
    margin: 0 0 0 25px;
    padding: 10px 0;
    line-height: 1.8em;
}

.error_box h4 {
    margin: 0 0 0 35px;
    padding: 10px 0;
    line-height: 1.8em;
}
/******************************************************************************* 팝업*******************************************************************************/ .pop_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    display: none;
    top: 0px;
}

.pop_layer {
    position: fixed;
    z-index: -1;
    display: none;
}

.pop_close {
    margin: 0;
    padding: 0;
    height: 28px;
    cursor: pointer;
    text-align: right;
}

.pop_content {
    margin: 0;
    padding: 10px;
    background-color: #fff;
}

.pop_title_area {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 42px;
    background: url(/images/mvc/pop_title_bg.png) repeat-x;
}

h1.pop_title {
    margin: 0;
    padding: 10px 0 0 10px;
    font-size: 14px;
}

h1.pop_title01 {
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
}
/******************************************************************************* 로딩이미지*******************************************************************************/
.loading_pop_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 100;
    display: none;
    top: 0px;
    opacity: 0.7;
}

.loading_pop_layer {
    position: fixed;
    z-index: 200;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -225px;
    margin-top: -150px;
}
/******************************************************************************* 페이징/********************************************************************************/
.paginate {
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    padding: 5px 0 5px;
    text-align: center;
    zoom: 1
}

    .paginate a {
        display: -moz-inline-box;
        display: inline-block;
        _position: relative;
        margin-right: -3px;
        padding: 0 0 0 5px;
        color: #666;
        font-size: 12px;
        font-weight: bold;
        line-height: 28px;
        text-decoration: none !important
    }

        .paginate a:hover, .paginate a:focus, .paginate a:active {
            background: url(/images/mvc/bg_paging.png) no-repeat 0 0 !important
        }

    .paginate strong {
        display: -moz-inline-box;
        display: inline-block;
        _position: relative;
        margin-right: -3px;
        padding: 0 0 0 5px;
        background: #555;
        color: #666;
        font-size: 12px;
        font-weight: bold;
        line-height: 28px;
        text-decoration: none !important
    }

    .paginate strong {
        color: #fff !important
    }

    .paginate a span {
        display: block;
        _display: inline;
        position: relative;
        top: 0;
        padding: 0 8px 0 3px;
        zoom: 1
    }

    .paginate a:hover span, .paginate a:focus span, .paginate a:active span {
        background: url(/images/mvc/bg_paging.png) no-repeat 100% 0 !important;
        text-decoration: underline;
        cursor: pointer
    }

    .paginate strong span {
        display: block;
        _display: inline;
        position: relative;
        top: 0;
        padding: 0 8px 0 3px;
        background: #555;
        zoom: 1
    }

    .paginate a.pre, .paginate a.next {
        position: relative;
        background: none !important;
        font-size: 12px
    }

        .paginate a.pre:hover, .paginate a.pre:focus, .paginate a.pre:active, .paginate a.next:hover, .paginate a.next:focus, .paginate a.next:active {
            background: none !important
        }

    .paginate a.pre {
        margin-right: 10px
    }

    .paginate a.next {
        margin-left: 8px
    }
/******************************************************************************* 공통으로 쓸만한 클래스 정의/********************************************************************************/
.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-h-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-v-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.v-center {
    vertical-align: middle !important;
}

.t-red { color: #db2828 !important; } .t-pink { color: #e03997 !important; } .t-orange { color: #f2711c !important; } .t-yellow { color: #fbbd08 !important; text-shadow: 0 -1px 0 #fbbd08,-1px 0 0 #fbbd08,0 1px 0 #fbbd08,1px 0 0 #fbbd08!important;}
.t-olive { color: #b5cc18 !important; } .t-green { color: #21ba45 !important; } .t-teal { color: #00b5ad !important; } .t-blue { color: #2185d0 !important; }
.t-violet { color: #6435c9 !important; } .t-purple { color: #a333c8 !important; } .t-brown { color: #a5673f !important; } .t-gray { color: #999 !important; }
.t-black { color: #1b1c1d !important; } .t-white { color: #fff !important; } .t-aqua {color: #2eaef8 !important;}
.t-bold {font-weight: 700 !important;} 

/******************************************************************************* 회원정보/********************************************************************************/
.board_search {
    position: relative;
    margin: 15px 0 0px;
    padding: 0;
    width: 100%;
    height: 45px;
    background: #428bca;
    border: 1px solid #357ebd;
    border-radius: 5px;
    color: #fff;
}

.boardtitle {
    float: left;
    display: inline-block;
    margin: 10px 10px 0 10px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}

.searchbox {
    vertical-align: middle;
    border: 1px solid #357ebd;
    height: 26px;
    width: 180px;
    margin: 10px 0;
    padding: 1px 10px;
    color: #333;
}

input.btn_search {
    vertical-align: middle;
    border: 1px solid #357ebd;
    height: 26px;
    margin: 3px 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    color: #357ebd;
    background: #fff;
}

input.btn_add {
    float: right;
    border: 1px solid #357ebd;
    width: 45px;
    height: 26px;
    margin: 10px 10px 10px 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    color: #357ebd;
    background: #fff;
}

ul.person {
    float: left;
    width: 150px;
    height: 120px;
    padding: 10px 15px;
    margin: 7px;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
}

    ul.person:hover {
        background-color: lightyellow;
    }

    ul.person li {
        width: 120px;
        font-weight: bold;
        list-style: none;
        padding: 0 0 0 10px;
    }

span.num {
    font-size: 10px;
    width: 20px;
    height: 20px;
    font-weight: bold;
    background: #e6f3ff;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    border-radius: 15px;
    text-align: left;
}

ul.person li.name {
    font-size: 13px;
    height: 35px;
    border-bottom: 1px dashed #ddd;
    margin: 0 0 13px 0;
    padding: 0;
    text-align: left;
}

ul.person li.tel {
    font-size: 12px;
    height: 27px;
    color: #606060;
}

ul.person li.phone {
    font-size: 12px;
    height: 27px;
    color: #606060;
}

.menubar {
    float: left;
    width: 48%;
    height: 30px;
    padding: 5px 15px;
    margin: 5px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: lightyellow;
}

input.searchmon {
    vertical-align: middle;
    border: 1px solid #357ebd;
    height: 26px;
    margin: 10px 0;
    padding: 1px 0;
    color: #333;
}
/******************************************************************************* 공통으로 쓸만한 클래스 정의/********************************************************************************/
.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.col-w-1p {
    width: 1%;
}

.col-w-2p {
    width: 2%;
}

.col-w-3p {
    width: 3%;
}

.col-w-4p {
    width: 4%;
}

.col-w-5p {
    width: 5%;
}

.col-w-6p {
    width: 6%;
}

.col-w-7p {
    width: 7%;
}

.col-w-8p {
    width: 8%;
}

.col-w-9p {
    width: 9%;
}

.col-w-10p {
    width: 10%;
}

.col-w-11p {
    width: 11%;
}

.col-w-12p {
    width: 12%;
}

.col-w-13p {
    width: 13%;
}

.col-w-14p {
    width: 14%;
}

.col-w-15p {
    width: 15%;
}

.col-w-16p {
    width: 16%;
}

.col-w-17p {
    width: 17%;
}

.col-w-18p {
    width: 18%;
}

.col-w-19p {
    width: 19%;
}

.col-w-20p {
    width: 20%;
}

.col-w-21p {
    width: 21%;
}

.col-w-22p {
    width: 22%;
}

.col-w-23p {
    width: 23%;
}

.col-w-24p {
    width: 24%;
}

.col-w-25p {
    width: 25%;
}

.col-w-26p {
    width: 26%;
}

.col-w-27p {
    width: 27%;
}

.col-w-28p {
    width: 28%;
}

.col-w-29p {
    width: 29%;
}

.col-w-30p {
    width: 30%;
}

.col-w-31p {
    width: 31%;
}

.col-w-32p {
    width: 32%;
}

.col-w-33p {
    width: 33%;
}

.col-w-34p {
    width: 34%;
}

.col-w-35p {
    width: 35%;
}

.col-w-36p {
    width: 36%;
}

.col-w-37p {
    width: 37%;
}

.col-w-38p {
    width: 38%;
}

.col-w-39p {
    width: 39%;
}

.col-w-40p {
    width: 40%;
}

.col-w-41p {
    width: 41%;
}

.col-w-42p {
    width: 42%;
}

.col-w-43p {
    width: 43%;
}

.col-w-44p {
    width: 44%;
}

.col-w-45p {
    width: 45%;
}

.col-w-46p {
    width: 46%;
}

.col-w-47p {
    width: 47%;
}

.col-w-48p {
    width: 48%;
}

.col-w-49p {
    width: 49%;
}

.col-w-50p {
    width: 50%;
}

.col-w-51p {
    width: 51%;
}

.col-w-52p {
    width: 52%;
}

.col-w-53p {
    width: 53%;
}

.col-w-54p {
    width: 54%;
}

.col-w-55p {
    width: 55%;
}

.col-w-56p {
    width: 56%;
}

.col-w-57p {
    width: 57%;
}

.col-w-58p {
    width: 58%;
}

.col-w-59p {
    width: 59%;
}

.col-w-60p {
    width: 60%;
}

.col-w-61p {
    width: 61%;
}

.col-w-62p {
    width: 62%;
}

.col-w-63p {
    width: 63%;
}

.col-w-64p {
    width: 64%;
}

.col-w-65p {
    width: 65%;
}

.col-w-66p {
    width: 66%;
}

.col-w-67p {
    width: 67%;
}

.col-w-68p {
    width: 68%;
}

.col-w-69p {
    width: 69%;
}

.col-w-70p {
    width: 70%;
}

.col-w-71p {
    width: 71%;
}

.col-w-72p {
    width: 72%;
}

.col-w-73p {
    width: 73%;
}

.col-w-74p {
    width: 74%;
}

.col-w-75p {
    width: 75%;
}

.col-w-76p {
    width: 76%;
}

.col-w-77p {
    width: 77%;
}

.col-w-78p {
    width: 78%;
}

.col-w-79p {
    width: 79%;
}

.col-w-80p {
    width: 80%;
}

.col-w-81p {
    width: 81%;
}

.col-w-82p {
    width: 82%;
}

.col-w-83p {
    width: 83%;
}

.col-w-84p {
    width: 84%;
}

.col-w-85p {
    width: 85%;
}

.col-w-86p {
    width: 86%;
}

.col-w-87p {
    width: 87%;
}

.col-w-88p {
    width: 88%;
}

.col-w-89p {
    width: 89%;
}

.col-w-90p {
    width: 90%;
}

.col-w-91p {
    width: 91%;
}

.col-w-92p {
    width: 92%;
}

.col-w-93p {
    width: 93%;
}

.col-w-94p {
    width: 94%;
}

.col-w-95p {
    width: 95%;
}

.col-w-96p {
    width: 96%;
}

.col-w-97p {
    width: 97%;
}

.col-w-98p {
    width: 98%;
}

.col-w-99p {
    width: 99%;
}

.col-w-100p {
    width: 100%;
}

.box {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    background-color: #fff;
}

h4.sub_title {
    display: inline-block;
    height: 20px;
    font-size: 14px;
    margin: 0 0 5px;
    padding: 0 0 0 16px;
    font-weight: bold;
    color: #444;
    background: url(/Images/mvc/icon_h4.png) no-repeat 0 1px;
}

h4.sub_title2 {
    display: inline-block;
    height: 20px;
    font-size: 14px;
    margin: 0 0 5px;
    padding: 0 0 0 16px;
    font-weight: bold;
    color: #4086bc;
    background: url(/Images/mvc/icon_h4.png) no-repeat 0 1px;
}

table .gold {
    background-color: gold !important;
    height: 80px;
    font-weight: bold;
}

table .silver {
    background-color: silver !important;
    height: 70px;
    font-weight: bold;
}

table .bronze {
    background-color: burlywood !important;
    height: 60px;
    font-weight: bold;
}

table .myrank {
    background-color: orange !important;
    height: 60px;
    font-weight: bold;
}

    table .myrank:hover {
        background-color: beige !important;
    }

.tableM {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
    font-size: 16px;
    text-align: center;
    font-family: 'Nanum Gothic';
}

    .tableM thead tr {
        color: white;
    }

    .tableM thead th {
        padding: 10px 0 !important;
        text-align: center;
        border-bottom: 0px !important;
    }

    .tableM tbody tr {
        background-color: #eee;
    }

        .tableM tbody tr:hover {
            background-color: #fffde4;
        }

    .tableM tbody th {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding: 5px 0;
    }

    .tableM tbody td {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding: 5px 0;
    }

    .tableM tr td:first-child, .tableM tr th:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .tableM tr td:last-child, .tableM tr th:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-right: 0px;
    }

    .tableM thead tr a {
        color: #344010;
    }

        .tableM thead tr a:hover {
            color: #000;
        }

    .tableM thead tr.tgreen {
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#c9dc91), to(#a6b772));
        background-image: -webkit-linear-gradient(top, #c9dc91, 0%, #a6b772, 100%);
        background-image: -moz-linear-gradient(top, #c9dc91 0%, #a6b772 100%);
        background-image: linear-gradient(to bottom, #c9dc91 0%, #a6b772 100%);
        background-repeat: repeat-x;
        border-color: #3e7f78;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9dc91', endColorstr='#a6b772', GradientType=0);
        border-color: #3e7f78;
        color: #fff;
    }

    .tableM thead tr.tblue {
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#8290b7), to(#6274a4));
        background-image: -webkit-linear-gradient(top, #8290b7, 0%, #6274a4, 100%);
        background-image: -moz-linear-gradient(top, #8290b7 0%, #6274a4 100%);
        background-image: linear-gradient(to bottom, #8290b7 0%, #6274a4 100%);
        background-repeat: repeat-x;
        border-color: #3e7f78;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    }

    .tableM thead tr.tdblue {
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#82a2b7), to(#628aa4));
        background-image: -webkit-linear-gradient(top, #82a2b7, 0%, #628aa4, 100%);
        background-image: -moz-linear-gradient(top, #82a2b7 0%, #628aa4 100%);
        background-image: linear-gradient(to bottom, #82a2b7 0%, #628aa4 100%);
        background-repeat: repeat-x;
        border-left: 1px solid #628aa4;
        border-right: 1px solid #628aa4;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82a2b7', endColorstr='#628aa4', GradientType=0);
    }

.tableI {
    width: 100%;
    font-size: 12px;
    text-align: left;
    margin: 10px 0 0 0;
    border: 0px;
    border-top: 2px solid #628aa4;
}

    .tableI thead tr {
        color: #fff;
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#82a2b7), to(#628aa4));
        background-image: -webkit-linear-gradient(top, #82a2b7, 0%, #628aa4, 100%);
        background-image: -moz-linear-gradient(top, #82a2b7 0%, #628aa4 100%);
        background-image: linear-gradient(to bottom, #82a2b7 0%, #628aa4 100%);
        background-repeat: repeat-x;
        border-left: 1px solid #628aa4;
        border-right: 1px solid #628aa4;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82a2b7', endColorstr='#628aa4', GradientType=0);
    }

    .tableI thead th {
        padding: 8px 0;
        text-align: center;
    }

    .tableI tbody tr {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .tableI tbody th {
        vertical-align: middle;
        padding: 13px 0;
        color: #535353;
        background: #f1f9ff;
        border-left: 1px solid #d8efff;
        border-right: 1px solid #d8efff;
        vertical-align: center;
    }

    .tableI tbody td {
        text-align: left;
        vertical-align: middle;
        padding: 5px 15px;
    }

        .tableI tbody td > .form-control {
            vertical-align: middle;
            font-size: 12px;
            padding: 3px 10px;
            background: #fff;
        }

        .tableI tbody td > [disabled].form-control, [readonly].form-control, fieldset[disabled] .form-control {
            color: #aaa;
            background: #f1f1f1;
        }

.search_wrap {
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
    margin-top: 10px;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    color: #fff;
    vertical-align: middle;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8c6df', endColorstr='#6d88b7',GradientType=0 );
}

.form-group {
    margin: 0 0 15px 0;
}

.form-stl-h {
    width: 100%;
    height: 2px;
    margin: 0;
    padding: 0;
    background: #005c1c;
}

.form-stl {
    width: 100%;
    height: 100%;
    min-height: 46px;
    margin: 0;
}

    .form-stl > .control-label {
        color: #535353;
        padding: 13px 0 13px 0;
        margin: 0;
        vertical-align: middle;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
    }

    .form-stl > div {
        padding: 5px 15px 7px 15px;
    }

        .form-stl > div > .form-control {
            vertical-align: middle;
            font-size: 12px;
            padding: 3px 10px;
            background: #fff;
        }

        .form-stl > div > [disabled].form-control, [readonly].form-control, fieldset[disabled] .form-control {
            color: #aaa;
            background: #f1f1f1;
        }

.visible {
    visibility: visible
}

.vis_hide {
    visibility: hidden
}

.home-container {
    width: 100%
}

    .home-container .mar-left8 {
        margin-left: 8px
    }

    .home-container .home-header {
        width: 100%;
        height: 400px;
        position: relative;
        overflow: hidden;
        background-image: url(../images/renew/mainbg.jpg);
    }

        .home-container .home-header .top-wrapper {
            width: 1180px;
            margin: 0 auto;
            padding-top: 48px;
            position: relative;
            z-index: 1;
        }

            .home-container .home-header .top-wrapper .small-title {
                font-size: 24px;
                font-weight: 300;
                height: 36px;
                color: #fff
            }

                .home-container .home-header .top-wrapper .small-title span {
                    margin-right: 8px;
                }

            .home-container .home-header .top-wrapper p {
                height: 56px;
                font-size: 36px;
                font-weight: 300;
                line-height: 1.56;
                letter-spacing: normal;
                color: #fff;
                margin-bottom: 42px
            }

            .home-container .home-header .top-wrapper .banner-container {
                z-index: 10
            }

            .home-container .home-header .top-wrapper .home-banner {
                height: 177px
            }

                .home-container .home-header .top-wrapper .home-banner .home-banner-scroll {
                    visibility: visible;
                    overflow: hidden;
                    position: relative;
                    z-index: 2;
                    left: 0;
                    width: 1180px;
                    height: 128px
                }

                .home-container .home-header .top-wrapper .home-banner .home-banner-imgs {
                    margin: 0;
                    padding: 0;
                    position: relative;
                    list-style-type: none;
                    z-index: 1
                }

                    .home-container .home-header .top-wrapper .home-banner .home-banner-imgs li {
                        width: 268px;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        height: 125px;
                        border-radius: 12px;
                        border: 2px solid rgba(255,255,255,.16);
                        margin-right: 36px;
                        position: relative;
                        float: left
                    }

                        .home-container .home-header .top-wrapper .home-banner .home-banner-imgs li:nth-of-type(4n) {
                            margin-right: 0
                        }

                    .home-container .home-header .top-wrapper .home-banner .home-banner-imgs a {
                        cursor: pointer;
                        background-position: center;
                        background-repeat: no-repeat;
                        border-radius: 10px;
                        background-size: 100%;
                        height: 100%;
                        left: 0;
                        overflow: hidden;
                        position: absolute;
                        text-align: center;
                        top: 0;
                        -webkit-transition: opacity .8s ease-in-out 0s;
                        -o-transition: opacity .8s ease-in-out 0s;
                        transition: opacity .8s ease-in-out 0s;
                        width: 100%;
                        display: block
                    }

                .home-container .home-header .top-wrapper .home-banner .home-banner-link {
                    float: right;
                    margin-top: 16px;
                    height: 17px;
                    margin-bottom: 0
                }

                    .home-container .home-header .top-wrapper .home-banner .home-banner-link .dots {
                        float: left;
                        margin-top: 6px
                    }

                        .home-container .home-header .top-wrapper .home-banner .home-banner-link .dots em {
                            float: left;
                            width: 15px;
                            height: 4px;
                            opacity: .25;
                            margin-left: 10px;
                            border-radius: 2px;
                            background-color: #fff;
                            display: inline-block;
                            cursor: pointer
                        }

                        .home-container .home-header .top-wrapper .home-banner .home-banner-link .dots .active {
                            opacity: .6
                        }

                    .home-container .home-header .top-wrapper .home-banner .home-banner-link .more {
                        float: left;
                        color: #5795f1;
                        height: 17px;
                        font-size: 12px
                    }

            .home-container .home-header .top-wrapper .home-banner-bottom {
                width: 494px;
                height: 567px;
                position: absolute;
                left: 390px;
                top: 235px
            }

                .home-container .home-header .top-wrapper .home-banner-bottom .hemisphere {
                    width: 494px;
                    height: 494px;
                    border-radius: 40%;
                    opacity: .2;
                    position: absolute;
                    top: 103px
                }

                .home-container .home-header .top-wrapper .home-banner-bottom .ball {
                    width: 150px;
                    height: 150px;
                    border-radius: 25%;
                    opacity: .4;
                    position: absolute;
                    left: 150px;
                    top: -200px;
                    -webkit-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    transform: rotate(360deg)
                }

        .home-container .home-header .transparent-wrapper {
            width: 100%;
            height: 40px;
            background-color: #ff831d;
            position: absolute;
            bottom: 0;
            z-index: 1
        }

            .home-container .home-header .transparent-wrapper .transparent-auto {
                width: 100%;
                height: 40px;
                display: block;
                line-height: 40px;
                margin: 0 auto;
                text-align: center
            }

                .home-container .home-header .transparent-wrapper .transparent-auto .new {
                    display: inline-block;
                    padding: 0 8px;
                    color: #ee6560;
                    font-weight: 500;
                    font-size: 14px;
                    margin-right: 8px
                }

    .home-container .home-quotation .home-products td:nth-of-type(1), .home-container .home-quotation .home-products th:nth-of-type(1) {
        padding-left: 10px
    }

    .home-container .home-header .transparent-wrapper .transparent-auto .text {
        opacity: .8;
        font-size: 14px;
        color: #fff;
        display: inline-block;
        width: 400px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle
    }

    .home-container .home-header .transparent-wrapper .transparent-auto .more-news {
        color: #8d939a;
        font-size: 14px;
        cursor: pointer;
        vertical-align: middle
    }

    .home-container .home-header .home-banner-right {
        width: 314px;
        height: 396px;
        position: absolute;
        right: 0;
        top: 26px;
        z-index: 0
    }

        .home-container .home-header .home-banner-right .hemisphere {
            width: 396px;
            height: 396px;
            border-radius: 50%;
            opacity: .2;
            position: absolute;
            right: -100px
        }

        .home-container .home-header .home-banner-right .ball {
            width: 84px;
            height: 84px;
            border-radius: 50%;
            opacity: .4;
            position: absolute;
            top: 58px
        }

    .home-container .home-header .rotate-ani {
        animation: rotate-frame 10s linear 0s infinite;
        -moz-animation: rotate-frame 10s linear 0s infinite;
        -webkit-animation: rotate-frame 10s linear 0s infinite;
        -o-animation: rotate-frame 10s linear 0s infinite
    }

@keyframes rotate-frame {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes rotate-frame {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.home-container .index-green {
    color: #4db872
}

.home-container .index-blue {
    color: #3a4ed5
}

.home-container .index-red {
    color: #ee6560
}

.home-container .index-black {
    color: #212121
}

.home-container .index-bg-green {
    background-color: #4db872
}

.home-container .index-bg-red {
    background-color: #ee6560
}

.home-container .index-bg-blue {
    background-color: #3a4ed5
}

.home-container .index-bg-black {
    background-color: #212121
}

.home-container .home-quotation {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

    .home-container .home-quotation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -webkit--moz-box-pack: center;
        box-pack: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 1180px;
        height: 100px;
        margin: 0 auto;
        overflow: hidden
    }

        .home-container .home-quotation ul li .contrast span:nth-of-type(2), .home-container .home-quotation ul li .vol span:nth-of-type(2) {
            margin-left: 5px
        }

        .home-container .home-quotation ul li {
            float: left;
            min-width: 162px;
            margin-right: 30px
        }

            .home-container .home-quotation ul li .contrast {
                font-size: 12px;
                line-height: 18px;
                color: #fff;
                font-weight: 700;
                padding-top: 20px
            }

                .home-container .home-quotation ul li .contrast span {
                    float: left;
                    display: block
                }

                .home-container .home-quotation ul li .contrast .green {
                    color: #4db872
                }

                .home-container .home-quotation ul li .contrast .red {
                    color: #ee6560
                }

            .home-container .home-quotation ul li .amount {
                font-size: 18px;
                line-height: 28px;
                color: #fff
            }

                .home-container .home-quotation ul li .amount span {
                    float: left;
                    display: block
                }

                    .home-container .home-quotation ul li .amount span:nth-of-type(2) {
                        margin-left: 5px;
                        color: #8d939a;
                        font-weight: 300
                    }

            .home-container .home-quotation ul li .vol {
                font-size: 12px;
                line-height: 16px;
                color: #fff;
                font-weight: 300
            }

                .home-container .home-quotation ul li .vol span {
                    float: left;
                    display: block;
                    opacity: .5
                }

                    .home-container .home-quotation ul li .vol span:nth-of-type(1) {
                        opacity: 1
                    }

    .home-container .home-quotation .home-tickers-index {
        width: 100%;
        max-width: 1180px;
        margin: 25px auto;
        height: 120px;
    }

        .home-container .home-quotation .home-tickers-index .home-index {
            float: left;
            width: 19%;
            height: 100px;
            border-radius: 8px;
            background-color: #fff;
            -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.05);
            box-shadow: 0 2px 20px 0 rgba(0,0,0,.05);
            margin-right: 5px;
            position: relative;
            cursor: pointer;
            border: 1px solid #d0d0d0;
        }

            .home-container .home-quotation .home-tickers-index .home-index:hover {
                -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
                box-shadow: 0 15px 30px rgba(0,0,0,.1);
                -webkit-transform: translateY(-5px);
                -ms-transform: translateY(-5px);
                transform: translateY(-5px);
                -webkit-transition: all .2s linear;
                -o-transition: all .2s linear;
                transition: all .2s linear
            }

            .home-container .home-quotation .home-tickers-index .home-index .home-index-percent, .home-container .home-quotation .home-tickers-index .home-index .home-index-price, .home-container .home-quotation .home-tickers-index .home-index .home-index-title {
                margin-left: 16px
            }

            .home-container .home-quotation .home-tickers-index .home-index .home-index-title {
                height: 24px;
                opacity: .9;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.5;
                margin: 8px 0 0 16px;
                color: rgba(0,0,0,.85)
            }

            .home-container .home-quotation .home-tickers-index .home-index .home-index-price {
                height: 36px;
                font-size: 22px;
                font-weight: 500;
                line-height: 1.5;
                text-align: left;
                z-index: 1;
                position: relative
            }

            .home-container .home-quotation .home-tickers-index .home-index .home-index-percent {
                font-size: 14px;
                font-weight: 500;
                line-height: 18px;
                height: 18px;
                text-align: center;
                color: #fff;
                width: 58px;
                border-radius: 4px;
                min-width: 58px;
                margin-top: 4px;
                position: relative;
                z-index: 1
            }

            .home-container .home-quotation .home-tickers-index .home-index .home-coin-img {
                width: 40px;
                position: relative;
                top: -60px;
                left: 150px;
            }

            .home-container .home-quotation .home-tickers-index .home-index .line, .home-container .home-quotation .home-tickers-index .home-index .peity {
                position: absolute;
                bottom: 0;
                z-index: 0;
                display: block
            }

    .home-container .home-quotation .home-new-online {
        height: 36px;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.5;
        color: rgba(0,0,0,.85);
        margin-top: 0px;
        margin-bottom: 10px;
        text-align: center;
    }

    .home-container .home-quotation .home-xline {
        width: 100%;
        height: 1px;
        background-color: #ebedf0
    }

    .home-container .home-quotation .home-products {
        border: none;
        margin: 5px 0 20px;
        width: 100%
    }

        .home-container .home-quotation .home-products .go-trade {
            width: 18px;
            height: 18px;
            cursor: pointer
        }

        .home-container .home-quotation .home-products tbody > tr:hover {
            cursor: pointer;
            background-color: rgba(87,149,241,.09)
        }

        .home-container .home-quotation .home-products td:last-of-type, .home-container .home-quotation .home-products th:last-of-type {
            padding-right: 20px
        }

        .home-container .home-quotation .home-products th {
            height: 24px;
            line-height: 24px;
            color: #212121;
            font-size: 18px;
            text-align: center;
            font-weight: bold;
        }

        .home-container .home-quotation .home-products td {
            padding: 3px !important;
            font-size: 15px;
            border-bottom: 1px solid #e9e9e9;
            width: 170px;
            vertical-align:middle;
        }

            .home-container .home-quotation .home-products td:nth-of-type(7) {
                width: 60px
            }

            .home-container .home-quotation .home-products td .index-native-price {
                margin-left: 6px;
                color: rgba(0,0,0,.43);
                font-size: 12px
            }

.home-container .home-main {
    width: 100%;
    background-color: #f7f8fa
}

    .home-container .home-main h2 {
        font-size: 32px;
        line-height: 48px;
        color: #1c2736;
        width: 100%;
        margin: 80px 0 20px;
        text-align: center
    }

    .home-container .home-main .subtitle {
        width: 800px;
        height: 48px;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #6e7e99;
        margin: 0 auto
    }

    .home-container .home-main ul {
        width: 1180px;
        margin: 0 auto;
        padding: 80px 0
    }

        .home-container .home-main ul li {
            float: left;
            width: 200px
        }

            .home-container .home-main ul li em {
                width: 80px;
                display: block;
                margin: 0 auto
            }

                .home-container .home-main ul li em img {
                    width: 80px;
                    height: 80px
                }

            .home-container .home-main ul li span {
                display: block;
                width: 100%;
                text-align: center;
                margin: 25px 0 10px;
                font-size: 18px;
                line-height: 26px;
                color: #1c2736
            }

            .home-container .home-main ul li p {
                width: 158px;
                margin: 0 auto;
                text-align: center;
                font-size: 14px;
                line-height: 20px;
                opacity: .5;
                color: #191919
            }

            .home-container .home-main ul li:nth-child(1) {
                margin-left: 18px
            }

            .home-container .home-main ul li:not(:first-child) {
                margin-left: 36px
            }

    .home-container .home-main .home-download {
        height: 400px;
        background-image: -webkit-gradient(linear,left top,right top,from(#041636),to(#0b2758));
        background-image: -webkit-linear-gradient(left,#041636,#0b2758);
        background-image: -o-linear-gradient(left,#041636,#0b2758);
        background-image: linear-gradient(to right,#041636,#0b2758)
    }

        .home-container .home-main .home-download table {
            margin: 72px auto 0;
            width: 1180px
        }

            .home-container .home-main .home-download table .home-download-mobile {
                margin-left: 140px
            }

                .home-container .home-main .home-download table .home-download-mobile img {
                    width: 80px;
                    height: 80px;
                    border: none
                }

            .home-container .home-main .home-download table td {
                position: relative
            }

                .home-container .home-main .home-download table td:nth-of-type(1) {
                    width: 255px
                }

                .home-container .home-main .home-download table td:nth-of-type(2) {
                    width: 335px
                }

                .home-container .home-main .home-download table td:nth-of-type(3) {
                    width: 1px
                }

                .home-container .home-main .home-download table td:nth-of-type(4) {
                    width: 250px
                }

            .home-container .home-main .home-download table .home-download-pc {
                margin-left: 120px
            }

                .home-container .home-main .home-download table .home-download-pc img {
                    width: 80px;
                    height: 80px;
                    border: none
                }

            .home-container .home-main .home-download table .home-download-versions {
                float: left
            }

            .home-container .home-main .home-download table .download-mac {
                position: absolute;
                top: 0
            }

            .home-container .home-main .home-download table .download-win {
                margin-top: 26px
            }

            .home-container .home-main .home-download table .download-mac, .home-container .home-main .home-download table .download-win {
                height: 24px
            }

                .home-container .home-main .home-download table .download-mac img, .home-container .home-main .home-download table .download-win img {
                    width: 24px;
                    height: 24px
                }

        .home-container .home-main .home-download .home-download-title {
            height: 54px;
            font-size: 36px;
            line-height: 1.5;
            color: #fff;
            margin: 0 auto;
            text-align: center;
            padding-top: 80px
        }

        .home-container .home-main .home-download .home-download-desc {
            height: 21px;
            font-size: 14px;
            line-height: 1.5;
            color: rgba(255,255,255,.43);
            margin: 0 auto;
            text-align: center
        }

        .home-container .home-main .home-download .home-down-code {
            width: 128px;
            height: 154px;
            border-radius: 6px;
            background-color: #fff;
            -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
            box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
            position: absolute;
            top: -165px;
            margin-left: 44px;
            display: none
        }

            .home-container .home-main .home-download .home-down-code p {
                margin: 12px 0;
                text-align: center;
                font-size: 14px
            }

            .home-container .home-main .home-download .home-down-code img {
                border: none;
                width: 116px;
                height: 116px;
                margin: -8px 5px 16px;
                display: block
            }

        .home-container .home-main .home-download .home-download-lnkbtn-rec {
            position: absolute;
            top: 0;
            font-size: 14px
        }

        .home-container .home-main .home-download .home-download-lnkbtn {
            width: 215px;
            height: 40px;
            line-height: 40px;
            border-radius: 20px;
            background-color: #205fed;
            color: #fff;
            text-align: center;
            cursor: pointer
        }

        .home-container .home-main .home-download .home-download-tips {
            color: #5795f1;
            height: 20px;
            margin-top: 19px;
            margin-left: 20px
        }

        .home-container .home-main .home-download .home-download-yline {
            width: 1px;
            height: 72px;
            opacity: .31;
            background-color: #fff;
            position: absolute;
            top: 8px;
            left: 50%
        }

        .home-container .home-main .home-download .home-download-versions a {
            margin-left: 8px;
            vertical-align: top;
            margin-top: 5px;
            display: inline-block;
            color: #5795f1
        }

        .home-container .home-main .home-download .home-download-versions .download-mac, .home-container .home-main .home-download .home-download-versions .download-win {
            height: 20px;
            font-size: 14px;
            color: #5795f1
        }

        .home-container .home-main .home-download .down-download-lnkrec {
            width: 1180px;
            margin: 70px auto 0
        }

.f-48 {
    font-size: 48px !important
}

.f-tip-icon {
    line-height: 1.5;
    color: #ffbf00;
    opacity: .5;
    margin: 0 auto 24px;
    display: block;
    text-align: center
}

.dialog, .dialog .dialog-wrapper .dialog-window .one-btn-box .dialog-confirm-btn[disabled] .loading-icon {
    display: none
}

.icon-tip-msg {
    margin-bottom: 24px;
    line-height: 1.5;
    color: rgba(0,0,0,.85)
}

#banner .li-img {
}

#banner, #bannerContainer {
    position: relative
}

#banner {
    overflow: hidden;
    height: 128px;
    margin: 0 auto
}

    #banner .banner-imgs {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        cursor: pointer;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        transition: all;
        left: -36px;
    }

    #banner .li-img {
        width: 268px;
        margin-left: 36px;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
    }

    #banner .link {
        display: inline-block;
        height: 100%;
        width: 100%;
    }

    #banner .link-img {
        height: 100%;
        width: 100%
    }

#bannerContainer .banner-dots {
    list-style: none;
    padding: 0;
    float: right;
    margin-top: 14px;
    height: 17px;
    margin-bottom: 0;
    margin-right: 30px;
}

#bannerContainer .li-dot {
    width: 15px;
    height: 4px;
    opacity: .25;
    margin-left: 10px;
    border-radius: 2px;
    background-color: #fff;
    display: inline-block;
    cursor: pointer
}

    #bannerContainer .active, #bannerContainer .li-dot:hover {
        opacity: .6
    }

#rdoGroup {
    width: 100%;
    text-align: center;
}

.navbar-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-login {
    display: none;
    margin-right: 10px;
    float: right;
    text-align: right;
    margin-top: 10px;
    color: black;
}

.pct {
    font-size: 11px;
}

.myWallet {
    width: 100%;
    border: 1px solid #ddd;
}

    .myWallet img {
        vertical-align: middle;
    }

    .myWallet th {
        background: #f4f4f4;
        padding: 8px 0;
        border: 1px solid #ddd;
        border-color: #999 #ddd #999 #ddd;
        text-align: center;
        font-family: NanumBarunGothicBold;
        font-size: 15px;
    }

    .myWallet td {
        border: 1px solid #ddd;
        padding: 10px 0;
        padding-right: 20px;
        font-size: 14px !important;
    }

        .myWallet td.type {
            text-align: left;
            padding-left: 15px;
            padding-right: 0;
            font-size: 15px;
            background: #f7f8fb;
        }

            .myWallet td.type > span {
                display: inline-block;
                color: #666;
                font-size: 14px;
            }

            .myWallet td.type > font {
                font-family: NanumBarunGothic;
                font-size: 11px;
            }

        .myWallet td img {
            margin-right: 10px;
            display: inline-block;
            width: 20px;
        }

        .myWallet td.type2 {
            border-color: #23447c #23447c #5284c3 #23447c;
            text-align: center;
            padding-right: 0;
            background: #325d93;
            font-size: 15px;
            font-family: NanumBarunGothicBold;
            color: #fff;
        }

        .myWallet td.type3 {
            text-align: left;
            padding-left: 15px;
            padding-right: 0;
            font-size: 15px;
            background: #f7f8fb;
        }

            .myWallet td.type3 > span {
                display: inline-block;
            }

            .myWallet td.type3 > font {
                font-size: 11px;
                color: #afcfe6;
            }

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.not412 {
    display: normal;
}

.show412 {
    display: none;
}

.not768 {
    display: normal;
}

.bi_img { /*margin:6px;*/
    width: 210px;
}

#container {
    text-align: center;
}

.table-notice {
    font-size: 12px;
}

#search_result {
    min-height: 400px;
}

.btn1 {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn1:hover {
        color: #fff;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

.btn2 {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn2:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

.btn3 {
    color: #fff;
    background-color: #78c745;
    border-color: #007bff;
}

    .btn3:hover {
        color: #fff;
        background-color: forestgreen;
        border-color: #0062cc;
    }

.btn4 {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn4:hover {
        color: #fff;
        background-color: green;
        border-color: #1e7e34;
    }

.btn5 {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn5:hover {
        color: #fff;
        background-color: #e0a800;
        border-color: #d39e00;
    }

.btn6 {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn6:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

.btn7 {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn7:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

.btn8 {
    color: #fff;
    background-color: #f14746 !important;
    border-color: #f14746 !important;
}

    .btn8:hover {
        color: #fff;
        background-color: #c82333 !important;
        border-color: #c82333 !important;
    }

.btn9 {
    color: #fff;
    background-color: #ff831d !important;
    border-radius: 0px;
    border: 1px solid #ff831d;
    padding: 3px 10px;
}

.btn10 {
    color: #fff;
    background-color: #439628 !important;
    border-radius: 0px;
    border: 1px solid #439628;
    padding: 3px 10px;
}

.btn11 {
    color: #fff;
    background-color: #941b21 !important;
    border-radius: 0px;
    border: 1px solid #941b21;
    padding: 3px 10px;
}

/* 인트로, 회원가입, 뉴스 */
/* 공통 */
ol, li {
    list-style: none;
}

/* 인트로 */
.cont_1_img img {
    float: right;
    padding: 20px;
}

.cont_2_img img {
    float: left;
    padding: 20px;
}

.cont_3_img img {
    float: right;
    padding: 20px;
}

.cont_title {
    font-size: 24px;
    line-height: 30px;
}

.cont_explain {
    margin-top: 20px;
}

.cont_1_text {
    margin-top: 100px;
}

.cont_2_text {
    margin-top: 100px;
    padding-left: 150px;
}

.cont_3_text {
    margin-top: 100px;
}

.cont_explain p {
    font-size: 12px;
    line-height: 8px;
    color: #aaa;
}

.intro-cont {
    background-color: #f9f9f9;
    overflow: hidden;
    min-height: 390px;
    width: 100%;
    padding: 0px;
}

.intro-cont-white {
    background-color: #ffffff;
    overflow: hidden;
    height: 300px;
    width: 100%;
    padding: 0px;
}

.intro-row {
    margin-top: 20px;
    text-align: center;
}

/* 회원가입 */
.loginColumns {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.joinImg {
    text-align: center;
    padding-top: 30px;
}

.join-wrap {
    margin: 0 auto;
    padding: 30px 0;
    width: 360px;
}

    .join-wrap.join_comp {
        width: 100%;
        padding: 30px 0 0 !important;
    }

.welcmoeImg {
    position: relative;
    padding-bottom: 160px;
    background: url('../images/joinImg.png') no-repeat bottom center;
}

.join-wrap .join-title {
    margin-bottom: 30px;
    text-align: center;
}

    .join-wrap .join-title > dl dt {
        font-size: 40px;
        font-weight: 500;
        line-height: 65px;
    }

    .join-wrap .join-title > dl dd {
        font-size: 17px;
        font-weight: 500;
    }

    .join-wrap .join-title p.sub_tit {
        font-size: 17px;
        font-weight: 500;
        letter-spacing: -0.05em;
        line-height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

        .join-wrap .join-title p.sub_tit > a {
            color: #2eaef8;
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
        }

.join-wrap .join-form ul li {
    padding: 5px 0;
}

    .join-wrap .join-form ul li h3 {
        padding: 5px 0;
        font-size: 14px;
        font-weight: 500;
    }

    .join-wrap .join-form ul li input {
        width: 360px;
        font-family: 'Noto Sans KR';
        font-weight: 500;
    }

    .join-wrap .join-form ul li .input-wrap div > i,
    .join-wrap .join-form ul li .input-wrap div > i {
        opacity: 1 !important;
        color: #aeaeae;
    }

    .join-wrap .join-form ul li .join-btn {
        display: inline-block;
        padding: 12px 0;
        width: 100%;
        font-size: 17px;
        font-weight: 500;
        color: #fff;
        background: #2eaef8;
        border: none;
        border-radius: 4px;
        text-align: center;
        cursor: pointer;
    }

    .join-wrap .join-form ul li .joinOk-btn {
        opacity: 0.5;
        cursor: auto;
    }

    .join-wrap .join-form ul li .chkBox {
        margin-bottom: 8px;
    }

    .join-wrap .join-form ul li .chkBox,
    .join-wrap .join-form ul li span {
        font-size: 14px;
        font-family: 'Noto Sans KR';
        font-weight: 500;
    }

    .join-wrap .join-form ul li .pw-join {
        margin: 5px 0;
        height: 30px;
    }

        .join-wrap .join-form ul li .pw-join > span {
            line-height: 30px;
        }

        .join-wrap .join-form ul li .pw-join .btn-right {
            float: right;
            padding: 0;
            width: 130px;
            height: 30px;
            font-family: 'Noto Sans KR';
            font-weight: 500;
            text-align: center;
            line-height: 30px;
        }

    .join-wrap .join-form ul li .dotList li {
        padding-left: 10px;
        font-weight: 500;
        background: url('../images/dotList.png') no-repeat 0px 13px;
    }

    .join-wrap .join-form ul li .asterisk {
        position: absolute;
        top: 12px;
        left: -18px;
        font-size: 14px;
        font-weight: 900;
        color: #db2828;
    }

    .join-wrap .join-form ul li .pw-chk-box {
        position: relative;
        padding-right: 70px !important;
    }

    .join-wrap .join-form ul li p {
        padding-bottom: 10px;
        font-size: 14px;
        color: #666;
    }

    .join-wrap .join-form ul li .bornYear {
        width: 360px;
    }

    .join-wrap .join-form ul li .affiliated-Box {
        position: relative;
        margin: 0;
        padding: 0;
        height: 38px;
        width: 360px;
    }

    .join-wrap .join-form ul li .affiliated-opt {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 120px !important;
    }

    .join-wrap .join-form ul li .affiliated-txt {
        position: absolute;
        top: 0;
        right: 0px;
    }

        .join-wrap .join-form ul li .affiliated-txt input {
            width: 232px !important;
            height: 38px;
        }

    .join-wrap .join-form ul li .link-unerline {
        color: #000;
        text-decoration: underline;
    }

    .join-wrap .join-form ul li p.name {
        padding-bottom: 5px;
        font-weight: 500;
    }

        .join-wrap .join-form ul li p.name > span {
            vertical-align: middle;
            color: red;
        }

    .join-wrap .join-form ul li .nickName {
        position: relative;
        width: 360px;
    }

        .join-wrap .join-form ul li .nickName input {
            padding-right: 100px !important;
            box-sizing: border-box;
        }

        .join-wrap .join-form ul li .nickName a.check {
            position: absolute;
            right: 0;
            top: 0px;
            padding: 0 25px;
            border-radius: 0 5px 5px 0;
            box-sizing: border-box;
            display: inline-block;
            vertical-align: middle;
            line-height: 37px;
            background: #e7e7e7;
            color: #333;
            font-weight: 400;
            font-size: 14px;
            text-align: center;
            height: 100%;
        }

        .join-wrap .join-form ul li .nickName .nickName-button {
            position: absolute;
            top: 1px;
            right: 0px;
            margin: 0;
            padding: 0;
            width: 100px;
            height: 36px;
            border: none;
            background: #e7e7e7;
            border-radius: 0 5px 5px 0;
            text-align: center;
            line-height: 36px;
            vertical-align: top;
            cursor: pointer;
        }

.pageMessage {
    text-align: center;
    min-height: 700px;
}

    .pageMessage h1 {
        padding: 30px 0;
    }

    .pageMessage h3 {
        padding: 30px 0;
    }

    .pageMessage .text {
        padding-bottom: 30px;
        color: #999;
        line-height: 24px;
    }

.pw-security {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 58px;
    height: 22px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background: #db2828;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
}

.pw-usually {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 58px;
    height: 22px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background: #f2711c;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
}

.pw-strong {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 58px;
    height: 22px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background: #21ba45;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
}

.pw-very-strong {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 58px;
    height: 22px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background: #2185d0;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
}

input.error {
    border: 1px solid #db2828 !important;
}

input.success {
    border: 1px solid #21ba45 !important;
}

.errorMsg {
    padding: 15px 10px;
    font-weight: 500;
}

.join-wrap .sns-login .sns-login-title {
    margin: 25px 0 6px;
    width: 100%;
    background: url('../images/dot.png') repeat-x center left;
}

    .join-wrap .sns-login .sns-login-title h3 {
        width: 172px;
        font-size: 14px;
        font-weight: 500;
        background: #fff;
    }

.join-wrap .sns-login ul li {
    float: left;
    margin: 10px 10px 0 0;
}

    .join-wrap .sns-login ul li:last-child {
        margin-right: 0;
    }

    .join-wrap .sns-login ul li a {
        position: relative;
        display: inline-block;
        width: 113px;
        height: 40px;
        background: #eee;
        line-height: 40px;
        border-radius: 5px;
    }

        .join-wrap .sns-login ul li a i {
            position: absolute;
            top: 3px;
            left: 8px;
            font-size: 22px;
            color: #fff;
            font-style: normal;
        }

            .join-wrap .sns-login ul li a i.icon-naver {
                position: absolute;
                top: -2px;
                left: 8px;
                font-size: 26px !important;
                font-weight: 900;
            }

        .join-wrap .sns-login ul li a p {
            color: #fff;
            font-weight: 500;
        }

    .join-wrap .sns-login ul li .google-btn {
        background: #eb4f3f;
    }

    .join-wrap .sns-login ul li .facebook-btn {
        background: #3b5a93;
    }

    .join-wrap .sns-login ul li .naver-btn {
        background: #01c63f;
    }

    .join-wrap .sns-login ul li .google-btn p {
        position: absolute;
        top: 10px;
        left: 40px;
    }

    .join-wrap .sns-login ul li .facebook-btn p {
        position: absolute;
        top: 10px;
        left: 35px;
    }

    .join-wrap .sns-login ul li .naver-btn p {
        position: absolute;
        top: 10px;
        left: 46px;
    }

.join-wrap .sns-login .accept {
    padding: 20px 0;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 22px;
}

    .join-wrap .sns-login .accept a {
        text-decoration: underline;
        font-weight: 500;
    }

.join-wrap .sns-login .enrollment {
    padding: 20px 0;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 22px;
}

    .join-wrap .sns-login .enrollment a {
        color: #2eaef8;
        text-decoration: underline;
    }

    .join-wrap .sns-login .enrollment i {
        margin: 0;
        padding: 0;
        color: #2eaef8;
    }

.ui.modal {
    top: 15%;
}

        #emailCertification .content h2 {
            padding: 30px 0;
        }

        #emailCertification .content .text {
            color: #666;
            line-height: 24px;
        }

#emailCertification > .actions {
    padding: 7px !important;
}

#emailCertification .actions button {
    padding: 0 15px;
    box-sizing: border-box;
    border: none !important;
    transition: all 0.4s;
    line-height: 35px;
}

        #emailCertification .actions button:first-of-type {
            background: #e7e7e7;
            color: #666;
        }

            #emailCertification .actions button:first-of-type:hover {
                background: #cfcfcf;
                color: #333;
            }

        #emailCertification .actions button:last-of-type {
            background: #2eaef8;
            color: #fff;
            margin-left: 10px;
        }

            #emailCertification .actions button:last-of-type:hover {
                background: #0076b5;
            }

/* 비밀번호 재설정 */
.forgot-pw-wrap {
    height: 640px;
}

    .forgot-pw-wrap .join-form ul li p {
        margin-bottom: 10px;
        font-size: 13px;
    }

.forgot-pw-wrap-mail {
    width: 500px;
    height: 640px;
}

    .forgot-pw-wrap-mail p {
        margin-top: 40px;
        font-size: 14px;
        font-weight: 500;
    }

/* 이용약관 및 개인정보취급방침 */
.wrapper-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 10px 40px;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

#snb li {
    margin: 14px 0 0 0;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e7eaec;
    list-style: none;
}

    #snb li.active a, #snb li a:hover {
        color: #ff831d;
    }

/* Alert */
div.effect {
    position: fixed;
    top: 100px;
    right: -500px;
    border-radius: 4px;
    background: #2eaef8;
    box-sizing: border-box;
    z-index: 9999;
    display: block;
    text-align: center;
    transition: all 0.4s;
    padding: 10px 50px;
}

    div.effect p {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
    }

.exchange-rate {
    font-size: 14px;
    font-style: italic;
}

/* 보드 - 뉴스 */
.leftmenu-header {
    border-bottom: 2px solid #ff831d;
}

.leftmenu-header-title {
    padding: 13px;
    font-family: MalgunGothic;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.41;
    letter-spacing: normal;
    text-align: center;
    color: #ff831d;
}

.leftmenu-item {
    height: 35px;
    background-color: #f9f9f9;
    margin-bottom: 1px;
    text-align: left;
    padding: 11px 0px 11px 20px;
    font-family: MalgunGothic;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}

    .leftmenu-item a {
        color: #222222;
    }

    .leftmenu-item.selected {
        background-color: #fff1e5;
    }

        .leftmenu-item.selected a {
            color: #ff831d;
        }

#newsList {
    margin-top: 48px;
    padding-left: 51px;
    min-height: 480px;
}

.news-title {
    text-align: left;
}

    .news-title a {
        height: 16px;
        font-family: MalgunGothic;
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.6;
        letter-spacing: normal;
        color: #222222;
    }

        .news-title a:hover {
            color: #ff831d;
        }

.news-content {
    font-family: MalgunGothic;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
}

    .news-content:hover {
        color: #ff831d;
    }

.news-info {
    font-family: MalgunGothic;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.46;
    letter-spacing: normal;
    text-align: left;
    color: #999999;
}

.news-line {
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    margin-top: 10px;
}

.news-item {
    width: 100%;
    display: inline-block;
}

.news-thumb {
    float: left;
}

    .news-thumb img {
        max-height: 120px;
        max-width: 210px;
        border: 1px solid #e9e9e9;
        padding: 5px;
    }

.main-news-item {
    padding: 10px;
}

.main-news-img {
    display: inline-block;
    width: 100%;
}

.main-news-title {
    display: inline-block;
    min-height:40px;
}

.main-news-content { /*display: inline-block;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    height: 3.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.main-news-time {
    display: inline-block;
}

.main-news-item-frame {
    border-bottom: 1px solid #ff831d;
    /*min-height: 300px;*/
}

.main-news-img img {
    width: 100%;
}

.news-view {
    margin-top: 50px;
    padding-left: 51px;
    text-align: left;
}

.view-title {
    font-size: 17px;
    font-weight: bold;
    border-top: 1px solid #000000;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.view-content {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-top: 50px;
    padding-bottom: 50px;
}

.view-origin {
    font-size: 12px;
    padding-top: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 50px;
}

/* 보드 - 커뮤니티 */
.write-header {
    text-align: left;
    margin-bottom: 10px;
}

.btnDefault {
    font-size: 14px;
    background: #ff831d;
    color: #fff;
    padding: 3px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 1px solid #ff831d;
    text-align: center;
}

    .btnDefault:hover {
        background: #ff5a00;
        color: #fff;
        border: 1px solid #ff5a00;
    }

.btnCancel {
    font-size: 14px;
    background: #fff;
    color: #666;
    padding: 3px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
}

    .btnCancel:hover {
        color: #333;
        border: 1px solid #b4b4b4;
    }

.write-bottom {
    margin-top: 30px;
    margin-bottom: 50px;
}

/* 결제 - 지갑 */
.deposit-title {
    font-family: MalgunGothic;
    font-size: 24px;
    text-align: center;
    color: #333333;
}

.deposit-qrcode {
    width: 108px;
    height: 108px;
    background-color: #ffffff;
    border: 8px solid #dfdfdf;
    display: inline-block;
}

.deposit-placeholder {
    width: 88px;
    font-family: MalgunGothic;
    font-size: 14px;
    text-align: center;
    color: #ff831d;
    display: inline-block;
    padding-top: 20px;
}

.deposit-btn {
    width: 190px;
    height: 40px;
    font-size: 17px;
    font-weight: bold;
    border-radius: 4px;
    padding: 10px;
    display: inline-block;
}

.deposit-addr {
    font-size: 14px;
    color: #ff831d;
}

.deposit-addr-explain {
    font-size: 14px;
    color: #666;
}

.deposit-area {
    text-align: center;
    margin-top: 30px;
}

.deposit-asset {
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    width: 500px;
    height: 48px;
    display: inline-block;
}

    .deposit-asset > span {
        font-size: 17px;
        font-weight: bold;
        color: #333;
    }

        .deposit-asset > span.left {
            float: left;
            margin-top: 12px;
        }

        .deposit-asset > span.right {
            float: right;
            font-size: 24px;
            margin: 5px 20px;
        }

    .deposit-asset > img {
        float: left;
        margin: 14px 14px 14px 20px;
    }

.deposit-addr-area {
    margin: 12px;
    display: inline-block;
    vertical-align: top;
}

    .deposit-addr-area > div.addr {
        margin-top: 10px;
    }

.deposit-explain {
    border: 1px solid #dfdfdf;
    text-align: left;
    padding: 10px;
    margin: 10px;
    line-height: 24px;
}

    .deposit-explain > span {
        color: red;
    }

/* 결제 - 가격정책 */
.price-area {
    text-align: center;
    margin-top: 30px;
}

.pricebox { /*width: 255px; height: 389px;*/
    border-radius: 4px;
    margin: 15px;
}

.price-free {
    background-color: #efefef;
}

.price-basic {
    background-color: #ffe4cd;
}

.price-pro {
    background-color: #d9e9fd;
}

.price-premium {
    background-color: #f7e0e1;
}

.price-recommend1 {
    background-color: #fff3c8;
}

.price-recommend2 {
    background-color: #fde1b6;
}

.price-recommend3 {
    background-color: #d3dfee;
}

.price-title {
    font-size: 30px;
    color: #333;
    padding-top: 10px;
    line-height: 35px;
}

.price-img {
    margin-top: 30px;
}

.price-explain {
    font-size: 14px;
    color: #333;
    margin-top: 30px;
    height: 40px;
}

.price-amount {
    font-size: 21px;
    font-weight: bold;
    margin-top: 80px;
    padding-bottom: 15px;
}

.price-btn {
    margin-top: 10px;
}

.price-free > div.price-btn > a {
    background: #aaa;
    border: 1px solid #aaa;
}

    .price-free > div.price-btn > a:hover {
        background: #666;
        border: 1px solid #666;
    }

.price-basic > div.price-btn > a {
    background: #ff831d;
    border: 1px solid #ff831d;
}

    .price-basic > div.price-btn > a:hover {
        background: #ff5a00;
        border: 1px solid #ff5a00;
    }

.price-pro > div.price-btn > a {
    background: #4396e8;
    border: 1px solid #4396e8;
}

    .price-pro > div.price-btn > a:hover {
        background: #026bd2;
        border: 1px solid #026bd2;
    }

.price-premium > div.price-btn > a {
    background: #941b21;
    border: 1px solid #941b21;
}

    .price-premium > div.price-btn > a:hover {
        background: #660000;
        border: 1px solid #660000;
    }

.price > div.purse_login {
    min-height: 86px;
    text-align: center;
    width: 100%;
    border: 3px solid chocolate;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
    margin: 20px 0 20px 0;
}

    .price > div.purse_login > a {
        font-size: 19px;
        padding: 10px 0;
        border-radius: 5px;
        display: block;
        color: #fff;
        background: #00a0e9;
        width: 150px;
        margin: 0 auto;
    }

    .price > div.purse_login > div {
        padding: 10px;
    }

/* 알림 */
.alarm_icon {
    display: inline-block;
    position: relative;
}

    .alarm_icon a {
        position: relative;
        background: none;
        text-decoration: none;
    }

    .alarm_icon div.alarm_list {
        width: 300px;
        background: #fff;
        border: 1px solid #dfdfdf;
        border-radius: 4px;
        box-shadow: 1px 1px 10px #e1e1e1;
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        position: absolute;
        top: 35px;
        z-index: 100;
        right: 0;
    }

        .alarm_icon div.alarm_list > span.tit {
            font-size: 17px;
            color: #333;
            font-weight: 500;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

        .alarm_icon div.alarm_list > span.btn {
            display: inline-block;
            vertical-align: middle;
            margin-right: 2px;
            border: 1px solid #dfdfdf;
            border-radius: 4px;
            background: #fff;
            color: #666;
            font-size: 11px;
            font-weight: 400;
            text-align: center;
            padding: 0 8px;
            cursor: pointer;
        }

        .alarm_icon div.alarm_list > a {
            float: right;
            color: #898989;
            text-decoration: none;
        }

        .alarm_icon div.alarm_list > .list {
            width: 100%;
            margin-top: 20px;
        }

            .alarm_icon div.alarm_list > .list ul {
                width: 100%;
                overflow: hidden;
            }

                .alarm_icon div.alarm_list > .list ul li {
                    width: 100%;
                    margin: 5px 0;
                    height: 20px;
                }

                    .alarm_icon div.alarm_list > .list ul li span {
                        font-size: 14px;
                        color: #333;
                        font-weight: 400;
                        text-align: left;
                        float: left;
                        display: block;
                        width: 235px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        box-sizing: border-box;
                    }

                    .alarm_icon div.alarm_list > .list ul li a {
                        float: right;
                        font-size: 10px;
                        display: block;
                        padding: 0;
                        margin-top: -22px;
                    }

                    .alarm_icon div.alarm_list > .list ul li:hover a {
                        color: #2eaef8;
                        text-decoration: none;
                    }

span.notinum {
    background: red;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 1px 3px;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    right: 1px;
    top: -2px;
    height: 12px;
}

.option_btn_area {width:100%; text-align: left; font-size:0;}
.option_btn_area > a {display: inline-block; vertical-align: middle; width:100px; line-height: 35px; text-align: center; font-size:14px; color:#666; font-weight: 400; border:1px solid #dfdfdf; border-radius: 5px; box-sizing: border-box;}
.option_btn_area > a:first-of-type {margin-right:10px;}
.option_btn_area > a > p {display: inline-block; vertical-align: middle;}

.alarm_setting {width:100%; margin-bottom:80px;}
.alarm_setting p.sub_tit {font-size:17px; color:#333; font-weight: 700; margin-bottom:10px;}
.alarm_setting table {width:100%;}
.alarm_setting table tr {background: #fff; border-bottom:1px solid #dfdfdf; box-sizing: border-box;}
.alarm_setting table tr:first-of-type {border-top:1px solid #dfdfdf;} 
.alarm_setting table tr th {font-size:14px; font-weight: 700; text-align: left; padding-left:20px; box-sizing: border-box; background: #f9fafb}
.alarm_setting table tr th.spec_color {background: #dff0fa;}
.alarm_setting table tr td {padding-left:20px; box-sizing: border-box;}
.alarm_setting table tr td b {font-weight:400;}

/* 회원정보 */
.info_box > table tr th {
    background: #f9fafb;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 10px;
}

.info_box > table tr td:nth-of-type(1) {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding-left: 20px;
    box-sizing: border-box;
}

.info_box > table tr.set_pw td .setting_box {
    width: 100%;
}

.info_box > table tr.set_pw td > a.com_btn {
    padding: 7px 12px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    color: #666;
    text-align: center;
    transition: all .4s;
    float: right;
    margin-right: 60px;
    margin-top: 20px;
}

.info_box > table tr.set_pw td .setting_box div.input-wrap input {
    width: 250px !important;
}

.info_box > table tr.set_pw td .setting_box div.input-wrap {
    display: inline-block;
    vertical-align: top;
}

    .info_box > table tr.set_pw td .setting_box div.input-wrap > div {
        width: 100%;
    }

.info_box > table tr.set_pw td .setting_box p.name {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    line-height: 35px;
}

.info_box > table tr:first-of-type {
    border-top: 1px solid #dfdfdf;
}

.info_box > table tr {
    border-bottom: 1px solid #dfdfdf;
}

.info_box > table th, td {
    padding:10px 0 10px 0;
}

.info_box > div p.info_tit {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    line-height: 35px;
    float: left;
}

div.info_box > table {
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.indent {
    display: block;
    text-indent: -9999px;
}

.responsive-title {
    display: none;
}

.ui.checkbox > input[type=checkbox] {
    top: -3px !important;
    left: 21px !important;
}
/* 페이지 로딩 */
.loaderBox {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9000;
}

#loaderBox {
    background: rgba(255,255,255,0.8)
}

    #loaderBox > div.cover_box {
        width: 350px;
        height: 200px;
        background: #fff;
        border-radius: 4px;
        box-sizing: border-box;
        box-shadow: 1px 1px 0px #c8c8c8;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        z-index: 99
    }

.loaderBox .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.55);
}

.loaderBox .loader {
    position: absolute !important;
    color: #000;
    font-weight: 400;
}

/* FAQ */
.ui.segment {
    border: none;
}

.ui.bottom.attached.tab.segment.content {
    border: none;
}

.faq {
    text-align: left;
}

.ui.bottom.attached.tab.segment.active.faqTab {
    border: none;
}

h2 > span.titleComment {
    font-size: 12px;
    color: #666;
}

/* 1:1 문의 */
.info_box > table.myInfo tr td > div.ui.input {
    width: 90%;
    height: 30px;
}

.info_box > table.myInfo tr td > div > textarea {
    width: 90%;
    height: 300px;
    resize: none;
    -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
    -moz-box-sizing: border-box; /* FF1+ */
    box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
    padding: 10px;
}

/* paging */
div.pagingNum {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

    div.pagingNum div {
        font-size: 0;
        text-align: center;
    }

        div.pagingNum div a {
            display: inline-block;
            vertical-align: middle;
            border: 1px solid #dfdfdf;
            font-size: 12px;
            color: #898989;
            font-weight: 400;
            text-align: center;
            line-height: 35px;
            width: 35px;
            text-decoration: none;
            transition: all 0.4s;
        }

            div.pagingNum div a:first-of-type {
                border-radius: 4px 0 0 4px;
            }

            div.pagingNum div a:last-of-type {
                border-radius: 0 4px 4px 0
            }

            div.pagingNum div a:only-of-type {
                border-radius: 4px;
            }

            div.pagingNum div a i {
                color: #898989 !important;
                transition: all 0.4s;
            }

            div.pagingNum div a:hover {
                background: #f2f2f2;
                color: #333 !important;
            }

                div.pagingNum div a:hover i {
                    background: #f2f2f2;
                    color: #333 !important;
                }

            div.pagingNum div a.active {
                background: #f2f2f2;
                font-weight: 800;
                color: #333 !important;
            }

/* Board */
.board-page-layout {
    margin-top: 10px;
    min-height: 480px;
}

.board-header {
    float: left;
    width: 100%;
}

.board-middle {
    display: inline-block;
    width: 100%;
}

p.title {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    line-height: 35px;
    float: left;
    width: 100%;
    text-align: left;
}

.sub_title {
    font-size: 12px;
    font-weight: 500;
}

.content-box > div.header {
    width: 100%;
    border-top: 1px solid #dfdfdf;
    background: #f9fafb;
    overflow: hidden;
    margin-top: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.content-box > div.header > .icon {
    margin: 0px;
    float: left;
}

.content-box > div.header > .h-title {
    font-size: 17px;
    color: #333;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    font-weight: 400;
    float: left;
    margin: 0px;
}

.content-box > div.header > span.status {
    display: block;
    float: right;
    margin-right: 20px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.content-box > div.middle {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(223,223,223,0.5);
    padding: 3px 0;
    box-sizing: border-box;
}

.content-box > div.middle > span.date {
    float: right;
    padding-right: 20px;
}

.content-box > div.bottom {
    padding: 20px 20px !important;
    border-bottom: 1px solid #dfdfdf;
}

.content-box > div.bottom > p.content {
    text-align: left;
}

.btn_area {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.btn_area .right { float: right; }
.btn_area > div > a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    text-align: center;
    line-height: 35px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    transition: all 0.4s;
}
.btn_area > div > a:hover {
    border: 1px solid #b4b4b4;
    color: #333;
}

.table-default {
    width: 100%;
}

table.table-default {
    border-top: 1px solid #dfdfdf !important;
}

    table.table-default thead {
        border-bottom: 1px solid #dfdfdf;
    }

        table.table-default thead th {
            text-align: center;
            background: #f9fafb;
            color: #333;
            font-size: 14px;
            line-height: 48px;
        }

    table.table-default tbody tr {
        background: #fff;
        border-bottom: 1px solid #dfdfdf;
    }

        table.table-default tbody tr td:first-of-type {
            text-align: center;
            font-size: 14px;
            color: #898989;
            font-weight: 400;
        }

    table.table-default td {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    table.table-default tbody tr td:nth-of-type(2) {
        font-size: 14px;
        color: #666;
        font-weight: 400;
    }

    table.table-default tbody tr:hover {
        background: #f9f8fb;
        color: #333 !important;
    }

.no-item {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.option_btn_area {
    float: left;
    margin-top: 10px;
}

.my-account-menu > ul {
    display: none;
}

    .my-account-menu > ul > li {
        float: left;
        padding: 10px;
    }

/* button */
.button-default {
    font-size: 14px;
    background: #fff;
    color: #666;
    padding: 6px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
}

    .button-default:hover {
        color: #333;
        border: 1px solid #b4b4b4;
    }

.left-title {
    font-size: 17px;
    color: #333;
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
}

.rankbox {
    height: 114px;
    border-radius: 4px;
    margin: 15px;
}
.toprank-1 {
    background-color: #fcf7dc;
}

.toprank-2 {
    background-color: #f1f7fc;
}

.toprank-3 {
    background-color: #fdece7;
}

.toprank-4 {
    background-color: #f9fafb;
}

.toprank-img {
    float: left;
    margin-left: 10px;
    position: absolute;
}

.toprank-title {
    padding-top: 20px;
    font-family: MalgunGothic;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.76;
    text-align: center;
    color: #333333;
}
.toprank-award {
    color : #ff831d;
    font-size: 15px;
}
.toprank-award p {
    color: #333;
    margin-top: 3px !important; 
}
.rank-noti {
    color: #666;
    font-size: 14px;
    text-align: left;
    margin: 30px 15px;
    font-family: MalgunGothic;
}

.ranking-board {
    overflow-x: initial;
    border: none !important;
    padding-left: 15px;
    padding-right: 15px;
}

.lock-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    touch-action: none;
}
.hambuger-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}

.products-action-btn {
    position: absolute;
    width: 280px;
    border: 1px solid #333;
    padding: 5px;
    background: #f9f9f9;
    text-align: center;
    z-index:999;
}

.products-action-btn > span {
    font-weight: 600;
}

.products-action-btn > button {
    margin-left: 5px;
}

.noneBtn {
    background-color: transparent;
    border: none;
}



/* media query */
/* google ads */
#footer_ad {
    padding: 0px;
}

.googleads {
    width: 100%;
    height: 50px;
}

.footer-ads {
    height: 50px;
}

.panelHeight1 { height: 485px; }
.panelHeight2 { height: 390px; }

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .panel-heading {
        border-color: #5cb85c;
        color: white;
        background-color: #5cb85c;
    }

    .panel-green > a {
        color: #5cb85c;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: white;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: white;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }

@media(min-width: 500px) {
    .googleads {
        width: /*468px*/ 100%;
        height: 60px;
    }

    .footer-ads {
        height: 90px;
    }
}

@media(min-width: 800px) {
    .googleads {
        width: /*728px*/ 100%;
        height: 90px;
    }

    .footer-ads {
        height: 112px;
    }
}

/* Desktops and laptops ----------- */
@media all and (min-width: 1224px) {
    .ser_info h4 {
        width: 228.25px;
    }

    .flex-direction-nav .flex-prev {
        right: 6.2%;
    }

    .ser_info h4 {
        width: 209.75px;
    }

    .ser_grid1 p {
        font-size: 14px;
    }

    .ser_grid1 {
        padding: 0 5px;
    }

    .ser_info h4 {
        width: 208.25px;
    }

    .carousel-caption {
        min-height: 600px !important;
        padding: 3em;
        padding-top: 11em;
    }

    .address li span {
        display: initial;
        margin-left: 0em;
    }

    .footer_grid h3, .footer_grid_left h3 {
        font-size: 1.5em;
        margin-bottom: .8em;
    }

    .welcome, .team, .services, .test_consultant, .banner-dott1, .layer, .pricing, .portfolio, .contact, .typography, .w3_wthree_agileits_icons {
        padding: 4em 0em;
    }

    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.8em;
        line-height: 43px;
    }

    .carousel-caption h4:after {
        left: 40%;
    }


    #emailCertification {
        height: 425px
    }
}

@media all and (max-width: 1080px) {

    .home-container .home-quotation .home-tickers-index .home-index .home-index-price { font-size : 18px;}

    .text-center {
        text-align: center;
        margin: 0 0em;
    }

    .carousel-caption {
        min-height: 560px !important;
        padding: 3em;
        padding-top: 10em;
    }

    .welcome_left_info {
        padding: 3em 2em;
    }

    .welcome_left h3 {
        font-size: 26px;
    }

    .grid_info h3 {
        font-size: 20px;
    }

    .icon span.fa {
        font-size: 30px;
    }

    .inner_grid1 {
        margin-bottom: 1.5em;
    }

    .welcome_left {
        min-height: 443px;
    }

    .ser_info h4 {
        width: 162.5px;
        font-size: 16px;
    }

    h3.heading {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .test_info h4 {
        font-size: 19px;
    }

    .testimonial p {
        font-size: 14px;
    }

    .w3_agile_stats_grid h4 {
        font-size: 1.1em;
    }

    .agile_count_grid_left span, .agile_count_grid_right p {
        font-size: 2.5em;
    }

    .footer_grid h3, .footer_grid_left h3 {
        font-size: 1.4em;
        margin-bottom: .8em;
    }

    .footer_grid p {
        padding-right: 0em;
    }

    .address li {
        font-size: 14px;
    }

    .footer_grid_list li i {
        padding-right: 0em;
    }

    .footer_grid_list li, .address li {
        font-size: 15px;
    }

        .address li span {
            display: initial;
            margin-left: 0em;
        }

    .flickr-grid {
        width: 31%;
    }

    .footer_grid {
        padding: 0 10px;
    }

    .who_grid_left p.listing {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .service_grid2 h3 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .service_grid2 p {
        font-size: 14px;
        line-height: 21px;
    }

    .service_grid2 {
        height: 235px;
    }

        .service_grid2 .read {
            margin-top: 1em;
        }

    .flex-direction-nav .flex-prev {
        right: 7%;
    }

    .ser_grid1 {
        padding: 0 3px;
    }

    .ser_info h4 {
        width: 162.25px;
    }

    .portfolio figcaption h3 {
        font-size: 30px;
        margin-top: 55px;
    }

    .map iframe {
        height: 370px;
    }

    .contact-form h4.heading {
        font-size: 30px;
    }

    .my-account-menu > ul {
        display: inline-block;
    }

    #emailCertification {
        height: 425px
    }
}

/* iPads (portrait and landscape) ----------- */
@media all and (min-width: 768px) and (max-width: 1024px) {
    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.6em;
        line-height: 37px;
    }

    .carousel-caption {
        min-height: 520px !important;
    }

        .carousel-caption p {
            letter-spacing: 2px;
        }

    .ser_grid1 {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

    .services_grids {
        width: 75%;
        margin: 0 auto;
    }

    .ser_info h4 {
        width: 246.38px;
        font-size: 16px;
    }

    .ser_grid1:nth-child(1), .ser_grid1:nth-child(2) {
        margin-bottom: 3em;
    }

    .map iframe {
        height: 380px;
    }

    .newsletter_w3layouts_agile {
        padding: 3em 6em;
    }

    .footer_top_agileits {
        padding: 3em 2em;
    }

    .icon-box i {
        margin-right: 5px !important;
        font-size: 15px !important;
    }

    .icon-box {
        padding: 8px 10px;
        font-size: 14px;
    }

    .footer_grid {
        padding: 0 5px;
    }

    .footer_top_agileits {
        padding: 3em 1em;
    }

    .navbar-default a.navbar-brand h1 {
        font-size: 30px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 15px 5px 15px 5px;
    }

    .carousel-caption {
        padding: 1em;
        padding-top: 8em;
    }

        .carousel-caption h4:after {
            left: 24%;
            width: 6%;
        }

    .carousel-control {
        line-height: 25em;
    }

    .w3l_header_left ul li {
        margin-right: 1em;
        font-size: 14px;
    }

    .content.white {
        background: #fff;
        padding: 0.58em 0;
    }

    .welcome_left {
        min-height: auto;
    }

    .icon {
        width: 10%; /*float:left;*/
    }

    .grid_info {
        width: 90%;
        float: left;
    }

    .w3l-info1 .col-md-6 {
        width: 50%;
        float: left;
    }

    .team-grid-1 {
        width: 40%;
        float: left;
        padding: 0 5px;
    }

    .team-grid-2 {
        width: 60%;
        float: left;
        padding: 0;
    }

    .w3l-info1 h4 {
        font-size: 20px;
    }

    .w3l-info1 h5 {
        font-size: 17px;
        margin: 5px 0;
    }

    .services_grids {
        width: 77.6%;
        margin: 0 auto;
    }

    .test_img {
        width: 20%;
        float: left;
    }

    .test_info {
        padding-left: 2em;
        padding-top: 1em;
        width: 80%;
        float: left;
    }

    .consulting {
        width: 100%;
        float: left;
        margin-top: 5em;
    }

    .w3_agile_stats_grid-top {
        width: 25%;
        float: left;
        padding: 0 2px;
    }

    .w3_agile_stats_grid {
        padding: 2em 0em;
    }

        .w3_agile_stats_grid h4 {
            font-size: 1em;
        }

    .agile_count_grid_left span, .agile_count_grid_right p {
        font-size: 2.2em;
    }

    .newsleft h3 {
        font-size: 20px;
    }

    .newsright input[type="email"] {
        width: 72%;
    }

    .footer_grid {
        width: 50%;
        float: left;
        margin-bottom: 3em;
    }

        .footer_grid:nth-child(3), .footer_grid:nth-child(4) {
            margin-bottom: 0em;
        }

    .footer_grid_list li i {
        padding-right: .5em;
    }

    .flickr-grid {
        width: 22%;
    }

    .who_grid_left h4 {
        font-size: 19px;
    }

    .agileits-pricing-grid:nth-child(2) {
        margin: 0 .5em;
    }

    .agileits-pricing-grid {
        float: left;
        width: 32.5%;
    }

    .pricing-bottom-bottom p {
        font-size: .9em;
    }

    .service_grid1, .service_grid2 {
        width: 50%;
        float: left;
    }

    .service_grid2 {
        height: 360px;
        padding: 4em 3em;
    }

    .contact-grid1 {
        width: 33.33%;
        float: left;
    }

    .map {
        padding: 0;
    }

    .services_grids {
        width: 86%;
    }

    .ser_info h4 {
        width: 285.6px;
    }

    .flex-direction-nav .flex-prev {
        right: 8.5%;
    }

    .portfolio-area li {
        max-width: 33.33%;
        width: 240px;
    }

    h3.agileits-icons-title {
        font-size: 28px;
    }

    h3.icon-subheading {
        font-size: 22px;
    }

    .newsright input[type="submit"] {
        padding: 13px 15px 12px;
    }

    .pricing-top h3 {
        font-size: 1.2em;
    }

    .wthree-pricing-info p span {
        font-size: 2.5em;
    }

    .ser_info h4 {
        width: 246.6px;
    }

    .grid_3.grid_5.w3ls, .grid_3.grid_5.w3l, .grid_3.grid_5.agileits, .grid_3.grid_5.agileinfo, .grid_3.grid_5.wthree {
        margin: 0;
    }

    .flex-direction-nav .flex-prev {
        right: 8.5%;
    }

    .layer1 {
        padding: 3em;
    }

    .welcome_left_info {
        padding: 3em 3em;
    }

    .services_grids {
        width: 98%;
    }

    .ser_info h4 {
        width: 248.98px;
    }

    .newsleft, .newsright {
        width: 100%;
    }

        .newsleft h3 {
            margin-top: 0;
            margin-bottom: 15px;
        }

        .newsright input[type="submit"] {
            padding: 13px 40px 12px;
        }

    .footer_grid:nth-child(2) {
        margin-bottom: 5em;
    }

    h3.heading {
        font-size: 35px;
        margin-bottom: 30px;
    }

    h3.agileinfo_sign {
        font-size: 25px;
    }

    #leftmenu {
        display: none;
    }

    .news-item {
        display: inline-block;
    }

    .home-container .home-header {
        width: 100%;
        height: 250px;
    }

        .home-container .home-header .top-wrapper {
            width: 100%;
            margin: 0 auto;
            padding-top: 12px;
            position: relative;
            z-index: 1;
        }

            .home-container .home-header .top-wrapper .small-title {
                font-size: 18px;
                font-weight: 300;
                height: 18px;
                color: #fff;
                margin-left: 8px;
                margin-top: 10px;
            }

            .home-container .home-header .top-wrapper p {
                height: 32px;
                font-size: 25px;
                font-weight: 300;
                line-height: 1.56;
                letter-spacing: normal;
                color: #fff;
                margin-bottom: 21px;
                margin-left: 8px;
            }

    #banner {
        overflow: hidden;
        height: 64px;
        margin: 0 auto
    }

        #banner .li-img {
            width: 165px;
            margin-left: 20px;
            float: left;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 100%;
            border-radius: 12px;
            overflow: hidden;
            border: 3px solid rgba(255,255,255,.16)
        }

        #banner .banner-imgs {
            list-style: none;
            margin: 0;
            padding: 0;
            position: absolute;
            cursor: pointer;
            height: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            transition: all;
            left: 0px;
        }

    .my-account-menu > ul {
        display: inline-block;
    }

    #emailCertification {
        height: 425px
    }
}

/* Smartphones (portrait) ----------- */
@media all and (max-width: 767px) {
    h3.agileits-icons-title {
        font-size: 28px;
    }

    h3.icon-subheading {
        font-size: 25px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .icon-box {
        margin: 0;
    }

    .grid_5 {
        padding: 0 0 1em;
    }

    .grid_3 {
        margin-bottom: 0em;
    }

        .grid_3.grid_5.w3l {
            margin-top: 1.5em;
        }

    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        margin-left: 0em;
        width: 77%;
        background: #fff;
        margin-top: 1em;
    }

    .ser_info h4 {
        width: 233.2px;
    }

    .agileits_top_menu {
        padding: 0.5em 0em;
    }

    .address li span {
        display: block;
        margin-left: 3em;
    }

    .carousel-caption {
        padding: 1em 3em;
        padding-top: 8em;
    }

    .content.white {
        padding: 0.3em 2em;
    }

    a.login {
        padding: 5px 10px;
    }

    .w3l_header_left ul li {
        margin-right: .6em;
    }

    .navbar-nav > li {
        float: none;
        padding-left: 15px;
        text-align: left;
    }

    div#bs-example-navbar-collapse-1 {
        position: absolute;
        z-index: 999;
        width: 100%;
        margin-left: -16px;
    }

    .navbar-nav {
        margin-top: 0em;
    }

    .carousel-caption {
        padding: 4em;
        padding-top: 7em;
    }

        .carousel-caption h4 {
            font-size: 18px;
        }

    .ser_info h4 {
        width: 232.5px;
    }

    .service_grids {
        width: 75%;
        margin: 0 auto;
    }

    .service_grid2 {
        height: 270px;
        padding: 2em 1.5em;
    }

    .footer_top_agileits {
        padding: 2em 1em;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
        text-align: left;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: darkorange;
        }

    .w3l_header_left ul li {
        font-size: 13px;
    }

    .carousel-caption p {
        font-size: .9em;
    }

    .ser_info h4 {
        width: 217.62px;
    }

    .newsright input[type="submit"] {
        padding: 12px 35px 12px;
    }

    .carousel-caption h4:after {
        left: 26%;
        top: 38%;
    }

    .flex-direction-nav .flex-prev {
        right: 9%;
    }

    .footer_grid h3, .footer_grid_left h3 {
        font-size: 1.3em;
        margin-bottom: .8em;
    }

    .service_grid2, .service_grid1 {
        height: 258px;
    }

    .map iframe {
        height: 300px;
    }

    .ser_info h4 {
        width: 216.63px;
    }

    .banner_left, .banner_right {
        padding: 0 0em;
    }

    .ser_info h4 {
        width: 183.5px;
    }

    .ser_grid1 p {
        font-size: 13px;
    }

    .newsright input[type="email"] {
        width: 69%;
    }

    .footer_grid p {
        line-height: 1.8em;
    }

    .footer_grid:nth-child(2) {
        margin-bottom: 6em;
    }

    .address li span {
        display: block;
        margin-left: 3em;
    }

    .flickr-grid {
        width: 25%;
    }

    .w3l_header_left {
        float: none;
        margin: .3em 0 0;
        text-align: center;
    }

        .w3l_header_left ul li {
            font-size: 14px;
            margin-right: 1em;
        }

    .w3l_header_right {
        float: right;
        text-align: center;
    }

    .text-left {
        text-align: left;
    }

    .agileits-pricing-grid {
        float: left;
        width: 32%;
    }

    .service_grids {
        width: 86%;
        margin: 0 auto;
    }

    .flex-direction-nav .flex-prev {
        right: 10%;
    }

    .portfolio figcaption h3 {
        font-size: 25px;
        margin-top: 55px;
    }

    .not768 {
        display: none;
    }

    .bi_img { /*margin:6px;*/
        width: 180px;
    }

    #container {
        padding: 0px;
        width: 100%;
    }

    #container2 {
        padding: 0px;
        width: 100%;
    }

    #econtent {
        width: 100%;
    }

    .home-container .home-header {
        width: 100%;
        height: 250px;
    }

        .home-container .home-header .top-wrapper {
            width: 100%;
            margin: 0 auto;
            padding-top: 12px;
            position: relative;
            z-index: 1;
        }

            .home-container .home-header .top-wrapper .small-title {
                font-size: 18px;
                font-weight: 300;
                height: 18px;
                color: #fff;
                margin-left: 8px;
                margin-top: 10px;
            }

            .home-container .home-header .top-wrapper p {
                height: 32px;
                font-size: 25px;
                font-weight: 300;
                line-height: 1.56;
                letter-spacing: normal;
                color: #fff;
                margin-bottom: 21px;
                margin-left: 8px;
            }

    #banner {
        overflow: hidden;
        height: 64px;
        margin: 0 auto
    }

        #banner .li-img {
            width: 165px;
            margin-left: 20px;
            float: left;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 100%;
            border-radius: 12px;
            overflow: hidden;
            border: 3px solid rgba(255,255,255,.16)
        }

        #banner .banner-imgs {
            list-style: none;
            margin: 0;
            padding: 0;
            position: absolute;
            cursor: pointer;
            height: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            transition: all;
            left: 0px;
        }

    .footer-ads {
        position: fixed;
        left: 0;
        bottom: -5px;
        width: 100%;
    }

    .agileits_top_menu {
        display: none;
    }

    .navbar-login {
        display: block;
    }

    .intro-cont {
        height: 100%;
    }

    .intro-cont-white {
        height: 100%;
    }

    .cont_1_text {
        margin-top: 50px;
        text-align: center;
    }

    .cont_3_text {
        margin-top: 50px;
        text-align: center;
    }

    .cont_title {
        font-size: 18px;
        line-height: 30px;
    }

    .cont_explain {
        margin-top: 20px;
    }

        .cont_explain p {
            font-size: 12px;
            line-height: 8px;
            color: #aaa;
        }

    .cont_1_img {
        text-align: center;
    }

        .cont_1_img img {
            float: none;
            width: 240px;
            padding: 20px;
        }

    .cont_2_img {
        text-align: center;
    }

        .cont_2_img img {
            float: none;
            width: 240px;
            padding: 20px;
        }

    .cont_3_img {
        text-align: center;
    }

        .cont_3_img img {
            float: none;
            width: 240px;
            padding: 20px;
        }

    .cont_2_text {
        margin-top: 0px;
        text-align: center;
        margin-bottom: 40px;
        padding-left: 0px;
    }

    .joinImg {
        display: none;
    }

    #leftmenu {
        display: none;
    }

    .news-item {
        display: inline-block;
    }

    #newsList {
        padding-left: 15px;
    }

    .my-account-menu > ul {
        display: inline-block;
    }

    .news-view { padding-left: 10px;}
}

@media all and (max-width: 640px) {
    .icon-box {
        float: left;
        width: 50%;
    }

    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
            margin-bottom: .5em;
        }

    ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 {
        font-size: 14px;
    }

    .breadcrumb {
        margin-bottom: 25px;
    }

    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }

    h2.typoh2 {
        font-size: 1.5em;
    }

    .label {
        font-size: 60%;
    }

    .in-gp-tl {
        padding: 0 1em;
    }

    .in-gp-tb {
        padding-right: 1em;
    }

    .list-group {
        margin-bottom: 20px;
    }

    .carousel-caption {
        padding: 3em;
        padding-top: 7em;
    }

        .carousel-caption h4:after {
            left: 27%;
        }

    .ser_grid1 {
        padding: 0 5px;
    }

    .ser_info h4 {
        width: 179.13px;
    }

    .w3_agile_stats_grid-top {
        width: 50%;
        padding: 0 12px;
    }

        .w3_agile_stats_grid-top:nth-child(2), .w3_agile_stats_grid-top:nth-child(1) {
            margin-bottom: 30px;
        }

    .newsletter_w3layouts_agile {
        padding: 3em 3em;
    }

    .footer_grid:nth-child(2) {
        margin-bottom: 7em;
    }

    .address li span {
        display: initial;
        margin-left: 0em;
    }

    .flickr-grid {
        width: 28%;
    }

    .service_grid2 {
        padding: 1em 1em;
    }

    .service_grid2, .service_grid1 {
        height: 238px;
    }

        .service_grid2 h3 {
            font-size: 20px;
            margin-top: 15px;
            margin-bottom: 10px;
        }

    .portfolio-categ li {
        padding: 8px 20px;
        font-size: .9em;
        margin: 0 0.2em;
    }

    ul.portfolio-categ {
        text-align: center;
        margin-bottom: 2em;
    }

    .w3l-info1 p {
        letter-spacing: 0px;
    }

    .flex-direction-nav a {
        width: 40px;
        height: 40px;
    }

    .flex-direction-nav .flex-prev {
        background: darkorange url(../images/prev.png) no-repeat 3px 3px;
    }

    .flex-direction-nav .flex-next {
        background: darkorange url(../images/next.png) no-repeat 3px 3px;
    }

    .ser_info h4 {
        width: 170.97px;
    }

    .who_grid_left h3 {
        font-size: 30px;
    }

    .who_grid_left h4 {
        font-size: 17px;
    }

    .portfolio figcaption h3 {
        font-size: 25px;
        margin-top: 45px;
    }

    .w3l-info1 .col-md-6 {
        width: 100%;
        float: left;
    }

        .w3l-info1 .col-md-6:nth-child(2) {
            margin-top: 3em;
        }

    .ser_grid1 {
        width: 100%;
        float: none;
    }

    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.4em;
        line-height: 37px;
    }

    .carousel-caption p {
        font-size: .9em;
        line-height: 1.6em;
    }

    .carousel-caption h4 {
        font-size: 16px;
    }

    .services_grids {
        width: 70%;
    }

    .ser_info h4 {
        width: 264.5px;
    }

    .who_grid_left p {
        font-size: 15px;
        letter-spacing: 1px;
    }

        .who_grid_left p.listing {
            margin: .5em 0;
        }

    .who_grid_right p {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .service_grids {
        width: 91%;
        margin: 0 auto;
    }

    .welcome, .team, .services, .test_consultant, .banner-dott1, .layer, .pricing, .portfolio, .contact, .typography, .w3_wthree_agileits_icons {
        padding: 3em 0em;
    }

    .ser_grid1:nth-child(1), .ser_grid1:nth-child(2), .ser_grid1:nth-child(3) {
        margin-bottom: 3em;
    }

    .welcome_left h3 {
        font-size: 22px;
    }

    .portfolio-categ li {
        padding: 8px 16px;
    }

    #leftmenu {
        display: none;
    }

    .news-item {
        display: inline-block;
    }

    #newsList {
        padding-left: 15px;
    }
    /* 회원정보 */
    .responsive-title {
        display: block;
        color: #000;
        font-weight: bold;
        font-size: 15px;
        text-align: left;
        margin-bottom: 5px;
    }

    .info_box > table.myInfo tr th {
        display: none;
    }

    .info_box > table.myInfo tr td div.coinAddress {
        text-align: center;
    }

    .info_box > table tr.set_pw td .setting_box p.name {
        margin: 0px;
    }

    .my-account-menu > ul {
        display: inline-block;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media all and /*(min-width: 321px) and*/ (max-width: 480px) {

    .panelHeight1 { height: 100%; }
    .panelHeight2 { height: 100%; }

    .bs-glyphicons li {
        width: 31%;
    }

    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        font-size: 1.2em;
    }

    .table h1 {
        font-size: 26px;
    }

    .table h2 {
        font-size: 23px;
    }

    .table h3 {
        font-size: 20px;
    }

    .label {
        font-size: 53%;
    }

    .alert, p {
        font-size: 14px;
    }

    .pagination {
        margin: 20px 0 0px;
    }

    .grid_3.grid_4.w3layouts {
        margin-top: 0;
    }

    h3.agileits-icons-title {
        font-size: 23px;
    }

    h3.icon-subheading {
        font-size: 22px;
    }

    .bs-glyphicons li {
        width: 31.33%;
    }

    .icon-box {
        float: none;
        width: 100%;
    }

    .carousel-caption h4:after {
        left: 33%;
    }

    .carousel-caption {
        padding-top: 5em;
    }

    .welcome_left h3 {
        font-size: 22px;
    }

    .welcome_left_info {
        padding: 2em 2em;
    }

    .layer1 {
        padding: 2em;
    }

    .ser_info h4 {
        width: 216.05px;
    }

    .newsletter_w3layouts_agile {
        padding: 3em 1em;
    }

    .newsleft h3 {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .footer_grid {
        width: 100%;
        float: none;
    }

        .footer_grid:nth-child(2), .footer_grid:nth-child(3) {
            margin-bottom: 3em;
        }

    .flickr-grid {
        width: 24%;
    }

    .agileits-pricing-grid, .agileits-pricing-grid:nth-child(2) {
        float: none;
        width: 70%;
        margin: 0 auto;
    }

    .newsright input[type="submit"] {
        padding: 12px 30px 12px;
    }

    .service_grid1, .service_grid2 {
        width: 100%;
        float: none;
        height: auto;
    }

    .service_grids {
        width: 80%;
        margin: 0 auto;
    }

    .service_grid2 {
        height: auto;
        padding: 1em 1em 3em;
    }

    .portfolio-categ li {
        padding: 8px 10px;
        margin: 0 0.1em;
    }

    .map iframe {
        height: 250px;
    }

    .contact-grid1 {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }

        .contact-grid1:nth-child(3) {
            margin-bottom: 0em;
        }

    .ser_grid1:nth-child(3) {
        margin-bottom: 3em;
    }

    .flex-direction-nav .flex-prev {
        right: 12%;
        top: -10%;
    }

    .flex-direction-nav .flex-next {
        top: -10%;
    }

    .services_grids {
        width: 73%;
    }

    .footer_bottom1 p {
        line-height: 24px;
    }

    .who_grid_left h3 {
        font-size: 26px;
    }

    .who_grid_left h4 {
        font-size: 16px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 5px 10px 5px;
    }

    .navbar-nav { /*padding:1em 0;*/
        margin-top: 0em;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: .9em;
    }

    .portfolio-area li {
        max-width: 50%;
        width: 216px;
    }

    .contact-form {
        padding: 2em 2em;
    }

        .contact-form h4.heading {
            font-size: 25px;
            margin-bottom: 10px;
        }

    .dropdown {
        border-top: 1px solid #eee;
    }

    .navbar-nav {
        border: 1px solid #eee;
    }

    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.1em;
        line-height: 35px;
    }

    .carousel-caption {
        padding: 2em;
        padding-top: 4em;
    }

        .carousel-caption h4:after {
            left: 42%;
        }

    .welcome_left h3 {
        font-size: 20px;
    }

    .services_grids {
        width: 86%;
    }

    .bar-grids {
        margin: 40px 10px 0px;
    }

    .agileits-pricing-grid, .agileits-pricing-grid:nth-child(2) {
        width: 80%;
        margin: 0 auto;
    }

    .newsright input[type="submit"] {
        padding: 12px 20px 12px;
    }

    .flickr-grid {
        width: 23%;
    }

    .who_grid_left h4 {
        font-size: 16px;
    }

    .banner p {
        font-size: 16px;
        margin: 0em 0;
    }

    .icon {
        width: 15%; /*float:left;*/
    }

    .grid_info {
        width: 85%;
        float: left;
    }

    .flex-direction-nav .flex-prev {
        right: 14%;
    }

    .w3l-info1 h4 {
        font-size: 18px;
    }

    .w3l-info1 h5 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .ser_info h4 {
        width: 215px;
    }

    .test_img {
        width: 30%;
    }

    .test_info {
        width: 70%;
    }

        .test_info h4 {
            font-size: 18px;
        }

        .test_info h5 {
            font-size: 16px;
            letter-spacing: 1px;
        }

    .footer_grid h3, .footer_grid_left h3 {
        font-size: 1.2em;
    }

    .contact-right p {
        font-size: 16px;
    }

    .contact-right span, .contact-right a {
        font-size: 14px;
    }

    .ser_info h4 {
        width: 213px;
    }

    .layer1 {
        padding: 1em;
    }

    .welcome_left p {
        font-size: 14px;
    }

    .welcome_left_info {
        padding: 1.5em 1.5em;
    }

    .services_grids {
        width: 93%;
    }

    .ser_info h4 {
        width: 213px;
    }

    .test_img {
        width: 35%;
        float: left;
    }

    .test_info {
        width: 60%;
        float: left;
        padding-left: 1em;
    }

        .test_info h4 {
            font-size: 18px;
        }

    .testimonial p {
        font-size: 14px;
        padding-right: 0em;
    }

    .w3_agile_stats_grid-top {
        padding: 0 2px;
    }

        .w3_agile_stats_grid-top:nth-child(2), .w3_agile_stats_grid-top:nth-child(1) {
            margin-bottom: 4px;
        }

    .agile_count_grid_left span, .agile_count_grid_right p {
        font-size: 1.8em;
    }

    .newsright input[type="email"] {
        width: 68%;
        padding: 10px 15px;
        font-size: 14px;
    }

    .newsright input[type="submit"] {
        padding: 11px 20px 11px;
        font-size: 14px;
    }

    .who_grid_left h3 {
        font-size: 25px;
    }

    .bar-grids h6 {
        font-size: 16px;
        margin-bottom: 0.3em;
        letter-spacing: 1px;
    }

    h3.heading {
        font-size: 35px;
        margin-bottom: 25px;
    }

    .contact-form {
        padding: 2em 2em;
    }

    .footer_grid h3, .footer_grid_left h3 {
        font-size: 1.2em;
    }

    .contact-form input[type="text"], .contact-form input[type="email"], textarea {
        margin: .5em 0;
        padding: .6em 1em;
        font-size: .8em;
    }

    textarea {
        height: 110px;
    }

    .portfolio-categ li {
        margin: .2em 0.1em;
    }

    .flex-direction-nav .flex-prev {
        right: 15%;
    }

    .signin-form input[type="submit"] {
        padding: 0.7em 0;
    }

    .services_grids {
        width: 96%;
    }

    .ser_info h4 {
        width: 214px;
    }

    h3.heading {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .wthree-contact-form input[type="text"], .wthree-contact-form input[type="email"], .wthree-contact-form input.number, .wthree-contact-form textarea {
        font-size: 14px;
    }

    .signin-form h3 {
        font-size: 1.2em;
        margin: .5em 0;
    }

    .modal-header {
        font-size: 25px;
    }

    .footer_grid .read a, .service_grid2 .read a {
        padding: 6px 15px;
        font-size: 14px;
    }

    .footer-ads {
        position: fixed;
        left: 0;
        bottom: -5px;
        width: 100%;
        background-color:black;
    }

    #container {
        padding: 0px;
    }

    #container2 {
        padding: 0px;
    }

    .not412 {
        display: none;
    }

    .show412 {
        display: block;
        text-align: center;
    }
    .mobile-bottom-nav{
        display:flex;
    }

    .mobile-text-left {
        text-align: left !important;
    }

    .bi_img {
        margin-top: 5px;
        margin-left: 10px;
        width: 120px;
    }

    .myWallet td img {
        display: none;
    }

    .home-container .home-header {
        width: 100%;
        height: 250px;
        position: relative;
        overflow: hidden
    }

        .home-container .home-header .top-wrapper {
            width: 100%;
            margin: 0 auto;
            padding-top: 12px;
            position: relative;
            z-index: 1
        }

            .home-container .home-header .top-wrapper .small-title {
                font-size: 12px;
                font-weight: 300;
                height: 18px;
                color: #fff;
                margin-left: 8px;
                margin-top: 20px;
            }

            .home-container .home-header .top-wrapper p {
                height: 28px;
                font-size: 15px;
                font-weight: 300;
                line-height: 1.56;
                letter-spacing: normal;
                color: #fff;
                margin-bottom: 21px;
                margin-left: 8px;
            }

            .home-container .home-header .top-wrapper .home-banner-bottom {
                width: 360px;
                height: 300px;
                position: absolute;
                top: 0px;
                left: 0px;
            }

                .home-container .home-header .top-wrapper .home-banner-bottom .hemisphere {
                    width: 64px;
                    height: 64px;
                    border-radius: 40%;
                    opacity: .2;
                    position: absolute;
                    top: 30px;
                    left: 270px;
                }

                .home-container .home-header .top-wrapper .home-banner-bottom .ball {
                    width: 150px;
                    height: 150px;
                    border-radius: 25%;
                    opacity: .4;
                    position: absolute;
                    left: 140px;
                    top: 200px;
                    -webkit-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    transform: rotate(360deg)
                }

    #banner {
        overflow: hidden;
        height: 64px;
        margin: 0 auto
    }

        #banner .li-img {
            width: 130px;
            margin-left: 20px;
            float: left;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 100%;
            border-radius: 12px;
            overflow: hidden;
            border: 3px solid rgba(255,255,255,.16)
        }

        #banner .banner-imgs {
            list-style: none;
            margin: 0;
            padding: 0;
            position: absolute;
            cursor: pointer;
            height: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            transition: all;
            left: 0px;
        }

    .home-container .home-header .transparent-wrapper .transparent-auto {
        width: 100%;
        height: 40px;
        display: block;
        line-height: 40px;
        margin: 0 auto;
        text-align: left;
        padding-left: 10px;
    }

        .home-container .home-header .transparent-wrapper .transparent-auto .text {
            opacity: .8;
            font-size: 14px;
            color: #fff;
            display: inline-block;
            width: 280px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: middle
        }

    .home-container .home-quotation {
        width: 100%;
        margin: 0 auto;
        background-color: #fff
    }

        .home-container .home-quotation .home-tickers-index {
            display: none;
        }

        .home-container .home-quotation .home-new-online {
            height: 24px;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.5;
            color: rgba(0,0,0,.85);
            margin-bottom: 10px;
            margin-top: 10px;
            text-align: center;
        }

    #rdoGroup {
        display: none;
    }

    .home-container .home-quotation .home-products {
        border: none;
        margin: 0px auto;
        width: 100%;
    }

        .home-container .home-quotation .home-products td {
            vertical-align: middle;
            padding: 5px !important;
            text-align: right;
            min-width:100px;
        }

    .navbar-login { /*font-size:14px;*/
        margin-top: 0px;
        padding: 9px;
    }

    .footer_w3ls { /*display: none;*/
    }

    #leftmenu {
        display: none;
    }

    .news-item {
        display: inline-block;
    }

    #newsList {
        padding-left: 15px;
    }

    a.login {
        background-color: transparent;
        border: none;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.1em;
    }

    .home-container .home-header .top-wrapper .small-title span {
        font-size: 12px;
    }
    /*.home-container .home-header { height: 40px; }
#banner {display:none;}
#bannerContainer .banner-dots {display:none;}*/
    .home-container .home-header .top-wrapper .small-title {
        margin-top: 20px;
    }

    .home-container .home-header .top-wrapper {
        padding-top: 0px;
    }

    .home-container .home-header .transparent-wrapper .transparent-auto {
        margin: auto 10px;
        font-size: 12px;
    }

        .home-container .home-header .transparent-wrapper .transparent-auto .text {
            font-size: 11px;
        }

    .home-container .home-quotation .home-products th {
        font-size: 12px;
    }

    .home-container .home-quotation .home-new-online {
        height: 17px;
        font-size: 15px;
    }

    .exchange-rate {
        font-size: 10px;
    }
    /*.navbar-toggle {margin-top: 5px;}
.navbar-login {margin-top: 14px;}
.bi_img {margin-top: 10px;}*/
    .navbar {
        min-height: 33px;
    }

    .intro-cont {
        display: none;
    }

    .intro-cont-white {
        display: none;
    }

    a.login:hover {
        background-color: #ff831d !important;
        border-radius: 0px;
    }
    /*.navbar-toggle:hover{background-color: #ff831d !important;}*/
    .navbar-bars {
        float: left;
        background-color: transparent;
        border: none; /*margin-right: 10px;*/ /*margin-top: 4px;*/
    }

    .navbar-power {
        float: right;
        color: black;
        margin-top: 0px; /*margin-right: 0px;*/
        padding: 9px;
    }

    .main-notice {
        display: none;
    }

    .my-account-menu > ul {
        display: inline-block;
    }

    #emailCertification {
        height: 435px
    }
}

@media all and (max-width: 320px) {
    .grid_4 {
        margin-top: 18px;
    }

    h3.title {
        font-size: 1.6em;
    }

    .alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item {
        font-size: 13px;
    }

    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }

    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px;
    }

    .list-group {
        margin-bottom: 10px;
    }

    .well {
        padding: 10px;
    }

    .nav > li > a {
        font-size: 14px;
    }

    table.table.table-striped, .table-bordered, .bs-docs-example {
        display: none;
    }

    .content.white {
        padding: 0.3em .5em;
    }

    .carousel-caption h2, .carousel-caption h3 {
        font-size: 1.1em;
        line-height: 28px;
    }

    .navbar-default a.navbar-brand h1 {
        font-size: 27px;
    }

    .navbar-toggle .icon-bar {
        width: 19px;
    }

    .carousel-caption h4:after {
        left: 54%;
    }

    .carousel-caption {
        padding: 1.5em;
        padding-top: 3em;
    }

        .carousel-caption p {
            letter-spacing: 1px;
        }
        /*.navbar-toggle{margin-top:6px;}*/
        .carousel-caption a {
            padding: 7px 18px;
            font-size: 0.875em;
        }

    .welcome_right {
        padding: 0;
    }

    .grid_info p {
        font-size: 14px;
    }

    .services_grids {
        width: 100%;
    }

    .ser_info h4 {
        width: 173px;
    }

    .w3_agile_stats_grid-top {
        width: 100%;
        padding: 0 12px;
    }

        .w3_agile_stats_grid-top:nth-child(3) {
            margin-bottom: 4px;
        }

    .wthree-contact-form input[type="text"], .wthree-contact-form input[type="email"] {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .newsright input[type="email"] {
        width: 100%;
    }

    .newsright input[type="submit"] {
        padding: 11px 94px 11px;
        font-size: 14px;
        margin-left: 0px;
    }

    .footer_grid h3, .footer_grid_left h3 {
        font-size: 1.2em;
    }

    .grid_info h3 {
        font-size: 19px;
        letter-spacing: 0px;
    }

    .flex-direction-nav .flex-prev {
        right: 17%;
    }

    .who_grid_left, .who_grid_right {
        padding: 0;
    }

    .agileits-pricing-grid, .agileits-pricing-grid:nth-child(2) {
        width: 90%;
    }

    .signin-form input[type="submit"] {
        padding: 0.6em 0;
    }

    .footer_w3ls { /*display: none;*/
    }

    #newsList {
        padding-left: 15px;
    }

    .my-account-menu > ul {
        display: inline-block;
    }

    #emailCertification {
        height: 455px
    }
}

.container_chart {
    /*margin:0 auto;*/
}

/*@media (min-width: 1920px) {
    .container_chart {
        width: 1860px;
    }
}
@media (min-width: 1680px) {
    .container_chart {
        width: 1600px;
    }
}
@media (min-width: 1200px) {
    .container_chart {
        width: 1170px;
    }
}
@media (min-width: 992px) {
    .container_chart {
        width: 970px;
    }
}
@media (min-width: 768px) {
    .container_chart {
        width: 750px;
    }
}*/

/* Smartphones (landscape) ----------- */
@media all and (min-width: 321px) {    
}

/* iPads (landscape) ----------- */
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* Styles */
    #emailCertification {
        height: 425px
    }
}

/* iPads (portrait) ----------- */
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    /* Styles */
}

/* iPad 3 (landscape) ----------- */
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-pixel-ratio: 2) {
    /* Styles */
}

/* iPad 3 (portrait) ----------- */
@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-pixel-ratio: 2) {
    /* Styles */
}



/* Large screens ----------- */
@media all and (min-width: 1824px) {
    /* Styles */
}

/* iPhone 4 (landscape) ----------- */
@media all and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) and (-webkit-min-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 4 (portrait) ----------- */
@media all and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) and (-webkit-min-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 5 (landscape) ----------- */
@media all and (min-width: 320px) and (max-height: 568px) and (orientation: landscape) and (-webkit-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 5 (portrait) ----------- */
@media all and (min-width: 320px) and (max-height: 568px) and (orientation: portrait) and (-webkit-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6 (landscape) ----------- */
@media all and (min-width: 375px) and (max-height: 667px) and (orientation: landscape) and (-webkit-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6 (portrait) ----------- */
@media all and (min-width: 375px) and (max-height: 667px) and (orientation: portrait) and (-webkit-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6+ (landscape) ----------- */
@media all and (min-width: 414px) and (max-height: 736px) and (orientation: landscape) and (-webkit-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6+ (portrait) ----------- */
@media all and (min-width: 414px) and (max-height: 736px) and (orientation: portrait) and (-webkit-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S3 (landscape) ----------- */
@media all and (min-width: 320px) and (max-height: 640px) and (orientation: landscape) and (-webkit-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S3 (portrait) ----------- */
@media all and (min-width: 320px) and (max-height: 640px) and (orientation: portrait) and (-webkit-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S4 (landscape) ----------- */
@media all and (min-width: 320px) and (max-height: 640px) and (orientation: landscape) and (-webkit-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S4 (portrait) ----------- */
@media all and (min-width: 320px) and (max-height: 640px) and (orientation: portrait) and (-webkit-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S5 (landscape) ----------- */
@media all and (min-width: 360px) and (max-height: 640px) and (orientation: landscape) and (-webkit-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S5 (portrait) ----------- */
@media all and (min-width: 360px) and (max-height: 640px) and (orientation: portrait) and (-webkit-pixel-ratio: 3) {
    /* Styles */
    #emailCertification {
        height: 435px
    }
}

.index_pop2{
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-181px;
    margin-top:-220px;
    z-index:9999;
    width:360px;
    background-color:white;
    border:1px solid black;
}

.real_ad_container {display:inline-block;}

.mobile-bottom-nav {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1000;
    will-change: transform;
    transform: translateZ(0);
    height: 50px;
    box-shadow: 0 -2px 5px -2px #333;
    background-color: #fff;
}

.mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile-bottom-nav__item--active {
    color: orange;
}

.mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;
}