/* 고객문의 */
#lnb_4010 .sub_lnb_4010_title {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 125%;
    display: block;
    margin-top: 110px;
    margin-bottom: 40px;
	padding: 25px 0 0 0;
}
#lnb_4010 .sub_lnb_4010_txt_01 {
    font-size: 22px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 40px;
	color:#666;
}
#lnb_4010 .sub_lnb_4010.dflex {
    display: flex;
    height: 100%;
    align-items: stretch;
    margin-top:80px;
}
#lnb_4010 .stxt_01 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#lnb_4010 .sub_lnb_4010_img_txt {
	width: 100%;
    height: 350px;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    padding: 70px 40px;
    text-align: center;
    border: solid 1px #dedede;
    border-radius: 20px;
    background-color: #f8f8f8;
    display: flex;
    flex-wrap: nowrap;   
	align-items: center; 
	margin-top: 40px;
}
#lnb_4010 .sub_lnb_4010_img_01 {
	width: 100%;
	height: 100%;
}
#lnb_4010 .sub_lnb_4010_img_01 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#lnb_4010 .sub_lnb_4010_img_02 {
    width: 100%;
    height: 100%;
    margin-top:80px;
}
#lnb_4010 .sub_lnb_4010_img_02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#lnb_4010 .sub_lnb_4010_img_area {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 125%;
    display: block;
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 25px 0 0 0;
}
#lnb_4010 .sub_lnb_4010_img_area.align-items:nth-child(1) {
    margin-right: 40px;
}
#lnb_4010 .title-icon-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 4px;
    background: #e60012;
}

#lnb_4010 .in-box img {
    width: 80px;
	height: auto;
}
#lnb_4010 .d-link {
    font-size: 18px;
    font-weight: 500;
    border: solid 1px #E60012;
    color: #E60012;
    padding: 15px 20px;
    border-radius: 36px;
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 40px auto 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#lnb_4010 .br-1 {
    border-right: solid 1px #dedede;
}


/*박스*/
#lnb_4010 .sub_lnb_4010.flex {
    display: flex;
    margin-top: 1rem !important;
    margin-bottom: 3rem !important;
    flex-wrap: wrap;
}
#lnb_4010 .sicon_01 img {
	height: 80px;
}
#lnb_4010 .sub_lnb_4010_txt_02.w-33 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 90px 45px 80px;
	margin-right: 2.0%;
	border-radius: 16px;
    border: 1px solid #eaeaea;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	width: calc(33.33333333333333333333333333% - 1.333%);





}
#lnb_4010 .sub_lnb_4010_txt_02.w-33:nth-child(3n) {
	margin-right: 0%;
}
#lnb_4010 .sicon_01 { 
	display: flex;
    justify-content: center;
}
#lnb_4010 .stxt_01 {
	display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 400; 
	margin-top: 70px;
	margin-left: 0px;
    margin-right: 0px;
	line-height: 160%;
	text-align: center;
}





/*데스크탑, 와이드*/
@media all and (max-width:1280px) {

}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	#lnb_4010 .sub_lnb_4010.dflex {
		display: flex;
		flex-direction: column;
	}
	#lnb_4010 .sub_lnb_4010_img_area.align-items:nth-child(1) {
		width: 100% !important;
		margin-right: 0px;
		margin-bottom: 40px;
	}
	#lnb_4010 .sub_lnb_4010_img_area.align-items:nth-child(2) {
		width: 100% !important;
		margin-right: 0px;
		margin-bottom: 40px;
	}
}

/*모바일 가로, 타블렛 세로*/
@media screen and (max-width: 768px) {
}

/*모바일 세로*/
@media screen and (max-width: 480px) {
	#lnb_4010 .sub_lnb_4010_img_txt {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	#lnb_4010 .br-1 {
		border-right: solid 0px #dedede;
		border-bottom: solid 1px #dedede;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	#lnb_4010 .d-link {
		font-size: 16px;
		font-weight: 500;
		padding: 15px 10px;
		text-align: center;
	}
}

