@charset "utf-8";
/* CSS Document */


#oneshot_2_7 { width:1200px; position:relative; margin: 0 auto; z-index: 1;}
#oneshot_2_7 .la_title{text-align: center; display: none;}
#oneshot_2_7 .la_title span{
    display:inline-block; font-size:20px; font-weight:500; color:#444;}
#oneshot_2_7 .la_title h3{display:block;padding:10px 0 25px 0; font-size:40px; font-weight:bold; color:#444; }
#oneshot_2_7 .lt_more{ display: table; margin: 0 auto;}
#oneshot_2_7 .lt_more a{ font-size:1.2em; color:#999;}
#oneshot_2_7 .lt_more a:hover{ color:#444;}

#oneshot_2_7 ul {list-style:none; width: 100%; position: relative; top: -120px; margin:0;}
#oneshot_2_7 ul:after{ display:block; content:""; clear:both;}
#oneshot_2_7 li {list-style:none;float:left;text-decoration:none; width:calc((100% / 5) - 20px); margin: 25px 25px 0 0;}
#oneshot_2_7 li:nth-child(5n){
    margin-right: 0;
}
#oneshot_2_7 #quick{position: absolute; z-index: 3; top: -5px; left: 5px; width: 50px;}

#oneshot_2_7 #border { position:relative; }
#oneshot_2_7 #border:hover{}

#border .over{position:absolute; left:0; top:275px; width:100%; height:100%; text-align:center; background:rgba(0,0,0,0.8); opacity:0; transition:all 0.5s; display:none;}
#border .over a{color:#444; display:block; width:100%; padding:50% 10%; font-size:1.2em;}
#border .over a p{border:1px solid rgba(255,255,255,0.5); font-size:11px; padding:5px 10px; width:100px; margin:10px auto;}
#border:hover .over{top:0; opacity:1;}

#oneshot_2_7 .img_set{width:<?php echo $imgwidth ?>px; height:<?php echo $imgheight ?>px; position: relative; background: #FFF; text-align: center;}
#oneshot_2_7 .img_set img{
    width:100%;
    height: auto;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

#oneshot_2_7 .subject_set{ width:<?php echo $imgwidth - 0 ?>px; padding:25px 0 0; text-align: center;}


#oneshot_2_7 .subject_set .sub_title{ height:auto;}
#oneshot_2_7 .subject_set .sub_title a{ font-weight:500;font-size:19px;color:#fff;line-height:1.5em; }
#oneshot_2_7 .subject_set .sub_content{ margin-top:15px; overflow:hidden; font-size:12px; color:#444; text-align:center; line-height:1.3em;border-top:2px dotted #ddd; padding-top:15px; display:none;}

/*#oneshot_2_7 .subject_set .sub_datetime{
margin-left:7px;
padding-top:3px;
font-size:12px;
font-family:Dotum,Verdana,Arial;
color:#999; 
line-height:28px
}*/
/*
#oneshot_2_7 li:last-child .img_set::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}
*/

@media (max-width:1400px){
    #oneshot_2_7{
        width: 100%;
        margin: 0;
        padding: 0 0;
    }
    #oneshot_2_7 .la_title{
        position: relative;
        
    }
    #oneshot_2_7 ul{
        padding: 0 80px;
        box-sizing: border-box;
    }
    #oneshot_2_7 li:last-child .img_set::after{
        display: none;
    }
}
@media (max-width:1000px) {
    
    
    
#border {}
    #oneshot_2_7 ul{
        width: 100%;
    }
#oneshot_2_7 li{ 
    width: calc(25% - 12.5px); 
    margin: 0;
}
    #oneshot_2_7 li:nth-child(5){
        display: none;
    }
#oneshot_2_7 #border{ margin:0 4px 8px 4px;}
#oneshot_2_7 .img_set{ width:100%; height:auto;}
#oneshot_2_7 .img_left{ height:auto;}

#oneshot_2_7 .subject_set .sub_content{ height:62px;}
#oneshot_2_7 .subject_set .sub_title a{
    font-size: 15px;
}

#oneshot_2_7 .la_title { padding:0px 0 10px 0; font-size:1.5em; margin-bottom:10px;}
#oneshot_2_7 .lt_more a{ font-size:0.7em;}

}
@media (max-width:780px){
    #oneshot_2_7 .img_left{
        width: 100%;
        height: auto;
    }
    #oneshot_2_7 ul{
        margin: 70px 0 0;
    }
    #oneshot_2_7 .subject_set{
        padding: 15px 0;
    }
    #oneshot_2_7 .subject_set .sub_title{
        height: auto;
    }
    #oneshot_2_7 .subject_set .sub_title a{
        font-size: 16px;
        line-height: 0;
    }
}
@media (max-width:768px){
    #oneshot_2_7 ul{
        padding: 0 50px;
    }
    #oneshot_2_7 li{
        width: 25%;
    }
}

@media (max-width: 550px) {
    #oneshot_2_7 .la_title h3 {
        padding: 10px 0 15px;
        font-size: 30px;
    }
}
@media (max-width: 500px){
    #oneshot_2_7 ul {
        padding: 0 30px;
        top: -90px;
    }
    #oneshot_2_7 li{
        width: 50%;
    }
    #oneshot_2_7 .subject_set .sub_title a {
        font-size: 15px;
    }
}