@charset "utf-8";

/* 공통 */
.pagecommon{font-size:16px;letter-spacing:-.5px}
.pagecommon .pl{white-space:pre-line}
.eng{letter-spacing:0;font-size:15px;font-weight:700;color:var(--primary);font-family:'outfit'}
.eng:before{content:'';display:inline-block;width:4px;height:4px;margin:-5px 14px 0 0;vertical-align:middle;background:var(--primary);border-radius:100%}

/* 회사소개 */
#p33 .tit_wrap{display:flex;flex-wrap:wrap;justify-content:space-between;height:400px;margin-top:50px;padding-right:40px;line-height:1.6}
#p33 .tit_area br{display:none}
#p33 .ko_tit{margin-left:30px;font-size:18px;font-weight:700;color:#222}
#p33 .t_tit{font-size:20px;color:#111}
#p33 .s_tit{color:#666}
#p33 .s_tit b{color:#222}
#p33 .img_area{position:relative}
#p33 .img_area img {position:absolute;bottom:0;right:0}
#p33 .img_area img.logo {position:absolute;bottom:24px;right:314px}
#p33 .cont_tit{display:flex;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e1e1e1}
#p33 .cont02{margin-top:30px}
#p33 .cont02 .list_box{display:grid;grid-template-columns:repeat(4, 1fr);gap:50px;padding:0 50px}


/* 반응형 [s] */
@media (max-width:1280px){
#p33 .tit_wrap{padding-right:0}
#p33 .tit_area{width:calc(100% - 45%)}
#p33 .cont02 .list_box{justify-content:space-between;gap:20px;padding:0}
#p33 .cont02 .list_box li img{width:100%}
}
@media (max-width:1024px){
#p33 .tit_wrap{height:300px;margin:50px 0}
#p33 .tit_area{white-space:normal}
#p33 .tit_area br{display:block}
#p33 .t_tit{word-break:keep-all}
#p33 .s_tit{word-break:keep-all}
#p33 .img_area img.bg{width:300px}
#p33 .img_area img.logo{bottom:15px;right:240px;width:110px}
}
@media (max-width:768px){
.eng:before{margin:-5px 14px 0 -14px}
#p33 .eng{text-align:center}
#p33 .tit_wrap{display:flex;height:auto;justify-content:center;margin:38px 0}
#p33 .tit_area{order:2;width:auto}
#p33 .t_tit{font-size:19px}
#p33 .s_tit{margin-bottom:30px}
#p33 .s_tit b{font-weight:600}
#p33 .img_area{order:1;margin-bottom:30px}
#p33 .img_area img{position:inherit}
#p33 .img_area img.bg{width:270px}
#p33 .img_area img.logo{bottom:10px;left:-15px}
#p33 .cont_tit{flex-direction:column;text-align:center}
#p33 .ko_tit{margin-left:0;margin-top:6px}
}
@media (max-width:480px){
.eng{font-size:14px}
#p33 .tit_wrap{margin:24px 0 50px}
#p33 .tit_area{line-height:1.7}
#p33 .tit_area br{display:none}
#p33 .t_tit{margin-bottom:14px;font-size:17px}
#p33 .s_tit{margin-bottom:0;word-break:break-all}
#p33 .s_tit{font-size:15px}
#p33 .img_area img.bg{width:230px}
#p33 .img_area img.logo{width:86px}
#p33 .cont02 .list_box{grid-template-columns:repeat(2, 1fr)}
#p33 .cont_tit{margin-bottom:20px;padding-bottom:20px}
#p33 .ko_tit{font-size:16px}
}
/* 반응형 [e] */