@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


a {
    text-decoration: none;
    color: #000;
    background-color: transparent
}

img {
    border: 0
}


pre {
    overflow: auto
}

button,
select {
    text-transform: none
}


table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

ul {
    list-style: none;
}

body,
td,
h1,
h2,
h3,
h4,
h5,
div,
p,
li,
ul,
ol,
dd,
dt,
section,
input,
textarea,
select,
button {
    font-family: 'Noto Sans KR', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.6em;
    /**/
    letter-spacing: -0.02em;

}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 80px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001 !important;
    height: 80px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.wrap_box {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: none;
}

#header h1 {
    position: absolute;
    display: block;
    line-height: 80px;
    left: 0;
    transition: all .3s ease-in-out;
    /*??움직이는거*/
    background: none;
}

#header h1 a img {
    vertical-align: middle;
}


#nav {
    height: 80px;
    float: right;
    margin-right: 80px;
}

#nav ul {}

#nav > ul > li {
    float: left;
    text-align: center;
    position: relative;
    z-index: 999;
}

#nav > ul > li > a {
    display: block;
    height: 80px;
    font-size: 1.2em;
    line-height: 80px;
    padding: 0 40px;
    color: #FFF;
    font-weight: bold;
}

#nav > ul > li > ul > li {
    display: none;
}

#nav > ul > li > ul > li > a {
    display: block;
    font-size: 0.9em;
    padding: 10px 0;
    color: #FFF;
    opacity: 5;
}


#nav_bg {
    width: 100%;
    height: 250px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 888;
    position: fixed;
    top: 80px;
    left: 0;
    display: none;
}

.bxslider img {
    width: 100%;
}

#main_visual .sliderkit-text {
    width: 100%;
    border: 0px solid red;
    position: absolute;
    bottom: 35%;
    left: 50%;
    text-align: center;
    margin-left: -50%;
}

.help_11 {
    position: absolute;
    bottom: 40%;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    text-align: center;
}

.help_11 h2 {
    font-size: 3.5em;
    color: #fff;
    line-height: 1.3em;
    font-weight: 500;
    text-shadow: 0px 1px 4px #000;
    padding-bottom: 10px;

}


.help_11 a {
    font-size: 1.3em;
    color: #fff;
    line-height: 1.3em;
    text-shadow: 0px 1px 4px #000;
    padding-bottom: 10px;
}

#m_cbnr {
    position: relative;
    top: -40px;
    width: 100%;
    height: auto;
    z-index: 99;


}

#m_cbnr > div {
    width: 100%;
    overflow: hidden;
    max-width: 1200px;
    height: 100%;
    margin: 0px auto;
    background: #222;
}

#m_cbnr li {
    float: left;
    width: 20%;
    height: 80px;
    padding: 0;
    cursor: pointer;
    border-right: 1px solid #6e717e;
    box-sizing: border-box;
    background: url(/eng/images/arw_mc1.png) no-repeat 95% 50%;
}

#m_cbnr li:hover {
    background: #114684;
    transition: all 0.5s;
}

#m_cbnr li div {
    display: inline-block;
    float: left;
    text-align: center;
    margin: 0;
}


#m_cbnr li div i {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 1.2em;
    color: #9699a4;
    padding: 0 10px 0 20px;
}


#m_cbnr li .txt_tit {
    height: 80px;
    line-height: 80px;
    color: #9699a4;
    font-size: 1.2em;
}

.m_cbnr_2 {
    overflow: hidden;
    position: relative;
    top: -20px;
    width: 100%;
    overflow: hidden;
    max-width: 1200px;
    margin: 50px auto;
    border-top: 1px solid #c6cbd6;
    border-bottom: 1px solid #c6cbd6;
}


.m_cbnr_2 .mc2_box1 {
    float: left;
    position: relative;
    text-align: center;
    width: 25%;
    padding: 30px 0;
    height: 100%;
    border-left: 1px solid #c6cbd6;
    box-sizing: border-box;
    overflow: hidden;
}


.m_cbnr_2 .mc2_box1:hover {
    background: #f1f2f6;
    transition: all 0.5s;
}

.m_cbnr_2 .mc2_box1:last-child {
    border-right: 1px solid #c6cbd6;
}

.mc2_box1 i {
    display: inline;
    width: 30px;
    height: 30px;
    padding: 5px 0 5px 0;
    vertical-align: middle;
    font-size: 2.5em;
    color: #000;
    text-align: center;
}

.mc2_box1:hover i {
    color: #114684;
}

.mc2_box1 b {
    overflow: hidden;
    position: relative;
    display: block;
    padding-top: 20px;
    font-size: 1.5em;
    font-weight: 400;
    color: #222;
}

.mc2_box1 p {
    padding: 0 10px;
    margin-top: 10px;
    font-size: 1em;
    line-height: 20px;
    color: #777;
    transition: 0.6s;
    letter-spacing: 0.05em;
}

.btn_11 {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-top: 30px;
    transition: 0.6s;
    border: 1px solid #c6cbd6;
}

.btn_11 i {
    color: #777;
    font-size: 1em;
}

.dlstkakf_wr {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}


.dlstkakf_wr .imgbox1 {
    float: left;
    width: 50%;
    height: 450px;
    /* background: url(/eng/images/main_img01.png) center center no-repeat;*/
}


.dlstkakf_wr .textbox1 {
    float: right;
    width: 50%;
    vertical-align: top;
    background: #f7f7f7;
}

.textbox1 .text_cont {
    width: 100%;
    height: 450px;
    padding: 50px;

}


.textbox1 .text_cont h2 {
    font-size: 3.5em;
    font-weight: 700;
    line-height: 1.5em;
}

.textbox1 .text_cont p {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2em;
}

.textbox1 .text_cont .txt {
    font-size: 1em;
    line-height: 1.5em;
    display: inline-block;
    word-break: keep-all;
    color: #333;
    padding: 25px 0 50px;
}


.morebt {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #222;
    text-align: center;
    color: #fff;
    transition: 0.6s;
}

.morebt:hover {
    background: #114684;
}


/**/

.cont_box_roll1 {
    visibility: visible;
    animation-name: fadeIn;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}

.cont_box_roll1 .cobrl_inwrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.cobrlin_box {
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 0ms;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 {
    position: relative;
    margin-right: 20px;
    width: 285px;
    padding: 0;
    box-sizing: border-box;
}

.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 a {
    width: 100%;
    display: block;
}

.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 img {
    width: 285px;
}

.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 .txtBox {
    width: 100%;
    height: 200px;
    text-align: left;
    background: #f7f7f7;
    padding: 25px 20px;
}

.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 .txtBox .tit {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    font-size: 1.2em;
    color: #000;
    line-height: 30px;
}

.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 .txtBox .txt {
    display: block;
    max-height: 70px;
    min-height: 50px;
    overflow: hidden;
    font-size: 1em;
    color: #555 height: 70px;
    line-height: 1.5em;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cont_box_roll1 .cobrl_inwrap .cob_boxincont01 .txtBox .date {
    position: absolute;
    bottom: 30px;
    left: 20px;
    display: block;
    font-size: 1em;
    color: #777;
}

.cob_boxincont01 .cob_bic01_imgbox {
    width: 285px;
    height: 219px;
}


.cont_box_roll1 .rollbox_bt1 {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 1200px;
    height: 100px;
    margin: 0px auto;
    background: none;
}

.cont_box_roll1 .rollbox_bt1 .rolboxin_c1 {
    position: absolute;
    top: 50px;
    width: 100%;
    max-width: 1200px;
    height: 3px;
    margin: 0px auto;
    z-index: 0;
}

.cont_box_roll1 .rollbox_bt1 .rolboxin_c1 .rol_bx_c1b {
    width: 150px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 7px;
    margin: 0 auto;
    background: rgba(0, 0, 0, .1);
}

.cont_box_roll1 .rollbox_bt1 .rolboxin_c1 .rolboxin_c1_in1 {

    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
}

.cont_box_roll1 .rollbox_bt1 .rolboxin_c2 {
    position: absolute;
    top: 20px;
    width: 100%;
    max-width: 1200px;
    height: 40px;
    text-align: center;
    margin: 0px auto;
    z-index: 20;
    background: none;
}

.cont_box_roll1 .rollbox_bt1 .rolboxin_c2 .rolc2_burron_1,
.rolc2_burron_2 {
    position: absolute;
    background: #636363;
    top: auto;
    line-height: 45px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    right: 0%;
    left: auto;
    cursor: pointer;

}

.cont_box_roll1 .rollbox_bt1 .rolboxin_c2 .rolc2_burron_2 {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 40px;
    height: 40px;
    left: 0%;
    right: auto;
    cursor: pointer;
}

.cont_box_roll1 .rollbox_bt1 .rolboxin_c2 .rolc2_burron_1,
.rolc2_burron_2 i {
    color: #FFF;
}

.q_link_wrap {
    background: #f7f7f7;
    width: 100%;
    padding: 30px 0;
    margin-top: 100px;
}

.q_link_wrap .q_link_incon {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

}

.q_link_wrap .q_link_incon li {
    text-align: center;
    float: left;
    border-right: 1px solid #c6cbd6c6cbd6;
    padding: 20px 0;
    width: 14.28571428571429%;
}

.q_link_wrap .q_link_incon li .q_iconbox {
    width: 80px;
    height: 80px;
    background: #636363;
    border-radius: 80px;
    margin: 0 auto;
}

.q_link_wrap .q_link_incon li .q_iconbox i {
    color: #FFF;
    line-height: 80px;
    font-size: 2em;
}

.q_link_wrap .q_link_incon li p {
    display: block;
    letter-spacing: -1px;
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 20px;
}

.q_link_wrap .q_link_incon li a:hover div {
    background: #114684;
    transition: 0.6s;
}

.q_tit {
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 2em;
    padding-bottom: 30px;
}



.board_wrap {
    width: 100%;
    margin: 70px auto;
}

.board_area {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

.board_area .dleft {
    position: relative;
    float: left;
    width: 48%;

}

.mrgd4p {
    margin-right: 4%;
}

.board_ic1 {

    width: 4px;
    height: 4px;
    background-color: #e2dccc;
}

.dleft ul li {
    overflow: hidden;
    padding: 5px 0;

}

.dleft ul li div {
    float: left;
    margin-top: 12px;
    margin-right: 5px;
}

.dleft ul li a {
    width: 65%;
    float: left;
    font-size: 1em;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
}

.dleft ul li span {
    float: right;
    font-size: 1em;
    color: #888;
    height: 30px;
    line-height: 30px;
}

.dleftit1 {
    height: 50px;
    margin-bottom: 15px;
    list-style: none;
}

.dleftit1 span {
    font-size: 1.5em;
    line-height: 50px;
}

.dleftit1 button {
    width: 30px;
    height: 30px;
    background: #fff;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #c6cbd6;
    float: right;
}

.dleftit1 button i {
    line-height: 30px;
    color: #636363;
}


#copy_bnr {
    width: 100%;
    height: 200px;
    margin: 0px auto;
    overflow: hidden;
}

#copy_bnr .copy_bnr_left {
    float: left;
    width: 50%;
    height: 200px;
    background: #2d3238 url(/eng/images/center_main1.jpg)no-repeat;
    background-position: right center;
}

#copy_bnr .copy_bnr_left .cs_area {
    float: right;
    width: 600px;
    text-align: left;
    padding: 30px;
}

#copy_bnr .copy_bnr_left .cs_area a {
    display: block;
}

#copy_bnr .copy_bnr_left .cs_area p.cs_tit {
    display: block;
    font-size: 1.2em;
    color: #fff;
    line-height: 1.25em;
}

#copy_bnr .copy_bnr_left .cs_area p.cs_tel {
    display: block;
    font-size: 2em;
    color: #fff;
    margin: 10px 0;
}

#copy_bnr .copy_bnr_left .cs_area span.cs_txt {
    display: block;
    font-size: 1em;
    color: #777;
    line-height: 1.5em;
}

#copy_bnr .copy_bnr_right {
    float: right;
    width: 50%;
    height: 200px;
    background: #c53528;
}

#copy_bnr .copy_bnr_right .g_map {
    float: left;
    position: relative;
    width: 100%;
    height: 200px;
    background: #eee;
    z-index: 0;
}

#copy_bnr .copy_bnr_right .g_map_go {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -80px;
    padding: 10px 40px;
    color: #fff;
    border: 1px solid #fff;
    z-index: 99;
}

/*footer*/

.footer_wr {
    line-height: 1.6em;
    clear: both;
    width: 100%;
    margin: 0;
    padding-bottom: 70px;
    border-top: 1px solid #c6cbd6;

}

.fot_cont1 {
    padding-top: 20px;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

.fot_cont1 a {
    color: #888;
}

/*nav*/

.m_btn {
    width: 50px;
    height: 60px;
    text-align: center;
    position: absolute;
    display: none;
}

.m_btn i {
    line-height: 60px;
    font-size: 1.8em;
}

.m_cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.m_accordion {
    width: 250px;
    height: 100%;
    background: #114684;
    position: fixed;
    top: 0;
    left: -251px;
    z-index: 99999;
    border-right: 1px solid #000;
}

.m_accordion h3 a {
    border-bottom: 1px solid #FFF;
    text-indent: 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    display: block;
}

.m_accordion div {
    width: 100%;
}

.m_accordion div ul li {
    width: 100%;
    height: 30px;
    line-height: 25px;
    border-bottom: 1px solid #114684;
    background: #55779f;
}

.m_accordion div ul li a {
    display: block;
    text-indent: 25px;
    color: #FFF;
    font-size: 14px;
}

.m_logo1 {
    display: none;
}

/*korean nav관련*/

#nav_t1 {
    overflow: hidden;
    position: absolute;
    top: 0;
    background: #FFF;
    right: 15px;
    margin-top: 25px;
    margin-left: 60px;
}

#nav_t1 > ul > li {
    float: left;
    line-height: 35px;
    text-align: center;

}

#nav_t1 > ul > li > a {
    padding: 0 10px;
    font-size: 15px !important;
    color: #114684;
    width: 70px;
    font-weight: 600;
    display: block;

}

#nav_t1 > ul > li > ul > li {
    display: none;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    background: #FFF;
    line-height: 35px;
}

#nav_t1 > ul > li > ul > li > a {
    display: block;
    font-weight: 600;

    font-size: 15px !important;
    color: #333;

}

#nav_t1 > ul > li > ul > li:hover {
    background-color: #333;
    transition: all 0.3s;


}

#nav_t1 > ul > li > ul > li > a:hover {
    color: #FFF;
}

.navbar-right {
    float: right !important;
    margin-right: 130px;
}

.container {
    position: relative;
}

/**/

@media screen and (max-width:1200px) {
    #m_cbnr li {
        width: 50%;
    }

    #header h1 a img {
        padding-left: 10px;
    }

    #nav > ul > li > a {
        padding: 0 20px;
    }

    #m_cbnr {
        position: relative;
        top: 0px;
    }

    .m_cbnr_2 .mc2_box1 {
        width: 50%;
        border-bottom: 1px solid #c6cbd6;
    }

    .m_cbnr_2 {
        position: relative;
        top: 0px;
        width: 100%;
        margin: 0 auto;
        border-bottom: none;

    }

    .dlstkakf_wr .imgbox1 {
        float: none;
    }


    .dlstkakf_wr .textbox1 {
        float: none;
        position: relative;
        top: -100px;
        width: 90%;
        height: auto;
        padding: 25px;
        border: 1px solid #f1f2f6;
        background: #fff;
        margin: 0 auto;
    }

    .textbox1 .text_cont {
        height: auto;
        padding: 10px;
    }

    .dlstkakf_wr {
        background: #f1f2f6;
    }


}

@media screen and (max-width:1000px) {



    .board_area .dleft {
        width: 90%;
        margin: 0 auto;
        float: none;
        padding: 20px 0;

    }

    .mrgd4p {
        margin-right: 0;

    }

    .board_wrap {

        margin: 20px auto;
    }

    #copy_bnr .copy_bnr_left .cs_area {
        width: 100%;
    }

    #copy_bnr .copy_bnr_left {
        float: none;
        width: 100%;
    }

    #copy_bnr .copy_bnr_right {
        float: none;
        width: 100%;
    }

    #copy_bnr {
        height: auto;
    }

    .q_link_wrap .q_link_incon li {
        width: 33.3333%;
    }

}

@media screen and (max-width:800px) {
    .mc2_box1 p {
        display: none;
    }

    #m_cbnr li {
        width: 33.333%;
        background: none;
        padding: 30px 0;
        height: auto;
        border-bottom: 1px solid #6e717e;
    }

    #m_cbnr li .txt_tit {
        height: auto;
        font-size: 0.95em;
        line-height: normal;
        text-align: center;

    }

    #m_cbnr li .txt_tit {
        height: auto;
        line-height: none;
    }

    #m_cbnr li div {
        width: 100%;
        float: none;
    }

    #m_cbnr li div i {
        width: 100%;
        height: auto;
        line-height: normal;
        padding: 0;
    }

    .q_link_wrap .q_link_incon li {}


    .q_link_wrap .q_link_incon li .q_iconbox {
        width: 60px;
        height: 60px;
        background: #636363;
        border-radius: 80px;
        margin: 0 auto;
    }

    .q_link_wrap .q_link_incon li .q_iconbox i {
        line-height: 60px;
    }


    .q_link_wrap .q_link_incon li p {
        margin-top: 10px;
    }

    /*nav*/
    #nav {
        display: none;
    }

    #header h1 {
        display: none;
    }

    #nav_t1 {
        position: fixed;
        background: #333;
        margin-top: 20px;
        margin-left: 60px;
    }



    #nav_t1 > ul > li {
        float: left;
        line-height: 30px;
        text-align: center;

    }

    #nav_t1 > ul > li > a {
        padding: 0 10px;
        font-size: 0.8em !important;
        color: #fff;
        width: auto;
    }

    #nav_t1 > ul > li > ul > li {
        line-height: 30px;
    }

    #nav_t1 > ul > li > ul > li > a {
        display: block;
        font-weight: 600;
        font-size: 0.8em !important;
        color: #333;
    }


    #header {
        height: 60px;
        width: 100%;
        min-height: 60px;
        background: #FFF;
        border-bottom: 1px solid #636363;
        z-index: 1001 !important;
    }

    .bx-controls-direction {
        display: none;
    }

    .m_btn {
        display: block;
    }

    .m_logo1 {
        display: block;
        padding: 10px 0;
        height: 60px;
        margin: 0 auto;
    }

    .mmt60 {
        margin-top: 60px;
    }

    .help_11 {
        bottom: 30%;
    }


}

@media screen and (max-width:500px) {
    .help_11 h2 {
        font-size: 2em;
        line-height: 2em;
        font-weight: 500;
        padding-bottom: 0px;

    }


    .help_11 a {
        font-size: 0.9em;
        line-height: 0.9em;
        padding-bottom: 5px;
    }

    .help_11 {
        bottom: 25%;
    }

    .m_cbnr_2 .mc2_box1 {
        height: 230px;
    }

    #m_cbnr li {
        height: 120px;
    }
}
