@charset "utf-8";

/* ============================================================ sub01 회사소개 */
/* ---------- 01 회사개요 */
.greeting_wrp .box1 {}
.greeting_wrp .box1 .imgbox {position:relative;padding:10% 5%;background:url("/images/fs/content/sub01/greeting_img.jpg") no-repeat center;background-size:cover;overflow:hidden;border-radius:10px;}
.greeting_wrp .box2 .manage .main {display:flex;flex-direction:column;justify-content:center;align-items:center;text-align: center;margin:auto;width:370px;height:auto;aspect-ratio: 1/1;background:#fff;border:40px solid #eee;border-radius:50%;padding:20px 0 0; }
	@media only screen and (max-width:767px){
		.greeting_wrp .box2 .manage .manage_list .mlist .iconbox {}
		.greeting_wrp .box2 .manage .manage_list .mlist .txtbox {margin-left:-65px;padding-left:85px;width:calc(100% - 85px);}
	}

/* ---------- 02 조직도 */
.org_wrp {}
.org_wrp .org_list span {position:relative;display:inline-block;line-height:normal;border-radius:10px;background:#eee;padding:10px 30px;color:#222;width:240px;font-weight:600;}
	@media only screen and (max-width:560px){
		.org_wrp .org_list span {width:100%;max-width:240px;padding:12px 10px;}
		.org_wrp .org_list .sbox {flex-direction: column;justify-content: center;}
		.org_wrp .org_list .sbox span {width:100%;max-width:240px;margin: auto;}
		.org_wrp .org_list .fbox:after {display: none;}
		.org_wrp .org_list .fbox ul > li {width:100%;}
	}

/* ESG경영( 03 윤리경영 ) */

/* flex 구조 */
.tbox_wrp .tbox .flexbox .page_tit {width:35rem;position:relative;font-size:1.7em;color:#000;font-weight:bold;}
.tbox_wrp .tbox .flexbox .page_tit ~ div {width:calc(100% - 35rem);padding-left:60px;}


/* ============================================================ sub02 제품소개 */
@media only screen and (max-width:767px){
	.product_wrp .tab_wrp .titbox .tab_tit {font-size:1.1em;}
	/* 특수용(주문제작) 제품 */
	.product_wrp.special .flexbox .tab_wrp,
	.product_wrp.special .flexbox:nth-child(odd) .tab_wrp  {width:100%;padding:30px 30px 10px;}
}

/* ---------- 02 제조공정  */
.mnf_wrp .tbox_wrp .tbox .flexbox .page_tit {font-size:1.7em;padding-left:20px;}

/* ============================================================ sub04 고객지원 */
/* ---------- 01 고객문의안내 */
.customer_wrp .intro_txt p.point {font-size:1.7em;line-height:1.3em;font-weight:800;}
.customer_wrp .tbox_wrp .tbox .txt .line_box > li {border:1px solid #ddd;border-radius:10px;padding:30px;width:calc(40% - 10px);text-align: right;}