@media (max-width: 1280px) {
    .top_right_menu {
        display: none; 
    }
}
@media (max-width: 991px) {
    #index_swiper.swiper-container .swiper-content h1 { 
        font-size: 10vh;
    }
    #index_swiper.swiper-container .swiper-content p {
        font-size: 2vh;
    }
    #index_swiper.swiper-container .swiper-content a.btn-default {
        color: #fff;
        font-family: "Roboto";
        font-weight: 400;
        font-size: 15px;
        line-height: 1px;
        text-align: center;
        padding: 20px 30px;
        border-radius: 3em;
        display: inline-block;
        border: 1px #fff solid;
        background-color: transparent;
        background-image: none;
    }
    .index-content .section-01 {
        padding-top: 40px;
        background-color: #f3f3f3;
        padding-bottom: 20px;
    }
    .index-content .section-01 .bg-text {
        display: none;
    }
    .index-content .section-01 .title-wrap {
        z-index: 2;
        text-align: center;
    }
    .index-content .section-01 .title-wrap h2 {
        font-size: 32px;
        line-height: 38px;
        font-weight: 900;
        color: #282828;
        z-index: 2;
    }
    .index-content .section-01 .title-wrap br {
        display: none;
    }
    .index-content .section-01 .title-wrap .line {
        width: 80px;
        height: 1px;
        background-color: #000;
        margin: 0 auto;
    }
    .index-content .section-01 .title-wrap h2 span {
        font-weight: 100;
    }
    .index-content .section-01 .title-wrap p {
        font-size: 16px;
        line-height: 24px;
        color: #353535;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .index-content .section-01 .s-slide {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .index-content .section-01 a.bt_lnk {
        display: block;
        margin-top: 0;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }
    .index-content .section-02 {
        padding-top: 80px;
        padding-bottom: 80px;
        min-height: 600px;
    }
    .index-content .section-02 .box_wrap .title {
        float: left;
        z-index: 2;
        padding-top: 60px;
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .index-content .section-02 .box_wrap .title h2 {
        font-size: 47px;
        font-weight: 900;
        color: #000;
        font-family: 'Roboto', sans-serif;
    }
    .index-content .section-02 .box_wrap .title .line {
        width: 26px;
        height: 5px;
        background-color: #000;
    }
    .index-content .section-02 .box_wrap .title p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #404040;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .index-content .section-02 .imgs {
        position: absolute;
        z-index: -1;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE8 및 그 이하 버전용 */
    }
    .footer .footer-menu {
        padding-top: 25px;
        padding-bottom: 20px;
        background-color: #13161b;
        border-bottom: 1px #1f2226 solid;
    }
    .footer .footer-menu ul {
        padding-top: 18px;
        padding-bottom: 12px;
    }
    .footer .footer-menu ul li:before {
        color: #464646;
    }
    .footer .footer-menu ul li a {
        font-size: 13px;
        font-weight: 400;
        color: #f8f8f9;
        font-family: 'Nanum Barun Gothic', sans-serif;
    }
    .product {padding:30px 15px;}
    .homepage {padding:30px 15px;}
    .company {padding:30px 15px;}
    .ad {padding:30px 15px;}
}

@media (max-width: 768px) {
    #index_swiper.swiper-container .swiper-content h1 {
        font-size: 46px;
    }
    #index_swiper.swiper-container .swiper-content p {
        font-size: 16px;
    }
    .index-content .section-02 {
        padding-top: 40px;
        padding-bottom: 40px;
        min-height: auto;
        height: auto;
    }
    .index-content .section-02 .box_wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .index-content .section-02 .box_wrap .title {
        float: left;
        z-index: 2;
        padding-top: 0;
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .index-content .section-02 .box_wrap .title h2 {
        font-size: 32px;
        font-weight: 900;
        color: #000;
        font-family: 'Roboto', sans-serif;
    }
    .index-content .section-02 .box_wrap .title .line {
        width: 80px;
        height: 1px;
        background-color: #000;
        margin: 0 auto;
        margin-top: 20px;
    }
    .index-content .section-02 .box_wrap .title p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #404040;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .index-content .section-02 .imgs {
        position: relative;
        opacity: 1;
        filter: alpha(opacity=100);
        /* IE8 및 그 이하 버전용 */
    }
    .index-content .section-02 a.bt_lnk {
        display: block;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        margin-top: 25px;
    }
    .index-content .section-04 {
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .index-content .section-04 .title_wrap {
    margin-bottom: 40px;
		}
    .index-content .section-04 .title_wrap h2 {
        font-size: 32px;
        color: #282828;
        font-weight: 900;
    }
    .index-content .section-04 .title_wrap h2 span {
        font-weight: 100;
    }
    .index-content .section-04 .title_wrap .line {
       width: 80px;
        height: 1px;
        background-color: #000;
        margin: 0 auto;
        margin-top: 20px;
    margin-bottom: 23px;
    }
    .index-content .section-04 .title_wrap p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .bg-g {text-align:center;}
}

@media (max-width: 628px) {
	.best_table {display:none;}
}