﻿/* Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 1930px) {
	
}

@media only screen and (max-width: 1340px) {
	
}

@media only screen and (min-width: 1200px) {
	
}

@media only screen and (max-width: 991px) {
	
}

@media only screen and (max-width: 768px) {
      
}

@media only screen and (max-width: 480px) {
    
    #nav_main ul li a span {
        display:none !important;
    }
    .slide-desc {
        display:none !important;
    }
    .prev, .next, .pause {
        display:none !important;
    }
    .box-sl {
        border-bottom:solid 1px #ff6a00;
    }
    .content-01-h1 span {
        border-bottom:none !important;
    }
    .content-01-text1 {
        padding:10px;
    }
    .ct01-content {
        width:100% !important;
        clear:both;
    }
    .video-lg {
        width:100% !important;
        clear:both !important;
    }
    .video-sm {
        width:100% !important;
        clear:both !important;
    }
    .ct01-avatar {
        display:none;
    }
    .lst-home-2col li {
        width:100% !important;
    }
    #content-03 {
        padding:20px 0 !important;
    }
    .box-lst .b-img a img {
        transform: rotate(0deg) !important;
    }
    .lst-home-2col li .b-title {
        width:100% !important;
        margin-top:5px !important;
        margin-bottom:10px !important;
    }
    .lst-home-3col li {
        width:100% !important;
    }
    .box-lst .b-title {
        margin-top:5px !important;
        margin-bottom:10px !important;
    }
    .ct05-title .year a {
        margin-bottom:10px !important;
        line-height:30px;
    }
    .h-ads1 {
        margin-top:10px !important;
    }
    #content-06 {
        padding:10px 0 !important;
    }
    .ct07-left .content a img {
        width:40% !important;
    }
    .ct07-right .content .slick-slide {
        padding-right:0px !important;
    }
    #footer {
        padding-top:20px !important;
    }
}

/* Retina Devices
-------------------------------------------------------------- */