@charset "utf-8";

#atc07{padding:120px 0 0}
#atc07 .tit{margin-bottom:60px;text-align:center;line-height:1.4}
#atc07 .tit p{margin-bottom:20px;font-size:54px;font-weight:700;font-family:'AritaBuri'}
#atc07 .tit p span{color:var(--primary)}
#atc07 .inner{display:flex}

/* 인테리어 */
#atc07 ul{display:flex;flex-direction:column}
#atc07 ul+ul{margin-left:8px}
#atc07 ul li{height:calc(100% / 3);margin-bottom:8px;background-color:#000}
#atc07 ul li img{width:100%;height:100%}
#atc07 ul li.big{height:calc(((100% / 3) * 2) + 8px)}
#atc07 ul li:last-child{margin-bottom:0}
#atc07 .ul1{width:calc(50% / 3)}
#atc07 .ul2{width:calc((50% / 3) * 2)}
#atc07 .ul3{width:calc(50% / 3)}
#atc07 .ul4{flex-direction:row;flex-wrap:wrap;width:calc((50% / 3) * 2)}
#atc07 .ul4 li.big{height:calc(((100% / 3) * 2) - 8px)}
#atc07 .ul4 li{width:calc(50% - 4px)}
#atc07 .ul4 li:nth-child(2){margin-left:8px}
#atc07 .ul4 li:nth-child(3){width:100%}
 /*   
@media (max-width:1024px){
#atc07{padding:80px 0 0}
#atc07 .tit p{font-size:38px}
}
@media (max-width:768px){
#atc07{padding:60px 0 20}
#atc07 .tit{margin-bottom:40px}
#atc07 .tit p{font-size:32px}	
#atc07 .inner{flex-wrap:wrap}
#atc07 .ul1{width:calc(100% / 3)}
#atc07 .ul2{width:calc((100% / 3) * 2);margin:0;padding-left:8px}
#atc07 .ul3{width:calc(100% / 3);margin:8px 0 0}
#atc07 .ul4{width:calc((100% / 3) * 2);margin:8px 0 0;padding-left:8px}
}
@media (max-width:480px){
#atc07 .tit p{font-size:28px}	
#atc07 .tit .pl{padding:0 20px;white-space:normal;word-break:keep-all}
}
@media (max-width:380px){
#atc07 .tit{margin-bottom:20px}
}*/