/* Section 01: Intro */
.about-intro-section {
	position: relative;
	width: 100%;
	/* max-width 1100px from common */
}

.intro-wrapper {
	position: relative;
	width: 100%;
	max-width: 1046px;
	/* original 1046px width */
	margin: 0 auto;
	/* centers the 1046px inside 1100px */
}

.intro-banner {
	position: relative;
	width: 100%;
	height: 152px;
	background-image: url('../../images/about/about/image_33173.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 5px;
	/* if any */
}

.intro-deco-icon {
	position: absolute;
	top: 20px;
	left: 846px;
	/* absolute positioning from original */
	width: 137px;
	height: 147px;
	z-index: 5;
}

.intro-deco-icon img {
	width: 100%;
	height: 100%;
	display: block;
}

.intro-text-title {
	position: absolute;
	top: 51px;
	left: 23px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #258352;
	z-index: 6;
}

.intro-text-desc1 {
	position: absolute;
	top: 66px;
	left: 176px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #333333;
	z-index: 9;
}

.intro-text-desc2 {
	position: absolute;
	top: 93px;
	left: 23px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #333333;
	z-index: 11;
}

.intro-text-desc2 b {
	font-weight: 700;
}

/* Section 01: 최고의 디자인 */
.about-sec-01 {
	position: relative;
	width: 100%;
	max-width: 1038px;
	margin: 27px auto 0;
	/* top: 228px is 27px from previous paragraph */
}

.sec-01-tab {
	position: relative;
	display: flex;
	align-items: center;
	width: 229px;
	height: 31px;
	padding-left: 14px;
	box-sizing: border-box;
}

.sec-01-tab img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec-01-tab p {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -1px;
	color: #FFFFFF;
	text-shadow: 0px 0px 1px #333333;
	z-index: 10;
}

.sec-01-card {
	position: relative;
	width: 100%;
	height: 397px;
	background-color: #FFFFFF;
	border: 1px solid #D3D6D5;
}

.sec-01-top-content {
	display: flex;
	align-items: flex-start;
	padding-top: 30px;
	padding-left: 0px;
}

.sec-01-left-img {
	margin-top: 10px;
	/* local Y 41 - 31 */
	width: 245px;
	height: 159px;
}

.sec-01-left-img img {
	width: 100%;
	height: 100%;
}

.sec-01-right-col {
	margin-left: 29px;
	/* 275 - 246 */
	width: 745px;
}

.sec-01-desc {
	height: 84px;
	/* matches absolute overlap */
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #333333;
}

.sec-01-desc b {
	font-weight: 700;
}

.sec-01-desc u {
	text-decoration: underline;
}

.sec-01-gray-box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 743px;
	height: 90px;
	background-color: #F6F6F6;
	border: 1px solid #D9D9D9;
	padding-left: 15px;
	box-sizing: border-box;
}

.gray-bullet {
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
}

.gray-text-1,
.gray-text-2,
.gray-text-3 {
	position: relative;
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #333333;
}

.sec-01-bottom-images {
	display: flex;
	margin-top: 25px;
	/* local Y 230 - 205 */
	padding-left: 21px;
	/* absolute X of first image */
	gap: 17px;
}

.sec-01-bottom-images img {
	width: 237px;
	height: 147px;
}

/* Shared classes for cards */
.sec-card {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #D3D6D5;
}

.sec-top-content {
	display: flex;
	align-items: flex-start;
	padding-top: 30px;
	padding-left: 0px;
}

.sec-left-img {
	/* Base for left images */
}

.sec-left-img img {
	width: 100%;
	height: 100%;
}

.sec-right-col {
	margin-left: 29px;
	width: 745px;
}

.sec-desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #333333;
}

.sec-desc b {
	font-weight: 700;
}

.sec-desc u {
	text-decoration: underline;
}

.sec-gray-box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 743px;
	background-color: #F6F6F6;
	border: 1px solid #D9D9D9;
	padding-left: 15px;
	box-sizing: border-box;
}

.sec-tab {
	position: relative;
	display: flex;
	align-items: center;
	width: 229px;
	height: 31px;
	padding-left: 14px;
	box-sizing: border-box;
}

.sec-tab img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec-tab p {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -1px;
	color: #FFFFFF;
	text-shadow: 0px 0px 1px #333333;
	z-index: 10;
}

/* Base styles for sections 02, 03, 04 */
.base-sec {
	position: relative;
	width: 100%;
	max-width: 1038px;
	margin: 52px auto 0;
}

.card-02 {
	height: 436px;
}

.card-03 {
	height: 373px;
}

.card-04 {
	padding-bottom: 36px;
}

.left-img-02 {
	margin-top: 10px;
	width: 245px;
	height: 174px;
}

.left-img-03 {
	margin-top: -10px;
	width: 245px;
	height: 173px;
}

.left-img-04 {
	margin-top: 10px;
	width: 245px;
	height: 159px;
}

.height-02 {
	height: 103px;
}

.box-02 {
	height: 111px;
}

.card-03 .sec-01-desc,
.card-03 .sec-desc {
	height: 61px;
}

.card-03 .sec-gray-box {
	height: 90px;
}

.card-04 .sec-01-desc,
.card-04 .sec-desc {
	height: 64px;
}

.card-04 .sec-gray-box {
	height: 90px;
}


.images-box-02,
.sec-bottom-images {
	display: flex;
	padding-left: 20px;
	gap: 17px;
}

.images-box-02 {
	margin-top: 26px;
}

.images-box-02 img,
.sec-bottom-images img {
	width: 237px;
	height: 147px;
	display: block;
}

.card-03 .sec-bottom-images {
	margin-top: 13px;
}

.sec-bottom-special {
	position: relative;
	width: 100%;
	margin-top: 8px;
	display: flex;
	align-items: center;
	gap: 20px;
	padding-left: 126px;
	box-sizing: border-box;
}

.circle-group {
	position: relative;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.circle-1 {
	background: url('../../images/about/about/boxBG_33237.png') repeat left top;
}

.circle-2 {
	background-color: #D7DAED;
}

.circle-3 {
	background: url('../../images/about/about/boxBG_33222.png') repeat left top;
}

.circle-text {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -1px;
	text-align: center;
	text-shadow: 2px 2px 0px #FFFFFF;
}

.text-1 {
	width: 109px;
	color: #FF5A12;
}

.text-2 {
	width: 109px;
	color: #4955AA;
}

.text-3 {
	width: 109px;
	color: #4C7E2A;
}

.arrow-group {
	position: relative;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
}

.arrow-group img {
	width: 100%;
	height: 100%;
}

.price-33 {
	position: relative;
	width: 280px;
	height: 110px;
	flex-shrink: 0;
}

.big-number {
	position: absolute;
	top: 0;
	left: 0;
	width: 137px;
	font-family: 'GmarketSansBold', sans-serif;
	font-size: 90px;
	font-weight: 900;
	color: #4C7E2A;
	text-shadow: 0px 0px 3px #FFFFFF;
	line-height: 1.4;
	margin: 0;
	text-align: right;
}

.unit {
	position: absolute;
	top: 59px;
	left: 139px;
	width: 137px;
	font-family: 'GmarketSansBold', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #333333;
	line-height: 1.4;
	margin: 0;
}

.about-bottom-banner {
	position: relative;
	max-width: 1040px;
	margin: 47px auto 0;
	height: 195px;
}

.banner-bg {
	width: 100%;
	height: 100%;
	display: block;
}

.banner-deco-1 {
	position: absolute;
	top: 63px;
	left: 212px;
	width: 119px;
	height: 37px;
	z-index: 5;
}

.banner-deco-2 {
	position: absolute;
	top: 46px;
	left: 923px;
	width: 61px;
	height: 173px;
	z-index: 5;
}

.banner-deco-1 img,
.banner-deco-2 img {
	width: 100%;
	height: 100%;
	display: block;
}

.banner-label {
	position: absolute;
	display: flex;
	align-items: flex-start;
	padding-left: 15px;
	padding-top: 2px;
	box-sizing: border-box;
	width: 226px;
	height: 35px;
}

.banner-label .label-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 199px;
	height: 29px;
	display: block;
}

.banner-label .label-text {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -1px;
	color: #FFFFFF;
	text-shadow: 0px 0px 1px #333333;
	margin: 0;
	z-index: 1;
}

.label-1 {
	top: 29px;
	left: 611px;
}

.label-2 {
	top: 67px;
	left: 612px;
}

.label-3 {
	top: 105px;
	left: 613px;
}

/* Add basic responsive rules */
@media screen and (max-width: 1100px) {
	.intro-wrapper {
		width: 100%;
	}

	.intro-deco-icon {
		left: auto;
		right: 20px;
		width: 100px;
		height: auto;
	}

	.intro-text-title,
	.intro-text-desc1,
	.intro-text-desc2 {
		position: relative;
		top: auto;
		left: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.intro-text-title {
		padding-top: 30px;
	}

	.intro-text-desc1 {
		padding-top: 10px;
	}

	.intro-text-desc2 {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.intro-banner {
		height: auto;
	}

	.about-sec-01 {
		width: 100%;
		height: auto;
	}

	.sec-01-card {
		height: auto;
		padding-bottom: 30px;
	}

	.sec-01-top-content {
		flex-direction: column;
		padding: 20px;
	}

	.sec-01-left-img {
		margin: 0 auto 20px;
	}

	.sec-01-right-col {
		margin-left: 0;
		width: 100%;
	}

	.sec-01-desc {
		height: auto;
		margin-bottom: 20px;
	}

	.sec-01-gray-box {
		width: 100%;
		height: auto;
		padding: 15px;
	}

	.gray-text-1,
	.gray-text-2,
	.gray-text-3 {
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 10px;
	}

	.sec-01-bottom-images {
		flex-wrap: wrap;
		padding: 0 20px;
		justify-content: space-between;
		gap: 10px;
	}

	.sec-01-bottom-images img {
		width: 48%;
		height: auto;
	}

	.base-sec {
		width: 100%;
		height: auto;
	}

	.card-02,
	.card-03,
	.card-04 {
		height: auto;
		padding-bottom: 30px;
	}

	.sec-top-content {
		flex-direction: column;
		padding: 20px;
	}

	.sec-left-img {
		margin: 0 auto 20px !important;
	}

	.sec-right-col {
		margin-left: 0;
		width: 100%;
	}

	.sec-desc {
		height: auto !important;
		margin-bottom: 20px;
	}

	.sec-gray-box {
		width: 100%;
		height: auto !important;
		padding: 15px;
	}

	.images-box-02,
	.sec-bottom-images {
		flex-wrap: wrap;
		padding: 0 20px;
		justify-content: space-between;
		gap: 10px;
	}

	.images-box-02 img,
	.sec-bottom-images img {
		width: 48%;
		height: auto;
	}

	.sec-bottom-special {
		flex-direction: column;
		padding-left: 0;
		margin-top: 30px;
	}

	.arrow-group {
		transform: rotate(90deg);
	}

	.price-33 {
		display: flex;
		align-items: baseline;
		justify-content: center;
		width: 100%;
	}

	.about-bottom-banner {
		display: none;
	}

	.big-number,
	.unit {
		position: relative;
		top: auto;
		left: auto;
	}

	.price-33 {
		height: auto;
	}
}

@media screen and (max-width: 800px) {
	.intro-deco-icon {
		display: none;
	}

	.intro-banner {
		background-image: none;
	}

	.banner-deco-1,
	.banner-deco-2 {
		display: none;
	}

	.sec-01-bottom-images img,
	.images-box-02 img,
	.sec-bottom-images img {
		width: 100%;
		height: auto;
	}

	.circle-group {
		width: 90px;
		height: 90px;
	}

	.circle-text {
		font-size: 13px;
	}
}