﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);



/*===== main news =====*/
.m_addr {
  display: none;
}
.contanet_bottom> div {
    width: 1200px;
    height: 411px;
    margin: 0 auto;
}
.news_text.driver #kboard-default-latest table {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 0;
    /*border-bottom: 1px solid #e3e3e3; */
}
.news_text.driver #kboard-default-latest table tr {
    padding: 0;
    border: 0;
}
.news_text.driver #kboard-default-latest table th {
    padding: 5px 0;
    height: auto;
    border: 0;
    text-align: center;
}
.news_text.driver #kboard-default-latest table tbody tr:first-child td {
    /*border-top: 2px solid #333333; */
}
.news_text.driver #kboard-default-latest table tbody tr:last-child td {
    /*border-bottom: 1px solid #adadad;*/
}
.news_text.driver #kboard-default-latest table td {
    padding: 19px 0;
    height: auto;
    border: 0;
    /*border-top: 1px solid #e3e3e3;*/
}
.news_text.driver #kboard-default-latest table .kboard-latest-title {
    padding-left: 5px;
    font-size: 16px;
    text-align: left;
}
.news_text.driver #kboard-default-latest table .kboard-latest-title {
    text-align: left !important;
}
.news_text.driver #kboard-default-latest table .kboard-latest-date {
    /*width: 80px;*/
    text-align: center;
    font-size: 13px;
    color: #777;
}
#m-header {
    display: none;
}
.menu-trigger {
    position: absolute;
    display: none;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    border-radius: 15px;
    z-index: 9999;
}
.slider_wrap_forpc		{display: block;}
.slider_wrap_formobile	{display: none;}
.cont_sld_txt {
    position: absolute;
    font-size: 22px;
    padding-bottom:10px;
    color: #fff;
    z-index: 999999;
	text-align:center;
	width:1200px;
	margin: auto;
}
.mobile-data-center {
    display: none;
}
.address p a {
    color: #848484;
}

/*메인페이지 슬라이더 텍스트 위치*/

@media screen and (min-width: 0px) and (max-width: 2000px) {
    .cont_sld_txt {
        left: 40px;
        top: 190px;
    }
    .bx-wrapper .bx-pager {
        top: 150px;
        left: 50px;
        max-width: 100%;
    }
    /*160710 헤더 박스 수정 */
    .contanet_bottom> div {
        width: 100%;
        height: auto;
        margin: 0 auto;
        height: 410px;
    }
    .contanet_bottom .contanet_bottom_left {
        width: 33%;
        margin-right: 10px;
        margin-left: 30px;
        float: none;
        display: inline-block;
    }
    .contanet_bottom .contanet_bottom_right {
        width: 62%;
        float: none;
        display: inline-block;
    }
    .contanet_bottom .contanet_bottom_leftt {
        /*width:385px;*/
        width: 100%;
        margin-right: 2%;
        height: 100%;
        float: left;
        position: relative;
        background: url(../images/main_visual00.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 0 0 20px 0;
        text-align: center;
        overflow: hidden;
        position: relative;
    }
    .contanet_bottom_right .ix_top {
        width: 100%;
        height: 195px;
    }
    .contanet_bottom_right .partition_2 {
        height: 195px;
        background-color: #fff;
        border-radius: 0 0 20px 0;
        position: relative;
        width: 47%;
    }
    .network_ixbtn div a {
        padding: 20px 10px;
    }
}


/* PC */
@media screen {
    .slider_wrap_forpc {
        top: 0;
        left: 0;
        z-index: 0;
    }
    .cont_sld_txt p {
        font-size: 18px;
		opacity:  80%;
		margin-bottom: 10px;
    }
    .cont_sld_txt h2 {
        font-size: 56px;
		line-height: 64px;
    }
    /*슬라이더 효과*/
    .cont_sld_txt {
        visibility: hidden;
        opacity: 0;
        transition: 0.7s ease all;
        -moz-transition: 0.7s ease all;
        -webkit-transition: 0.7s ease all;
        -o-transition: 0.7s ease all;
        -ms-transition: 0.7s ease all;
    }
    .cont_sld_txt.active-slide {
        opacity: 1;
        visibility: visible;
        animation-duration: 1s;
    }
    .header_containerwrap {
        width: 100%;
    }
    .contanet_bottom {
        position: absolute;
        top: 550px;
        left: 0;
        width: 100%;
        margin: 0 auto;
    }
    .header-container .nav-cont {
        width: 90%;
        height: 80px;
        line-height: 99px;
    }
    .header-container {
        width: 100%;
        max-width: 100%;
        height: 80px;
        position: fixed;
        border-bottom: 1px solid #cccccc;
        background: /* transparent */ #fff;
    }
    .clear .header-container {
        background: #fff;
    }
    .header-container div.nav-cont .layout_right span {
        color: #fff;
    }
    .main .header-container div.nav-cont .layout_right span {
        color: #fff;
    }
    .clear .header-container div.nav-cont .layout_right span {
        color: #4d515d;
    }
    .header-container> div {
        float: none;
        width: 1200px;
        margin: 0 auto;
    }
    /*메뉴단 로고 svg*/
    #menubar_logo {
        width: 100px;
        height: 80px;
        transition: 0.4s;
    }
    .menubar_logo {
        fill: #fff;
    }
    .clear .menubar_logo {
        fill: #333;
    }
    .mobile_main_wrap {
        display: none;
    }
    .to_top {
        /* display: none; */
    }
    .to_top.shown {
        /* display: none; */
    }
    .footer {
        display: none;
    }
}


