/* 회사개요 */
.company_intro_top{position:relative;border-radius:20px;overflow:hidden;margin-bottom:60px;height:400px}
.company_intro_top h3{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff;font-size:34px;line-height:140%;font-weight:700;text-align:center;text-shadow:2px 2px 8px rgba(0,0,0,0.3);z-index:2}
.company_intro_top::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.3);z-index:1}
.company_intro_top img{width:100%;height:100%;object-fit:cover}
.company_intro_content{text-align:center;margin-bottom:80px}
.company_intro_content .text_type1{font-size:16px;line-height:170%;color:#555;max-width:1000px;margin:0 auto}

.company_points{display:flex;gap:40px;justify-content:center;align-items:flex-start}
.point_item{text-align:center;flex:1}
.point_circle{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg, #3B61F4, #5078FF);display:flex;align-items:center;justify-content:center;margin:0 auto 30px;box-shadow:0 10px 30px rgba(59,97,244,0.3)}
.point_number{color:#fff;font-size:13px;font-weight:700}
.point_item h4{font-size:20px;font-weight:700;color:#111;margin-bottom:12px}
.point_item p{font-size:16px;line-height:150%;color:#666;margin-bottom:20px}
.point_item img{width:100%;height:200px;object-fit:cover;border-radius:10px}



/****** Mobile ******/
@media screen and (min-width:320px) and (max-width:690px){
/* 회사개요 */

.company_intro_top{border-radius:10px;height:250px;margin-bottom:40px}
.company_intro_top h3{font-size:24px}
.company_intro_content{margin-bottom:50px}
.company_intro_content .text_type1{font-size:15px;line-height:160%}
.company_points{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}
.point_item{margin-bottom:40px;width:100%}
.point_item h4{font-size:20px}
.point_item p{font-size:14px;margin-bottom:15px}
.point_item img{height:160px}


}

/****** tablet ******/
@media screen and (min-width:691px) and (max-width:1180px){
/* 회사개요 */
.company_intro_top{border-radius:15px;height:320px;margin-bottom:50px}
.company_intro_top h3{font-size:28px}
.company_intro_content{margin-bottom:60px}
.company_intro_content .text_type1{font-size:16px}
.company_points{gap:30px;flex-direction:column;align-items:center}
.point_item{width:100%}
.point_item h4{font-size:19px}
.point_item p{margin-bottom:18px}
.point_item img{height:180px}
}

/****** desktop*****/
@media screen and (min-width:1181px) and (max-width:1600px){
/* 회사개요 */
.company_intro_top{height:360px;margin-bottom:55px}
.company_intro_top h3{font-size:32px}
.company_intro_content{margin-bottom:70px}
.company_points{gap:35px}
.point_item img{height:190px}
}