@charset "utf-8";
/*************** 1440px 이하 ***************/
@media only screen and (max-width: 1440px) {


}
  
/*************** 1124px 이하 ***************/
@media only screen and (max-width: 1124px) {

    .inner{width:calc(100dvw - 120px)}
    .mainBanner{background:url('/theme/basic/img/mainBannerT.jpg') center center no-repeat; }
    .youtubeCnt > div{width:100%}


}

/*************** 1024px 이하 ***************/
@media only screen and (max-width: 1024px) {

}

/*************** 960px 이하 ***************/
@media only screen and (max-width: 960px) {

}

/*************** 860px 이하 ***************/
@media only screen and (max-width: 860px) {


}

/*************** 768px 이하 ***************/
@media only screen and (max-width: 768px) {
    .inner{width:calc(100dvw - 40px)}
    .why .f_c{text-align: left;}
    .newsBox img:nth-child(1){left:0; top:0}
    .newsBox img:nth-child(2){right:0; top:32%; }
    .newsBox img:nth-child(3){left:0; bottom:0}
    

}

/*************** 480px 이하 ***************/
@media only screen and (max-width: 480px) {

}

/*************** 320px 이하 ***************/
@media only screen and (max-width: 320px) {

}
