.career_point_title_wrap{padding:40px 0;position:relative;background-image:url('/pages/kjcareer/img/sub/career_point_top.jpg');height:220px;overflow:hidden;border-radius:20px;background-size:cover;background-position:center;background-repeat:no-repeat}
.career_point_title_wrap::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgb(255 255 255 / 80%)}
.career_point_title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#111;z-index:2;margin-bottom:40px}
.career_point_title p.icon{width:45px;margin:0 auto;padding-bottom:8px}
.career_point_title p.icon img{width:100%}
.career_point_title h3{font-size:28px;font-weight:bold;margin:0 0 8px 0;line-height:1.4}
.career_point_title p{font-size:15px;margin:0;line-height:1.5;color:#767676}
.career_point_intro{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.point_intro_box{background:#fff;border-radius:12px;padding:20px 0;text-align:center;min-width:300px;flex:1;transition:transform 0.3s ease,box-shadow 0.3s ease}

.point_intro_box .image{margin-bottom:20px}
.point_intro_box .image img{width:100%;height:240px;object-fit:cover;border-radius:8px}
.point_intro_box .intro h4{font-size:18px;font-weight:bold;color:#333;margin:0 0 10px 0}
.point_intro_box .intro p{font-size:14px;color:#666;margin:0;line-height:1.5}

/* 커리어 포인트 리스트 */
.career_point_list{margin-top:60px;text-align:center}
.career_point_list h3{font-size:24px;font-weight:600;color:#333;margin-bottom:40px}

.point_list_wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:50px}

.point_list_wrap dl{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}
.point_list_wrap dt{width:100px;height:100px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8f9fa}
.point_list_wrap dt img{width:60px;height:60px;object-fit:contain}
.point_list_wrap dd{font-size:16px;color:#333;font-weight:300;line-height:1.4}
.point_list_wrap dd span{display:block;font-size:18px;font-weight:700;color:#333;margin-top:5px}

.btn_point_confirm{display:inline-block;background:#5764f0;color:#fff;padding:15px 30px;border-radius:10px;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all 0.3s ease}
.btn_point_confirm:hover{background:#fff;color:#5764f0;border:1px solid #5764f0}


/****** Mobile ******/
@media screen and (min-width:320px) and (max-width:690px){
.career_point_title_wrap{height:200px}
.career_point_title h3{font-size:20px}
.career_point_title p{font-size:13px}
.career_point_title p.icon{width:34px}
.career_point_intro{gap:0}

.career_point_list h3{font-size:20px;margin-bottom:30px}
.point_list_wrap{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:40px}
.point_list_wrap dt{width:80px;height:80px}
.point_list_wrap dt img{width:50px;height:50px}
.point_list_wrap dd{font-size:14px}
.point_list_wrap dd span{font-size:16px}
.btn_point_confirm{padding:12px 25px;font-size:15px}
}



/****** tablet ******/
@media screen and (min-width:691px) and (max-width:1180px){
.point_list_wrap{grid-template-columns:repeat(3,1fr);gap:25px}
.point_list_wrap dt{width:90px;height:90px}
.point_list_wrap dt img{width:55px;height:55px}
}


/****** desktop*****/
@media screen and (min-width:1181px) and (max-width:1600px){

    
}


