@import url(style_set.less);

// 인트로
.sec_intro {
		.content {
				background-image: url(../img/sub/service/repair_bg.png);
		}
}

.notice {
		.item {
				flex-direction: row !important;
				gap: 3rem !important;
				.tit {
						width: 50%;
						flex: 0 0 auto;
						p:last-child {
								margin-top: 1rem;
						}
				}
				.contact_contain {
						flex: 1;
						display: flex;
						align-items: stretch;
						gap: 2rem;
						.contact {
								background-color: @color_white;
								border-radius: @round_2;
								border: 1px solid @color_gray;
								padding: 2rem;
								width: 100%;
								p:nth-child(2) {
										margin-top: 1.6rem;
								}
								i {
										width: 3.2rem;
										height: 3.2rem;
										border-radius: 50px;
										background-color: @color_lightgray;
										display: flex;
										align-items: center;
										justify-content: center;
										color: @color_black;
								}
						}
				}
				@media @tab {
						flex-direction: column !important;
						.tit {
								width: 100%;
								flex: none;
								p:last-child {
										margin-top: 0.5rem;
								}
						}
				}
				@media @mobile_l {
						.contact_contain {
								flex-direction: column;
				.contact{
					padding: 1.2rem;
				}
						}
				}
		}
}
