@charset "utf-8";


/**
 * reset
 */
@viewport {
    width: device-width;
}

@font-face {
    font-family: "Noto Sans KR";
    src: url("../support/notosans-kr/NotoKR-Thin/notokr-thin.eot");
    src: url("../support/notosans-kr/NotoKR-Thin/notokr-thin.eot?#iefix") format("embedded-opentype"), url("../support/notosans-kr/NotoKR-Thin/notokr-thin.woff2") format("woff2"), url("../support/notosans-kr/NotoKR-Thin/notokr-thin.woff") format("woff"), url("../support/notosans-kr/NotoKR-Thin/notokr-thin.ttf") format("truetype"), url("../support/notosans-kr/NotoKR-Thin/notokr-thin.svg#notokr-thin") format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans KR";
    src: url("../support/notosans-kr/NotoKR-Light/notokr-light.eot");
    src: url("../support/notosans-kr/NotoKR-Light/notokr-light.eot?#iefix") format("embedded-opentype"), url("../support/notosans-kr/NotoKR-Light/notokr-light.woff2") format("woff2"), url("../support/notosans-kr/NotoKR-Light/notokr-light.woff") format("woff"), url("../support/notosans-kr/NotoKR-Light/notokr-light.ttf") format("truetype"), url("../support/notosans-kr/NotoKR-Light/notokr-light.svg#notokr-light") format("svg");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans KR";
    src: url("../support/notosans-kr/NotoKR-DemiLight/notokr-demilight.eot");
    src: url("../support/notosans-kr/NotoKR-DemiLight/notokr-demilight.eot?#iefix") format("embedded-opentype"), url("../support/notosans-kr/NotoKR-DemiLight/notokr-demilight.woff2") format("woff2"), url("../support/notosans-kr/NotoKR-DemiLight/notokr-demilight.woff") format("woff"), url("../support/notosans-kr/NotoKR-DemiLight/notokr-demilight.ttf") format("truetype"), url("../support/notosans-kr/NotoKR-DemiLight/notokr-demilight.svg#notokr-demilight") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans KR";
    src: url("../support/notosans-kr/NotoKR-Regular/notokr-regular.eot");
    src: url("../support/notosans-kr/NotoKR-Regular/notokr-regular.eot?#iefix") format("embedded-opentype"), url("../support/notosans-kr/NotoKR-Regular/notokr-regular.woff2") format("woff2"), url("../support/notosans-kr/NotoKR-Regular/notokr-regular.woff") format("woff"), url("../support/notosans-kr/NotoKR-Regular/notokr-regular.ttf") format("truetype"), url("../support/notosans-kr/NotoKR-Regular/notokr-regular.svg#notokr-regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans KR";
    src: url("../support/notosans-kr/NotoKR-Medium/notokr-medium.eot");
    src: url("../support/notosans-kr/NotoKR-Medium/notokr-medium.eot?#iefix") format("embedded-opentype"), url("../support/notosans-kr/NotoKR-Medium/notokr-medium.woff2") format("woff2"), url("../support/notosans-kr/NotoKR-Medium/notokr-medium.woff") format("woff"), url("../support/notosans-kr/NotoKR-Medium/notokr-medium.ttf") format("truetype"), url("../support/notosans-kr/NotoKR-Medium/notokr-medium.svg#notokr-medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans KR";
    src: url("../support/notosans-kr/NotoKR-Bold/notokr-bold.eot");
    src: url("../support/notosans-kr/NotoKR-Bold/notokr-bold.eot?#iefix") format("embedded-opentype"), url("../support/notosans-kr/NotoKR-Bold/notokr-bold.woff2") format("woff2"), url("../support/notosans-kr/NotoKR-Bold/notokr-bold.woff") format("woff"), url("../support/notosans-kr/NotoKR-Bold/notokr-bold.ttf") format("truetype"), url("../support/notosans-kr/NotoKR-Bold/notokr-bold.svg#notokr-bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans KR";
    src: url("../support/notosans-kr/NotoKR-Black/notokr-black.eot");
    src: url("../support/notosans-kr/NotoKR-Black/notokr-black.eot?#iefix") format("embedded-opentype"), url("../support/notosans-kr/NotoKR-Black/notokr-black.woff2") format("woff2"), url("../support/notosans-kr/NotoKR-Black/notokr-black.woff") format("woff"), url("../support/notosans-kr/NotoKR-Black/notokr-black.ttf") format("truetype"), url("../support/notosans-kr/NotoKR-Black/notokr-black.svg#notokr-black") format("svg");
    font-weight: 900;
    font-style: normal;
}

::placeholder {
    color: #aaa;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #aaa;
}

::-ms-input-placeholder {
    color: #aaa;
}

::-moz-selection {
    background-color: #353942;
    color: #fff;
}

::selection {
    background-color: #353942;
    color: #fff;
}

::-webkit-scrollbar {
    background-color: #e0e4eb;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: transparent;
}

html {
    scrollbar-track-color: #e0e4eb;
    scrollbar-base-color: #e0e4eb;
    scrollbar-face-color: #fff;
    scrollbar-shadow-color: #fff;
    scrollbar-arrow-color: #aaafbb;
    scrollbar-3dlight-color: #e0e4eb;
    scrollbar-highlight-color: #e0e4eb;
    -ms-overflow-style: scrollbar;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 16px;
    background-color: #f9f9f9;
    word-break: keep-all;
}

html, body {
    width: 100%;
    min-height: 100%;
}

html, input, button, select, textarea, optgroup {
    font-family: "Noto Sans KR", "Microsoft Yahei", "dotum", sans-serif;
    line-height: 1.7;
    font-weight: 400;
}

button {
    cursor: pointer;
}

button, input, select, textarea {
    outline: none;
}

button, img, iframe, input, select, textarea {
    border: 0;
}

button, a {
    background-color: transparent;
}

a {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

a, input, button, select, textarea {
    color: inherit;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    font-size: 2em;
}

small {
    font-size: 80%;
}

hr {
    border: 0;
    border-bottom: 1px dashed #aaa;
}

button, input, select, option, textarea {
    font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, form, iframe {
    display: block;
}

button, input, textarea, option, td, th, ul, ol, li {
    padding: 0;
}

body, p, pre, h1, h2, h3, h4, h5, h6, form, ul, ol, li, input[type="radio"], input[type="checkbox"], textarea {
    margin: 0;
}

h1, h2, h3, h4, h5, h6, strong, th {
    font-weight: bold;
}

ul, li {
    list-style: none;
}

input::-ms-clear {
    display: none;
}

select::-ms-value {
    background: none;
    color: inherit;
}

select::-ms-expand {
    display: none;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 30px white inset;
}

input, select, button, textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input, select, textarea {
    border-radius: 0;
}

img {
    vertical-align: middle;
}

button {
    overflow: visible;
}

body {
    overflow-x: hidden;
}

em {
    font-style: normal;
}


/**
 * import
 */
.kit-wrap {
    overflow: hidden;
}

.kit {
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
}

.kit:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.kit > li {
    float: left;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear-b:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.bs-bb {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ws-n {
    white-space: nowrap;
}

.td-u {
    text-decoration: underline;
}

.ta-c {
    text-align: center;
}

.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;
}

.p-f {
    position: fixed;
}

.p-r {
    position: relative;
}

.p-a {
    position: absolute;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.d-n {
    display: none;
}

.d-b {
    display: block;
}

.d-ib {
    display: inline-block;
}

.d-t {
    display: table;
}

.d-tc {
    display: table-cell;
}

.o-h {
    overflow: hidden;
}

.fw-5 {
    font-weight: 500;
}

.va-t {
    vertical-align: top;
}

.va-m {
    vertical-align: middle;
}

.va-b {
    vertical-align: bottom;
}

.w100p {
    width: 100%;
}

.mx100p {
    max-width: 100%;
}

.mx90p {
    max-width: 90%;
}

.mx80p {
    max-width: 80%;
}

.mb10 {
    margin-bottom: 10px;
}

.maximgs img {
    max-width: 100%;
}

.mauto {
    display: block;
    margin: 0 auto;
}

.ls-m1 {
    letter-spacing: -1px;
}

.dbox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.26%;
    overflow: hidden;
    background-color: #ededed;
}

.dbox.active {
    padding-bottom: 100%;
}

.dbox.active2 {
    padding-bottom: 80%;
}

.dbox > a,
.dbox > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dbox > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

.dbox img {
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}

.dbox img:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.icon {
    background-image: url(../img/common.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.icon2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../img/common.png);
    background-repeat: no-repeat;
}

.hover1 {
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}

.hover1:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.hover2:hover {
    text-decoration: underline;
    color: #2058ca;
}
.hover2:visited {
    color: #551A8B;
}

.trans1 {
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
}

.bg1 {
    background-color: #fff;
}

.bg2 {
    background: #498aff url(../img/msection1_bg.png) center;
    background-size: cover;
}

.bg3 {
    background: #febf3c url(../img/msection2_bg.png) center;
    background-size: cover;
}

.bg4 {
    background: #ffff01;
}

.bg5 {
    background: url(../img/msection4_bg.jpg) center;
    background-size: cover;
}
.bg6 {
    background: url(../img/m1_bg.jpg) center;
    background-size: cover;
}

.color1 {
    color: #fff;
}

.color2 {
    color: #1e82d0;
}

.maeadv-icon-close {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.maeadv-icon-close::before,
.maeadv-icon-close::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background: #fff;
}

.maeadv-icon-close::before {
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.maeadv-icon-close::after {
    -webkit-transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -ms-transition: transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.maeadv-icon-close:hover::before {
    -webkit-transform: rotate3d(0, 0, 1, 135deg);
    -moz-transform: rotate3d(0, 0, 1, 135deg);
    -ms-transform: rotate3d(0, 0, 1, 135deg);
    -o-transform: rotate3d(0, 0, 1, 135deg);
    transform: rotate3d(0, 0, 1, 135deg);
}

.maeadv-icon-close:hover::after {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

#header, #nav, #wrap, #footer {
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
}

.errorCodeClass {
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    background: #ff5946;
    min-height: 50px;
    color: #fff;
    display: none;
    align-items: center;
    z-index: 3;
    text-align: center;
}


/**
 * header button
 */
.header-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background-color: #333333;
    cursor: pointer;
    display: none;  /*모바일에서 우측메뉴 미노출*/
}

.header-btn button {
    position: relative;
    width: inherit;
    height: inherit;
    background-color: transparent;
    border: 0;
    outline: none;
    transition-duration: 0.5s;
}

.header-btn em {
    position: absolute;
    width: 50%;
    height: 2px;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -25%;
    background-color: #fff;
    transition-duration: 0.25s;
}

.header-btn em:before,
.header-btn em:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: inherit;
    background-color: #fff;
    transition-duration: 0.25s;
}

.header-btn em:before {
    top: -8px;
    width: 80%;
}

.header-btn em:after {
    top: 8px;
    width: 80%;
}

.header-btn.active button {
    transition-duration: 1s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.header-btn.active em {
    transition-duration: 0.5s;
    background-color: transparent;
}

.header-btn.active em:before {
    width: 100%;
    top: 0;
    transition-duration: 0.5s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.header-btn.active em:after {
    width: 100%;
    top: 0;
    transition-duration: 0.5s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}


/**
 * footer
 */
.footer {
    height: auto !important;
    margin: 0 auto;
    padding-top: 30px;
    background-color: #fff;
}

.footer-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 40px 0 20px;
}

.footer-link a {
    color: #444;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

.footer-link em {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    width: 4px;
    height: 4px;
    background-color: #aeaeae;
    border-radius: 100%;
}

.footer-info span {
    /*white-space: nowrap;*/
    margin: 0 10px;
}

.footer-info a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color: #656565;
    white-space: nowrap;
}

.footer-info b {
    color: #444;
}

.footer-info-logs {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.image-logo-footer{
    width: 235px;
    height: 30px;
}

/**
 * Desktop
 */
@media (min-width: 1025px) {
    .lg-12 {
        width: 100%;
    }

    .lg-11 {
        width: 91.66666667%;
    }

    .lg-10 {
        width: 83.33333333%;
    }

    .lg-9 {
        width: 75%;
    }

    .lg-8 {
        width: 66.66666667%;
    }

    .lg-7 {
        width: 58.33333333%;
    }

    .lg-6 {
        width: 50%;
    }

    .lg-5 {
        width: 41.66666667%;
    }

    .lg-4 {
        width: 33.33333333%;
    }

    .lg-3 {
        width: 25%;
    }

    .lg-2 {
        width: 16.66666667%;
    }

    .lg-1 {
        width: 8.33333333%;
    }

    .lg-gap-10 {
        margin: -10px 0 0 -10px;
    }

    .lg-gap-10 > li {
        padding: 10px 0 0 10px;
    }

    .lg-hide-lr {
        margin-left: 0;
    }

    .lg-hide-lr > li {
        padding-left: 0;
    }

    .lg-hide-tb {
        margin-top: 0;
    }

    .lg-hide-tb > li {
        padding-top: 0;
    }

    .lg-none {
        display: none;
    }

    .lg-blank:after {
        content: "\00a0";
    }

    .container {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 60px;
    }

    /**
     * heasder
     */
    .header {
        position: fixed;
        z-index: 4;
        top: 20px;
        left: 30px;
        width: 185px;
        height: 48px;
        background-image: url(../img/logo.svg);
        background-repeat: no-repeat;
        cursor: pointer;
        }
        
    
    .header a {width: 160px;height: 48px;}
    .header img{
        margin-top: -5px;
        width: 200px;
        height: 60px;
    }


    .header-btn {
        display: none;
    }

    /**
     * nav
     */
    .nav {
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;        
        background: linear-gradient(130deg, rgba(235,65,65,1) 0%, rgba(195,41,67,1) 100%);
        color: #999999;
        padding-left: 300px;
        padding-right: 30px;
        border-bottom: 1px solid #b52c3b;
        height: 71px;
    }

    .nav > button {
        float: left;
        height: 80px;
        line-height: 80px;
        margin-right: 60px;
        font-weight: 500;
    }

    .nav > button:hover {
        color: #fff;
    }

    .navsub {
        float: right;
        padding: 13px 0;
        font-size: 14px;
    }

    .navsub > a,
    .navsub > label {
        float: left;
    }

    .navsub > a {
        min-width: 100px;
        padding: 0 10px;
        height: 44px;
        line-height: 42px;
        margin-right: 3px;
        text-align: center;
        background-color: #000;
        color: #fff;
        border-radius:8px;-webkit-border-radius: 8px; -moz-border-radius: 8px;
        border-bottom: 1px solid #b52c3b;
    }
    .navsub :hover { background:#f0f0f0;color: #000;font-weight: 700}
    

    .navsub-search {
        position: relative;
        width: 250px;
        padding-left: 30px;
        margin-right: 3px;
        border: 1px solid #555555;
        background-color: #2a2a2a;
    }

    .navsub-search i {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 20px;
        width: 13px;
        height: 16px;
        margin-top: -10px;
    }

    .navsub-search input {
        display: block;
        width: 100%;
        height: 42px;
        line-height: 42px;
        padding: 0 20px;
        background-color: #2a2a2a;
        color: #fff;
    }

    .navsub-language {
        position: relative;
        width: 200px;
        background: #202020;
        color: #fff;
    }

    .navsub-language i {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 42px;
        background-color: inherit;
    }

    .navsub-language i:before {
        width: 8px;
        height: 5px;
        margin-top: -3px;
        margin-left: -4px;
        background-position: -13px 0;
    }

    .navsub-language select {
        padding: 0 20px;
        width: 100%;
        height: 44px;
        line-height: 44px;
        background: #202020;
        text-align: center;
    }

    .navsub-search:hover,
    .navsub > a:hover {
        border-color: #000;
    }

    /**
     * footer`
     */
    .footer {
        padding: 100px 0 120px;
    }
}

/*/
@media (max-width: 1680px) and (min-width: 1440px)
{
    .nav {padding-left: 240px; }
    .nav > button {margin-left: 30px; margin-right: 0; }
}
@media (max-width: 1439px) and (min-width: 1025px)
{
    #wrap {padding-top: 130px; }
    .header {top: 80px; }
    .nav {display: inline-block; vertical-align: middle; padding: 65px 20px 0 0; text-align: right; }
    .nav > button {float: none; display: inline-block; vertical-align: middle; margin: 0 50px; }
    .navsub {position: absolute; top: 10px; right: 20px; padding: 0; }
}
/**/


/**
 * Mobile
 */
@media (max-width: 1024px) {
    .sm-12 {
        width: 100%;
    }

    .sm-11 {
        width: 91.66666667%;
    }

    .sm-10 {
        width: 83.33333333%;
    }

    .sm-9 {
        width: 75%;
    }

    .sm-8 {
        width: 66.66666667%;
    }

    .sm-7 {
        width: 58.33333333%;
    }

    .sm-6 {
        width: 50%;
    }

    .sm-5 {
        width: 41.66666667%;
    }

    .sm-4 {
        width: 33.33333333%;
    }

    .sm-3 {
        width: 25%;
    }

    .sm-2 {
        width: 16.66666667%;
    }

    .sm-1 {
        width: 8.33333333%;
    }

    .sm-gap-10 {
        margin: -10px 0 0 -10px;
    }

    .sm-gap-10 > li {
        padding: 10px 0 0 10px;
    }

    .sm-hide-lr {
        margin-left: 0;
    }

    .sm-hide-lr > li {
        padding-left: 0;
    }

    .sm-hide-tb {
        margin-top: 0;
    }

    .sm-hide-tb > li {
        padding-top: 0;
    }

    .sm-none {
        display: none;
    }

    .sm-blank:after {
        content: "\00a0";
    }

    body {
        font-size: 13px;
        letter-spacing: -0.5px;
    }

    /**
     * heasder
     */
    .header {
        position: fixed;
        z-index: 3;
        top: 0 !important;
        left: 0;
        right: 0;
        height: 65px;
        line-height: 55px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .header a {
        display: inline-block;
        vertical-align: middle;
        width: 140px;
        height: 50px;
    }
    .header img {
        position: fixed;
        z-index: 4;
        top: 20px;
        left: 30px;
        width: 160px;
        height: 50px;
        background-image: url(../img/logo_.svg);
        background-repeat: no-repeat;
        cursor: pointer;
        
        /*
        width: 180px;
        height: 50px;
        background: url('../img/logo_c.png') no-repeat center;
        background-size: contain;
        */
    }

    .header a {
        margin-left: 20px;
    }

    /**
     * nav
     */
    .nav {
        position: fixed;
        z-index: 4;
        top: 0;
        bottom: 0;
        right: -400px;
        width: 400px;
        padding: 240px 30px 60px;
        background-color: #333333;
        color: #999999;
        overflow-y: scroll;
        -ms-overflow-style: none;
    }

    .nav::-webkit-scrollbar {
        display: none;
    }

    .nav > button {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-weight: 500;
        font-size: 16px;
    }

    .navsub {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        padding: 0 40px;
    }

    .navsub > a {
        float: left;
        width: 100%;
        text-align: center;
        color: #fff;
        background: black;
        border: 1px solid #646464;
        margin-bottom: 10px;
        padding: 10px 0;
    }

    .navsub-search {
        position: relative;
        display: block;
        width: 100%;
        margin: 50px 0 5px;
        padding-left: 30px;
        border: 1px solid #555555;
        background-color: #2a2a2a;
        clear: both;
    }

    .navsub-search i {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 20px;
        width: 13px;
        height: 16px;
        margin-top: -10px;
    }

    .navsub-search input {
        display: block;
        width: 100%;
        height: 46px;
        line-height: 46px;
        padding: 0 20px;
        background-color: #2a2a2a;
        color: #fff;
    }

    .navsub-language {
        position: relative;
        width: 100%;
        background: #202020;
        color: #fff;
        cursor: pointer;
    }

    .navsub-language i {
        position: absolute;
        /*top: 0;*/
        right: 0;
        bottom: -15px;
        width: 46px;
        height: 46px;
        background-color: inherit;
    }

/*    .icon2{
        height: 46px;
        top: 145px !important;
    }*/

    .navsub-language i:before {
        width: 8px;
        height: 5px;
        margin-top: -3px;
        margin-left: -4px;
        background-position: -13px 0;
    }

    .navsub-language select {
        padding: 0 20px;
        width: 100%;
        height: 46px;
        line-height: 46px;
        background-color: #202020;
        text-align: center;
    }

    /**
     * footer
     */
    .footer {
        padding: 60px 0;
    }

    .footer-link a {
        vertical-align: top;
        margin: 0 8px;
    }

    .footer-link em {
        display: none;
    }

    .footer-logo img {
        max-width: 70%;
        margin: 0 auto;
    }

    .footer-info span {
        margin: 0 3px;
    }

    .footer-info-logs {
        margin: 15px 5px 0;
        height: 20px;
    }

    .footer-info-logs:last-child {
        height: 50px;
    }

    /*go*/
    .navsub-search {
        position: relative;
        margin: 0px 0 10px;
        float: left;
    }

    .navsub-search input {
        height: 42px;
        line-height: 42px;
    }

    .navsub > a#GoDoctorSeeId {
        min-width: 64px;
        padding: 0 10px;
        line-height: 42px;
        border: 1px solid #555555;
        margin-right: 0px;
        text-align: center;
        background-color: #000;
        color: #fff;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        float: right;
    }
}

/* Mobile medium */
@media (max-width: 1024px) and (min-width: 375px) {
    .container {
        padding: 0 30px;
    }

    .layout-toggle {
        -webkit-transform: translateX(-310px);
        -ms-transform: translateX(-310px);
        transform: translateX(-310px);
    }

    .nav {
        width: 310px;
        right: -310px;
    }
}

/* Mobile small */
@media (max-width: 374px) {
    .container {
        padding: 0 15px;
    }

    .layout-toggle {
        -webkit-transform: translateX(-255px);
        -ms-transform: translateX(-255px);
        transform: translateX(-255px);
    }

    .nav {
        width: 255px;
        right: -255px;
    }

    /*go*/
    .navsub-search {
        position: relative;
        margin: 0 0 10px;
        float: left;
    }

    .navsub-search input {
        height: 42px;
        line-height: 42px;
    }

    .navsub > a#GoDoctorSeeId {
        min-width: 48px;
        padding: 0 10px;
        line-height: 42px;
        border: 1px solid #555555;
        margin-right: 0px;
        text-align: center;
        background-color: #000;
        color: #fff;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        float: right;
    }
}


#smartbanner.android {
    border-color: transparent;
    background: #eeeeee;
    border-top: none;
}

#smartbanner.android .sb-close {
    line-height: 13px;
    font-weight: bold;
    background: transparent;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#smartbanner.android .sb-info {
    color: black;
    text-shadow: none;
}

#smartbanner.android .sb-info strong {
    color: black;
}

#smartbanner.android .sb-button {
    border: none;
    color: #66a0fd;
}

#smartbanner.android .sb-button span {
    background: none;
    background-color: transparent;
    background-image: none;
}

.pointer-button{
    cursor: pointer;
}





/**
 * swiper close button
 */
@-webkit-keyframes swiperTouch {
    50% { -webkit-transform:  rotate3d(0, 0, 1, -10deg) ; transform:  rotate3d(0, 0, 1, -10deg) ; }
}
@keyframes swiperTouch {
    50% { -webkit-transform:  rotate3d(0, 0, 1, -10deg) ; transform:  rotate3d(0, 0, 1, -10deg) ; }
}
.swiper-touch { position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; width: 100%; border: 0; background-color: transparent; text-align: center; outline: none; /* -webkit-transition: opacity .3s ease; -ms-transition: opacity .3s ease; transition: opacity .3s ease;  */ }
.swiper-touch + .swiper-wrapper{ opacity: 0.2; }
.swiper-touch img { display: block; width: 45px; margin: 0 auto 10px; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: swiperTouch; animation-name: swiperTouch; }
.swiper-touch span { display: block; width: 200px; height: 40px; line-height: 40px; margin: 0 auto; font-size: 14px; border: 2px solid #000; background-color: #fff; border-radius: 30px; box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
.swiper-touch span b { color: #000; }
.swiper-touch-center > div{ position: relative; top: 50%; margin-top: -70px; }


/**
 * swiper
 */
.swiper .swiper-slide{ overflow: hidden; }
.swiper .swiper-slide:last-child{ margin-right: 0 !important; }


@media (min-width: 1024px)
{
    .lg-none{ display: none; }
    .container{max-width: 1300px; margin: 0 auto; padding: 0 60px; }
    .swiper .swiper-slide{ width: 29%; margin-right: 20px; }
    .swiper .swiper-touch.lg-none + .swiper-wrapper{ opacity: 1; }
}


@media (max-width: 1023px) and (min-width: 640px)
{
    .container{padding: 0 60px; }
    .swiper { margin: 0 -60px; padding: 0 60px; }
    .swiper .swiper-slide{ width: 44%; margin-right: 20px; }
    .swiper .swiper-touch.md-none + .swiper-wrapper{ opacity: 1; }
}


@media (max-width: 639px)
{
    .swiper .swiper-slide{ width: 90%; margin-right: 10px; }
    .swiper .swiper-touch.sm-none + .swiper-wrapper{ opacity: 1; }
}
@media (max-width: 639px) and (min-width: 375px){
    .container{padding: 0 30px; }
    .swiper{ margin: 0 -30px; padding: 0 30px; }
}
@media (max-width: 374px){
    .container{padding: 0 15px; }
    .swiper{ margin: 0 -15px; padding: 0 15px; }
}