@charset "utf-8";

/* layout - common */
.front-body {
    overflow: hidden;
}

.page-w {
    width: 100%;
    min-width: 320px;
}

.left-cols {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 300px;
    height: 100%;
    border-right: 1px solid #ddd;
    overflow: hidden;
    background: #fff;
    font-size: 0;
    line-height: 0;
}

.left-cols.htype {
    overflow-y: auto;
}

.left-cols.htype .footer-w {
    position: relative;
    padding-top: 30px;
}

.header-w {
    z-index: 20;
    position: relative;
}

.util-w {
    padding: 40px 0 45px;
}

.util-list {
    display: table;
    margin: 0 auto;
}

.util-list > li {
    display: table-cell;
    padding: 0 10px;
}

.util-list > li a {
    font-size: 13px;
    line-height: 13px;
    height: 13px;
    color: #222;
}

.toplogo-w {
    text-align: center;
    margin-bottom: 60px;
}

.toplogo {
    display: inline-block;
}

.toplogo a {
}

.toplogo a img {
    width: 80%;
    height: auto;
}

.toplogo p {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 0px;
}

.gnb-w {
    padding-top: 52px;
    position: relative;
}

.gnb-w:after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -10px;
}

.gnb-list {
    display: block;
    text-align: center;
}

.gnb-list > li {
    margin-bottom: 40px;
}

.gnb-list .gm {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-family: 'ngb';
}

.dep2-w {
    display: none;
    text-align: left;
    position: fixed;
    top: 0;
    left: 301px;
    width: 0;
    z-index: 0;
    overflow: hidden;
    height: 100%;
    border-right: 1px solid #eee;
    background: rgba(255, 255, 255, .95);
}

.dep2-bg {
}

.dep2-isc {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 180px;
}

.dep2-list {
    margin: 0 30px;
    padding: 285px 0 20px;
}

.dep2-list > li {
    margin: 0 0 20px 0;
}

.dep2-list .dep2 {
    font-size: 15px;
    line-height: 20px;
}

.dep2-list > li.active .dep3 {
    color: #ff952e;
}

.dep2-list .dep2:hover {
    color: #ff952e;
}

.dep3-list {
    margin: 15px 0 0 10px;
    display: none;
}

.dep3-list > li {
    margin: 0 0 15px 0;
}

.dep3-list .dep3 {
    font-size: 14px;
    line-height: 18px;
}

.dep3-list .dep3:hover {
    color: #ff952e;
}

.footer-w {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.btn-wk {
    display: inline-block;
    font-size: 16px;
    color: #222222;
    line-height: 31px;
    height: 31px;
    font-family: 'ngb';
    position: relative;
    padding-left: 40px;
}

.btn-wk:before {
    display: block;
    content: '';
    width: 31px;
    height: 31px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/0/src/resource/img/ic_wk.png")
}

.btn-wk .btn-inner {
}

.botmenu-list {
    margin-top: 15px;
}

.botmenu-list:before {
    display: block;
    width: 15px;
    height: 0px;
    margin: 0 auto 20px;
    background: #666666;
    content: '';
}

.botmenu-list > li {
    margin-bottom: 10px;
}

.botmenu-list > li a {
    font-size: 13px;
    color: #222222;
    line-height: 13px;
    height: 13px;
    font-family: 'ngb';
}

.copy {
    color: #666666;
    font-size: 12px;
    line-height: 12px;
}

.right-cols {
    margin-left: 302px;
    max-width: 1300px;
    position: relative;
    z-index: 10;
    border-right: 1px solid #ddd;
    min-height: 1200px;
}

.main .right-cols {
    border-right: 0;
}

.btn-close-low {
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
}

.mt-cols {
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    border-right: 1px solid #ddd;
    overflow: hidden;
    background: #fff;
    font-size: 0;
    line-height: 0;
    z-index: 10
}

.mt-cols .toplogo-w {
}

.mt-cols .toplogo {
    padding: 5px;
}

.mt-cols .toplogo img {
    width: 100%;
    height: auto;
}

.mt-total {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.total-item,
.mt-total:before,
.mt-total:after {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    top: 50%;
    left: 50%;
    height: 4px;
    background: #6d6d6d;
    margin-left: -15px;
}

.total-item {
    margin-top: -2px;
}

.mt-total:before {
    margin-top: -12px;
}

.mt-total:after {
    margin-top: 8px;
}

.mt-gnb {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    filter: alpha(opacity=95);
    opacity: .95;
    display: none;
    border-bottom: 1px solid #777;
    z-index: 900;
}

.mgnb-list {
}

.mgnb-list > li {
}

.mgnb-list .mgm {
    display: block;
    background: #777;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    font-family: 'ngb';
    padding: 15px 10px;
}

.mdep2-w {
}

.mdep2-list {
    display: none;
}

.mdep2-list > li {
    border-bottom: 1px solid #ccc;
}

.mdep2-list > li:last-child {
    border-bottom: 0;
}

.mdep2 {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 18px;
    font-family: 'ngb';
    padding: 10px;
    background: #ddd;
}

.mdep3-list {
    display: none;
}

.mdep3-list > li {
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.mdep3-list > li:last-child {
    border-bottom: 0;
}

.mdep3 {
    display: block;
    font-size: 13px;
    color: #333;
    line-height: 16px;
    font-family: 'ngb';
    padding: 10px 20px;
}

.mfooter-w {
    text-align: center;
    padding: 20px 0;
    background: #fff;
}

.mutil-list-w {
    background: #333;
}

.mutil-list {
    display: table;
    margin: 0 auto;
}

.mutil-list > li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mutil-list > li .mutil {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 15px;
}

.mutil-list > li .mutil:hover {
    color: #ffd94a;
}

@media (max-width: 1279px) {
    .btn-close-low {
        display: block;
    }

    .util-w {
        padding: 20px 0 10px;
        text-align: center;
    }

    .util-list > li {
        display: block;
        margin: 5px 0;
    }

    .util-list > li a {
        font-size: 11px;
        line-height: 15px;
        min-height: 11px;
    }

    .left-cols {
        width: 150px;
        display: none;
    }

    .toplogo-w {
        padding: 30px 10px 50px;
        margin-bottom: 0;
    }

    .toplogo img {
        width: 100%;
    }

    .gnb-w {
        padding: 30px 0 0 0;
    }

    .gnb-list > li {
        margin: 0 0 20px;
    }

    .gnb-list .gm {
        font-size: 13px;
    }

    .dep2-w {
        left: 151px;
        width: 150px;
    }

    .dep2-isc {
        width: 150px;
    }

    .btn-wk {
        font-size: 12px;
        padding-left: 20px;
        height: 15px;
        line-height: 15px;
    }

    .btn-wk:before {
        width: 15px;
        height: 15px;
        position: absolute;
        top: 0;
        left: 0;
        background-size: 15px auto;
    }

    .botmenu-list > li {
        margin-bottom: 9px;
    }

    .botmenu-list > li a {
        font-size: 12px;
    }

    .footer-w .copy {
        font-size: 11px;
        line-height: 11px;
        padding: 0 10px;
    }

    .right-cols {
        margin-left: 120px;
        max-width: 1480px;
        border-right: 0 !important;
        min-height: 0;
    }

    .dep2-list {
        padding-top: 273px;
    }

    .dep2-list .dep2 {
        font-size: 13px;
        line-height: 17px;
    }

    .mt-cols {
        display: block;
    }

    .dep2-list {
        margin: 0 15px;
    }
}

@media (max-width: 1023px) {
    .front-body {
        overflow: visible;
    }

    .mt-cols {
        border-right: 0;
        width: 100%;
        position: relative;
        height: 60px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        overflow: visible;
        z-index: 100;
    }

    .right-cols {
        margin-left: 0;
    }

    .mt-cols .toplogo-w {
        text-align: left;
        padding: 0px
    }

    .mt-cols .toplogo img {
        width:15%;
        height: auto;
    }

    .mt-cols .mt-total {
        position: absolute;
        left: auto;
        right: 5px;
        margin-top: -25px;
        top: 50%;
    }
}


@media (max-width: 481px) {
    .mt-cols .toplogo img {
        width: 30%;
        height: auto;
    }
}

/* bx-slider */
.bx-wrapper {
    padding: 0;
    position: relative;
    zoom: 1;
}

.bx-wrapper img {
    display: block;
    max-width: 100%;
}

.bx-viewport {
    background: #fff;
    moz-transform: translatez(0);
    ms-transform: translatez(0);
    o-transform: translatez(0);
    transform: translatez(0);
    webkit-transform: translatez(0);
}

.bx-pager,
.bx-controls-auto {
    bottom: 20px;
    position: absolute;
    width: 100%;
}

.bx-loading {
    background: url(/0/src/resource/img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    left: 0;
    min-height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.bx-pager {
    color: #666;
    font-family: Arial;
    font-size: .85em;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}

.bx-pager .bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
    display: inline;
    display: inline-block;
    zoom: 1;
}

.bx-pager.bx-default-pager a {
    background: #fff;
    filter: alpha(opacity=35);
    opacity: .35;
    border-radius: 20px;
    display: block;
    height: 10px;
    margin: 0 17px;
    moz-border-radius: 5px;
    outline: 0;
    text-indent: -9999px;
    webkit-border-radius: 5px;
    width: 10px;
}

.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
    filter: alpha(opacity=100);
    opacity: 1;
}

.bx-prev {
    background: url(/0/src/resource/img/controls.png) no-repeat 0 -32px;
    left: 10px;
}

.bx-next {
    background: url(/0/src/resource/img/controls.png) no-repeat -43px -32px;
    right: 10px;
}

.bx-prev:hover {
    background-position: 0 0;
}

.bx-next:hover {
    background-position: -43px 0;
}

.bx-controls-direction a {
    height: 32px;
    margin-top: -16px;
    outline: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 32px;
    z-index: 9999;
}

.bx-controls-direction a.disabled {
    display: none;
}

.bx-controls-auto {
    text-align: center;
}

.bx-start {
    background: url(/0/src/resource/img/controls.png) -86px -11px no-repeat;
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0;
    text-indent: -9999px;
    width: 10px;
}

.bx-start:hover,
.bx-start.active {
    background-position: -86px 0;
}

.bx-stop {
    background: url(/0/src/resource/img/controls.png) -86px -44px no-repeat;
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0;
    text-indent: -9999px;
    width: 9px;
}

.bx-stop:hover,
.bx-stop.active {
    background-position: -86px -33px;
}

.bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-caption {
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.bx-caption span {
    color: #fff;
    display: block;
    font-family: Arial;
    font-size: .85em;
    padding: 10px;
}

/* maincontents */
.rc-low {
    display: table;
    width: 100%;
    line-height: 0;
    font-size: 0;
    table-layout: fixed;
    position: relative;
}

.rc-col01,
.rc-col02 {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}

.rc-col01 {
}

.rc-col01 img {
    height: auto;
}

@media (max-width: 961px) {
    .rc-col01 img {
        width: 100%;
        height: auto;
    }
}

.rc-col02 {
}

.smcol {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    box-sizing: border-box;
    width: 432px;
    font-size: 0;
    line-height: 0;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.smcol01 {
    border-left: 0
}

.smcol02 {
    background: #fafbed;
}

.smcol03 {
}

.smcol03:after {
    right: 0px;
}

.smc-tit {
    color: #222;
    font-size: 25px;
    line-height: 30px;
    min-height: 30px;
    margin: 30px;
    font-family: 'ngb';
    word-break: break-all;
}

.has-rcban {
    width: 867px;
    overflow: hidden;
}

.has-rcban .bx-controls-direction a {
    background: url("/0/src/resource/img/main/mban_control.png") no-repeat 0 0;
    width: 30px;
    height: 50px;
    margin-top: -15px;
    transition: .3s;
    filter: alpha(opacity=35);
    opacity: .35;
}

.has-rcban .bx-controls-direction a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.has-rcban .bx-controls-direction .bx-prev {
    background-position: 0 -50px;
    left: 40px;
}

.has-rcban .bx-controls-direction .bx-next {
    background-position: 0 0;
    right: 40px;
}

.has-rcban .bx-pager,
.has-rcban .bx-controls-auto {
    bottom: 40px;
}

.notcie-banner {
    display: block;
    overflow: hidden;
    height: 500px;
}

.notcie-banner img {
    width: auto
}

.rcban-list {
}

.rcban-list > li {
    visibility: hidden;
}

.rcban-list > li a {
}

.rcban-list > li a img {
}

.smc-more {
    position: absolute;
    top: 33px;
    right: 40px;
    line-height: 0;
    font-size: 0;
}

.rc-low02 {
    z-index: 10;
}

.rc-low02 .smcol {
    width: auto;
}

@media (max-width: 961px) {
    .rc-low02 .smcol {
        width: auto;
    }
}

.rc-low02 .smcol01 {
}

.rc-low02 .smcol02 {
    width: 66.7%;
}

@media (max-width: 961px) {
    .rc-low02 .smcol02 {
        width: 100%;
        height: auto;
    }
    .rc-low02 .smcol02 img{
        width: 100%;
    }
}


.rc-low02 .smcol03 {
}

.rc-low02 .smc-skin3 {
    width: 85%;
    margin: 0 auto 15px;
}

.rc-low02 .smc-skin3 td {
    border: 0;
    font-size: 15px;
    padding: 0px;
    color: #666;
    line-height: 16px;
    min-height: 28px;
    font-family: 'ng';
}

.rc-low02 .smc-skin3 td:first-child {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rc-low02 .smc-skin3 td:last-child {
    float: right;
    padding-right: 10px;
}

.linkage {
    color: #666666;
    font-size: 16px;
    line-height: 16px;
    min-height: 16px;
    font-family: 'ngb';
    display: inline-block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 97%;
}

.la-date {
    font-size: 12px;
}

.rc-low02 .smc-skin4 {
    width: 85%;
    margin: 0 auto 15px;
}

.rc-low02 .smc-skin4 td {
    border: 0;
    padding: 0px;
    color: #666;
    font-family: 'ngb';
}

.rc-low02 .smc-skin4 td:first-child {
    float: left;
    font-size: 16px;
    border-radius: 15px;
    background: #9957e3;
    color: #FFF;
    min-width: 50px;
    padding: 8px;
    min-height: 16px;
    line-height: 16px;
}

.rc-low02 .smc-skin4 td:last-child {
    text-align: left;
    margin-left: 20px;
    font-size: 13px;
}

.rc-low02 .smc-skin4 td dl {
    margin-top: 5px;
    margin-bottom: 20px;
}

.rc-low02 .smc-skin4 td dd {
    height: 20px;
}

.rc-low02 .smc-skin4 td span {
    color: #9957e3;
}

.rc-low02 .smc-skin5 {
    width: 85%;
    margin: 0 auto 15px;
}

.rc-low02 .smc-skin5 td {
    border: 0;
    padding: 0px;
    color: #666;
    font-family: 'ngb';
}

.rc-low02 .smc-skin5 td:first-child {
    float: left;
    font-size: 16px;
    border-radius: 15px;
    background: #18bec4;
    color: #FFF;
    min-width: 50px;
    padding: 8px;
    min-height: 16px;
    line-height: 16px;
}

.rc-low02 .smc-skin5 td:last-child {
    text-align: left;
    margin-left: 20px;
    font-size: 13px;
}

.rc-low02 .smc-skin5 td dl {
    margin-top: 5px;
    margin-bottom: 10px;
}

.rc-low02 .smc-skin5 td dd {
    height: 20px;
}

.rc-low02 .smc-skin5 td span {
    color: #18bec4;
}

.rc-low03 {
    z-index: 10;
}

.rc-low03 .smcol {
    width: auto;
}

.rc-low03 .smcol01 {
    background: #f1f7fc;
    padding-bottom: 30px;
}

.rc-low03 .smcol02 {
    max-height: 390px;
    background: url("/data/banner/6") no-repeat;
    background-size: 100% 100%;
}

.rc-low03 .smcol03 img {
    width:100%;
}

.rc-low03 .smc-skin7-w {
}

.rc-low03 .smc-skin7 {
    width: 350px;
    margin: 0 auto;
}

.rc-low03 .smc-skin7 th,
.rc-low03 .smc-skin7 td {
    border: 0;
    font-size: 16px;
    padding: 7px 0;
    color: #666;
    line-height: 16px;
    min-height: 16px;
    font-family: 'ngb';
}

.rc-low03 .smc-skin7 th {
    text-align: left;
}

.rc-low03 .smc-skin7 td {
}

.rc-low03 .smc-skin8 {
    width: 85%;
    margin: 0 auto 15px;
}

.rc-low03 .smc-skin8 td {
    border: 0;
    padding: 0px;
    color: #666;
    font-family: 'ngb';
}

.rc-low03 .smc-skin8 td:first-child {
    float: left;
}

.rc-low03 .smc-skin8 td:last-child {
    float: left;
    margin-left: 15px;
    font-size: 16px;
}

.rc-low03 .smc-skin8 td ul {
    margin-top: 50px;
    margin-bottom: 10px;
}

.rc-low03 .smc-skin8 td li {
    height: 30px;
}

.rc-low03 .smc-skin8 td span {
    color: #222;
}

.rc-low03 .smc-skin10 {
    width: 85%;
    margin: 15% auto 15px;
}

@media (max-width: 961px) {
    .rc-low03 .smc-skin10 {
        width: 85%;
        margin: 0 auto 20px;
    }
}

.rc-low03 .smc-skin10 td {
    text-align: center;
    border: 0;
    font-size: 21px;
    padding: 0px;
    color: #fff;
    line-height: 35px;
    min-height: 35px;
    font-family: 'ngb';
}

.rc-low04 .rc-col01 img {
    width: auto;
}

@media (max-width:  1600px){
    .rc-low04 .rc-col01 img {
        width: 100%;
    }
}

@media (max-width:  961px){
    .rc-low04 .rc-col01 img {
        width: 100%;
    }
}


.rc-low04 .smc-skin11 {
    width: 85%;
    margin: 0 auto 15px;
}

.rc-low04 .smc-skin11 td {
    text-align: left;
    border: 0;
    font-size: 13px;
    padding: 0px;
    color: #666;
    line-height: 30px;
    min-height: 30px;
    font-family: 'ng';
}

@media (max-width: 1281px){
    .rc-low04 .smc-skin11 td {
        line-height: 25px;
    }
}

.rc-low04 .smc-skin11 td span {
    font-family: 'ngb';
    color: #222;
}

.rc-low05 {
    z-index: 10;
}

.rc-low05 .smcol {
    width: auto;
}

.rc-low05 .smcol01 {
}

.rc-low05 .smcol02 {
}

.rc-low05 .smcol03 {
}

.rc-low05 .smc-skin9 {
    width: 85%;
    margin: 0 auto 15px;
}

.rc-low05 .smc-skin9 td {
    text-align: left;
    border: 0;
    font-size: 15px;
    padding: 0px;
    color: #666;
    line-height: 28px;
    min-height: 28px;
    font-family: 'ngb';
}

.rc-low05 .smc-skin9 td:last-child {
    text-align: right;
}

.rc-low05 .smc-more_qa {
    position: absolute;
    top: 33px;
    right: 30px;
    font-size: 15px;
    padding: 15px;
    background: #313131;
    color: #fff;
    font-family: 'ngb';
}

.rc-low05 .smc-skin10 {
    width: 85%;
    margin: 15% auto 15px;
}

.rc-low05 .smc-skin10 td {
    text-align: center;
    border: 0;
    font-size: 21px;
    padding: 0px;
    color: #fff;
    line-height: 35px;
    min-height: 35px;
    font-family: 'ngb';
}

.rc-low05 .smc-skin11 {
    width: 85%;
    margin: 0 auto 15px;
}

.rc-low05 .smc-skin11 td {
    text-align: left;
    border: 0;
    font-size: 13px;
    padding: 0px;
    color: #666;
    line-height: 30px;
    min-height: 30px;
    font-family: 'ng';
}

.rc-low05 .smc-skin11 td span {
    font-family: 'ngb';
    color: #222;
}

.linkage-list {
    margin: 40px;
}

.linkage-list > li {
    margin-bottom: 40px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.lg-cell {
    display: table-cell;
    vertical-align: middle;
}

.lg-cell.txt {
    width: 70%;
}

.lg-cell.date {
    text-align: right;
    width: 28%;
    white-space: nowrap;
}

.smc-skin01 {
    margin: 0 auto;
    padding: 25px;
    font-size: 15px;
    text-align: center;
}

.smcp-01 {
    color: #666666;
    line-height: 34px;
    margin-bottom: 19px;
    margin-top: -3px;
    font-family: 'ngb';
}

.smcp-02 {
    color: #333333;
    font-size: 22px;
    line-height: 26px;
    font-family: 'ngb';
}

.btn-rcalign {
    position: absolute;
    left: 27%;
    bottom: 20px;
}

@media (max-width: 961px){
    .btn-rcalign {
        position: absolute;
        left: 130px;
        top: -5px;
    }
}

.btn-rcalign a {
}

.btn-smtype1 {
    font-size: 16px;
    text-align: center;
    width: 195px;
    line-height: 40px;
    height: 40px;
    font-family: 'ngb';
    background: #313131;
    color: #fff;
    display: inline-block;
}

.btn-smtype1.type2 {
    background: #fff;
    color: #222;
    font-family: 'ngb';
    font-weight: bold
}

.smc-skin03 {
    text-align: center;
    padding: 0 40px;
}

.smcol03 .smc-tit {
    margin-bottom: 25px;
}

.smcp-thum {
    line-height: 0;
}

.smcp-thum img {
    max-width: 100%;
}

.smcp-spec {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    font-family: 'ngb';
}

.callint {
    border: 1px solid #dddddd;
    padding: 10px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
}

.callint::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #666;
}

.callint::-moz-placeholder { /* Firefox 19+ */
    color: #666;
}

.callint:-ms-input-placeholder { /* IE 10+ */
    color: #666;
}

.callint:-moz-placeholder { /* Firefox 18- */
    color: #666;
}

.selitem {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    padding: 0 10px;
    font-family: 'ng'
}

.phc-list {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.phc-list > li {
    display: table-cell;
}

.phc-list .selitem {
}

.phc-list .callint {
}

.phc-list > li.else {
    text-align: center;
    padding: 0 2px;
    width: 10px;
}

.fitem {
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.fitem .chk {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fitem label {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    color: #666;
    padding-left: 35px;
    line-height: 25px;
    position: relative;
}

.fitem label:before {
    background: url("/0/src/resource/img/main/ic_check.png") no-repeat 0 0;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: '';
}

.fitem .chk:checked + label:before {
    background-position: 0 -25px;
}

.tbot-agrlow {
    display: table;
    margin: 15px auto 0;
}

.tbot-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}

.tbot-cell .fitem {
}

.btn-counsel {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #59a7ed;
    color: #fff;
    font-family: 'ngb';
    text-align: center;
}

.rc-midbanner {
    font-size: 0;
    line-height: 0;
    border-right: 1px solid #ddd;
}

.rc-midbanner .midban {
    display: block;
}

.rc-midbanner .midban img {
    max-width: 100%;
}

.mc-skin6-w {
    border-top: 1px solid #dddddd;
}

.mc-skin6-list {
    border-left: 1px solid #dddddd;
}

.mc-skin6-list:after {
    display: block;
    content: '';
    clear: both;
}

.mc-skin6-list > li {
    border-right: 1px solid #dddddd;
    float: left;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    width: 33.333333333333%;
}

.proc {
    background-color: #fff;
    display: block;
    font-size: 30px;
    font-family: 'ngb';
    line-height: 30px;
    padding: 66px 0;
    min-height: 30px;
    color: #222222;
    text-align: center;
}

.proc:after {
    display: block;
    content: '';
    margin: 0 auto;
    width: 200px;
    height: 200px;
    margin-top: 75px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.proc:hover {
    background-color: #333333;
    color: #fff;
}

.proc:hover:after {
    background-position: 0 -200px;
}

.proc.proc01 {
}

.proc.proc02 {
}

.proc.proc03 {
}

.proc.proc04 {
}

.proc.proc05 {
}

.proc.proc06 {
}

.proc.proc01:after {
    background-image: url("/0/src/resource/img/main/ic_mpro_01.png");
}

.proc.proc02:after {
    background-image: url("/0/src/resource/img/main/ic_mpro_02.png");
}

.proc.proc03:after {
    background-image: url("/0/src/resource/img/main/ic_mpro_03.png");
}

.proc.proc04:after {
    background-image: url("/0/src/resource/img/main/ic_mpro_04.png");
}

.proc.proc05:after {
    background-image: url("/0/src/resource/img/main/ic_mpro_05.png");
}

.proc.proc06:after {
    background-image: url("/0/src/resource/img/main/ic_mpro_06.png");
}

.mc-skin7-w {
    background: #f3f3f3;
    padding: 50px 60px;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.mc-skin7-list {
    display: table;
    width: 100%;
    margin: 0 auto;
}

.mc-skin7-list > li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding-right: 56px;
}

.mcir {
    display: table;
    width: 150px;
    height: 150px;
    border-radius: 300px;
    text-align: center;
    background: #fff;
    color: #ffa92e;
}

.mcir-in {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    line-height: 24px;
}

.mcir-in:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    margin: -12px 0 0 0;
    width: 25px;
    height: 35px;
    background: url("/0/src/resource/img/main/ic_allow.png") no-repeat 0 0;
}

.mc-skin7-list > li:last-child {
    padding-right: 0;
}

.mc-skin7-list > li:last-child .mcir-in:after {
    display: none;
}

.mcir:hover,
.mcir.on {
    background: #ffa92e;
    color: #fff;
    font-family: 'ngb';
}

.mcir:hover .mcir-in:after,
.mcir.on .mcir-in:after {
    background-position: 0 -35px;
}

.rc-low.rc-low04 {
}

.rc-low.rc-low04 .smc-tit {
    margin-bottom: 30px;
}

@media (max-width: 1281px){
    .rc-low.rc-low04 .smc-tit {
        margin-bottom: 15px;
    }
}

.rc-low.rc-low04 .smcol {
    height: 390px;
    box-sizing: border-box;
}

.rc-low.rc-low04 .smcol.smcol01 {
}

.rc-low.rc-low04 .smcol.smcol02 {
    background: url("/0/src/resource/img/main/bg_cus.png") no-repeat 0 0/150% auto;
}

.rc-low.rc-low04 .smcol.smcol03 {
    text-align: center;
}

.rc-low.rc-low04 .smcol.smcol03 .smc-tit {
    text-align: left;
}

.mc-skin8 {
    background: #9f9f9f url("/0/src/resource/img/main/ic_callphone.png") no-repeat 45px 50%;
    font-family: 'ngb';
    margin: 0 30px 5px;
    padding: 25px 25px 25px 145px;
}

.mc8p-01 {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.mc8p-02 {
    color: #eee;
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
}

.mc-skin9 {
    font-family: 'ngb';
    margin: 0 40px;
}

.mc9p-01 {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 3px;
}

.mc9p-02 {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    font-family: 'ng';
}

.rc-low.rc-low04 .smcol.smcol02 .smc-tit {
    color: #fff;
}

.rc-low.rc-low04 .smcol.smcol02 .btn-rcalign {
    margin-top: 50px;
}

.oneone-p {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-family: 'ngb';
    text-align: center;
}

.oneone-p:before {
    display: block;
    content: '';
    width: 76px;
    height: 65px;
    background: url("/0/src/resource/img/main/ic_wordbullon.png") no-repeat 0 0;
}

.oneone-p:before {
    margin: 60px auto 25px;
}

.mc-skin10 {
    display: inline-block;
    text-align: left;
    padding-bottom: 40px;
}

.mc-skin10 > li {
    margin-top: 18px;
    font-size: 12px;
    line-height: 12px;
    display: table;
}

.mc-skin10 > li:first-child {
    margin-top: 0;
}

.mc-skin10 .mclab,
.mc-skin10 .mcspec {
    display: table-cell;
}

.mc-skin10 .mclab {
    color: #333;
    font-family: 'ngb';
    padding-right: 15px;
}

.mc-skin10 .mcspec {
    color: #666;
    word-break: break-all;
}

.mc-skin11-w {
    background-color: #f3f3f3;
    padding: 60px 0;
    border-right: 1px solid #ddd;
}

.mc-tit {
    font-size: 45px;
    color: #222;
    text-align: center;
    line-height: 45px;
    min-height: 45px;
    font-family: 'ngb';
    margin-bottom: 35px;
}

.skin11-list-w {
}

.skin11-list {
    padding: 0 25px;
}

.skin11-list:after {
    display: block;
    content: '';
    clear: both;
}

.skin11-list > li {
    padding: 10px;
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.sq-item {
    display: block;
    min-height: 290px;
    border: 1px solid #e5e5e5;
    background: #fff;
    text-align: right;
    box-sizing: border-box;
}

.sq-item:before {
    display: inline-block;
    content: '';
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 30px 30px 10px;
}

.sq-item .sq-p01 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    text-align: left;
    font-family: 'ngb';
    margin: 0 30px;
    word-break: break-all;
}

.sq-item .sq-p02 {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    text-align: left;
    margin: 10px 30px 30px;
    word-break: break-all;
}

.sq-item.sq01:before {
    background-image: url("/0/src/resource/img/main/ic_mbiz_01.png");
}

.sq-item.sq02:before {
    background-image: url("/0/src/resource/img/main/ic_mbiz_02.png");
}

.sq-item.sq03:before {
    background-image: url("/0/src/resource/img/main/ic_mbiz_03.png");
}

.sq-item.sq04:before {
    background-image: url("/0/src/resource/img/main/ic_mbiz_04.png");
}

.sq-item.sq05:before {
    background-image: url("/0/src/resource/img/main/ic_mbiz_05.png");
}

.sq-item.sq06:before {
    background-image: url("/0/src/resource/img/main/ic_mbiz_06.png");
}

.sq-item.sq07:before {
    background-image: url("/0/src/resource/img/main/ic_mbiz_07.png");
}

.sq-item.sq08:before {
    background-image: url("/0/src/resource/img/main/ic_mbiz_08.png");
}

@media (max-width: 1600px) {
    .bx-wrapper img {
        width: 100%;
        height: auto;
    }

    .rc-col01 {
        width: 33.30769230769231%;
    }

    .rc-col02 {
        width: auto;
    }

    .notcie-banner {
        height: auto;
    }

    .notcie-banner img {
        width: 100%;
    }

    .has-rcban {
        width: auto;
    }

    .has-rcban .bx-controls-direction a {
        width: 15px;
        height: 25px;
        background-size: 15px auto;
        margin-top: -12px;
    }

    .has-rcban .bx-controls-direction .bx-prev {
        background-position: 0 -25px;
        left: 10px;
    }

    .has-rcban .bx-controls-direction .bx-next {
        background-position: 0 0;
        right: 10px;
    }

    .has-rcban .bx-pager, .has-rcban .bx-controls-auto {
        bottom: 10px;
    }

    .bx-pager.bx-default-pager a {
        margin: 0 10px;
    }

    .smcol {
        width: 33.3333333333333333333333%
    }

    .linkage-list > li {
        margin: 0 0 20px;
    }

    .lg-cell.txt {
        width: 55%;
    }

    .lg-cell.date {
        width: 40%;
    }

    .smc-more {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .smc-more img {
        width: 12px;
    }

    .proc {
        font-size: 20px;
        line-height: 20px;
        padding: 20px 0 0 0;
        min-height: 20px;
    }

    .proc:after {
        background-size: 100px auto;
        width: 100px;
        height: 100px;
        margin-top: 0;
    }

    .proc:hover:after {
        background-position: 0 -100px;
    }

    .smc-skin6-w {
        padding: 0 15px;
    }

    .smc-skin6 {
        width: auto;
    }

    .smc-skin6 th, .smc-skin6 td {
        font-size: 14px;
    }

    .fitem label {
        font-size: 14px;
    }

    .btn-counsel {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mc-skin7-list {
        width: auto;
    }

    .mcir {
        width: 130px;
        height: 130px;
    }

    .mcir-in {
        font-size: 18px;
        line-height: 22px;
    }

    .rc-low.rc-low04 {
    }

    .rc-low.rc-low04 .smcol {
        height: auto;
    }

    .rc-low.rc-low04 .smcol.smcol02 {
        background: url("/0/src/resource/img/main/bg_cus.png") no-repeat 0 0/150% auto;
    }

    .mc-skin8 {
        background-position: 35px 50%;
        margin-bottom: 12px;
        padding: 25px 25px 25px 105px;
        background-size: 40px auto;
    }

    .mc-skin9 {
        margin: 0 25px;
    }

    .mc8p-01 {
        font-size: 14px;
        line-height: 18px;
    }

    .mc8p-02 {
        font-size: 12px;
        line-height: 18px;
    }

    .mc9p-01 {
        font-size: 12px;
        line-height: 18px;
    }

    .mc9p-02 {
        font-size: 12px;
        line-height: 18px;
    }

    .mc-skin10 {
        margin: 0 20px;
    }

    .oneone-p:before {
        margin: 0px auto 25px;
    }

}

@media (max-width: 1440px) {
    .mcir {
        width: 100px;
        height: 100px;
    }

    .mcir-in {
        font-size: 16px;
        line-height: 20px;
    }

    .mc-skin8 {
        margin: 0 20px 12px;
        padding: 12px 12px 12px 75px;
        background-size: 24px auto;
        background-position: 25px 50%;
    }

    .mc8p-01 {
        font-size: 14px;
        line-height: 18px;
    }

    .mc8p-02 {
        font-size: 12px;
        line-height: 18px;
    }

    .skin11-list {
        padding: 0 15px;
    }

    .skin11-list > li {
        padding: 8px;
    }

    .sq-item {
        text-align: center;
    }

    .sq-item:before {
        width: 100px;
        height: 100px;
        background-size: 100px auto;
    }

    .sq-item .sq-p01 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 15px;
    }

    .sq-item .sq-p02 {
        font-size: 14px;
        line-height: 18px;
        margin: 10px 15px 15px;
    }

    .oneone-p:before {
        margin: 60px auto 25px;
    }

    .smc-tit {
        font-size: 22px;
    }

    .smcp-spec {
        font-size: 14px;
        line-height: 28px;
        margin-top: 20px;
    }

    .smcp-01 {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    /*.smcp-02{ display:none; }*/
    .smcp-text01 {
        font-size: 24px;
        line-height: 32px;
    }

    .smcp-text02 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 1439px) {
    .smcp-spec {
        font-size: 14px;
        line-height: 28px;
        margin-top: 30px;
    }

    @media (max-width: 1279px) {
        .smcp-spec {
            font-size: 14px;
            line-height: 25px;
            margin-top: 0.3em
        }

        .smcp-01 {
            font-size: 14px;
            line-height: 24px;
        }

        .smcp-02 {
            font-size: 18px;
        }

        .smcp-text01 {
            font-size: 20px;
            line-height: 34px;
            margin-top: 3.6em;
        }

        .smcp-text02 {
            font-size: 16px;
            line-height: 24px;
        }
    }
    @media (max-width: 1100px) {
        .mc-skin7-w {
            padding: 10px;
            text-align: center;
        }

        .mc-skin7-list {
            display: block;
        }

        .mc-skin7-list:after {
            display: block;
            content: '';
            clear: both;
        }

        .mc-skin7-list > li {
            display: inline-block;
            position: relative;
            padding-right: 14px;
            margin: 5px;
        }

        .mc8p-01 {
            font-size: 14px;
            line-height: 18px;
        }

        .mc8p-02 {
            font-size: 12px;
            line-height: 18px;
        }

        .mcir {
            width: 80px;
            height: 80px;
        }

        .mcir-in {
            font-size: 12px;
            line-height: 15px;
        }

        .mcir-in:after {
            margin: -12px 0 0 0;
            right: -4px;
            width: 12px;
            height: 16px;
            margin-top: -8px;
            background-size: 12px auto;
        }

        .mcir:hover .mcir-in:after,
        .mcir.on .mcir-in:after {
            background-position: 0 -16px;
        }

        .oneone-p:before {
            margin: 0px auto 25px;
        }

        .smcp-spec {
            font-size: 14px;
            line-height: 25px;
            margin-top: 0px;
        }

        .smcp-01 {
            font-size: 14px;
            line-height: 27px;
        }

        .smcp-02 {
            display: none;
        }

        .smcp-text01 {
            font-size: 20px;
            line-height: 24px;
            padding-top: 23px;
        }

        .smcp-text02 {
            font-size: 16px;
            line-height: 24px;
        }
    }
    @media (max-width: 1023px) {
        .linkage-list {
            margin: 15px;
        }

        .linkage,
        .la-date {
            font-size: 12px;
        }

        .rc-low {
            display: block;
        }

        .rc-col01, .rc-col02, .rc-col03 {
            display: block;
            width: 100%;
        }

        .smc-tit {
            font-size: 14px;
            line-height: 15px;
            min-height: 15px;
            margin: 15px;
        }

        .rc-low {
            z-index: 10;
            display: block;
        }

        .smcol {
            display: block;
            width: auto;
        }

        .lg-cell.txt {
            width: 75%;
        }

        .lg-cell.date {
            width: auto;
        }

        .linkage-list > li {
            margin: 0 0 10px;
        }

        .smc-skin01 {
            margin: 0 20px 0;
            padding : 0px;
            font-size: 12px;
        }

        .smcp-01 {
            line-height: 18px;
            margin-bottom: 10px;
            margin-top: -2px;
        }

        .smcp-02 {
            color: #333333;
            font-size: 14px;
            line-height: 26px;
        }

        .btn-rcalign {
            text-align: center;
            margin: 15px 0;
        }

        .btn-rcalign a {
        }

        .btn-smtype1 {
            font-size: 12px;
            text-align: center;
            width: auto;
            line-height: 25px;
            height: 25px;
            padding: 0 20px;
            display: inline-block;
        }

        .smcp-thum img {
        }

        .smcp-spec {
            font-size: 16px;
            line-height: 20px;
            margin-top: 15px;
        }

        .rc-low03 .smcol01 {
            background-position: 50% 0;
        }

        .smc-skin4 {
            color: #fff;
            text-align: center;
            margin-top: 60px;
        }

        .smcp-text01 {
            font-size: 20px;
            line-height: 26px;
            margin-bottom: 10px;
        }

        .smcp-text02 {
            font-size: 14px;
            line-height: 18px;
        }

        .smc-skin4 .btn-rcalign {
            margin-top: 60px;
        }

        .skin5-text {
            font-size: 16px;
            line-height: 22px;
            margin: 10px 0 16px;
        }

        .smc-skin6 {
            width: 100%;
        }

        .smc-skin6 th,
        .smc-skin6 td {
            font-size: 12px;
        }

        .smc-skin6 th {
            text-align: left;
        }

        .smc-skin6 td {
        }

        .smc-skin6 td .callint {
            font-size: 12px;
        }

        .smc-skin6 th label {
        }

        .rc-low03 .smcol03 .smc-tit {
            margin-bottom: 18px;
        }

        .selitem {
            font-size: 12px;
        }

        .tbot-agrlow {
            margin: 16px auto;
        }

        .tbot-cell {
        }

        .tbot-cell .fitem label {
            font-size: 14px;
            line-height: 25px;
            height: auto;
            min-height: 25px;
        }

        .btn-counsel {
            height: 30px;
            line-height: 30px;
        }

        .mc-skin6-list > li {
            width: 50%;
        }

        .proc {
            font-size: 14px;
            line-height: 14px;
            padding: 20px 0 10px 0;
            min-height: 14px;
        }

        .proc:after {
            background-size: 50px auto;
            width: 50px;
            height: 50px;
            margin-top: 5px;
        }

        .proc:hover:after {
            background-position: 0 -50px;
        }

        .rc-low.rc-low04 .smcol.smcol02 {
            width: 100%;
        }

        .rc-low.rc-low04 .smc-tit,
        .mc-skin8,
        .mc-skin9 {
            margin: 15px;
        }

        .oneone-p {
            font-size: 16px;
            line-height: 22px;
        }

        .oneone-p:before {
            width: 40px;
            height: 35px;
            background-size: 40px auto;
            margin-bottom: 12px;
        }

        .rc-low.rc-low04 .smcol.smcol02 .btn-rcalign {
            margin-top: 20px;
        }

        .rc-low.rc-low04 .smcol.smcol03 {
            text-align: left;
        }

        .mc-skin10 {
            padding-bottom: 15px;
        }

        .mc-skin10 > li {
            margin-top: 10px;
            font-size: 12px;
        }

        .mc-skin11-w {
            padding: 30px 0;
        }

        .mc-tit {
            font-size: 20px;
            margin-bottom: 0px;
        }

        .skin11-list {
            padding: 0 10px;
        }

        .skin11-list > li {
            width: 50%;
        }

        .sq-item {
            min-height: 0;
        }

        .sq-item:before {
            width: 50px;
            height: 50px;
            background-size: 50px auto;
            margin: 10px auto;
        }

        .sq-item .sq-p01 {
            font-size: 14px;
            line-height: 18px;
            margin: 0 15px;
        }

        .sq-item .sq-p02 {
            font-size: 12px;
            line-height: 16px;
            margin: 10px 15px 15px;
        }

        .oneone-p:before {
            margin: 0px auto 25px;
        }

        .rc-low05 .smc-more_qa {
            top: 10px;
        }

        .rc-low05 .smcol02 .smc-tit {
            display: none;
        }

        .rc-low05 .smcol02 .smc-skin10 {
            margin-top: 10px;
        }

        .rc-low05 .smcol02 .smc-skin10 td {
            font-size: 16px;
            line-height: 21px;
        }

        .rc-low04 .smcol03 img {
            width: 100%;
            height: auto;
        }
    }
}
