/* 축소하지 못했습니다. 축소되지 않은 콘텐츠를 반환합니다.
(1730,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
@charset "UTF-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);*/



body {
    font-family: "Noto Sans KR",sans-serif,"Nanum Gothic","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0px;
    font-size: 15px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*font-family: inherit;
    font-weight: 500;*/
    line-height: 1.3;
    /*color: inherit;*/
    font-weight: 400;
}

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
    color: #231f20;
}

.h3, h3 {
    font-size: 34px;
    margin-top: 5px;
}
*/
p {
    font-size: 15px;
    color: #666;
    line-height: 22px;
}

a {
    cursor: pointer;
}


.form-control { font-family: HelveticaNeue-Light,AppleSDGothicNeo-Light,'Malgun Gothic','맑은 고딕',sans-serif; }
/*a:hover,
a:focus {
    color: #414042;
    text-decoration: underline;
}


.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}*/

.wrap {
    display: block;
    *width: 100%;
    clear: both;
}

    .wrap:after {
        display: block;
        height: 0;
        content: ".";
        font-size: 0;
        visibility: hidden;
        clear: both;
    }

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #beafa8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #cdcdcd;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        z-index: 3;
        color: #beafa8;
        background-color: #eee;
        border-color: #ddd;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #999999;
    border-color: #cdcdcd;
}

.pagination > li > a {
    margin: 1px;
}


.h3, h3 {
    font-size: 23px;
}


/*@media (max-width:417px) {


    .content-img {        
        max-width: 100%;
        height: auto
    }
}*/

.tooltip.top .tooltip-inner {
    background-color: #3c322b;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #4f4640;
}


.mobile-block {
    display: block;
    padding-top: 10px;
}

.mobile-block-np {
    display: block;
    padding-top: 0;
}

/*.mobile-size {
    display: initial;
}*/

.tablet {
    display: initial;
}

.pc {
    display: none;
}

/* ===== 버튼 =========*/
.btn-consult {
    margin-top: 0;
    border-radius: 0;
}

    .btn-consult:hover {
        color: #fff;
        background-color: #3C322B;
        border-color: #adadad;
    }

/*최신글 목록 꾸미기*/
img.latest {
    /* vertical-align: middle; */
    /* text-align: -webkit-match-parent; */
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    margin-top: 5px;
}


#return-to-top {
    z-index: 10;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(138, 125, 125);
    background: rgba(187, 180, 180, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(138, 125, 125, 0.9);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }

/*@media (min-width:418px) {

    .mobile-size {
        display: inline-block;
    }
}*/


.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #3762AE;
    color: white;
    border-radius: 5px 5px 0 0;
}

    .modal-header .close {
        margin-top: -2px;
        color: white;
        font-size: 33px;
    }

.modal-body {
    max-height: 400px;
    overflow-y: visible;
    overflow-x: hidden;
}


@media (min-width:768px) {

    .tablet {
        display: none;
    }

    .pc {
        display: block !important;
    }

    .pc-important {
        display: block;
    }

    .mobile-block {
        display: inline-block;
    }

    .mobile-block-np {
        display: inline-block;
    }

    .btn-consult {
        margin-top: 20px;
    }


    .modal-body {
        max-height: 730px;
        overflow-y: visible;
        overflow-x: hidden;
    }
}


@media (min-width:992px) {

    .modal-body {
        overflow-y: auto;
        max-height: 680px;
    }
}


@media (min-width: 1200px) {

    .modal-body {
        overflow-y: auto;
        max-height: 750px;
    }
}



::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}



ul.list-none { list-style: none; padding: 0; margin: 0; margin-top: 30px; }
 ul.list-none li { color: #696969; padding-bottom: 5px; }

ul.custom { list-style: none; padding: 0; margin: 0; margin-top: 30px; }
  ul.custom li { color: #696969; padding-bottom: 5px; display: table; }
    ul.custom li::before { content: "•\00a0"; color: #696969; display: table-cell; /* or whatever color you prefer */ }
    ul.custom li p { padding-left: 10px; font-size: 15px; line-height: 0.7em; padding-top: 5px; }

@media (min-width: 992px) {
    div#gnb {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    div#gnb {
        /* width: 1050px; */
    }
}


.gnbbar {
    /* margin-top: 30px; */
    /* overflow: hidden; */
    /* background-color: #fff; */
    font-family: "Noto Sans KR";
}

    .gnbbar a {
        /* float: left; */
        font-size: 16px;
        color: #000;
        text-align: center;
        padding: 10px 6px;
        text-decoration: none;
    }


.logo-wrap {
    float: left;
    /* padding-left: 30px; */
    width: 20%;
}

.logo {
    /*padding-left: 0 !important;*/
    padding-right: 0 !important;
}

.menu-array {
    display: block;
    padding: 5px 0 0;
    margin: 0 auto;
    /*margin-left: 200px;*/
    float: right;
    /* min-width: 600px; */
    margin: 0 auto;
}

    .menu-array:after {
        display: block;
        height: 0;
        content: ".";
        font-size: 0;
        visibility: hidden;
        clear: both;
    }


.downwrap {
    float: left;
    /* overflow: hidden; */
    width: 24%;
    /* text-align: center; */
    position: relative;
    display: inline-block;
}

    .downwrap .dropbtn {
        font-size: 19px;
        border: none;
        outline: none;
        color: #2f2f2f;
        padding: 14px 8px;
        /* background-color: inherit; */
        width: 135px;
        font-family: "Noto Sans KR";
        background-color: transparent;
        width: 100%;
        font-weight: bold;
    }
    /*.gnbbar a:hover,*/
    .downwrap:hover .dropbtn {
        background-color: #3C322B;
        font-weight: bold;
        color: #fff;
        /* text-align: center; */
        /* width: 181px; */
    }

.on .dropbtn {
    background-color: #3762AE;
    font-weight: bold;
    color: white;
}

.on .down-content {
    display: block !important;
}

.down-content {
    display: none;
    position: absolute;
    background-color: #3C322B;
    /* min-width: 135px; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 200;
    width: 100%;
}

    .down-content a {
        float: none;
        color: #fff;
        padding: 12px 12px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .down-content a:hover {
            background-color: #FFBB49;
            color: #ffffff;
            /*font-weight:normal;*/
        }

.downwrap:hover .down-content {
    display: block;
}

.gnb {
    margin-top: 20px
}

    .gnb span {
        font-size: 20px;
        margin-left: 30px
    }


.gnb-pc {
    display: none
}

.gnb-mobile {
    display: block
}

.width115 {
    width: 115px !important;
    min-width: 115px !important;
}

.width125 {
    width: 125px !important;
    min-width: 125px !important;
}

.width160 {
    width: 160px !important;
    min-width: 160px !important;
}

.width200 {
    width: 200px !important;
    min-width: 200px !important;
}

.width2 {
    width: 110px !important;
    min-width: 110px !important;
}




@media (min-width: 996px) {

    .downwrap {
        width: 23%;
    }

        .downwrap .dropbtn {
            width: 100;
        }

    .down-content {
        /* min-width: 181px; */
    }

    .menu-array {
        float: inherit;
        width: 757px;
        /* margin-left: 260px; */
    }
}


/*mobile*/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-default .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

.navbar ul {
    background-color: #3C322B;
    font-size: 20px;
}

    .navbar ul li a {
        color: white; /*!important*/
    }

.navbar-default .navbar-toggle {
    border-color: transparent !important;
}

.navbar-toggle {
    /*position: relative;
    float: right;*/
    padding: 25px 19px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: -10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    position: absolute;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    /*background-color: #3762AE !important;*/
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #E6FF0A !important;
    background-color: #3762AE !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #3762AE !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #3762AE !important;
}


.navbar-nav .open .dropdown-menu {
    background-color: #30A7E0 !important;
}


.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 40px;
}

@media (min-width: 768px) {

    .gnb-pc {
        display: block;
        /* margin-left: 20px; */
    }

    .gnb-mobile {
        display: none;
    }

    .navbar {
        display: none;
    }
}

@media (min-width: 1200px) {
    .down-content a {
        float: none;
        color: #fff;
        padding: 12px 15px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
}




/*모바일 풀*/

#hdbg {
    /*background-color: #1d1d20;*/
    display: inline-block;
}

.open-logo {
    background-color: white;
    height: 60px;
}

a.navbar-brand.logo {
    padding: 10px;
}

.scrolled {
    background-color: white;
    border-bottom: 1px solid #cecece;
}

.hamburger {
    /*background-color: #3762AE;*/
    padding: 36px;
    width: 70px;
    float: right;
    /* z-index: 400; */
    height: 40px;
    position: absolute;
    right: 0;
    margin-top: -65px;
}

    .hamburger.on {
        background-color: #3C322B;
    }

.button_container {
    /*position: fixed;
  top: 5%;
  right: 2%;*/
    height: 27px;
    width: 25px;
    cursor: pointer;
    z-index: 340;
    margin-top: -13px;
    margin-left: -18px;
    padding-bottom: 17px;
    /* margin-left: 25px; */
    /*margin-left: calc(100%/16);*/
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

    .button_container span {
        /*background: #FF5252;*/
        background: #D8D8D8;
        border: none;
        height: 4px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }

        .button_container span:nth-of-type(2) {
            top: 10px;
        }

        .button_container span:nth-of-type(3) {
            top: 20px;
        }

    .button_container:hover {
        opacity: .7;
    }

    .button_container.active .top {
        -webkit-transform: translateY(10px) translateX(0) rotate(225deg);
        transform: translateY(10px) translateX(0) rotate(225deg);
        background: #FFF;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #FFF;
    }

    .button_container.active .bottom {
        -webkit-transform: translateY(-10px) translateX(0) rotate(-225deg);
        transform: translateY(-10px) translateX(0) rotate(-225deg);
        background: #FFF;
    }

.overlay {
    position: fixed;
    background: #3C322B; /*#FF5252;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}

.o-menu {
    width: 100%;
}

    .o-menu li {
        min-height: 30px;
        padding-left: 30px;
        padding-top: 8px;
        /*padding-bottom: 8px;*/
        font-size: 25px;
        letter-spacing: 1px;
        color: white;
        display: table;
        width: 100%;
        cursor: pointer;
    }

ul.o-menu li > a:hover {
    color: #ffffff !important;
}

.submenu li a {
    color: #B7A294 !important;
}

.overlay ul.submenu {
    background-color: #2A241F;
    display: none;
    margin-left: -30px;
    width: 120%;
}


    .overlay ul.submenu li {
        padding-left: 60px;
    }

        .overlay ul.submenu li a:hover {
            /*background-color: #085C96;*/
            color: #FFB200 !important;
            /*font-weight:normal;*/
        }

    .overlay ul.submenu.on {
        display: inherit;
    }

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 300;
}


.overlay nav {
    position: relative;
    /* height: 70%; */
    /*top: 28%;*/
    margin-top: 20px;
    /*-webkit-transform: translateY(-50%);
        transform: translateY(-50%);*/
    font-size: 35px;
    /* font-family: "Vollkorn", serif; */
    font-weight: 400;
    text-align: left;
    /* padding-left: 30px; */
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}

    /*.overlay ul li {
            display: block;
            height: 20%;
            height: calc(100% / 4);
            min-height: 35px;
            position: relative;
            opacity: 0;
        }*/

    .overlay ul li a {
        display: block;
        position: relative;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        padding-bottom: 10px;
        font-weight: 400;
        cursor: pointer;
    }

        .overlay ul li a.on, a.on {
            color: #FFB200 !important;
        }

.depth1 {
    float: left;
}

.o-menu .menu-arrow {
    max-width: 25px;
    margin-left: 20px;
    margin-top: 10px;
    float: left;
    cursor: pointer;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}

/*.overlay ul li a:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    width: 0%;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    height: 3px;
                    background: #FFF;
                    -webkit-transition: .35s;
                    transition: .35s;
                }*/


@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}


span.ment {
    font-size: 14px;
    position: relative;
    top: 12px;
    letter-spacing: -1px;
}

span.seg {
    position: relative;
    top: 11px;
    padding-left: 7px;
    color: #F39800;
    font-size: 11px;
}


#gnb {
    background-image: url(/web/service/publish/logic/Data/img/subbg.png);
    min-height: 300px;
    background-size: cover;
}

.navi-other a {
    color: white;
    font-size: 17px;
    font-weight: bold;
}

footer {
    padding-top: 40px;
}

footer p, footer a {
    color: #909090;
}

    footer a:visited, footer a:hover {
        color: #e0e0e0;
    }

footer ul.list-inline li:nth-child(2n) {
    color: #bababa;
    font-size: 11px;
}

footer p.nom {
    margin-bottom: 0;
}

footer .foot-nav {
    font-size: 16px;
}

footer .lead {
    font-size: 16px;
}

footer span.tel {
    display: block;
    margin-top: 7px;
    font-size: 21px;
}

.footer-top {
    background-color: #414141;
    padding: 30px 10px 10px;
    border-bottom: 1px solid #707070;
}

.footer-bottom {
    background-color: #4D4D4D;
    padding: 30px 10px 100px;
}


@media (min-width:768px) {
    footer span.tel {
        display: initial;
        margin-top: 0px;
    }
}

.main-top {
    background-image: url(/web/service/publish/logic/Data/img/mainbg.png);
    background-size: cover;
    background-position: bottom center;
}

.gnbTop {
    background-color: white;
    /* padding-top: 10px; */
    padding-left: 22px;
    padding-right: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

a.logo img {
    width: 76px;
}


.gnbTop ul li {
    width: 19%;
    text-align: center;
}

    .gnbTop ul li a {
        font-size: 18px;
        font-weight: bold;
        color: #292929;
        text-decoration: none;
    }

        .gnbTop ul li a:hover {
            background-color: #ffb200;
            padding: 5px 6px 7px;
            border-radius: 3px;
        }

        .gnbTop ul li a.logo:hover {
            background-color: #e2e2e2;
            padding: 0 0;
            border-radius: 3px;
        }

.navi-top {
    text-align: right;
    font-size: 14px;
    color: white;
    padding: 10px 10px 5px;
}

    .navi-top a {
        color: white;
        font-size: 13px;
    }

.navi2 {
    padding-bottom: 30px;
}


.intro {
    text-align: center;
    color: white;
    padding: 50px 0;
    margin-top: 70px;
}



    .intro h1 {
        font-size: 40px;
        line-height: 130%;
        font-size: 28px;
        font-weight: 400;
    }

    .intro p {
        color: white;
        padding: 5px 0px 0;
        font-weight: 300;
        font-size: 15px;
    }

    .intro span:nth-child(1) {
        display: block;
    }

.gnbCenter ul li {
    background-color: #3C322B;
    width: 25%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #373737;
    float: left;
    border-right: 1px solid #6f6f6f;
}

.gnbCenter {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}

    .gnbCenter ul.list-inline li a {
        color: white;
        font-weight: bold;
        padding: 20px 0px;
        width: 100%;
        display: block;
    }

    .gnbCenter ul li.active {
        background-color: #ffb200;
    }

        .gnbCenter ul li.active a {
            color: #3C322B;
        }

    .gnbCenter ul li a:hover {
        background-color: #ffb200;
        color: #3C322B;
    }

.introduce {
    padding-left: 0;
    padding-right: 0;
}

    .introduce h3 {
        letter-spacing: -2px;
        margin-top: 40px;
        line-height: 130%;
        /* font-size: 24px; */
    }

    .introduce p {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .introduce img {
        width: 100%;
        max-height: 230px;
    }

    .introduce .bg {
        background-image: url(/web/service/publish/logic/Data/img/mainbg_introduce.png);
        background-size: cover;
        min-height: 180px;
        background-repeat: no-repeat;
        background-position: center;
    }

        .introduce .bg img {
            display: none;
            min-height: 180px;
        }


.category {
    padding-left: 0;
    padding-right: 0;
}

    .category h3, .media h3 {
        letter-spacing: -1px;
        /* margin-top: 40px; */
        /* text-decoration: underline; */
        padding-bottom: 10px;
        border-bottom: 1px solid #D8D8D8;
        /* width: 100px; */
        max-width: 130px;
        margin: 40px auto 0;
    }

    .category p, .media p {
        padding-top: 5px;
        padding-bottom: 25px;
    }

    .category .col-sm-6, .category col-xs-12, .media .col-sm-6, .media col-xs-12 {
        margin-bottom: 15px;
        padding: 0 7px;
    }



@media (min-width:768px) {
    .introduce .bg img {
        display: block;
    }

    .gnbCenter ul.list-inline li a {
        padding: 20px 30px;
    }

        .gnbCenter ul.list-inline li a.ach-divorce {
            padding: 20px 10px;
        }


    .intro {
        padding: 90px;
        margin-top: 0;
    }


        .intro h1 {
            font-weight: 400;
            font-size: 44px;
        }

        .intro span:nth-child(1) {
            display: inline-block;
        }
}





.gnbBottom ul li {
    background-color: #3C322B;
    width: 49%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #373737;
    float: left;
    border-right: 1px solid #6f6f6f;
    margin-right: 1px;
    margin-bottom: 1px;
}

.gnbBottom {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}

    .gnbBottom ul.list-inline li a {
        color: white;
        font-weight: bold;
        padding: 20px 0px;
        width: 100%;
        display: block;
    }

    .gnbBottom ul li.active {
        background-color: #ffb200;
    }

        .gnbBottom ul li.active a {
            color: #3C322B;
        }

    .gnbBottom ul li a:hover {
        background-color: #ffb200;
        color: #3C322B;
    }


@media (min-width:768px) {

    .gnbBottom ul.list-inline li a {
        padding: 20px 10px;
    }

        .gnbBottom ul.list-inline li a.ach-divorce {
            padding: 20px 10px;
        }



    .gnbBottom ul li {
        width: 16%;
    }
}


@media (min-width:992px) {

    .gnbBottom ul li {
        width: 16%;
    }
}



.category {
    padding-left: 0;
    padding-right: 0;
}

    .category h3, .media h3 {
        letter-spacing: -1px;
        /* margin-top: 40px; */
        /* text-decoration: underline; */
        padding-bottom: 10px;
        border-bottom: 1px solid #D8D8D8;
        max-width: 130px;
        margin: 40px auto 0;
    }

    .category p, .media p {
        padding-top: 5px;
        padding-bottom: 25px;
        word-break: break-all;
    }

    .category .col-sm-6, .category col-xs-12, .media .col-sm-6, .media col-xs-12 {
        margin-bottom: 15px;
        padding: 0 7px;
    }


.card-box {
    /*min-height: 220px;*/
    /* min-width: 200px; */
    width: 100%;
    border: 1px solid #E1E1E1;
}

    .card-box .card-title span.name {
        font-size: 13px;
    }

    .card-box .card-title span.ing {
        float: right;
        font-size: 15px;
        padding: 5px 6px;
        background-color: #DEDEDE;
        color: black;
        margin-bottom: 5px;
    }

    .card-box .card-title span.complete {
        float: right;
        font-size: 15px;
        padding: 5px 12px;
        background-color: #FFB200;
        color: black;
        margin-bottom: 5px;
    }

    .card-box a {
        color: #666;
    }

.card-img img {
    width: 100%;
}

img.icon-card {
    width: 70px;
    margin-top: -38px;
    margin-bottom: 20px;
}


.card-ment {
    text-align: center;
    padding-bottom: 30px;
}

.card-img h4 {
    text-align: center;
    color: white;
    position: absolute;
    left: 45%;
    top: 50px;
    left: 50%;
    width: 120px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 19px;
}

.btn-card {
    border-radius: 0;
}



.card-box.theme-media {
    padding: 10px;
    background-color: #EEEEEE;
    color: #565656;
}

    .card-box.theme-media .card-title {
        /*min-height: 70px;*/
    }

    .card-box.theme-media.active {
        background-color: #3C322B;
        color: #C9C9C9;
    }

        .card-box.theme-media.active p {
            color: #C9C9C9;
        }

    .card-box.theme-media:active, .card-box.theme-media:hover, .card-box:hover a .card-title {
        background-color: #3C322B;
        color: #C9C9C9;
    }

        .card-box.theme-media:active p, .card-box.theme-media:hover p {
            background-color: #3C322B;
            color: #C9C9C9;
        }

.card-title {
    width: 100%;
    display: inline-block;
}

    .card-title h4 {
        line-height: 130%;
        font-weight: bold;
        font-size: 17px;
    }



.lawyer-card {
    clear: both;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.card-body .lawyer-card {
    margin-top: 5px;
    border-top: 1px solid #dcdcdc;
}

    .card-body .lawyer-card button {
        margin-left: 15px;
    }

.lawyer-card .Greeting {
    clear: both;
    white-space: pre-line;
    padding-top: 10px;
}

.lawyer-card .title {
    clear: both;
    white-space: pre-line;
    padding-top: 10px;
    padding-bottom: 5px;
}

.lawyer-card div.pimag {
    float: left;
}

.lawyer-card span.UserRealName {
    float: left;
    margin-left: 15px;
}

.lawyer-card a {
    margin-left: 18px;
}

.lawyer-detail {
    width: 90%;
    margin: 0 auto;
}

.lawyer-detail .pimag{
    text-align:center;
    margin:15px 15px;
}

    .lawyer-detail .pimag img {
        margin-right: 10px;
        margin-bottom: 10px;
    }


.lawyer-detail p {
    white-space:pre-line;
}


.author {
    margin: 10px;
}

.author .UserInfo {
    text-align:left;
}

.author span.UserRealName {
    font-weight: bold;
    margin-left: 15px;
}
.author span.UserTitle {
    margin-left: 15px;
    text-align: left;
}

.btnGroup {
    margin-top: 15px;
    margin-bottom: 15px;
}


    .btnGroup button {
        text-align: center;
        /* display: inherit; */
    }


@media (min-width:768px) {
    .card-box {
        min-height: 260px;
    }

        .card-box.theme-media .card-title {
            min-height: 70px;
        }

        .card-box.theme-media {
            padding: 20px;
            background-color: #EEEEEE;
            color: #565656;
            padding-bottom: 10px;
        }

        .card-box.diagnosis {
            min-height: 100px;
        }

    .card-title {
        width: 100%;
        display: block;
    }
}


/*swiper*/

.swiper-container {
    width: 100%;
    height: 100%;
    max-height: 760px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*height:inherit;*/
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
    background-image: url($data/img/bullet.png);
}

/*background:url(/images/logo.png) center no-repeat;*/


.swiper-pagination {
    margin-bottom: 30px;
}


.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: inherit;
    font-size: 12px;
    /*color: #000;*/
    opacity: 1;
    background: inherit;
    /* background-image: url(/web/service/project/logic/Data/img/swiper/bullet.png); */
}

.swiper-pagination-bullet-active {
    /* color: #fff; */
    background: inherit;
    background-image: url(/web/service/project/logic/Data/img/swiper/bulletOn.png) !important;
    width: 60px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /* background-position-y: bottom !important; */
    height: 20px !important;
    margin: 0 0 !important;
    padding-top: -10px;
}











/*home*/ 

.header-intro, .header-intro2, .header-intro3, .header-intro4, .header-intro5 {
    max-height: 407px;
    min-height: 407px;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .header-intro:before, .header-intro2:before, .header-intro3:before, .header-intro4:before, .header-intro5:before {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        /*width: 20%;
        height: 20%;*/
        width: 100%;
        height: 100%;
        z-index: 1;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; /*150%;*/
        padding-top: 30px;
    }

    .header-intro:before {
        background-image: url(/web/service/project/logic/Data/img/swiper/mainbg.jpg);
        background-color: #fff;
    }

    .header-intro2:before {
        background-image: url(/web/service/project/logic/Data/img/swiper/mainbg2.jpg);
    }

    .header-intro3:before {
        background-image: url(/web/service/project/logic/Data/img/swiper/mainbg3.jpg);
    }

    .header-intro4:before {
        background-image: url(/web/service/project/logic/Data/img/swiper/mainbg4.jpg);
    }

    .header-intro5:before {
        background-image: url(/web/service/project/logic/Data/img/swiper/mainbg5.jpg);
    }

#intro {
    position: relative;
}
/* Centered text */
.centered {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

    .centered.twrap-content:after {
        display: block;
        height: 0;
        content: ".";
        font-size: 0;
        visibility: hidden;
        clear: both;
    }

.swiper-arrow-left {
    float: left;
    z-index: 33;
    position: absolute;
    left: 10%;
    top: 50%;
    display: none;
}

.swiper-arrow-right {
    float: right;
    z-index: 33;
    position: absolute;
    right: 10%;
    top: 50%;
    display: none;
}


.twrap-content {
    margin: 0 0;
    z-index: 3;
    width: 99%;
    /*padding-bottom: 100px;*/
    /* height: 100%; */
    display: block;
    *
    width: 100%;
    clear: both;
}

.tt {
    z-index: 3;
    color: white;
    font-size: 37px;
    font-weight: bold;
    /* background-color: black; */
    padding: 0 10px;
    /* position: absolute; */
    /* bottom: 250%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* width: 100%; */
    position: absolute;
    margin-top: -30px;
}

.tt2 {
    z-index: 3;
    color: white;
    font-size: 37px;
    font-weight: 200;
    padding: 0 10px;
     
    /* position: absolute; */
    bottom: 250%;
    margin-top: -20px;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* width: 100%; */
    position: absolute;
    /* top: 90px; */
}

.tt3 {
    z-index: 3;
    color: #ffffff;
    font-size: 26px;
    font-weight: normal;
    /* letter-spacing: 7px; */
    /*display:none;*/
    /* margin-top: 190px; */
    /* position: absolute; */
    /* bottom: 0; */
    /* padding-top: 190px; */
    /* left: 40%; */
    /* top: 220%; */
    /* transform: translate(-50%, -50%); */
    /* width: 100%; */
    /* height: 100%; */
    /* text-align: center; */
}

.tnt {
    /* margin-top: 80px; */
    /* position: absolute; */
    /* width: 95%; */
    /*padding-bottom: 50px;*/
    /* bottom: 0; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* padding: 10px 10px; */
    /* position: relative; */
    /* bottom: 39%; */
    /* left: 59%; */
    /* transform: translate(-50%, -50%); */
    /* width: 50%; */
    /* text-align: left; */
    /* width: 580px; */
    /* max-width: 500px; */
}

.ttw .tt {
    /* color: #FE9F00; */
    /* font-weight: 400; */
}

.mc {
    background-color: black;
    padding-left: 0;
    padding-right: 0;
}


p.tt3 .profound {
    width: 50%;
    margin-top: 80px;
}

.twrap4 {
    margin: 0 auto;
}

.swipe-profound {
    margin-left: 4px;
    margin-bottom: 5px;
    width: 220px;
}

@media (min-width:360px) {
    .header-intro, .header-intro2, .header-intro3, .header-intro4, .header-intro5 {
        max-height: 458px;
        min-height: 458px;
    }
}

@media (min-width:375px) {
    .header-intro, .header-intro2, .header-intro3, .header-intro4, .header-intro5 {
        max-height: 477px;
        min-height: 477px;
    }
}

@media (min-width:412px) {
    .header-intro, .header-intro2, .header-intro3, .header-intro4, .header-intro5 {
        max-height: 100%;
        min-height: 524px;
    }

    .twrap-content {
        width: 80%;
        /* height: 100%; */
    }


    /*.tnt {
        margin-top: 180px;
    }

    .ttw .tt {
        bottom: 150px;
    }*/
}


@media (min-width:470px) {

    /*.ttw {
        margin-top: -170px;
        margin-bottom: 120px;
    }*/

    /*.tt {
        font-size: 19px;
        bottom: -70px;
    }

    .tt3 {
        bottom: 15px;
    }*/
}

@media (min-width: 550px) {
}

@media (min-width: 768px) {

    .centered {
        top: 65%;
    }

    .twrap-content {
        padding-bottom: 180px;
    }

    .twrap4 {
        margin: 0 auto;
        margin-top: 150px;
    }

    .swiper-arrow-left {
        display: block;
    }

    .swiper-arrow-right {
        display: block;
    }

    .swiper-pagination {
        margin-bottom: 70px;
    }

    .tt {
        font-size: 72px;
        margin-left: -120px;
        margin-top: -55px;
        position: absolute;
    }

    .tt2 {
        font-size: 72px;
        margin-left: -120px;
        margin-top: -10px;
        position: absolute;
    }

    /*.s3-tt{
        margin-left:-200px;
    }*/

    .swipe-profound{
        margin-left:10px;
        width:400px;
    }
}

@media (min-width: 830px) {
}

@media (min-width: 992px) {
}

@media (min-width:1200px) {


    .tnt {
        /* left: 55%; */
    }

    /*.r-tt {
        font-size: 29px;
    }

    .r-tt2 {
        font-size: 20px;
        letter-spacing: 7px;
    }

    .p-tt {
        font-size: 36px;
    }

    .p-tt2 {
        font-size: 20px;
        letter-spacing: 7px;
    }*/

}

@media (min-width: 1250px) {


    /*.twrap-content {
        width: 80%;
        padding-bottom: 50px;
    }

    .tnt {
        margin-top: 315px;
    }

    .tt {
        font-size: 44px;
    }*/

    .header-intro:before {
        background-size: cover;
    }

    .header-intro, .header-intro2, .header-intro3, .header-intro4, .header-intro5 {
        max-height: 760px;
        min-height: 660px;
        padding-top: 30px;
        position: relative;
        overflow: hidden;
        text-align: center;
        background-size: auto;
    }
}


@media (min-width: 1450px) {

    .header-intro, .header-intro2, .header-intro3, .header-intro4, .header-intro5 {
        max-height: 870px;
    }
}

.intro {
    text-align: center;
    color: white;
    padding: 50px 0;
    margin-top: 20px;
}

.first-slide {
    padding: 0;
    margin-bottom: 55px;
    padding-top: 50px;
}

.centered {
    z-index: 3;
}

    .centered.first {
        width: 80%;
    }


.navi2 {
    padding-bottom: 110px;
    width: 93%;
    max-width: 1240px;
    margin: 0 auto;
     margin-right: 10px; 
    /* margin-left: 21px; */
}

.tntWrap {
    max-width: 380px;
    margin: 0 auto;
    text-align: left;
}

.tnt {
    color: white;
    text-align: center;
}

    .tnt h2 {
        font-size: 42px;
        font-weight: 300;
    }

    .tnt span {
        /*font-weight: 300;
        font-size: 16px;*/
    }

    .tnt .intro span:nth-child(2) {
        display: inline-block;
    }

.twrap-first-content {
    margin: 0 0;
    z-index: 3;
    width: 99%;
    /* padding-bottom: 100px; */
    /* height: 100%; */
    display: block;
    clear: both;
    margin-top: -150px;
    padding-top: 0;
}

.no-padding-top {
    padding-top: 0;
}

.swiper-pagination {
    margin-bottom: 15px;
}

@media (max-width:700px) {
    .swiper-container {
        max-height: 560px;
    }
}

@media (min-width: 359px) {

    .intro {
        text-align: center;
        color: white;
        padding: 10px 0;
        margin-top: 20px;
    }

    .navi2 {
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .swiper-pagination {
        margin-bottom: 20px;
    }

    .tntWrap .intro {
        padding: 0;
    }

    .first-slide {
        padding: 0;
        /* margin-bottom: 50px; */
        padding-bottom: 30px;
    }

    .navi2 {
        padding-bottom: 0;
    }

    .navi2 {
        padding-bottom: 110px;
        width: 93%;
        max-width: 1240px;
        margin: 0 auto;
        /*margin-right: 10px;*/
        /* margin-left: 21px; */
    }

}

@media (min-width: 1250px) {

    .first-slide {
        padding: 120px 0 15px;
        margin-bottom: 100px;
    }

    .navi2 {
        padding-bottom: 0;
    }
}

.question {
    margin-top: 10px;
    margin-bottom: 10px;
}


.media a, .category a {
    color: inherit;
    text-decoration: none;
}

.container.fixContact { max-width: 798px; margin: 0 auto; margin-top: 70px !important; }

.fix-contact { background-color: #BCA18D; color: white; text-align: center; height: 60px; position: fixed; bottom: 0; z-index: 100; width: 100%; margin-left: -15px; }
    .fix-contact div { width: 33%; float: left; height: 100%; /* height: 60px; */ vertical-align: middle; }
    .fix-contact .btn-theme { margin-top: 13px; font-size: 17px; }

    .fix-contact h3 { max-width: 85px; font-size: 20px; text-align: center; margin: 0 auto; margin-top: 7px; }

    .fix-contact .btn-theme { color: #fff; background-color: #6F410B; border-color: #6F410B; }

@media(min-width:768px) {
    .fix-contact { background-color: #BCA18D; color: white; text-align: center; height: 60px; position: relative; bottom: 0; z-index: 100; width: 100%; margin-left: 0; }
        .fix-contact h3 { max-width: inherit; font-size: 20px; text-align: center; margin: 0 auto; margin-top: 20px; }
}



