@charset "utf-8";

/*font*/
/*@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);*/
@font-face {
    font-family: 'Nanum Gothic';
    src: url(../fonts/NanumGothic.eot);
    src: local('NanumGothic'), url(../fonts/NanumGothic.eot?#iefix) format('embedded-opentype'), url(../fonts/NanumGothic.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum GothicBold';
    src: url(../fonts/NanumGothicBold.eot);
    src: local('NanumGothicBold'), url(../fonts/NanumGothicBold.eot?#iefix) format('embedded-opentype'), url(../fonts/NanumGothicBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum GothicExtraBold';
    src: url(../fonts/NanumGothicExtraBold.eot);
    src: local('NanumGothicExtraBold'), url(../fonts/NanumGothicExtraBold.eot?#iefix) format('embedded-opentype'), url(../fonts/NanumGothicExtraBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Nanum BarunGothic';
    src: url(../fonts/NanumBarunGothic.ttf);
    src: local('Nanum BarunGothic'), url(../fonts/NanumBarunGothic.ttf) format('embedded-opentype');
}


input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

body {
    font-family: 'Nanum Gothic', sans-serif;
    color: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Nanum Gothic', sans-serif;
}

a {
    color: #000;
    text-decoration: none;
    font-family: 'Nanum Gothic', sans-serif;
}

a:hover {
    color: #333333;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

i {
    font-style: normal;
}

p {
    margin: 0;
}

ul{
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}



.container_1900 {
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


.container_1200 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.most_top .brand{
    padding-left: 35px;
    padding-top: 15px;
    float: left;
    padding-bottom: 15px;
}

.most_top .tel{
    color: #2d2d2d;
    font-size: 22px;
    float: right;
    padding-top: 35px;
    font-weight: bold;
}

.most_top .tel img{
    display: inline-block;
    padding-right: 10px;
}

.navbar {
    margin-bottom: 0;
}

.nav_pc_top{
    text-align: center;
}

.nav_pc_top .col-md-2:last-child{
    background: #102954;
}

.nav_pc_top a{
    display: inline-block;
    width: 100%;
    color: #ffffff;
    padding-bottom: 21px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 16px;
    transition: color .3s;
}

.nav_pc_top .col-md-2{
    transition: all .5s;
}

.nav_pc_top .col-md-2:hover{
    background: #ffffff;
}

.nav_pc_top .col-md-2:hover a{
    color: #0f1e38;
}



.nav_pc1 {
    margin-right: 15px;
}

.nav_pc_inner1 ul {
    padding-left: 0;
}

.nav_pc_inner1 .col-md-1 {
    padding: 0;
}

.nav_pc_inner1 .col-md-1 a img {
    margin-top: 25px;
}

.nav_pc_inner1 .col-md-1 a:first-child {
    padding-left: 10px;
}



.nav_pc2_list li a{
    padding-left: 60px;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.nav_pc2_list li a:hover{
    font-weight: bold;
}

.nav_pc_inner1 span {
    font-size: 20px;
    cursor: pointer;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a{
    color: #ffffff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #0f1e38;
}





.navbar-nav{
    margin: 0;
}


.con_overall_nav > li {
    width: 20%;
}

.dropdown-menu{
    width: 100%;
    min-width: auto;
}

.dropdown-menu a{
    text-align: center;
}

.nav_pc_top {
    position: relative;
}

.nav_pc2_list{
    padding-left: 0;
    height: 0;
    background: #eeeef0;
    overflow: hidden;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    top: 63px;
    transition: height ease 0.3s;
    z-index: 10;
}

.nav_pc2_list:hover{

}

.nav_pc2_list li:first-child{
    margin-top: 12px;
}

.nav_pc2_list2_third_nav{
    position: absolute;
    left: 100%;
    top: 0;
    width: 162px;
    z-index: 999999;
    background: rgba(0,0,0,0.8);
    padding-bottom: 20px;
    display: none;

}


.nav_pc2_list2_third_nav li:hover a{
    color: #b4d66f;
}

.nav_pc2_list2_third_nav a{
    padding: 0;
    font-size: 13px;
    color: #FFFFFF;
    transition: color .3s;
}

.nav_pc2_list a {
    display: inline-block;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: #1a1a22;
    font-weight: normal;
    transition: color .3s;
}

.nav_pc2_list b a{
    font-weight: bold;
}


.nav_pc1nav_pc1_to img{
    padding-top: 17px;
}


.navbar-inverse {
    background: #0f1e38;
}

.navbar-inverse .navbar-toggle{
    border-color: #FFFFFF;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background: #0f1e38;
}

.dropdown-menu{
    border-radius: 0;
    margin: 0;
    border: none;
}

.container_1900.header{
    background: #0f1e38;
}


.owl-dots{
    height: 10px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
    border: 1px solid #ffffff;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 0;
    margin: 0 3px;
}

.owl-carousel .owl-dot.active{
    background: #ffffff;
}

/* .carousel-indicators li {
    border: 1px solid #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 0;
}

.carousel-indicators .active{
    width: 10px;
    height: 10px;
    margin: 1px;
}
 */
.mid-brand{
    padding: 0 45px 40px 45px;
    text-align: center;
}

.mid-brand h1{
    font-size: 29px;
    padding-top: 35px;
    padding-bottom: 15px;
}

.mid-brand .col-md-1{
    margin-top: 20px;
    height: 60px;
}

.mid-brand img{
    margin: 0 auto;
}

.swiper-button-next {
    background: url("../images/EA_main_52.png") no-repeat;
    right: -14px;
    top: 34%;
}

.swiper-button-prev{
    background: url("../images/EA_main_49.png") no-repeat;
    left: -4px;
    top: 34%;
}

.swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}

.index-product{
    text-align: center;
}

.index-product h1{
    font-size: 29px;
    padding: 70px 0 50px 0;
}

.swiper-slide img{
    margin: 0 auto;
    border-bottom: 1px dotted #cdcdcd;
    padding-bottom: 55px;
}

.index-product .info{
    margin-top: -40px;
}

.index-product h2{
    font-size: 26px;
    margin: 0 5%;
}

.index-product p{
    padding-top: 20px;
    font-size: 18px;
}

.footer{
    background: #000000;
    padding-bottom: 50px;
}

.footer p{
    color: #606060;
    padding-right: 20px;
    font-size: 11px;
}

.footer .col-md-4{
    padding: 50px 0 0;
}

.footer h1{
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 22px;
    color: #ffffff;
    margin-top: 15px;
}

.footer h3{
    margin: 0;
    color: #e0e0e0;
    font-size: 13px;
}

.footer .col-md-2{
    padding: 50px 0 0;
}




/*2-1*/
.banner{
    background: #4c586a;
}

.banner h1{
    font-size: 32px;
}

.direct {
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
}

.item .banner img{
    width: 100%;
}

.direct a{
    font-weight: bold;
}

.line{
    width: 115px;
    height: 5px;
    background: #000000;
}

.point{
    margin-right: 5px;
    margin-bottom: 2px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #af000e;
    border-radius: 3px;
}

.main_function h2{
    font-size: 25px;
    font-weight: bold;
}

.main_function{
    padding-bottom: 50px;
}

.main_function_4 .service,.main_function_4 .broadcast,.main_function_4 .management{
    padding-top: 10px;
}

/*2-1 end*/



/*EA-about*/
.text_center{
    text-align: center;
}
.short_line{
    width: 40px;
    height: 2px;
    background: #000000;
}

.about_01 h2{
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 35px;
    font-weight: bold;
}

.about_01 h3{
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
}

.about_01 p{
    font-weight: bold;
    margin-top: 15px;
    padding-right: 20px;
    color: #4b4b4b;
    font-size: 15px;
}

.about_01 p span{
    color: #044984;
}

.about_01 .brand{
    margin-top: 50px;
    margin-right: 20px;
    float: right;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding: 15px 0 15px 35px;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
}


.about_02_table tr .head{
    background: #e8e8e8;
    font-weight: bold;
    font-size: 16px;
}

.about_02_table{
    font-size: 15px;
    margin-top: 50px;

}

.EA_about03_table{
    font-size: 14px;
    font-weight: bold;
}

.EA_about03_table thead td{
    background: #172f59;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.EA_about03_table.table > tbody > tr > td{
    background: #f4f4f4;
    border: 1px solid #ffffff;
}


.EA_about03_table tr td:first-child{
    text-align: center;
    width: 130px;
    padding-left: 0;
}

.EA_about03_table tr td:nth-child(2){
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.EA_about03_table tr td:nth-child(3){
    text-align: center;
    width: 130px;
    padding-left: 0;
}

.EA_about03_table tr td:nth-child(4){
    text-align: center;
    width: 170px;
    padding-left: 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 15px 0 0;
    border: none;
}

.pagination > li > a, .pagination > li > span{
    border: none;
    color: #555555;
    font-size: 13px;
    font-weight: bold;
}

.pagination > li > a:hover{
    color: #000000;
}

.pagination > .active > a{
    background: none;
    color: #000000;
}

.pagination > .active > a:hover,.pagination > .active > a:focus{
    background: none;
    color: #000000;
}
/*EA-about end*/


/*detail*/

.detail img{
    margin: 0 auto;
}

.list{
    text-align: center;
}

.list h1{
    margin-bottom: 15px;
    font-size: 26px;
}

.list p{
    border-top: 1px solid #e3e3e3;
    padding: 15px 0 50px;
    font-size: 20px;
}

.list img{
    border: 1px solid #e3e3e3;
    margin: 0 auto;
}
/*detail end*/


/*service*/
.EA_service01_table tr td:nth-child(2){
    text-align: left;
    padding-left: 50px;
}

.EA_service01_table tr td:nth-child(3){
    width: 175px;
}

.EA_service01_table tr td:nth-child(4){
    width: 175px;
}

.EA_service02_table tr td:nth-child(4){
    text-align: left;
    padding-left: 35px;
}

.service03 .col-md-3{
    text-align: center;
    padding-bottom: 60px;
}

.service03 .col-md-3 img{
    margin: 0 auto;
}

.service03 .p1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 20px;
}

.service03 .p2{
    padding-top: 10px;
}


/*service end*/



@media (max-width: 1220px) {
    .nav_pc_most_wrapper {
        display: none;
    }

    .nav_mobile {
        display: block !important;
    }

    .nav_mobile li a {
        font-weight: bold;
        font-size: 14px;
        color: #323232;
    }

    .con_overall_nav {
        width: 100%;
    }

    .con_overall_nav > li {
        text-align: center;
    }

    .nav_mobile nav {
        border: none;
        background-color: rgba(0, 0, 0, 0);
    }

}



@media (min-width: 1343px){
    .nav_pc_top .col-md-2{
        padding: 0;
    }

    .dropdown-menu li a{
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

    .dropdown-menu li a:hover{
        font-weight: bold;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
        background: none;
    }
}

@media (max-width: 1092px){
    .footer .brand{
        text-align: center;
    }
}


@media (max-width: 1050px){
    .swiper-button-next,.swiper-button-prev{
        top: 30%;
    }
}



@media (min-width: 992px) {
    .mid-brand .col-md-1{
        width: 12.5%;
    }

    .nav_pc_most_wrapper2_inner2 .col-md-6 .col-md-2{
        padding-left: 0;
        padding-right: 0;
        width: 25%;
        text-align: center;
    }

    .main_function .col-md-3.short{
        width: 22%;
    }

    .main_function .col-md-3.long{
        width: 28%;
    }

    .main_function_4 .col-md-4{
        width: 30%;
    }

    .main_function_4 .col-md-2.long{
        width: 18%;
    }

    .main_function_4 .col-md-2.intercom{
        width: 15%;
    }

    .main_function_4 .col-md-2.tips{
        width: 14%;
    }

    .footer .col-md-2{
        width: 17%;
    }

    .footer .col-md-2.brand{
        width: 13%;

    }

    .footer .col-md-2.brand img{
        padding-right: 15px;
        max-width: 100%;
        display: block;
        height: auto;
    }

    .footer .col-md-4.address{
        width: 31%;
    }

    .footer .col-md-4.copyright{
        width: 37%;
    }

}

@media (max-width: 992px){
    .main_function .col-md-3,.main_function .col-md-2,.main_function .col-md-4,.main_function .col-md-5{
        padding-top: 10px;
    }

    .about_01 .info{
        margin-top: 50px;
    }

    .about_01 img{
        margin: 0 auto;
    }

}

@media (max-width: 845px){


    .EA_service02_table tr td:nth-child(4){
        text-align: center;
        padding-left: 0;
    }
}



@media (max-width: 767px) {
    .con_overall_nav > li {
        width: 100%;
        text-align: center;
    }

    .con_overall_nav > li a {
        text-align: center;
    }

    .navbar {
        margin-bottom: 0;
    }

    .banner_inner{
        width: 100%;
        margin: 0 auto;
    }

    .carousel-indicators{
        bottom: 0;
    }

    .navbar-nav .open .dropdown-menu{
        background: #ffffff;
    }

    .most_top .brand{
        padding: 15px 0;
        float: none;
    }

    .most_top .brand img{
        margin: 0 auto;
    }

    .most_top .tel{
        float: none;
        text-align: center;
    }

    .most_top .tel{
        padding-top: 0;
    }

    .about_02_table .head{
        text-align: center;
        padding-left: 0;
        min-width: 80px;
    }

    .EA_about03_table tr td:first-child{
        width: 50px;
    }

    .EA_about03_table tr td:nth-child(3){
        width: 60px;
    }

    .EA_about03_table tr td:nth-child(4){
        width: 90px;
    }

    .EA_service01_table tr td:nth-child(2){
        padding-left: 15px;
    }

    .footer{
        text-align: center;
    }
}

@media (max-width: 704px){
    .swiper-button-next,.swiper-button-prev{
        top: 34%;
    }
}

@media (max-width: 500px){
    .swiper-button-next,.swiper-button-prev{
        top: 27%;
    }

    .EA_about03_table tr td:nth-child(4){
        display: none;
    }

    .EA_service02_table tr td:nth-child(5){
        display: none;
    }
}

@media (max-width: 350px){
    .swiper-button-next,.swiper-button-prev{
        top: 34%;
    }
}