.pc-only { display: block; }
.mo-only { display: none; }



.order-title {max-width: 1200px; margin:0 auto; margin-bottom: 80px; text-align: center; }
.order-text { text-align: center; font-size:30px; overflow: auto; color:#000; font-weight: 600;}
.with-desc { font-size: 16px;  margin: 20px 0 80px; }
.bg-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;               /* 배경 비율 */
  background: url("../img/order/ogder_bg.jpg") center / cover no-repeat;
  position: relative; min-height: 900px;  max-height: 1000px;
  margin-bottom: 120px;	
}

.overlay-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
}

.grid-wrap { max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* PC 2x1 */
   gap: 40px; /* ? 박스 ?이 간격 */  justify-items: center; 
}
.grid-box {
  border: 1px solid #ddd;
  padding: 40px 20px;
  min-width:280px;
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center; 
  gap: 40px; /* ?? ??지 간격 */ border-radius:20px;
}
.grid-box-img {  display: flex;  justify-content: center;  align-items: center;}
.grid-box-img a {  display: flex;  justify-content: center;}
.img-top img {  width: 180px;}

.img-bottom img {
  width: 180px;
}

.grid-box-img img {  display: block;  height: auto;  max-width: 100%;}
.img-bottom {  display: flex;  justify-content: center;}
.img-bottom a {  display: block;}


@media (max-width: 1024px){
}

@media (max-width: 767px) {
	
.order-title { padding: 0 20px; margin-bottom: 40px; }
.order-text { font-size: 22px; }
.with-desc { font-size: 15px; margin: 15px 0 40px; }
.bg-wrap { aspect-ratio: auto; min-height: auto; height: 50vh; margin-bottom: 100px; }
.overlay-img { width: 80%; max-width: 320px; }
.grid-wrap { grid-template-columns: 1fr; }
	
.pc-only { display: none; }
.mo-only { display: block;}	
}