/*** 공통 ***/
.aboutus {text-align:center;}
.aboutus h3 {font-size:60px; line-height:1.2; color:#000;}
.aboutus .product-img {margin-top:60px;}
.aboutus .product-img img {width:100%; aspect-ratio:14/6; object-fit:cover; border-radius:20px;}
.aboutus .big-part p {margin-top:60px; color:#333; line-height:1.8;}
.aboutus .small-part {line-height:1.8; margin-top:50px; padding-top:50px; position:relative;}
.aboutus .small-part:before {content:""; display:block; width:50px; height:2px; background:#000; position:absolute; left:50%; transform:translateX(-50%); top:0;}
.aboutus .small-part dt {font-size:32px; font-weight:700;}
.aboutus .small-part dd {color:#333; margin-top:20px;}
/* ************************ 태블릿 이하(~1249) ************************ */
@media screen and (max-width: 1249px) { 
.aboutus h3 {font-size:50px;}
.aboutus .product-img {margin-top:50px;} 
.aboutus .big-part p {margin-top:50px;}
.aboutus .small-part dt {font-size:26px;}
.aboutus .small-part {margin-top:40px; padding-top:40px;}
}

/* ************************ 태블릿 이하(~991) ************************ */
@media screen and (max-width: 991px) {
.aboutus h3 {font-size:40px;}
.aboutus .product-img {margin-top:40px;} 
.aboutus .big-part p {margin-top:40px;}
.aboutus .small-part dt {font-size:24px;}
.aboutus .small-part {margin-top:35px; padding-top:35px;}
.aboutus .small-part dd {margin-top:15px;}
}

/* ************************ 태블릿 이하(~767) ************************ */
@media screen and (max-width: 767px) { 
.pc_767 {display:none;}
.aboutus h3 {font-size:32px;}
.aboutus .product-img {margin-top:30px;} 
.aboutus .big-part p {margin-top:30px;}
.aboutus .small-part dt {font-size:22px;}
.aboutus .small-part {margin-top:30px; padding-top:30px;}
.aboutus .small-part dd {margin-top:15px;}
}

/* ************************ 태블릿 이하(~500) ************************ */
@media screen and (max-width: 500px) { 
.pc_500 {display:none;}
.aboutus h3 {font-size:24px;}
.aboutus .product-img {margin-top:30px;} 
.aboutus .big-part p {margin-top:30px;}
.aboutus .small-part dt {font-size:20px;}
.aboutus .small-part {margin-top:30px; padding-top:30px;}
.aboutus .small-part dd {margin-top:10px;}
}