.pWrap{padding: 50px 0;display: flex;flex-flow: row wrap;overflow: hidden;width: 1000px;margin: auto;justify-content: center}
.imgBox{width: 300px;height: 300px;border: 1px solid rgb(194, 194, 194);background-size: cover}
.text{padding:0 50px;width: 500px;height: 300px;position: relative;}
.text > h1{font-size:17px;}
.text > p:nth-child(2){font-size: 15px;color:rgb(160, 160, 160)}
.text h2{padding: 10px 0;font-size: 30px}
.model{display: flex;padding:2px 5px;font-size: 14px}
.model p:nth-child(1){width: 30%;color:rgb(151, 151, 151);}
.model p:nth-child(2){width: 70%;font-weight: bold}
.info{width:100%;padding: 20px 0;}
.info img{width: 100%;}
.Telbox{width: 400px;height: 70px;text-align: center;background: #0078ff;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%)}
.Telbox h1{font-size: 20px;color:white;line-height: 70px;}
#header{height: 136px;}
@media only screen and (max-width: 480px) 
{
    .pWrap{width: 400px;}
    #header{height: 100px;}
} /* 모바일 */