@charset 'utf-8';
@font-face {
    font-family: 'Noto Sans KR';
    src: url('../font/NotoSansKR-Regular.otf');
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR';
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.route {
    display: none;
}

@media (min-width: 1200px) {
    /*인증서*/
    .cert_li {
        overflow: hidden;
        border-bottom:1px solid #ccc;
    }

    .cert_img {
        width: 400px;
    }


    .cert_img img {
        width: 100%;
    }
    .cert_info {
        width:800px;
    }

    .cert_li > div {
        float: left;
        padding:20px
    }
    .cert_info h4 {
        font-size:30px;
    }
    .cert_info i {
        font-style: normal;

    }
    #refer {
        margin-top:160px;
    }

    /*인증서 끝*/
    #tel {
        display: none;
    }

    #m_remote {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 99
    }

    #m_remote div {
        width: 60px;
        height: 60px;
        background: #2e5396;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    #m_remote div img {
        padding: 5px;
    }

    /*example*/
    #example > h3 {
        text-align: center;
        font-weight: 400;
        font-size: 25px;
    }

    #example {
        overflow: hidden;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .ex_box {
        width: 600px;
        float: left;

    }

    .ex_box h4 {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 25px;
        font-weight: 400;
        margin-left: 10px;
    }

    .ex_box p {
        display: inline-block;
        margin-bottom: 10px;
        color: #555;
        font-size: 14px;
    }

    .ex_img {
        background: #eee;
        border: 1px solid #ccc;
        height: 160px;
    }

    .ex_img img {
        width: 199px;
        padding: 10px;
        float: left;
    }

    .ex_box a {
        font-size: 14px;
        color: #333;
        float: right;
        margin-top: 13px;
        margin-right: 10px;
    }

    /*example end*/
    /*dropmenu*/
    #ham {
        display: none;
    }

    #m_menu {
        display: none !important;
    }

    body {
        position: relative;
    }

    .drop_menu {
        background: #f5f5f5;
        position: absolute;
        width: 100%;
        height: 210px;
        top: 85px;
        left: 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        display: none;
        z-index: 999;
    }

    .drop_menu .wrap {
        overflow: hidden;
    }

    .space {
        width: 480px;
        float: left;
        height: 210px;
    }

    .drop_menu .menu_list {
        width: 120px;
        float: left;
        height: 50px;
    }

    .menu_list a {
        display: block;
        text-align: center;
        height: 50px;
        color: #333;
        font-size: 17px;
        line-height: 50px;
        font-weight: 700
    }

    /*dropmenu end*/
    /*sitemap*/
    #sitemap h4 {
        font-size: 25px;
        font-weight: 400;
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .sitemap_list {
        margin-bottom: 20px;
        background: #eee;
        overflow: hidden;
        padding: 10px;
    }

    .sitemap_list a {
        color: #333;
        font-size: 15px;
        display: block;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*sitemap end*/
    /*top*/
    #top {
        height: 85px;
        background: #fff;
        border-bottom: 2px solid #333;
    }

    .wrap {
        margin: 0 auto;
        width: 1200px;
    }

    #logo img {
        padding-top: 15px;

    }

    .menu {
        width: 720px;
        float: right;
        display: inline-block;
        height: 40px;
        margin-top: 45px;
    }

    .menu li {
        width: 120px;
        float: left;
        text-align: center;
        height: 100%;
    }

    .border {
        border-bottom: 2px solid #333 !important;
    }


    .menu li a {
        color: #333;
        font-size: 18px;

    }

    #menu_detail {
        height: 40px;
        background: #eee;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
    }

    #menu_detail p {
        color: #333;
    }


    /*top end*/
    /*banner*/
    #banner {
        height: 500px;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }


    #banner .wrap {
        height: 100%;
        width: 600px;
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    #banner_word {
        height: 300px;
        border-radius: 200px;
    }


    #banner a {
        display: inline-block;
        color: #fff;
        padding: 5px 10px;
        font-size: 17px;
        margin-top: 25px;
        border-bottom: 1px solid #fff
    }

    #banner a:hover {
        background: #eee;
        color: #333;
        font-weight: 700;
    }

    /*banner end*/
    /*contents*/
    #contents {
        margin-top: 40px;
        overflow: hidden;
    }

    .main_pro h3 {
        font-weight: 400;
        font-size: 25px;
        text-align: center;
        margin-bottom: 10px;
        padding-top: 20px;
    }

    .main_pro {
        height: 360px;
        position: relative;
    }

    .pro_box {
        display: none;
    }

    .slide_wrap {
        width: 2880px;
        height: 250px;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;

    }

    .slide_li {
        width: 239.8px;
        float: left;
        text-align: center;
        height: 250px;
        position: relative;
        border-right: 1px solid #ccc;
        padding: 10px;
    }

    .pro_box > a {
        display: block;
        height: 250px;
    }

    .slide_li > a img {
        width: 100%;
    }

    .slide_li h4 {
        position: absolute;
        bottom: 0;
        left: 0;
        font-weight: 400;
        background-color: rgba(51, 51, 51, 1);
        color: #fff;
        padding: 7px;
        width: 100%;

    }

    .pro_info {
        display: none;
    }

    .board_wrap {
        width: 700px;
        float: left;
        margin-top: 50px;
        background: #fff;
    }

    .board_wrap h3 {
        font-weight: 400;
        font-size: 25px;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 20px;

    }

    .board_wrap h3 a {
        font-size: 15px;
        color: #333;
        float: right;
        margin-top: 10px;
        padding-right: 10px;
    }

    #free_board {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;

    }

    .free_board_li {
        display: block;
        color: #333;
    }

    .free_board_li div {
        overflow: hidden;
        border-bottom: 1px solid #ccc;
    }

    .free_board_li div p {
        float: left;
        height: 40px;
        line-height: 40px;
        text-align: center;

    }

    .upper_line {
        background: #eee;
        height: 40px;
    }

    .upper_line .num {
        width: 100px;

    }

    .upper_line .title {
        width: 568px;
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
    }

    .lower_line p {
        font-size: 15px;
        background: #fff;
    }

    .lower_line .writer {
        width: 150px;

    }

    .lower_line .date {
        width: 150px;
    }

    .lower_line .view {
        width: 150px;

    }

    .service_wrap {
        width: 480px;
        float: left;
        margin-left: 20px;
        margin-top: 50px;
        background: #fff;
    }

    .service_wrap h3 {
        font-weight: 400;
        font-size: 25px;
        text-align: center;
        margin-bottom: 10px;
        padding-top: 20px;

    }

    .service_center {
        border: 1px solid #ccc;
        height: 244px;
        padding: 20px;
        background-image: url(../img/service_img.png);
        background-position: 300px 100px;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .service_center h4 {
        font-weight: 400;
        font-size: 25px;
        margin-bottom: 10px;
    }

    .service_center p {
        margin-bottom: 10px;
    }

    /*company*/
    .company {
        margin-top: 80px;
        overflow: hidden;
        position: relative;
        min-height: 700px;
    }

    .company > h3 {
        font-weight: 400;
        float: left;
        width: 400px;
        font-size: 24px;
    }

    .company > hr {
        clear: both;
        border: none;
        border-top: 1px solid #ccc;
    }

    #product > h3 {
        font-weight: 400;
        float: left;
        width: 500px;
        font-size: 24px;
    }

    .nav h3 {
        font-weight: 400;
        float: left;
        width: 500px;
        font-size: 24px;
    }

    .nav > hr {
        clear: both;
        border: none;
        border-top: 1px solid #ccc;
    }

    .route {
        width: 400px;
        float: right;
        vertical-align: bottom;
        margin-top: 10px;
        text-align: right;
        font-size: 14px;
        color: #555;
    }

    #product hr {
        clear: both;
        border: none;
        border-top: 1px solid #ccc;
    }

    #bottom_line {
        width: 130px;
        height: 5px;
        background: #61573d;
    }

    .sentence {
        font-size: 15px;
    }

    .company_info {
        overflow: hidden;
        border-top: 1px solid #ccc;
        padding-top: 7px;
    }

    .information {
        width: 33.333%;
        float: left;
        height: 60px;
    }

    .information p {
        color: #555;
    }


    .introduce {
        width: 500px;
        display: inline-block;
        vertical-align: top
    }

    .introduce h3 {
        font-weight: 400;
        font-size: 24px;
    }

    .sub_banner {
        width: 690px;
        display: inline-block;
    }

    .sub_banner img {
        width: 650px;
        margin-left: 40px;
    }


    /*company end*/
    /*product*/
    .add_info {
        margin-bottom: 20px;

    }

    .b_img img {
        height: 250px;
    }

    .b_img {
        display: inline-block;
    }

    .b_info {
        border: 1px solid #ccc;
        border-top: 2px solid #333;
        border-bottom: 2px solid #333;
        width: 580px;
        display: inline-block;
        padding: 20px;
        vertical-align: top;
        height: 250px;
        margin-left: 10px;
    }

    .side_menu {
        width: 230px;
        position: absolute;
        top: 0;
        left: 0;
        margin: 10px;
        background: #eee;
        height: 700px;

    }

    .chainimg {
        width: 300px;
        display: block;
        margin: 10px;
    }

    .cbwbimg {
        width: 300px;
    }

    .side_menu h3 {
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #5f5b25;
        color: #fff;
    }

    .side_list a {
        display: block;
        color: #333;
        font-size: 15px;
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }

    .side_list a:hover {
        background: #555;
        color: #fff;
    }

    #product {
        width: 950px;
        margin-left: 250px;
        margin-top: 20px;
    }

    .pro_sample {
        width: 33.3333%;
        float: left;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    .img {
        display: inline-block;
        width: 150px;
    }

    .sample_info {
        width: 200px;
        display: inline-block;
        vertical-align: top;
        padding-left: 15px;
        padding-right: 15px;

    }

    .sample_info p {
        width: 170px;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .sample_info a {
        margin-top: 30px;
        font-size: 15px;
        color: #555;
    }

    .img img {
        width: 100%;
    }

    .gallery {
        border: 1px solid #ccc;
        border-bottom: none;
        border-right: none;
        overflow: hidden;
    }

    .sample_img {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        width: 33.3333%;
        text-align: center;
        float: left;
        position: relative;
        height: 300px;
        overflow: hidden;
    }

    .sample_img img {
        height: 100%;
    }

    .sample_img p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background: #eee;
    }


    #product {
        overflow: hidden;
    }

    #product_table {
        margin-top: 20px;
        width: 100%;
        border-collapse: collapse;
        border-top: 2px solid #333;
    }

    #product_table th, #product_table td {
        padding: 10px;
    }

    #product_table tr {
        border-bottom: 1px solid #ccc;
    }

    #product_table th {
        width: 140px;
        font-weight: 700;
        background: #eee;
    }

    .table_contents img {
        width: 300px;

    }

    #measure {
        background: #eee;
        width: 300px;
        text-align: center;
        padding: 6px;
        border: 1px solid #ccc;
    }

    #go_list {
        display: inline-block;
        float: right;
        width: 130px;
        height: 40px;
        border: 1px solid #ccc;
        background: #eee;
        text-align: center;
        line-height: 40px;
        color: #333;
        margin-top: 20px;
    }

    #go_list:hover {
        background: #444;
        color: #fff;
    }

    #gallery img {
        height: 170px;
    }

    .charactor b {
        display: block;
        width: 120px;
        padding: 10px;
        font-weight: 400;
        font-size: 20px;
        background-color: #eee;
        text-align: center;
    }

    .charactor p {
        padding: 10px;
        border: 1px solid #ccc;
    }

    .belt h4 {

        padding: 10px;
        font-weight: 400;
        background-color: #eee;
        text-align: left;
    }

    .belt {
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

    .belt p {
        padding: 10px;
        width: 600px;
        display: inline-block;
        vertical-align: top;

    }

    .belt div {
        display: inline-block;
        width: 300px;
        text-align: center;
        border-right: 1px solid #ccc;
    }

    .belt span {
        color: #555;
        font-size: 14px;
        display: block;
        padding: 10px;
    }


    .m_ex {
        display: none;
    }

    /*product end*/
    .footer {
        margin-top: 100px;
        border-top: 1px solid #ccc;
        padding-top: 10px;
        background: #333;
        color: #fff;
    }

    .footer .wrap {
        overflow: hidden;
        background-image: url("../img/logo_white.png");
        background-repeat: no-repeat;
        background-position: right center;

    }

    .footer_cont {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .footer_cont p {
        display: inline-block;
        margin-right: 10px;
    }

    #add_foot {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 13px;
    }

    #add_foot > a {
        font-size: 13px;
        vertical-align: top;
        display: inline-block;
        color: #fff;
        width: 110px;
    }

    #add_foot > div a {
        color: #333;
    }

    #webpage_made {
        background: #ddd;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #ccc;
    }

    #webpage_made a span {
        color: #333;
        font-size: 14px;
        vertical-align: top;
        margin-top: 4px;
        display: inline-block;
        font-weight: 700;

    }


}

@media (min-width: 600px) and (max-width: 1199px) {
     /*인증서*/
    .cert_li {
        overflow: hidden;
        padding-bottom:20px;
        border-bottom:1px solid #ccc;
    }

    .cert_img {
        width: 250px;
    }


    .cert_img img {
        width: 100%;
    }
    .cert_info {
        width:350px;
        padding-left:15px;
    }

    .cert_li > div {
        float: left;
    }
    .cert_info h4 {
        font-size:20px;
    }
    .cert_info i {
        font-style: normal;

    }
    #refer {
        margin-top:30px;
        font-size:14px
    }

    /*인증서 끝*/
    #m_remote {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 99
    }

    #m_remote div {
        width: 60px;
        height: 60px;
        background: #2e5396;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    #m_remote div img {
        padding: 5px;
    }

    /*example*/
    #example > h3 {
        text-align: center;
        font-weight: 400;
        font-size: 25px;
    }

    #example {
        overflow: hidden;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .ex_box {
        width: 600px;
        margin-top: 20px;

    }

    .ex_box h4 {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 25px;
        font-weight: 400;
        margin-left: 10px;
    }

    .ex_box p {
        display: inline-block;
        margin-bottom: 10px;
        color: #555;
        font-size: 14px;
    }

    .ex_img {
        background: #eee;
        border: 1px solid #ccc;
        height: 160px;
    }

    .ex_img img {
        width: 199px;
        padding: 10px;
        float: left;
    }

    /*example end*/
    /*sitemap*/
    #sitemap h4 {
        font-size: 25px;
        font-weight: 400;
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .sitemap_list {
        margin-bottom: 20px;
        background: #eee;
        overflow: hidden;
        padding: 10px;
    }

    .sitemap_list a {
        color: #333;
        font-size: 15px;
        display: block;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*sitemap end*/
    /*top*/
    #ham {
        width: 35px;
        display: inline-block;
        float: right;
        margin-top: 40px;
    }

    #ham img {
        width: 100%;
    }

    .drop_menu {
        display: none !important;
    }

    #m_menu {
        position: fixed;
        right: 0;
        top: 0;
        width: 400px;
        background: #fff;
        height: 100%;
        display: none;
        z-index: 999;
    }

    #m_menu > p {
        background: #555;
        color: #fff;
        padding: 10px 20px;
        display: inline-block
    }

    .m_menu_li h4 {
        font-weight: 400;
        font-size: 20px;
        padding: 10px 10px 10px 20px;
        border-bottom: 1px solid #5f5b25;
    }

    .m_menu_list {
        overflow: hidden;
        background: #eee;
        padding: 10px;
    }

    .m_menu_list a {
        display: inline-block;
        color: #333;
        border-right: 1px solid #ccc;
        text-align: center;
        float: left;
        width: 100px;
    }

    #top {
        border-bottom: 2px solid #333;
        background: #fff;
    }

    .wrap {
        width: 600px;
        margin: 0 auto;
    }

    #logo {
        width: 180px;
        display: inline-block;
        margin-bottom: 10px;
    }

    #logo img {
        padding-top: 15px;
        width: 180px;

    }

    .menu {
        display: none;
    }

    #menu_detail {
        height: 40px;
        background: #eee;
        line-height: 40px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    #menu_detail p {
        color: #333;
    }

    /*top end*/
    /*banner*/
    #banner_word img {
        width: 100%;
    }

    #banner {
        height: 500px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    #banner p {
        font-size: 18px;
        padding-bottom: 9px;
        padding-top: 70px;
        font-weight: 700;
        text-shadow: 2px 2px 2px #000;
        color: #ffdf43;
    }

    #banner .wrap {
        height: 100%;
        width: 500px;
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }

    #banner_word {
        height: 300px;
        border-radius: 200px;
    }

    #banner h2 {
        font-size: 25px;
        line-height: 30px;
        padding-top: 9px;
        font-weight: 700;
        text-shadow: 2px 2px 2px #000;
        color: #ffdf43;
    }

    #banner a {
        display: inline-block;
        color: #fff;
        padding: 5px 10px;
        font-size: 17px;
        margin-top: 25px;
        border-bottom: 1px solid #fff
    }

    #banner a:hover {
        background: #eee;
        color: #333;
        font-weight: 700;
    }


    /*banner end*/
    /*contents*/
    #contents {
        margin-top: 10px;
        overflow: hidden;
    }

    .main_pro h3 {
        font-weight: 400;
        font-size: 25px;
        text-align: center;
        padding-top: 20px;
    }

    .main_pro {
        background: #fff;
    }

    .slide_wrap {
        display: none;
    }

    .pro_box {
        width: 100%;
        margin-top: 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .pro_box > h4 {
        display: none;
    }

    .pro_box img {
        width: 130px;
    }

    .pro_info {
        width: 420px;
        display: inline-block;
        vertical-align: top;
        padding-left: 20px;
    }

    .pro_info h4 {
        font-weight: 400;
        font-size: 20px;
    }

    .pro_box a {
        color: #828282;
        font-size: 15px;
    }

    .board_wrap {

        margin-top: 40px;
        background: #fff;
    }

    .board_wrap h3 {
        font-weight: 400;
        font-size: 25px;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 20px;
        padding-left: 70px;

    }

    .board_wrap h3 a {
        font-size: 15px;
        color: #333;
        float: right;
        margin-top: 10px;
        padding-right: 10px;
    }

    #free_board {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;

    }

    .free_board_li {
        display: block;
        color: #333;
    }

    .free_board_li div {

        overflow: hidden;
        border-bottom: 1px solid #ccc;
    }

    .free_board_li div p {
        float: left;
        height: 40px;
        line-height: 40px;
        text-align: center;

    }

    .upper_line {
        background: #eee;
        height: 40px;
    }

    .upper_line .num {
        width: 100px;

    }

    .upper_line .title {
        width: 468px;
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: left
    }

    .lower_line p {
        font-size: 15px;
        background: #fff;
    }

    .lower_line .writer {
        width: 150px;

    }

    .lower_line .date {
        width: 150px;
    }

    .lower_line .view {
        width: 150px;

    }

    .service_wrap {
        width: 600px;
        margin-top: 40px;
        background: #fff;
        clear: both;
    }

    .service_wrap h3 {
        font-weight: 400;
        font-size: 25px;
        text-align: center;
        margin-bottom: 10px;
        padding-top: 20px;
    }

    .service_center {
        border: 1px solid #ccc;
        height: 207px;
        padding: 20px;
        background-image: url(../img/service_img.png);
        background-position: 400px 100px;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .service_center h4 {
        font-weight: 400;
        font-size: 25px;
        margin-bottom: 10px;
    }

    .service_center p {
        margin-bottom: 10px;
    }

    /*contents end*/
    /*company*/
    .company {
        margin-top: 80px;

    }

    .company > h3 {
        font-weight: 400;
        font-size: 24px;
    }

    .company > img {
        width: 100%;
    }

    .company > hr {
        border: none;
        border-bottom: 1px solid #ccc;
    }

    .route {
        width: 290px;
        float: right;
        vertical-align: bottom;
        margin-top: 10px;
        text-align: right;
        font-size: 14px;
        color: #555;
    }


    #bottom_line {
        width: 130px;
        height: 5px;
        background: #61573d;
    }

    .sentence {
        font-size: 15px;
    }

    .company_info {
        overflow: hidden;

        padding-top: 7px;
    }

    .information {
        width: 100%;
        float: left;
        height: 60px;
        border-top: 1px solid #ccc;
        padding-top: 10px;
    }

    .information p {
        color: #555;
    }

    .introduce {
        display: inline-block;
        vertical-align: top
    }

    .introduce h3 {
        font-weight: 400;
        font-size: 24px;
    }

    .sub_banner img {
        width: 100%;
    }


    /*company end*/
    /*product*/
    .add_info {
        margin-bottom: 20px;

    }

    .b_img img {
        height: 300px;
    }

    .b_img {
        display: inline-block;


    }

    .b_info {
        border: 1px solid #ccc;
        border-top: 2px solid #333;
        border-bottom: 2px solid #333;
        width: 100%;
        display: inline-block;
        padding: 20px;
        vertical-align: top;
        height: 250px;
        margin-top: 10px;
    }

    #product > h3, .nav > h3 {
        font-weight: 400;
        float: left;
        width: 260px;
        font-size: 24px;
    }

    #product hr, .nav > hr {
        clear: both;
        border: none;
        border-top: 1px solid #ccc;
    }

    .cover img {
        width: 197px;
    }

    #product {
        overflow: hidden;
    }

    .pro_sample {

        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    .img {
        display: inline-block;
        width: 150px;
    }

    .sample_info {
        width: 370px;
        display: inline-block;
        vertical-align: top;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sample_info p {
        width: 350px;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .sample_info a {
        margin-top: 30px;
        font-size: 15px;
        color: #555;
    }

    .img img {
        width: 100%;
    }


    .img_size {
        width: 100%;
    }


    .sample_img {
        width: 33.333%;
        float: left;
        text-align: center;
    }

    .sample_img img {
        width: 180px;
    }

    .gallery {
        border: 1px solid #ccc;
        border-bottom: none;
        border-right: none;
        overflow: hidden;
    }

    .sample_img {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        width: 33.3333%;
        text-align: center;
        float: left;
        position: relative;
        height: 200px;
        overflow: hidden;
    }

    .sample_img img {
        height: 100%;
    }

    .sample_img p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background: #eee;
    }

    .side_menu {
        display: none;
    }

    .chainimg {
        width: 300px;
        display: block;
        margin: 10px;
    }

    .wireimg {
        width: 440px;
    }

    #product {
        overflow: hidden;
    }

    #product_table {
        margin-top: 20px;
        width: 100%;
        border-collapse: collapse;
        border-top: 2px solid #333;
    }

    #product_table th, #product_table td {
        padding: 10px;
    }

    #product_table tr {
        border-bottom: 1px solid #ccc;
    }

    #product_table th {
        width: 140px;
        font-weight: 700;
        background: #eee;
    }

    .table_contents img {
        width: 250px;

    }

    #measure {
        background: #eee;
        width: 250px;
        text-align: center;
        padding: 6px;
        border: 1px solid #ccc;
    }

    #go_list {
        display: inline-block;
        float: left;
        width: 130px;
        height: 40px;
        border: 1px solid #ccc;
        background: #eee;
        text-align: center;
        line-height: 40px;
        color: #333;
        margin-top: 20px;
    }

    #go_list:hover {
        background: #444;
        color: #fff;
    }

    #gallery img {
        height: 170px;
    }

    .charactor b {
        display: block;
        width: 120px;
        padding: 10px;
        font-weight: 400;
        font-size: 20px;
        background-color: #eee;
        text-align: center;
    }

    .charactor p {
        padding: 10px;
        border: 1px solid #ccc;
    }

    .belt h4 {

        padding: 10px;
        font-weight: 400;
        background-color: #eee;
        text-align: left;
    }

    .belt {
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

    .belt p {
        padding: 10px;
        width: 340px;
        display: inline-block;
        vertical-align: top;

    }

    .belt div {
        display: inline-block;
        width: 250px;
        text-align: center;
        border-right: 1px solid #ccc;

    }

    .belt span {
        color: #555;
        font-size: 14px;
        display: block;
        padding: 10px;
    }

    .ex img {
        width: 100%;
    }

    .m_ex {
        display: none;
    }

    /*product end*/
    .footer {
        margin-top: 100px;
        border-top: 1px solid #ccc;
        padding-top: 10px;
        background: #333;
        color: #fff;
    }

    .footer .wrap {
        overflow: hidden;


    }

    .footer_cont {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .footer_cont p {
        display: inline-block;
        margin-right: 10px;
    }

    #add_foot {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 13px;
    }

    #add_foot > a {
        font-size: 13px;
        vertical-align: top;
        display: inline-block;
        color: #fff;
        width: 110px;
    }

    #add_foot > div a {
        color: #333;
    }

    #webpage_made {
        background: #ddd;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #ccc;
    }

    #webpage_made a span {
        color: #333;
        font-size: 14px;
        vertical-align: top;
        margin-top: 4px;
        display: inline-block;
        font-weight: 700;

    }

}

@media (max-width: 599px) {
    /*인증서*/
    .cert_li {
        overflow: hidden;
        padding-bottom:20px;
        border-bottom:1px solid #ccc;

        text-align:center;
    }

    .cert_img {
        width: 320px;
    }


    .cert_img img {
        width: 100%;
    }
    .cert_info {
        width:320px;
    }

    .cert_li > div {
        float: left;
    }
    .cert_info h4 {
        font-size:20px;
        padding-top:10px;
    }
    .cert_info i {
        font-style: normal;
        display:block;
    }
    #refer {
        margin-top:30px;
        font-size:14px
    }

    /*인증서 끝*/
    #m_remote {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 99
    }

    #m_remote div {
        width: 60px;
        height: 60px;
        background: #2e5396;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    #m_remote div img {
        padding: 5px;
    }

    /*example*/
    #example > h3 {
        text-align: center;
        font-weight: 400;
        font-size: 25px;
    }

    #example {
        overflow: hidden;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .ex_box {
        width: 320px;
        margin-top: 20px;

    }

    .ex_box h4 {
        margin-bottom: 6px;
        font-size: 25px;
        font-weight: 400;
    }

    .ex_box p {
        margin-bottom: 10px;
        color: #555;
        font-size: 15px;
    }

    .ex_img {
        background: #eee;
        border: 1px solid #ccc;
        overflow: hidden;
    }

    .ex_img img {
        width: 319px;
        padding: 10px;
        float: left;
    }

    /*example end*/
    .drop_menu {
        display: none !important;
    }

    /*sitemap*/
    #sitemap h4 {
        font-size: 25px;
        font-weight: 400;
    }

    .sitemap_list {
        margin-bottom: 20px;
        background: #eee;
        overflow: hidden;
        padding: 10px;
    }

    .sitemap_list a {
        color: #333;
        font-size: 15px;
        display: block;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    /*sitemap end*/
    /*top*/
    #ham {
        width: 35px;
        display: inline-block;
        float: right;
        margin-top: 40px;
    }

    #ham img {
        width: 100%;
    }

    .drop_menu {
        display: none !important;
    }

    #m_menu {
        position: fixed;
        right: 0;
        top: 0;
        width: 320px;
        background: #fff;
        height: 100%;
        display: none;
        z-index: 999;
    }

    #m_menu > p {
        background: #555;
        color: #fff;
        padding: 10px 20px;
        display: inline-block
    }

    .m_menu_li h4 {
        font-weight: 400;
        font-size: 20px;
        padding: 10px 10px 10px 20px;
        border-bottom: 1px solid #5f5b25;
    }

    .m_menu_list {
        overflow: hidden;
        background: #eee;
    }

    .m_menu_list a {
        display: inline-block;
        color: #333;
        border-right: 1px solid #ccc;
        text-align: center;
        float: left;
        width: 100px;
        margin-top:10px;
        margin-bottom:10px;
    }

    #top {

        background: #fff;
    }

    .wrap {
        width: 320px;
        margin: 0 auto;
    }

    #logo {
        width: 180px;
        display: inline-block;
        margin-bottom: 10px;
    }

    #logo img {
        padding-top: 15px;
        width: 180px;

    }

    .menu {
        display: none;
    }


    #menu_detail {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #eee;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    #menu_detail p {
        color: #333;
    }

    /*top end*/
    /*banner*/
    #banner > img {
        height: 300px;
    }

    #banner {
        height: 300px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    #banner_word img {
        width: 100%;
    }

    #banner .wrap {
        height: 300px;
        width: 320px;
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);

    }

    #banner_word {
        height: 200px;
    }

    #banner a {
        display: inline-block;
        color: #fff;
        padding: 5px 10px;
        font-size: 15px;
        margin-top: 10px;
        border-bottom: 1px solid #fff;
    }

    /*banner end*/
    /*contents*/
    #contents {
        margin-top: 10px;
        overflow: hidden;
    }

    .main_pro h3 {
        font-weight: 400;
        font-size: 25px;
        text-align: center;
        padding-top: 20px;
    }

    .slide_wrap {
        display: none;
    }

    .main_pro {
        background: #fff;
    }

    .pro_box {
        width: 100%;
        margin-top: 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .pro_box > img {
        display: block;
        width: 100%;
    }

    .pro_box > h4 {
        display: none;
    }

    .pro_box a {
        width: 100%;
        display: block;
    }

    .pro_box a img {
        width: 100%;
        display: block;
    }

    .pro_info {
        width: 320px;
        display: inline-block;
        vertical-align: top;
        padding-top: 20px;
        text-align: center;
    }

    .pro_info h4 {
        font-weight: 400;
        font-size: 20px;

    }

    .pro_box a {
        color: #828282;
        font-size: 15px;
        margin-top: 30px;
        display: inline-block;
    }

    .board_wrap {

        margin-top: 40px;
        background: #fff;
    }

    .board_wrap h3 {
        font-weight: 400;
        font-size: 25px;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 20px;
        padding-left: 70px;

    }

    .board_wrap h3 a {
        font-size: 15px;
        color: #333;
        float: right;
        margin-top: 10px;
        padding-right: 10px;
    }

    #free_board {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;

    }

    .free_board_li {
        display: block;
        color: #333;
    }

    .free_board_li div {

        overflow: hidden;
        border-bottom: 1px solid #ccc;
    }

    .free_board_li div p {
        float: left;
        height: 40px;
        line-height: 40px;
        text-align: center;

    }

    .upper_line {
        background: #eee;
        height: 40px;
    }

    .upper_line .num {
        width: 100px;
        font-weight: 700;
    }

    .upper_line .title {
        width: 188px;
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
    }

    .lower_line p {
        font-size: 15px;
        background: #fff;
    }

    .lower_line .writer {
        width: 100%;

    }

    .lower_line .date {
        width: 100%;
        border-top: 1px solid #ccc;
    }

    .lower_line .view {
        width: 100%;
        border-top: 1px solid #ccc;
    }

    .service_wrap {
        width: 320px;
        margin-top: 40px;
        background: #fff;
        clear: both;
    }

    .service_wrap h3 {
        font-weight: 400;
        font-size: 25px;
        text-align: center;
        margin-bottom: 10px;
        padding-top: 20px;
    }

    .service_center {
        border: 1px solid #ccc;
        height: 207px;
        padding: 20px;
        background-image: url(../img/service_img.png);
        background-position: 100px 100px;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .service_center h4 {
        font-weight: 400;
        font-size: 25px;
        margin-bottom: 10px;
    }

    .service_center p {
        margin-bottom: 10px;
    }

    /*contents end*/
    /*company*/
    .company {
        margin-top: 50px;
    }

    .company > h3 {
        font-weight: 400;
        font-size: 24px;
    }

    .company > img {
        width: 100%;
    }

    .route {
        vertical-align: bottom;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 14px;
        color: #555;
    }

    .company hr {
        clear: both;
        border: none;
        border-top: 1px solid #ccc;
    }

    #bottom_line {
        width: 100px;
        height: 5px;
        background: #61573d;
    }

    .sentence {
        font-size: 15px;
    }

    .company_info {
        overflow: hidden;
    }

    .information {
        width: 100%;
        float: left;
        height: 60px;
        border-top: 1px solid #ccc;
        padding-top: 10px;
    }

    .information p {
        color: #555;
    }

    .information b {
        margin-top: 7px;
    }

    .introduce {
        display: inline-block;
        vertical-align: top
    }

    .introduce h3 {
        font-weight: 400;
        font-size: 24px;
    }

    .sub_banner {
        margin-top: 30px;
    }

    .sub_banner img {
        width: 100%;
    }


    /*company end*/
    /*product*/
    .chainimg {
        width: 100%;
        display: block;
    }

    .chainImg {
        width: 100%;
    }

    .wireimg {
        width: 100%;
    }

    .img_size {
        width: 200px;
    }

    .add_info {
        margin-bottom: 20px;

    }

    .b_img img {
        width: 100%
    }

    .b_img {
        display: inline-block;


    }

    .b_info {
        border: 1px solid #ccc;
        border-top: 2px solid #333;
        border-bottom: 2px solid #333;
        width: 100%;
        display: inline-block;
        padding: 20px;
        vertical-align: top;
        height: 280px;
        margin-top: 10px;
    }

    #product {
        overflow: hidden;
    }

    .pro_sample {
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    .img {
        display: inline-block;
        width: 150px;
    }

    .sample_info {
        width: 150px;
        display: inline-block;
        vertical-align: top;
        padding-left: 15px;
    }

    .sample_info p {
        width: 140px;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .sample_info a {
        margin-top: 30px;
        font-size: 15px;
        color: #555;
    }

    .img img {
        width: 100%;
    }


    .sample_img {
        text-align: center;
    }


    .gallery {
        border: 1px solid #ccc;
        border-bottom: none;
        border-right: none;
        overflow: hidden;
    }

    .sample_img {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;

        text-align: center;
        position: relative;
        height: 300px;
        overflow: hidden;
    }

    .sample_img img {
        height: 100%;
    }

    .sample_img p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background: #eee;
    }


    .side_menu {
        display: none;
    }

    #product > h3, .nav > h3 {
        font-weight: 400;
        font-size: 24px;
    }

    #product hr, .nav > hr {
        clear: both;
        border: none;
        border-top: 1px solid #ccc;
    }


    #product {
        overflow: hidden;
    }

    #product_table {
        margin-top: 20px;
        width: 100%;
        border-collapse: collapse;
        border-top: 2px solid #333;
    }

    #product_table th, #product_table td {
        padding: 10px;
    }

    #product_table tr {
        border-bottom: 1px solid #ccc;
    }

    #product_table th {
        width: 90px;
        background: #eee;
    }

    .table_contents img {
        width: 200px;

    }

    #measure {
        background: #eee;
        width: 200px;
        text-align: center;
        padding: 6px;
        border: 1px solid #ccc;
    }

    #go_list {
        display: block;

        height: 40px;
        border: 1px solid #ccc;
        background: #eee;
        text-align: center;
        line-height: 40px;
        color: #333;
        margin-top: 20px;
    }

    #go_list:hover {
        background: #444;
        color: #fff;
    }

    #gallery img {
        height: 170px;
    }

    .charactor b {
        display: block;
        width: 120px;
        padding: 10px;
        font-weight: 400;
        font-size: 20px;
        background-color: #eee;
        text-align: center;
    }

    .charactor p {
        padding: 10px;
        border: 1px solid #ccc;
    }

    .belt h4 {

        padding: 10px;
        font-weight: 400;
        background-color: #eee;
        text-align: left;
    }

    .belt {
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

    .belt p {
        padding: 10px;
        display: inline-block;
        vertical-align: top;

    }

    .belt div {
        text-align: center;

    }

    .belt span {
        color: #555;
        font-size: 14px;
        display: block;
        padding: 10px;
    }


    .ex {
        display: none;
    }

    /*product end*/
    .footer {
        margin-top: 100px;
        border-top: 1px solid #ccc;
        padding-top: 10px;
        background: #333;
        color: #fff;
    }

    .footer .wrap {
        overflow: hidden;


    }

    .footer_cont {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .footer_cont p {
        display: block;
    }

    #add_foot {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #add_foot > a {
        
        vertical-align: top;
        display: inline-block;
        color: #fff;
        width: 130px;
    }

    #add_foot > div a {
        color: #333;
    }

    #webpage_made {
        background: #ddd;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #ccc;
    }

    #webpage_made a span {
        color: #333;
        font-size: 14px;
        vertical-align: top;
        margin-top: 4px;
        display: inline-block;
        font-weight: 700;

    }

.ex_box a {
color:#333;
padding-bottom:10px;
display:block;
}

}